paper-with-me

홈 › Papers

Grow, Assess, Compress: Adaptive Backbone Scaling for Memory-Efficient Class Incremental Learning

2026-03-09 · Adrian Garcia-Castañeda, Jon Irureta, Jon Imaz, Aizea Lojo arxiv

Class Incremental Learning (CIL) poses a fundamental challenge: maintaining a balance between the plasticity required to learn new tasks and the stability needed to prevent catastrophic forgetting. While expansion-based methods effectively mitigate forgetting by adding task-specific parameters, they suffer from uncontrolled architectural growth and memory overhead. In this paper, we propose a novel dynamic scaling framework that adaptively manages model capacity through a cyclic "GRow, Assess, ComprEss" (GRACE) strategy. Crucially, we supplement backbone expansion with a novel saturation assessment phase that evaluates the utilization of the model's capacity. This assessment allows the framework to make informed decisions to either expand the architecture or compress the backbones into a streamlined representation, preventing parameter explosion. Experimental results demonstrate that our approach achieves state-of-the-art performance across multiple CIL benchmarks, while reducing memory footprint by up to a 73% compared to purely expansionist models.

📄 PDF Abstract BibTeX arXiv:2603.08426

Code (0)

등록된 구현이 없습니다.

Tasks

Class Incremental Learning

Similar Papers 제목 키워드 기반

ResAdapt: Adaptive Resolution for Efficient Multimodal Reasoning

2026-03-30 · Huanxuan Liao, Zhongtao Jiang, Yupu Hao, Yuqiao Tan 외 arxiv

Multimodal Large Language Models (MLLMs) achieve stronger visual understanding by scaling input fidelity, yet the resulting visual token growth makes jointly sustaining high spatial resolution and long temporal context p…

Multimodal Reasoning

Adaptive Step-Size Methods for Compressed SGD

2022-07-20 · Adarsh M. Subramaniam, Akshayaa Magesh, Venugopal V. Veeravalli

Compressed Stochastic Gradient Descent (SGD) algorithms have been recently proposed to address the communication bottleneck in distributed and decentralized optimization problems, such as those that arise in federated ma…

Expanded Adaptive Scaling Normalization for End to End Image Compression

2022-08-05 · Chajin Shin, Hyeongmin Lee, Hanbin Son, Sangjin Lee 외

Recently, learning-based image compression methods that utilize convolutional neural layers have been developed rapidly. Rescaling modules such as batch normalization which are often used in convolutional neural networks…

Image Compression

Dynamic Large Concept Models: Latent Reasoning in an Adaptive Semantic Space

2025-12-31 · Xingwei Qu, Shaowen Wang, Zihao Huang, Kai Hua 외 arxiv

Large Language Models (LLMs) apply uniform computation to all tokens, despite language exhibiting highly non-uniform information density. This token-uniform regime wastes capacity on locally predictable spans while under…

Nanoscaling Floating-Point (NxFP): NanoMantissa, Adaptive Microexponents, and Code Recycling for Direct-Cast Compression of Large Language Models

2024-12-15 · Yun-Chen Lo, Gu-Yeon Wei, David Brooks

As cutting-edge large language models (LLMs) continue to transform various industries, their fast-growing model size and sequence length have led to memory traffic and capacity challenges. Recently, AMD, Arm, Intel, Meta…

MMLUQuantization