Jadwal Sholat

Memuat jadwal sholatโ€ฆ

Ilmu Komputer & AI editorial

Open AccessOA2026

Resilient Decentralized Wireless Federated Learning via Gradient Tracking with AdamW

QEF-GT-AdamW: communication-efficient, outage-resilient decentralized learning for wireless IoT edge networks
Nguyen Van Thieu; Ti Ti Nguyen; Ons Aouedi; Vu Nguyen Ha; Symeon Chatzinotasยท 2026ยท DOI 10.48550/arXiv.2608.25535

The core problem

Wireless Internet-of-Things (IoT) edge networks increasingly demand decentralized learning (DecL) methods that remain reliable under two simultaneous stressors: heterogeneous, non-IID local data and communication-constrained wireless links. Existing decentralized optimization schemes, however, tend to incur substantial communication overhead and suffer degraded performance when transmissions are bounded by strict airtime budgets, fading channels, and packet losses.

This paper introduces **QEF-GT-AdamW**, a communication-efficient and outage-resilient algorithm for DecL over wireless communication (WCom) networks. The method is motivated by the observation that robustness in wireless DecL is not merely a matter of compression or of optimization alone, but of jointly addressing data heterogeneity, training stability, payload size, and unreliable broadcast reception.

The proposed design integrates three complementary mechanisms: (i) gradient tracking to mitigate the effect of non-IID data, (ii) AdamW-based adaptive optimization to improve training stability, and (iii) dual-stream biased quantization with error feedback to reduce communication payloads for both model and tracking exc

Innovation

Experimental evaluation is conducted on heterogeneous MNIST and CIFAR-10 settings, which represent non-IID data distributions across decentralized nodes. The reported results show that QEF-GT-AdamW consistently improves robustness and convergence performance over representative DecL baselines.

Key empirical findings reported in the abstract include:

- **Improved robustness** relative to representative decentralized learning baselines under heterogeneous data and constrained wireless resources.
- **Improved convergence performance**, attributed to the combination of gradient tracking and AdamW-based adaptive optimization.
- **Favorable accuracy-communication trade-offs** under limited wireless resources, enabled by dual-stream biased quantization with error feedback.

The evaluation spans both simpler image classification (MNIST) and more challenging vision tasks (CIFAR-10), suggesting that the benefits are not tied to a single dataset scale. The abstract does not report specific accuracy percentages, communication bit budgets, or convergence rates; those quantitative details would be found in the full paper's experimental tables and figures.

Wireless Internet-of-Things (IoT) edge networks increasingly demand decentralized learning (DecL) methods that remain reliable under two simultaneous stressors: heterogeneous, non-IID local data and communication-constrained wireless links. Existing decentralized optimization schemes, however, tend to incur substantial communication overhead and suffer degraded performance when transmissions are bounded by strict airtime budgets, fading channels, and packet losses.
This paper introduces **QEF-GT-AdamW**, a communication-efficient and outage-resilient algorithm for DecL over wireless communication (WCom) networks. The method is motivated by the observation that robustness in wireless DecL is not merely a matter of compression or of optimization alone, but of jointly addressing data heterogeneity, training stability, payload size, and unreliable broadcast reception.

Why it matters

The central contribution of this work is the joint treatment of four failure modes that are typically addressed in isolation: data heterogeneity, training instability, communication payload size, and unreliable reception.

**Why gradient tracking matters.** In non-IID decentralized settings, local gradients point in inconsistent directions across nodes. Gradient tracking supplies each node with an estimate of the global descent direction, reducing the consensus error that would otherwise slow or bias convergence.

**Why AdamW matters.** Wireless links introduce intermittent updates and stale information. Adaptive moment estimation smooths the effective update direction, while decoupled weight decay avoids entangling regularization with the adaptive scaling. This is particularly relevant when the local fallback mechanism causes some nodes to take extra local steps.

**Why dual-stream quantization with error feedback matters.** Compressing both the model stream and the tracking stream is necessary because tracking variables are exchanged every round alongside models. Error feedback is what keeps biased quantization from accumulating systematic error over many rounds.

**Why the local fallback matters.** In a broadcast wireless medium, packet loss is not an exception but a routine event under fading and airtime limits. A fallback that performs a local update keeps the network making progress instead of stalling on missing messages.

**Modeling implications.** By explicitly modeling bandwidth, transmit power, airtime constraints, and fading, the paper connects algorithm design to physical-layer realities. The rate expression

makes clear that tighter airtime budgets or deeper fades directly reduce the number of bits that can be exchanged per round, which in turn motivates aggressive but bias-corrected compression.

**Taxonomy placement.** The work sits at the intersection of Architecture (decentralized system design), Network (wireless communication constraints and broadcast reliability), and Cybersecurity-adjacent concerns (resilience to loss and adversarial channel conditions), with Cryptography not directly addressed in the abstract.

**Limitations and open directions.** The abstract reports relative improvements rather than absolute numbers, and the convergence guarantees are established under stated assumptions on compression and channel statistics. Extending the analysis to mobile nodes, time-varying topologies, and stronger privacy guarantees would be natural next steps.

Who should read this

CS practitioners and researchers

Opening member contentโ€ฆ