Federated Learning Hub-Spoke Aggregation for Privacy and Consensus

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Federated Learning (FL) systems face privacy risks due to a central coordinator, while Peer-to-Peer Learning (P2PL) struggles with high communication costs and maintaining consensus and integrity, lacking a controlling structure.

Innovation Solution

Hybrid Hubs-and-Spokes-Learning (HSL) architecture, where decentralized hub nodes aggregate models and enforce Byzantine-robustness, allowing spokes to maintain privacy by using private mixing weights and ensuring approximate consensus through controlled hub interactions.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Reliability

If a central coordinator is used in Federated Learning, then model aggregation and consensus are easier to achieve, but privacy risks increase and a single point of failure is created

Engineering Contradiction:
Improveconsensus achievementVSAvoidprivacy risks
Core Design Contradiction:
ReliabilityVSObject-affected harmful factors

Solution Approach 1:

The patent introduces hub nodes as intermediaries between spoke nodes in a Hubs-and-Spokes architecture. These hubs aggregate models from multiple spokes and facilitate consensus without requiring a single central coordinator, thereby distributing trust and reducing privacy risks while maintaining consensus capability

Inventive Principle:
Principle #24Intermediary (Mediator)

Solution Approach 2:

The system segments the coordination function by dividing nodes into hubs and spokes, where hubs perform aggregation tasks. This segmentation distributes the coordination role across multiple nodes rather than concentrating it in a single central coordinator, reducing the single point of failure risk

Inventive Principle:
Principle #1Segmentation

2Object-affected harmful factors

If Peer-to-Peer Learning is implemented without a central coordinator, then privacy is better preserved and no single point of failure exists, but communication costs increase and consensus maintenance becomes difficult

Engineering Contradiction:
Improveprivacy protectionVSAvoidcommunication costs
Core Design Contradiction:
Object-affected harmful factorsVSLoss of energy

Solution Approach 1:

The patent combines elements of both centralized and decentralized approaches by creating a Hubs-and-Spokes architecture. Spoke nodes maintain privacy by only communicating with their assigned hub, while hubs aggregate models and enforce Byzantine-robustness, achieving a balance between privacy protection and communication efficiency

Inventive Principle:
Principle #5Merging (Combining)

Solution Approach 2:

Hub nodes serve as intermediaries that reduce communication overhead. Instead of every spoke node communicating directly with every other node (full P2P), spokes communicate only with their hub, which then aggregates and coordinates with other hubs, significantly reducing communication costs

Inventive Principle:
Principle #24Intermediary (Mediator)

3Reliability

If decentralized P2PL is used, then no single point of failure exists, but difficulties in achieving consensus and maintaining integrity arise

Engineering Contradiction:
Improveno single point of failureVSAvoidconsensus maintenance complexity
Core Design Contradiction:
ReliabilityVSDevice complexity

Solution Approach 1:

The patent applies local quality by assigning different roles and functions to different nodes: spoke nodes focus on local model training and privacy preservation, while hub nodes specialize in model aggregation and Byzantine-robust consensus enforcement. This role differentiation simplifies the consensus maintenance complexity for each node type

Inventive Principle:
Principle #3Local quality

4Loss of energy

If HSL architecture is implemented, then communication costs are reduced and privacy is enhanced, but system complexity increases due to hub-spoke structure

Engineering Contradiction:
Improvecommunication costsVSAvoidarchitecture complexity
Core Design Contradiction:
Loss of energyVSDevice complexity

Solution Approach 1:

The hub nodes serve multiple functions: they aggregate models from spokes, enforce Byzantine-robustness, maintain consensus among themselves, and coordinate with other hubs. This multi-functionality consolidates complex tasks into specialized nodes, making the overall system easier to manage despite the hierarchical structure

Inventive Principle:
Principle #6Universality (Multi-functionality)

Data Source

PatentUS20260004192A1System and methods for collaborative federated learning
Publication Date: 2026.01.01 PURDUE RES FOUND
  • US20260004192A1 patent drawing
  • US20260004192A1 patent drawing
  • US20260004192A1 patent drawing

AI summary

A system for decentralized machine learning may include a hub node in communication with a plurality of spoke nodes. The hub node may receive, from a spoke node, trained model parameters for a machine learning model. The hub node aggregate the received model parameters. The hub node may exchange the aggregated model parameters with another hub node via gossip-based communication creating updated model parameters. The hub node may transmit the updated model parameters to the spoke nodes. A spoke node may receive the updated model parameters from the hub node and model parameters from a second hub node. The spoke node may aggregate the updated model parameters with the model parameters from the second hub node. The spoke node may train the local model parameters using training data.