Multi-level Collaborative Distillation Meets Global Workspace Model: A Unified Framework for OCIL
About
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.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Online Class-Incremental Learning | CIFAR-100 10 tasks (test) | FAA (%)43.2 | 115 | |
| Online Class-Incremental Learning | Tiny-ImageNet 100 tasks (test) | FAA (%)32.4 | 30 | |
| Online Class-Incremental Learning | ImageNet-100 10 tasks (test) | FAA (%)56.8 | 21 | |
| Incremental action recognition | UCF-101 10 Tasks | FAA58.5 | 3 | |
| Incremental action recognition | UCF-101 20 tasks | FAA51.8 | 3 |