paper-with-me

홈 › Papers

E2-AEN: End-to-End Incremental Learning with Adaptively Expandable Network

2022-07-14 · Guimei Cao, Zhanzhan Cheng, Yunlu Xu, Duo Li, ShiLiang Pu, Yi Niu, Fei Wu

Expandable networks have demonstrated their advantages in dealing with catastrophic forgetting problem in incremental learning. Considering that different tasks may need different structures, recent methods design dynamic structures adapted to different tasks via sophisticated skills. Their routine is to search expandable structures first and then train on the new tasks, which, however, breaks tasks into multiple training stages, leading to suboptimal or overmuch computational cost. In this paper, we propose an end-to-end trainable adaptively expandable network named E2-AEN, which dynamically generates lightweight structures for new tasks without any accuracy drop in previous tasks. Specifically, the network contains a serial of powerful feature adapters for augmenting the previously learned representations to new tasks, and avoiding task interference. These adapters are controlled via an adaptive gate-based pruning strategy which decides whether the expanded structures can be pruned, making the network structure dynamically changeable according to the complexity of the new tasks. Moreover, we introduce a novel sparsity-activation regularization to encourage the model to learn discriminative features with limited parameters. E2-AEN reduces cost and can be built upon any feed-forward architectures in an end-to-end manner. Extensive experiments on both classification (i.e., CIFAR and VDD) and detection (i.e., COCO, VOC and ICCV2021 SSLAD challenge) benchmarks demonstrate the effectiveness of the proposed method, which achieves the new remarkable results.

📄 PDF Abstract BibTeX arXiv:2207.06754

Code (0)

등록된 구현이 없습니다.

Tasks

Incremental Learning

Methods 이 논문이 사용한 방법론

Pruning 설명 없음

Similar Papers 제목 키워드 기반

Fully Few-shot Class-incremental Audio Classification Using Expandable Dual-embedding Extractor

2024-06-12 · Yongjie Si, Yanxiong Li, Jialong Li, Jiaxin Tan 외

It's assumed that training data is sufficient in base session of few-shot class-incremental audio classification. However, it's difficult to collect abundant samples for model training in base session in some practical s…

Audio Classification

TaE: Task-aware Expandable Representation for Long Tail Class Incremental Learning

2024-02-08 · Linjie Li, Zhenyu Wu, Jiaming Liu, Yang Ji

Class-incremental learning is dedicated to the development of deep learning models that are capable of acquiring new knowledge while retaining previously learned information. Most methods focus on balanced data distribut…

class-incremental learningClass Incremental LearningIncremental Learning

DER: Dynamically Expandable Representation for Class Incremental Learning

2021-03-31 · CVPR 2021 1 · Shipeng Yan, Jiangwei Xie, Xuming He

We address the problem of class incremental learning, which is a core step towards achieving adaptive vision intelligence. In particular, we consider the task setting of incremental learning with limited memory and aim t…

class-incremental learningClass Incremental LearningIncremental LearningNovel Concepts

Expandable and Differentiable Dual Memories with Orthogonal Regularization for Exemplar-free Continual Learning

2025-11-13 · Hyung-Jun Moon, Sung-Bae Cho arxiv

Continual learning methods used to force neural networks to process sequential tasks in isolation, preventing them from leveraging useful inter-task relationships and causing them to repeatedly relearn similar features o…

class-incremental learningContinual Learning

Expandable Subspace Ensemble for Pre-Trained Model-Based Class-Incremental Learning

2024-03-18 · CVPR 2024 1 · Da-Wei Zhou, Hai-Long Sun, Han-Jia Ye, De-Chuan Zhan

Class-Incremental Learning (CIL) requires a learning system to continually learn new classes without forgetting. Despite the strong performance of Pre-Trained Models (PTMs) in CIL, a critical issue persists: learning new…

class-incremental learningClass Incremental LearningDecision MakingIncremental Learning