PulseAugur
EN
LIVE 09:07:14

New MAGIC-SSCIL framework improves semi-supervised incremental learning

Researchers have introduced MAGIC-SSCIL, a novel framework designed to address the significant challenge of Semi-supervised Class Incremental Learning (SSCIL) in neural networks, particularly in scenarios where past data cannot be stored. The framework employs two key components: Soft-Weighted Geometry Calibration (SWGC) for weighting and calibrating class means and variances using graph-based label propagation, and a Geometric Structural Alignment (GSA) objective to maintain representation topology by matching student and teacher heads and aligning feature prototypes. Implemented with a frozen ResNet-18 backbone and a learnable adapter, MAGIC-SSCIL demonstrates improved average incremental accuracy across various datasets and label ratios, especially in fine-grained, low-label settings. AI

IMPACT This research offers a new approach to improve neural network performance in incremental learning scenarios, particularly when dealing with limited labeled data.

RANK_REASON This is a research paper detailing a new method for semi-supervised class incremental learning. [lever_c_demoted from research: ic=1 ai=1.0]

Read on arXiv cs.LG →

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

New MAGIC-SSCIL framework improves semi-supervised incremental learning

COVERAGE [1]

  1. arXiv cs.LG TIER_1 English(EN) · Yousef Abdi, Mohammad Asadpour, Yousef Seyfari ·

    MAGIC-SSCIL: Manifold Anchoring and Geometric Incremental Calibration for Semi-Supervised Class Incremental Learning

    arXiv:2608.07586v1 Announce Type: cross Abstract: Semi-supervised Class Incremental Learning (SSCIL) is a severe challenge for neural networks, and it is hardest in the exemplar-free setting where no past data may be stored. Existing methods forget catastrophically due to feature…