PulseAugur
EN
LIVE 20:28:09

New Miles method enhances Class Incremental Learning for pre-trained models

Researchers have developed a new method called Miles (Metric Learning with Expandable Subspace) to improve Class Incremental Learning (CIL) for pre-trained models. Existing CIL methods either suffer from catastrophic forgetting or increase computational costs by expanding model parameters for each new task. Miles addresses this by efficiently expanding the parameter space through guided optimization, leveraging prior knowledge from pre-trained models. This approach decouples learnable modules and uses intermediate features for flexible expansion, achieving state-of-the-art performance on six benchmark datasets. AI

IMPACT This research could lead to more efficient and effective methods for continuously updating AI models without losing previously learned information.

RANK_REASON The cluster describes a new research paper detailing a novel method for Class Incremental Learning.

Read on Hugging Face Daily Papers →

AI-generated summary · Google Gemini · from 2 sources. How we write summaries →

New Miles method enhances Class Incremental Learning for pre-trained models

COVERAGE [2]

  1. Hugging Face Daily Papers TIER_1 English(EN) ·

    Miles: Metric Learning with Expandable Subspace for Pre-Trained Model-Based Class-Incremental Learning

    Class Incremental Learning (CIL) aims to learn new concepts consistently from a data stream without forgetting. Unlike typical CIL methods which need to learn a model from scratch, pre-trained model (PTM) can easily adapt to a new task with fine-tuning. However, existing PTM-base…

  2. arXiv cs.CV TIER_1 English(EN) · Kai Jiang, Zisong Lin, Hongyuan Zhang, Xueru Bai, Xuelong Li ·

    Miles: Metric Learning with Expandable Subspace for Pre-Trained Model-Based Class-Incremental Learning

    arXiv:2607.17593v1 Announce Type: new Abstract: Class Incremental Learning (CIL) aims to learn new concepts consistently from a data stream without forgetting. Unlike typical CIL methods which need to learn a model from scratch, pre-trained model (PTM) can easily adapt to a new t…