paper-with-me

Papers

Dynamic Allocation Hypernetwork with Adaptive Model Recalibration for FCL

2025-03-23 · Xiaoming Qi, Jingyang Zhang, Huazhu Fu, Guanyu Yang, Shuo Li, Yueming Jin

Federated continual learning (FCL) offers an emerging pattern to facilitate the applicability of federated learning (FL) in real-world scenarios, where tasks evolve dynamically and asynchronously across clients, especially in medical scenario. Existing server-side FCL methods in nature domain construct a continually learnable server model by client aggregation on all-involved tasks. However, they are challenged by: (1) Catastrophic forgetting for previously learned tasks, leading to error accumulation in server model, making it difficult to sustain comprehensive knowledge across all tasks. (2) Biased optimization due to asynchronous tasks handled across different clients, leading to the collision of optimization targets of different clients at the same time steps. In this work, we take the first step to propose a novel server-side FCL pattern in medical domain, Dynamic Allocation Hypernetwork with adaptive model recalibration (\textbf{FedDAH}). It is to facilitate collaborative learning under the distinct and dynamic task streams across clients. To alleviate the catastrophic forgetting, we propose a dynamic allocation hypernetwork (DAHyper) where a continually updated hypernetwork is designed to manage the mapping between task identities and their associated model parameters, enabling the dynamic allocation of the model across clients. For the biased optimization, we introduce a novel adaptive model recalibration (AMR) to incorporate the candidate changes of historical models into current server updates, and assign weights to identical tasks across different time steps based on the similarity for continual optimization. Extensive experiments on the AMOS dataset demonstrate the superiority of our FedDAH to other FCL methods on sites with different task streams. The code is available:https://github.com/jinlab-imvr/FedDAH.

📄 PDF Abstract BibTeX arXiv:2503.18064

Code (1)

jinlab-imvr/feddah 공식 구현 pytorch

Tasks

Continual LearningFederated Learning

Methods 이 논문이 사용한 방법론

HyperNetwork A HyperNetwork is a network that generates weights for a main network. The behavior of the main network is the same with any usual neural network: it learns to map some raw…

Similar Papers 제목 키워드 기반

Dynamic Allocation Hypernetwork with Adaptive Model Recalibration for Federated Continual Learning

2025-03-25 · Xiaoming Qi, Jingyang Zhang, Huazhu Fu, Guanyu Yang 외

Federated continual learning (FCL) offers an emerging pattern to facilitate the applicability of federated learning (FL) in real-world scenarios, where tasks evolve dynamically and asynchronously across clients, especial…

Continual LearningFederated Learning

HyperAdaLoRA: Accelerating LoRA Rank Allocation During Training via Hypernetworks without Sacrificing Performance

2025-10-03 · Hao Zhang, Zhenjia Li, Runfeng Bao, Yifan Gao 외 arxiv

Parameter-Efficient Fine-Tuning (PEFT), especially Low-Rank Adaptation (LoRA), has emerged as a promising approach to fine-tuning large language models(LLMs) while reducing computational and memory overhead. However, LoR…

parameter-efficient fine-tuning

Perceive, Route and Modulate: Dynamic Pattern Recalibration for Time Series Forecasting

2026-05-07 · Siru Zhong, Zhao Meng, Haohuan Fu, Haoyang Li 외 arxiv

Local temporal patterns in real-world time series continuously shift, rendering globally shared transformations suboptimal. Current deep forecasting models, despite their scale and complexity, rely on fixed weight matric…

Time Series Forecasting

HyperPose: Camera Pose Localization using Attention Hypernetworks

2023-03-05 · Ron Ferens, Yosi Keller

In this study, we propose the use of attention hypernetworks in camera pose localization. The dynamic nature of natural scenes, including changes in environment, perspective, and lighting, creates an inherent domain gap …

regression

Scaling Implicit Fields via Hypernetwork-Driven Multiscale Coordinate Transformations

2025-11-23 · Plein Versace arxiv

Implicit Neural Representations (INRs) have emerged as a powerful paradigm for representing signals such as images, 3D shapes, signed distance fields, and radiance fields. While significant progress has been made in arch…