paper-with-me

Papers

Task-recency bias strikes back: Adapting covariances in Exemplar-Free Class Incremental Learning

2024-09-26 · Grzegorz Rypeść, Sebastian Cygert, Tomasz Trzciński, Bartłomiej Twardowski

Exemplar-Free Class Incremental Learning (EFCIL) tackles the problem of training a model on a sequence of tasks without access to past data. Existing state-of-the-art methods represent classes as Gaussian distributions in the feature extractor's latent space, enabling Bayes classification or training the classifier by replaying pseudo features. However, we identify two critical issues that compromise their efficacy when the feature extractor is updated on incremental tasks. First, they do not consider that classes' covariance matrices change and must be adapted after each task. Second, they are susceptible to a task-recency bias caused by dimensionality collapse occurring during training. In this work, we propose AdaGauss -- a novel method that adapts covariance matrices from task to task and mitigates the task-recency bias owing to the additional anti-collapse loss function. AdaGauss yields state-of-the-art results on popular EFCIL benchmarks and datasets when training from scratch or starting from a pre-trained backbone. The code is available at: https://github.com/grypesc/AdaGauss.

📄 PDF Abstract BibTeX arXiv:2409.18265

Code (1)

grypesc/adagauss 공식 구현 pytorch

Tasks

class-incremental learningClass Incremental LearningExemplar-FreeIncremental Learning

Similar Papers 제목 키워드 기반

Measuring Recency Bias In Sequential Recommendation Systems

2024-09-15 · Jeonglyul Oh, Sungzoon Cho

Recency bias in a sequential recommendation system refers to the overly high emphasis placed on recent items within a user session. This bias can diminish the serendipity of recommendations and hinder the system's abilit…

Recommendation SystemsSequential Recommendation

Carpe Diem, Seize the Samples Uncertain "At the Moment" for Adaptive Batch Selection

2019-11-19 · Hwanjun Song, Minseok Kim, Sundong Kim, Jae-Gil Lee

The accuracy of deep neural networks is significantly affected by how well mini-batches are constructed during the training step. In this paper, we propose a novel adaptive batch selection algorithm called Recency Bias t…

Not All Videos Become Outdated: Short-Video Recommendation by Learning to Deconfound Release Interval Bias

2024-08-30 · Lulu Dong, Guoxiu He, Aixin Sun

Short-video recommender systems often exhibit a biased preference to recently released videos. However, not all videos become outdated; certain classic videos can still attract user's attention. Such bias along temporal …

AllBlockingRecommendation Systems

Recency Dropout for Recurrent Recommender Systems

2022-01-26 · Bo Chang, Can Xu, Matthieu Lê, Jingchen Feng 외

Recurrent recommender systems have been successful in capturing the temporal dynamics in users' activity trajectories. However, recurrent neural networks (RNNs) are known to have difficulty learning long-term dependencie…

Data AugmentationRecommendation Systems

LayerNorm Induces Recency Bias in Transformer Decoders

2025-09-25 · Junu Kim, Xiao Liu, Zhenghao Lin, Lei Ji 외 arxiv

Causal self-attention provides positional information to Transformer decoders. Prior work has shown that stacks of causal self-attention layers alone induce a positional bias in attention scores toward earlier tokens. Ho…