PulseAugur
EN
LIVE 08:05:21

FedACT method improves federated Transformer training with heterogeneous data

Researchers have introduced FedACT, a novel method designed to enhance the robustness of federated Transformer training, particularly when dealing with heterogeneous client data. This approach addresses the issue of "coordinate trust mismatch" in adaptive optimizers like AdamW by reallocating update magnitudes based on a coordinate-wise trust score. FedACT prioritizes updates for coordinates that are consistently supported by both local gradients and global corrections, while still allowing smaller updates for others. Experiments across various models, including vision Transformers and LLMs, demonstrate that FedACT outperforms existing federated adaptive baselines, especially under significant data heterogeneity. AI

IMPACT Enhances robustness in federated Transformer training, potentially improving LLM pre-training and fine-tuning efficiency.

RANK_REASON Academic paper detailing a new method for federated learning. [lever_c_demoted from research: ic=1 ai=1.0]

Read on arXiv cs.AI →

AI-generated summary · Google Gemini · from 1 sources. How we write summaries →

FedACT method improves federated Transformer training with heterogeneous data

COVERAGE [1]

  1. arXiv cs.AI TIER_1 English(EN) · Shuai Li, Qinglin Wang, Ping Luo, Jiahuan Wang, Hongyang Hu, Haotian Mo, Yigui Feng, Ziang Liu, Qisong Xiao, Jie Liu, Tao Sun ·

    FedACT: Federated Adaptive Coordinate Trust Modulation for Robust Transformer Training under Data Heterogeneity

    arXiv:2607.03763v1 Announce Type: cross Abstract: Federated Transformer training increasingly relies on local AdamW, whose adaptive updates can provide much stronger local progress than SGD-based training. However, under heterogeneous client data, even globally corrected AdamW up…