解析持续学习
解析持续学习
解析持续学习(Analytic Continual Learning, ACL)是 MIAA 实验室首创的持续学习分支,也是首个系统地以解析解(闭式解)解决持续学习问题的研究方向。该方向指出,持续的梯度更新会反复改写承载旧知识的模型参数,是造成灾难性遗忘的核心原因。为此,ACL 将增量学习重构为可递归求解的解析问题,通过递归最小二乘等递归解析更新吸收新知识,在不保存和回放历史样本的同时实现旧知识保持。
核心思想
解析持续学习从灾难性遗忘的优化根源出发:当模型依靠梯度下降持续学习新任务时,新梯度会不断覆盖旧任务形成的参数,从而破坏已经获得的知识。ACL 不再依赖这种迭代式梯度更新,而是将增量学习转化为具有闭式解的解析学习问题;模型只需维护自相关矩阵、互相关矩阵等充分统计量,并通过递归最小二乘完成递归解析更新。在相应理论条件下,逐阶段递归学习得到的模型可与使用全部数据进行联合学习的模型等价,从而实现绝对记忆、无历史样本回放、隐私保护与高效训练。
方法脉络
代表性工作
ACIL: Analytic Class-Incremental Learning with Absolute Memorization and Privacy Protection
NeurIPS 2022。解析持续学习方向的奠基工作。
Paper
GKEAL: Gaussian Kernel Embedded Analytic Learning for Few-Shot Class Incremental Task
CVPR 2023。面向小样本增量任务的核解析学习方法。
Paper
F-OAL: Forward-only Online Analytic Learning with Fast Training and Low Memory Footprint in Class Incremental Learning
NeurIPS 2024。低内存、高效率的在线解析学习。
Paper
MMAL: Multi-Modal Analytic Learning for Exemplar-Free Audio-Visual Class Incremental Tasks
ACM MM 2024。将解析持续学习拓展到音视频多模态类增量任务。
Paper
Advancing Cross-domain Discriminability in Continual Learning of Vision-Language Models
NeurIPS 2024。面向视觉语言模型跨域持续学习的递归岭回归方法。
Paper
AFL: A Single-Round Analytic Approach for Federated Learning with Pre-trained Models
CVPR 2025。面向单轮联邦学习的解析聚合方法。
Paper
Any-SSR: How Recursive Least Squares Works in Continual Learning of Large Language Models
ICCV 2025。递归最小二乘在大语言模型持续学习中的应用。
Paper
AnalyticKWS: Towards Exemplar-Free Analytic Class Incremental Learning for Small-footprint Keyword Spotting
ACL Findings 2025。将解析持续学习拓展到小型关键词识别任务。
Paper
完整论文地图
依据 Google Scholar 公开条目、DBLP、论文官网与实验室论文页交叉核对,仅列出正式发表版本。AOCIL→F-OAL、G-ACIL→GACL、ASR→Any-SSR、SegACIL→CFSSeg 等曾用题目不再单独列出。
解析学习与递归求解基础
- 2019A Low-Memory Learning Formulation for a Kernel-and-Range Network. IJCNN 2019.
- 2020Training a multilayer network with low-memory kernel-and-range projection. Journal of the Franklin Institute.
- 2021Correlation Projection for Analytic Learning of a Classification Network. Neural Processing Letters.
- 2021Training Multilayer Neural Networks Analytically Using Kernel Projection. ISCAS 2021.
- 2022Blockwise Recursive Moore-Penrose Inverse for Network Learning. IEEE TSMC.
- 2025An analytic formulation of convolutional neural network learning for pattern recognition. Information Sciences.
解析持续学习主线与场景拓展
- 2022ACIL: Analytic Class-Incremental Learning with Absolute Memorization and Privacy Protection. NeurIPS 2022.
- 2023GKEAL: Gaussian Kernel Embedded Analytic Learning for Few-Shot Class Incremental Task. CVPR 2023.
- 2024DS-AL: A Dual-Stream Analytic Learning for Exemplar-Free Class-Incremental Learning. AAAI 2024.
- 2024GACL: Exemplar-Free Generalized Analytic Continual Learning. NeurIPS 2024.
- 2024F-OAL: Forward-only Online Analytic Learning with Fast Training and Low Memory Footprint in Class Incremental Learning. NeurIPS 2024.
- 2024MMAL: Multi-Modal Analytic Learning for Exemplar-Free Audio-Visual Class Incremental Tasks. ACM MM 2024.
- 2024Advancing Cross-domain Discriminability in Continual Learning of Vision-Language Models. NeurIPS 2024.
- 2024Class incremental learning with analytic learning for hyperspectral image classification. Journal of the Franklin Institute.
- 2025REAL: Representation enhanced analytic learning for exemplar-free class-incremental learning. Knowledge-Based Systems.
- 2025Analytic Class Incremental Learning for Sound Source Localization With Privacy Protection. IEEE Signal Processing Letters.
- 2025Online Analytic Exemplar-Free Continual Learning With Large Models for Imbalanced Autonomous Driving Task. IEEE Transactions on Vehicular Technology.
- 2025ReFu: Recursive Fusion for Exemplar-Free 3D Class-Incremental Learning. WACV 2025.
- 20253D-AOCL: Analytic online continual learning for imbalanced 3D point cloud classification. Alexandria Engineering Journal.
- 2025L3A: Label-Augmented Analytic Adaptation for Multi-Label Class Incremental Learning. ICML 2025.
- 2025Semantic Shift Estimation via Dual-Projection and Classifier Reconstruction for Exemplar-Free Class-Incremental Learning. ICML 2025.
- 2025CrossACL: Analytic Continual Learning via Feature Cross for Hyperspectral Image Classification. IEEE GRSL.
- 2025Multi-modality integrated class incremental learning networks for 3D object recognition. Knowledge-Based Systems.
- 2025CFSSeg: Closed-Form Solution for Class-Incremental Semantic Segmentation of 2D Images and 3D Point Clouds. ACM MM 2025.
- 2025Analytic Continual Test-Time Adaptation for Multi-Modality Corruption. ACM MM 2025.
- 2025AnalyticKWS: Towards Exemplar-Free Analytic Class Incremental Learning for Small-footprint Keyword Spotting. ACL Findings 2025.
- 2025Any-SSR: How Recursive Least Squares Works in Continual Learning of Large Language Models. ICCV 2025.
- 2026PAL: Prompting analytic learning with missing modality for multi-modal class-incremental learning. Pattern Recognition.
- 2026Rethinking Obscured Sub-Optimality in Analytic Learning for Exemplar-Free Class-Incremental Learning. IEEE TCSVT.
解析联邦学习与持续服务拓展
- 2025AFL: A Single-Round Analytic Approach for Federated Learning with Pre-trained Models. CVPR 2025.
- 2025CALM: A Ubiquitous Crowdsourced Analytic Learning Mechanism for Continual Service Construction with Data Privacy Preservation. Proceedings of the ACM on Interactive, Mobile, Wearable and Ubiquitous Technologies.
- 2026DeepAFL: Deep Analytic Federated Learning. ICLR 2026.