paper-with-me

Papers

Federated Continual 3D Segmentation With Single-round Communication

2025-03-19 · Can Peng, Qianhui Men, Pramit Saha, Qianye Yang, Cheng Ouyang, J. Alison Noble

Federated learning seeks to foster collaboration among distributed clients while preserving the privacy of their local data. Traditionally, federated learning methods assume a fixed setting in which client data and learning objectives remain constant. However, in real-world scenarios, new clients may join, and existing clients may expand the segmentation label set as task requirements evolve. In such a dynamic federated analysis setup, the conventional federated communication strategy of model aggregation per communication round is suboptimal. As new clients join, this strategy requires retraining, linearly increasing communication and computation overhead. It also imposes requirements for synchronized communication, which is difficult to achieve among distributed clients. In this paper, we propose a federated continual learning strategy that employs a one-time model aggregation at the server through multi-model distillation. This approach builds and updates the global model while eliminating the need for frequent server communication. When integrating new data streams or onboarding new clients, this approach efficiently reuses previous client models, avoiding the need to retrain the global model across the entire federation. By minimizing communication load and bypassing the need to put unchanged clients online, our approach relaxes synchronization requirements among clients, providing an efficient and scalable federated analysis framework suited for real-world applications. Using multi-class 3D abdominal CT segmentation as an application task, we demonstrate the effectiveness of the proposed approach.

📄 PDF Abstract BibTeX arXiv:2503.15414

Code (0)

등록된 구현이 없습니다.

Tasks

Continual LearningFederated Learning

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

Addressing Client Drift in Federated Continual Learning with Adaptive Optimization

2022-03-24 · Yeshwanth Venkatesha, Youngeun Kim, Hyoungseob Park, Yuhang Li 외

Federated learning has been extensively studied and is the prevalent method for privacy-preserving distributed learning in edge devices. Correspondingly, continual learning is an emerging field targeted towards learning …

Continual LearningFederated LearningPrivacy Preserving

Server-Proximal Aggregation for Federated Domain-Incremental Learning under Partial Participation: Task-Uniform Convergence and Backward Transfer

2026-01-29 · Longtao Xu, Jian Li arxiv

Real-world federated systems seldom operate on static data: input distributions drift while privacy rules forbid raw-data sharing. We study this setting as Federated Domain-Incremental Learning (FDIL), where (i) clients …

Incremental Learning

Better Generative Replay for Continual Federated Learning

2023-02-25 · Daiqing Qi, Handong Zhao, Sheng Li

Federated learning is a technique that enables a centralized server to learn from distributed clients via communications without accessing the client local data. However, existing federated learning works mainly focus on…

Continual LearningFederated Learning

Distributed Continual Learning

2024-05-23 · Long Le, Marcel Hussing, Eric Eaton

This work studies the intersection of continual and federated learning, in which independent agents face unique tasks in their environments and incrementally develop and share knowledge. We introduce a mathematical frame…

Continual LearningFederated Learning

pFLFE: Cross-silo Personalized Federated Learning via Feature Enhancement on Medical Image Segmentation

2024-06-29 · Luyuan Xie, Manqing Lin, Siyuan Liu, Chenming Xu 외

In medical image segmentation, personalized cross-silo federated learning (FL) is becoming popular for utilizing varied data across healthcare settings to overcome data scarcity and privacy concerns. However, existing me…

Federated LearningImage SegmentationMedical Image SegmentationPersonalized Federated Learning+2