← Search

Donglei Wu

2 accepted papers

2026

RCMoE: A Communication-Efficient Random Compression Framework for Resource-Constrained Mixture-of-Experts Training

AAAI 2026technical

Mixture-of-Experts (MoE) architecture with experts parallelism scales LLMs efficiently by activating only a subset of experts per input, avoiding proportional training costs. However, the intensive and heterogeneous communication substantially hinders the efficiency and scalability of MoE training i

Cited by 0SourcePDFScholar
2022

SmartIdx: Reducing Communication Cost in Federated Learning by Exploiting the CNNs Structures

AAAI 2022technical

Top-k sparsification method is popular and powerful forreducing the communication cost in Federated Learning(FL). However, according to our experimental observation, it spends most of the total communication cost on the index of the selected parameters (i.e., their position informa-tion), which is i…