paper-with-me

Papers

The Solution for the sequential task continual learning track of the 2nd Greater Bay Area International Algorithm Competition

2024-07-06 · Sishun Pan, Xixian Wu, Tingmin Li, Longfei Huang, Mingxu Feng, Zhonghua Wan, Yang Yang

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 the importance of unselected parameters for the current task, facilitating learning for new tasks. We also implemented an adaptive importance scoring strategy that dynamically adjusts the amount of parameters to optimize single-task performance while reducing parameter usage. Moreover, considering the limitations of storage space and inference time, we designed a mask matrix compression strategy to save storage space and improve the speed of encryption and decryption of the mask matrix. Our approach does not require expanding the core network or using external auxiliary networks or data, and performs well under both task incremental and domain incremental settings. This solution ultimately won a second-place prize in the competition.

📄 PDF Abstract BibTeX arXiv:2407.04996

Code (0)

등록된 구현이 없습니다.

Tasks

Continual Learning

Methods 이 논문이 사용한 방법론

Batch Normalization 설명 없음
SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

COOLer: Class-Incremental Learning for Appearance-Based Multiple Object Tracking

2023-10-04 · Zhizheng Liu, Mattia Segu, Fisher Yu

Continual learning allows a model to learn multiple tasks sequentially while retaining the old knowledge without the training data of the preceding tasks. This paper extends the scope of continual learning research to cl…

class-incremental learningClass Incremental LearningContinual LearningDisentanglement+4

Unlocking the Power of Rehearsal in Continual Learning: A Theoretical Perspective

2025-05-30 · Junze Deng, Qinhang Wu, Peizhong Ju, Sen Lin 외

Rehearsal-based methods have shown superior performance in addressing catastrophic forgetting in continual learning (CL) by storing and training on a subset of past data alongside new data in current task. While such a c…

Continual Learning

Dynamic Orthogonal Continual Fine-tuning for Mitigating Catastrophic Forgettings

2025-09-28 · Zhixin Zhang, Zeming Wei, Meng Sun arxiv

Catastrophic forgetting remains a critical challenge in continual learning for large language models (LLMs), where models struggle to retain performance on historical tasks when fine-tuning on new sequential data without…

Continual Learning

nVFNet-RDC: Replay and Non-Local Distillation Collaboration for Continual Object Detection

2022-09-08 · Jinxiang Lai, Wenlong Liu, Jun Liu

Continual Learning (CL) focuses on developing algorithms with the ability to adapt to new environments and learn new skills. This very challenging task has generated a lot of interest in recent years, with new solutions …

Continual Learningobject-detectionObject Detection

Linear Mode Connectivity in Multitask and Continual Learning

2020-10-09 · ICLR 2021 1 · Seyed Iman Mirzadeh, Mehrdad Farajtabar, Dilan Gorur, Razvan Pascanu 외

Continual (sequential) training and multitask (simultaneous) training are often attempting to solve the same overall objective: to find a solution that performs well on all considered tasks. The main difference is in the…

Continual LearningLinear Mode Connectivity