paper-with-me

홈 › Papers

Sparsity Hurts: Simple Linear Adapter Can Boost Generalized Category Discovery

2026-05-05 · Bo Ye, Kai Gan, Tong Wei, Min-Ling Zhang arxiv

Generalized Category Discovery (GCD) seeks to identify novel categories from unlabeled data while retaining the classification ability of seen categories. Prior GCD methods commonly leverage transferable representations from pre-trained models, adapting to downstream datasets via partial fine-tuning (updating only the final ViT block) and visual prompt tuning (appending learnable vectors to inputs). However, conventional partial fine-tuning offers limited flexibility, as it fails to adapt the entire model; meanwhile, visual prompt tuning is prone to overfitting, due to its sensitivity to initialization and inherently constrained capacity. To address these limitations, we propose LAGCD, a simple yet effective GCD approach that embeds a residual linear adapter into each ViT block. From the perspective of feature sparsity, we systematically show that non-linearity in conventional adapters impairs performance, whereas our linear adapter enhances it by enabling more flexible model capacity. We further introduce an auxiliary distribution alignment loss to mitigate the negative impact of biased predictions between seen and novel categories. Extensive experiments on both generic and fine-grained datasets confirm that LAGCD consistently improves performance over many sophisticated baselines. The source code is available at https://github.com/yebo0216best/LAGCD

📄 PDF Abstract BibTeX arXiv:2605.08183

Code (0)

등록된 구현이 없습니다.

Tasks

Visual Prompt Tuning

Similar Papers 제목 키워드 기반

Dyn-Adapter: Towards Disentangled Representation for Efficient Visual Recognition

2024-07-19 · Yurong Zhang, Honghao Chen, Xinyu Zhang, Xiangxiang Chu 외

Parameter-efficient transfer learning (PETL) is a promising task, aiming to adapt the large-scale pre-trained model to downstream tasks with a relatively modest cost. However, current PETL methods struggle in compressing…

Transfer Learning

BoostLoRA: Growing Effective Rank by Boosting Adapters

2026-04-30 · Raviteja Anantha, Nick Levato, Layne C. Price arxiv

Parameter-efficient fine-tuning (PEFT) methods face a tradeoff between adapter size and expressivity: ultra-low-parameter adapters are confined to fixed low-rank subspaces, capping performance even with extended training…

parameter-efficient fine-tuningCode Generation

JumpLoRA: Sparse Adapters for Continual Learning in Large Language Models

2026-04-17 · Alexandra Dragomir, Ioana Pintilie, Antonio Barbalau, Marius Dragoi 외 arxiv

Adapter-based methods have become a cost-effective approach to continual learning (CL) for Large Language Models (LLMs), by sequentially learning a low-rank update matrix for each task. To mitigate catastrophic forgettin…

Continual Learning

Integrating Task-Specific and Universal Adapters for Pre-Trained Model-based Class-Incremental Learning

2025-08-11 · Yan Wang, Da-Wei Zhou, Han-Jia Ye arxiv

Class-Incremental Learning (CIL) requires a learning system to continually learn new classes without forgetting. Existing pre-trained model-based CIL methods often freeze the pre-trained network and adapt to incremental …

class-incremental learningGeneral Knowledge

Adaptive Rank Allocation: Speeding Up Modern Transformers with RaNA Adapters

2025-03-23 · Roberto Garcia, Jerry Liu, Daniel Sorvisto, Sabri Eyuboglu

Large Language Models (LLMs) are computationally intensive, particularly during inference. Neuron-adaptive techniques, which selectively activate neurons in Multi-Layer Perceptron (MLP) layers, offer some speedups but su…