PulseAugur
EN
LIVE 06:27:58

New CIFNet framework solves Class-Incremental Learning analytically

Researchers have developed CIFNet, a novel framework for Class-Incremental Learning (CIL) that bypasses traditional gradient-based optimization. By treating CIL as a sequence of deterministic, closed-form classifier adaptations, CIFNet achieves competitive accuracy with existing methods while significantly reducing computational cost and energy consumption. The framework uses Regularised Recursive Least-Squares (RRLS) to update classifier weights analytically and incorporates a lightweight calibration buffer to ensure balanced decision boundaries without storing raw images or performing gradient updates. AI

IMPACT Offers a more efficient and stable approach to continual learning in neural networks, potentially reducing energy consumption in AI systems.

RANK_REASON The cluster contains a research paper detailing a new framework for a machine learning problem. [lever_c_demoted from research: ic=1 ai=1.0]

Read on arXiv cs.AI →

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

New CIFNet framework solves Class-Incremental Learning analytically

COVERAGE [1]

  1. arXiv cs.AI TIER_1 English(EN) · Alejandro Dopico-Castro, Oscar Fontenla-Romero, Bertha Guijarro-Berdi\~nas, Amparo Alonso-Betanzos ·

    CIFNet: An Analytic Neural Learning Framework for Efficient and Calibrated Class-Incremental Learning

    arXiv:2509.11285v2 Announce Type: replace-cross Abstract: Class-Incremental Learning (CIL) in deep neural networks is conventionally framed as an iterative gradient-based optimization problem, incurring high computational cost, hyperparameter sensitivity, and risk of catastrophic…