Signature Research Branch

Analytic Continual Learning

Analytic Continual Learning (ACL), pioneered by MIAA Lab, is the first research direction to systematically address continual learning with analytic, closed-form solutions. It starts from the observation that continual gradient updates repeatedly overwrite model parameters carrying old knowledge and are therefore a root cause of catastrophic forgetting. ACL reformulates incremental learning as a recursively solvable analytic problem and uses recursive least squares and related recursive analytic updates to absorb new knowledge while preserving old knowledge without storing or replaying historical exemplars.

Analytic Continual Learning overview
30+ Peer-reviewed publications
NeurIPS / ICML / CVPR Published in leading AI conferences
LLMs and Embodied AI Expanding beyond vision continual learning

Core Idea

Analytic Continual Learning begins from the optimization root of catastrophic forgetting: when a model continually learns new tasks through gradient descent, incoming gradients repeatedly overwrite the parameters formed by earlier tasks and damage previously acquired knowledge. ACL replaces this iterative gradient process by formulating incremental learning as an analytic problem with a closed-form solution. The model maintains sufficient statistics such as auto-correlation and cross-correlation matrices and updates them recursively through recursive least squares. Under the corresponding theoretical conditions, the model learned phase by phase is equivalent to the one obtained by joint learning on all data, enabling absolute memorization, exemplar-free learning, privacy preservation, and efficient training.

Method Lineage

2019–2022
Analytic foundations and the birth of ACL
Low-memory kernel projection, correlation projection, and the Blockwise Recursive Moore-Penrose Inverse (BRMP) established the recursive analytic foundation. ACIL then introduced absolute memorization and privacy protection for class-incremental learning.
2023
Few-shot extension: GKEAL
GKEAL embedded analytic learning into Gaussian kernels, extending the framework to few-shot class-incremental learning.
2024
Generalization, online learning, and multimodal learning
DS-AL, GACL, F-OAL, MMAL, RAIL, and REAL improved fitting capacity and extended the branch to generalized, online, multimodal, and vision-language settings.
2025
Foundation models and broader applications
Any-SSR, L3A, AnalyticKWS, CFSSeg, CrossACL, MICIL, ReFu, and 3D-AOCL expanded analytic learning to LLMs, multi-label recognition, speech, segmentation, remote sensing, and 3D perception. AFL further opened the analytic federated learning direction.
2026
Deep analytic learning
PAL, DeepAFL, and new analyses of analytic classifier sub-optimality continue the line through missing-modality learning, deep analytic federated learning, and stronger theoretical understanding.

Representative Works

ACIL

ACIL: Analytic Class-Incremental Learning with Absolute Memorization and Privacy Protection

NeurIPS 2022. The founding work of analytic continual learning.

Paper
GKEAL

GKEAL: Gaussian Kernel Embedded Analytic Learning for Few-Shot Class Incremental Task

CVPR 2023. Kernelized analytic learning for few-shot increments.

Paper
GACL

GACL: Exemplar-Free Generalized Analytic Continual Learning

NeurIPS 2024. Extends analytic learning to generalized class-incremental settings.

Paper
F-OAL

F-OAL: Forward-only Online Analytic Learning with Fast Training and Low Memory Footprint in Class Incremental Learning

NeurIPS 2024. Fast online analytic learning with low memory footprint.

Paper
MMAL

MMAL: Multi-Modal Analytic Learning for Exemplar-Free Audio-Visual Class Incremental Tasks

ACM MM 2024. Extends analytic continual learning to audio-visual class-incremental tasks.

Paper
RAIL

Advancing Cross-domain Discriminability in Continual Learning of Vision-Language Models

NeurIPS 2024. Recursive ridge regression for cross-domain continual learning of vision-language models.

Paper
AFL

AFL: A Single-Round Analytic Approach for Federated Learning with Pre-trained Models

CVPR 2025. Analytic aggregation for one-round federated learning.

Paper
Any-SSR

Any-SSR: How Recursive Least Squares Works in Continual Learning of Large Language Models

ICCV 2025. Recursive least squares for continual learning of large language models.

Paper
AnalyticKWS

AnalyticKWS: Towards Exemplar-Free Analytic Class Incremental Learning for Small-footprint Keyword Spotting

ACL Findings 2025. Brings analytic continual learning to small-footprint speech tasks.

Paper
DeepAFL

DeepAFL: Deep Analytic Federated Learning

ICLR 2026. Extends analytic federated learning toward deep architectures.

Paper

Complete Publication Map

Cross-checked against the public Google Scholar record, DBLP, publisher pages, and the lab publication list. Only formally published versions are listed. Earlier titles such as AOCIL→F-OAL, G-ACIL→GACL, ASR→Any-SSR, and SegACIL→CFSSeg are not listed separately.

Core Analytic Continual Learning and Task Extensions

Analytic Federated Learning and Continual Services