Sub-model federated learning lets resource-constrained clients train width-reduced versions of a global model, but existing methods allocate capacity by device resources alone. A natural next step, allocating capacity by each client's data heterogeneity as estimated from the updates the server already observes, has been repeatedly suggested. We ask whether that step is possible, using HAS-FL, an adaptive capacity-allocation framework, as a test case. Our findings are threefold. First, validated against ground-truth label-distribution divergence on reproducible partitions, update-divergence estimates of client heterogeneity are dominated by capacity rather than data: across two corrected estimators, multiple datasets, and all seeds, the estimates correlate strongly and negatively with device capacity, and no data signal remains once capacity is controlled for. This previously undocumented confound affects any method estimating client statistics from sub-model updates. Second, adaptive allocation has a hidden failure mode: when every client is capped below full width, the uncovered parameters stay at random initialization and progressively corrupt the global model. A simple coverage guarantee removes the failure and explains why uniform allocation collapses. Third, a matched-budget control settles what adaptivity contributes: random allocation to the same average budget performs no differently on both image benchmarks, and on the naturally partitioned text benchmark the adaptive policy is the weakest of the three strategies while consuming the most capacity. Sub-model training remains valuable because it admits constrained clients at quadratically reduced cost, but what protects accuracy is parameter coverage rather than allocation intelligence. Its apparent benefits come from capacity budgeting and coverage, and future designs need heterogeneity signals separable from capacity effects.
FEAST is proposed, a federated shared-space training framework that counters this imbalance by jointly training multiple subnetworks within each client's limit by introducing a one-parameter $\gamma$-allocation protocol to control this coupling.
Federated learning reduces raw-data movement, but partial participation under statistical and system heterogeneity makes the selected client cohort a major source of optimisation bias and delay. This study proposes a history-aware multi-objective selector that combines opt-in data-quality metadata, exponentially smoothed training utility, marginal label-balance gain, participation deficit, and an online latency penalty without querying every client's current private loss. A paired protocol compares Random FedAvg, Power-of-Choice, an Oort-inspired policy, a class-balance greedy policy, and the proposed method on Digits, MNIST, and CIFAR-10. The confirmatory benchmark uses 50 clients, three Dirichlet non-IID levels, ten fresh seeds, and Holm-adjusted Wilcoxon tests. Relative to Random FedAvg, the proposed method improves final-five-round accuracy in all six MNIST/CIFAR-10 conditions by 1.11–5.53 percentage points, with four adjusted-significant conditions. Component ablations show distinct roles. Label balance improves accuracy AUC in all six conditions, the adaptive penalty reduces simulated synchronous latency, and the fairness term improves participation uniformity without eliminating all dataset-dependent concentration. Accuracy gains remain positive when 6%, 10%, or 20% of clients participate per round. The evidence supports a practical accuracy–balance–latency trade-off rather than universal dominance, and the study defines clear boundaries for privacy and hardware claims.
Haoxuan Geng· Applied and Computational En...· 0 citations
A client-specific adaptation channel based on private prompt tokens, which tracks local adaptation dynamics separately from the shared backbone and provides a lightweight signal for detecting whether client adaptation remains active, and a shallow sufficiency estimator that combines cross-client semantic alignment, temporal interface stability, and prompt-state variation to estimate whether the shallowest split is already sufficient.
Wenhao Yuan, Chenchen Lin, Wentao Hu et al.· 0 citations
A new FAL framework is proposed that utilizes federated representation learning to align client data in a shared embedding space that achieves performance that surpasses existing FAL methods even when they are given substantially larger annotation budgets, demonstrating the value of centralized coordination under privacy constraints.
Local Inference Guided Aggregation for Heterogeneous Training Environments to Yield Enhancement Through Agreement and Regularization (LIGHTYEAR), a federated learning framework that performs update selection in function space using an NTK-based agreement score to characterize predictive behavior and determine a personalized aggregation set for each client.
Mirko Konstantin, S. Zachow, Anirban Mukhopadhyay· 0 citations