The Solution for the sequential task continual learning track of the 2nd Greater Bay Area International Algorithm Competition
Sishun Pan, Xixian Wu, Tingmin Li, Longfei Huang, Mingxu Feng,, Zhonghua Wan, Yang Yang

TL;DR
This paper introduces a data-free, parameter-isolation continual learning algorithm that effectively addresses catastrophic forgetting in sequential tasks, winning second place in a competitive international algorithm challenge.
Contribution
The method uniquely employs parameter isolation, freezing batch normalization, and adaptive strategies without expanding the network or using external data, for both task and domain incremental learning.
Findings
Achieved second place in the competition.
Effectively mitigated catastrophic forgetting.
Reduced storage and inference time through mask compression.
Abstract
This paper presents a data-free, parameter-isolation-based continual learning algorithm we developed for the sequential task continual learning track of the 2nd Greater Bay Area International Algorithm Competition. The method learns an independent parameter subspace for each task within the network's convolutional and linear layers and freezes the batch normalization layers after the first task. Specifically, for domain incremental setting where all domains share a classification head, we freeze the shared classification head after first task is completed, effectively solving the issue of catastrophic forgetting. Additionally, facing the challenge of domain incremental settings without providing a task identity, we designed an inference task identity strategy, selecting an appropriate mask matrix for each sample. Furthermore, we introduced a gradient supplementation strategy to enhance…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsEducational Technology and Assessment
MethodsBatch Normalization · SPEED: Separable Pyramidal Pooling EncodEr-Decoder for Real-Time Monocular Depth Estimation on Low-Resource Settings
