paper-with-me

홈 › Papers

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 distribution for each task, overlooking real-world long-tailed distributions. Therefore, Long-Tailed Class-Incremental Learning has been introduced, which trains on data where head classes have more samples than tail classes. Existing methods mainly focus on preserving representative samples from previous classes to combat catastrophic forgetting. Recently, dynamic network algorithms freeze old network structures and expand new ones, achieving significant performance. However, with the introduction of the long-tail problem, merely extending Determined blocks can lead to miscalibrated predictions, while expanding the entire backbone results in an explosion of memory size. To address these issues, we introduce a novel Task-aware Expandable (TaE) framework, dynamically allocating and updating task-specific trainable parameters to learn diverse representations from each incremental task while resisting forgetting through the majority of frozen model parameters. To further encourage the class-specific feature representation, we develop a Centroid-Enhanced (CEd) method to guide the update of these task-aware parameters. This approach is designed to adaptively allocate feature space for every class by adjusting the distance between intra- and inter-class features, which can extend to all "training from sketch" algorithms. Extensive experiments demonstrate that TaE achieves state-of-the-art performance.

📄 PDF Abstract BibTeX arXiv:2402.05797

Code (0)

등록된 구현이 없습니다.

Tasks

class-incremental learningClass Incremental LearningIncremental Learning

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

FreeCap: Hybrid Calibration-Free Motion Capture in Open Environments

2024-11-07 · Aoru Xue, Yiming Ren, Zining Song, Mao Ye 외

We propose a novel hybrid calibration-free method FreeCap to accurately capture global multi-person motions in open environments. Our system combines a single LiDAR with expandable moving cameras, allowing for flexible a…

Motion Estimation

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

2022-07-14 · Guimei Cao, Zhanzhan Cheng, Yunlu Xu, Duo Li 외

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 dynami…

Incremental Learning

Lifelong Learning with Dynamically Expandable Networks

2017-08-04 · ICLR 2018 1 · Jaehong Yoon, Eunho Yang, Jeongtae Lee, Sung Ju Hwang

We propose a novel deep network architecture for lifelong learning which we refer to as Dynamically Expandable Network (DEN), that can dynamically decide its network capacity as it trains on a sequence of tasks, to learn…

Lifelong 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

GenBench: A Benchmarking Suite for Systematic Evaluation of Genomic Foundation Models

2024-06-01 · Zicheng Liu, Jiahui Li, Siyuan Li, Zelin Zang 외

The Genomic Foundation Model (GFM) paradigm is expected to facilitate the extraction of generalizable representations from massive genomic data, thereby enabling their application across a spectrum of downstream applicat…

Benchmarking