← Search

Yipeng Zhou

10 accepted papers

2026

Less Is More in Federated Continual Learning: RieSelect for Conflict-Aware Layer Selection in LLMs

ICML 2026poster

Federated continual learning (FCL) of large language models on edge devices is constrained by a communication--stability--plasticity trilemma. We reveal a less-is-more phenomenon: beyond a moderate layer upload ratio, stability loss offsets saturated plasticity gains, so overall continual performanc…

Cited by 0SourceScholar
2026

Rethinking Convergence in MoE Training: The Role of Routing Sparsity

ICML 2026poster

In Mixture-of-Experts (MoE) training, sparse routing, i.e., activating only the top-$K$ experts per token, is essential for balancing convergence speed and computational cost. However, existing works typically choose $K$ empirically, without theoretical guidance. To address this gap, we characterize…

Cited by 0SourceScholar
2026

The Hidden Risk: Membership Inference Attacks on Multimodal Federated Learning via Modality Imbalance

ICML 2026poster

Federated learning (FL) faces significant challenges from modality heterogeneity, which motivates multimodal federated learning (MFL) to leverage complementary modalities across decentralized clients for improved performance. However, modality imbalance introduces a new attack surface, making MFL mo…

Cited by 0SourceScholar
2025

Differentially Private Federated Low Rank Adaptation Beyond Fixed-Matrix

NeurIPS 2025poster

Large language models (LLMs) typically require fine-tuning for domain-specific tasks, and LoRA offers a computationally efficient approach by training low-rank adaptors. LoRA is also communication-efficient for federated LLMs when multiple users collaboratively fine-tune a global LLM model without s…

Cited by 0SourcecodeScholar
2025

Federated Learning at the Forefront of Fairness: A Multifaceted Perspective

IJCAI 2025

Fairness in Federated Learning (FL) is emerging as a critical factor driven by heterogeneous clients’ constraints and balanced model performance across various scenarios. In this survey, we delineate a comprehensive classification of the state-of-the-art fairness-aware approaches from a multifaceted

Cited by 0SourcePDFScholar
2025

Overcoming Heterogeneous Data in Federated Medical Vision-Language Pre-training: A Triple-Embedding Model Selector Approach

AAAI 2025technical

The scarcity data of medical field brings the collaborative training in medical vision-language pre-training (VLP) cross different clients. Therefore, the collaborative training in medical VLP faces two challenges: First, the medical data requires privacy, thus can not directly shared across differe…

2024

FedLMT: Tackling System Heterogeneity of Federated Learning via Low-Rank Model Training with Theoretical Guarantees

ICML 2024poster

Federated learning (FL) is an emerging machine learning paradigm for preserving data privacy. However, diverse client hardware often has varying computation resources. Such system heterogeneity limits the participation of resource-constrained clients in FL, and hence degrades the global model accura…

Cited by 2SourcePDFScholar
2023

A Survey of Federated Evaluation in Federated Learning

IJCAI 2023poster

In traditional machine learning, it is trivial to conduct model evaluation since all data samples are managed centrally by a server. However, model evaluation becomes a challenging problem in federated learning (FL), which is called federated evaluation in this work. This is because clients do not e…

Cited by 12SourcePDFScholar
2023

BARA: Efficient Incentive Mechanism with Online Reward Budget Allocation in Cross-Silo Federated Learning

IJCAI 2023poster

Federated learning (FL) is a prospective distributed machine learning framework that can preserve data privacy. In particular, cross-silo FL can complete model training by making isolated data islands of different organizations collaborate with a parameter server (PS) via exchanging model parameter…

Cited by 7SourcePDFScholar
2023

FedDWA: Personalized Federated Learning with Dynamic Weight Adjustment

IJCAI 2023poster

Different from conventional federated learning, personalized federated learning (PFL) is able to train a customized model for each individual client according to its unique requirement. The mainstream approach is to adopt a kind of weighted aggregation method to generate personalized models, in whic…