paper-with-me

홈 › Papers

Multi-level Collaborative Distillation Meets Global Workspace Model: A Unified Framework for OCIL

2025-08-12 · Shibin Su, Guoqiang Liang, De Cheng, Shizhou Zhang, Lingyan Ran arxiv

Online Class-Incremental Learning (OCIL) enables models to learn continuously from non-i.i.d. data streams. Since samples of the data streams can be seen only once, it is more suitable for real-world scenarios compared to offline learning. However, this constraint intensifies the challenge for OCIL in maintaining an appropriate balance between stability and plasticity. Moreover, under stricter memory buffer constraints in real world, current replay-based methods are less effective. While ensemble methods improve plasticity, they often struggle with stability. Inspired by the Global Workspace Theory (GWT), we propose a novel approach that enhances ensemble learning through a Global Workspace Model (GWM)-a shared, implicit memory that guides the learning of multiple student models. The GWM is formed by fusing the parameters of all students within each training batch, capturing the historical learning trajectory and serving as a dynamic anchor for knowledge consolidation. Like the broadcasting mechanism of GWT, the GWM is redistributed periodically to students, stabilizing learning and promoting cross-task consistency. In addition, we introduce a multi-level collaborative distillation mechanism. It enforces peer-to-peer consistency among students and preserves historical knowledge by aligning each student with the GWM. As a result, student models remain adaptable to new tasks while maintaining previously learned knowledge, striking a better balance between stability and plasticity. Extensive experiments on three standard OCIL benchmarks show that our method delivers significant performance improvement for several OCIL models across various memory budgets. The code is available at https://github.com/susususushi/GWM.

📄 PDF Abstract BibTeX arXiv:2508.08677

Code (0)

등록된 구현이 없습니다.

Tasks

class-incremental learningEnsemble Learning

Similar Papers 제목 키워드 기반

A Novel Algorithm for Personalized Federated Learning: Knowledge Distillation with Weighted Combination Loss

2025-04-06 · Hengrui Hu, Anai N. Kothari, Anjishnu Banerjee

Federated learning (FL) offers a privacy-preserving framework for distributed machine learning, enabling collaborative model training across diverse clients without centralizing sensitive data. However, statistical heter…

Federated LearningKnowledge DistillationPersonalized Federated LearningPrivacy Preserving

Double Distillation Network for Multi-Agent Reinforcement Learning

2025-02-05 · Yang Zhou, Siying Wang, Wenyu Chen, Ruoning Zhang 외

Multi-agent reinforcement learning typically employs a centralized training-decentralized execution (CTDE) framework to alleviate the non-stationarity in environment. However, the partial observability during execution m…

Multi-agent Reinforcement Learningreinforcement-learningReinforcement Learning

Collaboration and Transition: Distilling Item Transitions into Multi-Query Self-Attention for Sequential Recommendation

2023-11-02 · Tianyu Zhu, Yansong Shi, Yuan Zhang, Yihong Wu 외

Modern recommender systems employ various sequential modules such as self-attention to learn dynamic user interests. However, these methods are less effective in capturing collaborative and transitional signals within us…

Recommendation SystemsSequential Recommendation

Label driven Knowledge Distillation for Federated Learning with non-IID Data

2022-09-29 · Minh-Duong Nguyen, Quoc-Viet Pham, Dinh Thai Hoang, Long Tran-Thanh 외

In real-world applications, Federated Learning (FL) meets two challenges: (1) scalability, especially when applied to massive IoT networks; and (2) how to be robust against an environment with heterogeneous data. Realizi…

Federated LearningKnowledge Distillation

Learning Critically: Selective Self Distillation in Federated Learning on Non-IID Data

2025-04-20 · Yuting He, Yiqiang Chen, Xiaodong Yang, Hanchao Yu 외

Federated learning (FL) enables multiple clients to collaboratively train a global model while keeping local data decentralized. Data heterogeneity (non-IID) across clients has imposed significant challenges to FL, which…

Federated Learning