English

Continual Learning with Vision-Language Models via Semantic-Geometry Preservation

Computer Vision and Pattern Recognition 2026-03-24 v2 Machine Learning

Abstract

Continual learning of pretrained vision-language models (VLMs) is prone to catastrophic forgetting, yet current approaches adapt to new tasks without explicitly preserving the cross-modal semantic geometry inherited from pretraining and previous stages, allowing new-task supervision to induce geometric distortion. We observe that the most pronounced drift tends to concentrate in vulnerable neighborhoods near the old-new semantic interface, where shared visual patterns are easily re-explained by new textual semantics. To address this under an exemplar-free constraint, we propose Semantic Geometry Preservation for Continual Learning (SeGP-CL). SeGP-CL first probes the drift-prone region by constructing a compact set of adversarial anchors with dual-targeted projected gradient descent (DPGD), which drives selected new-task seeds toward old-class semantics while remaining faithful in raw visual space. During training, we preserve cross-modal structure by anchor-guided cross-modal geometry distillation (ACGD), and stabilize the textual reference frame across tasks via a lightweight text semantic-geometry regularization (TSGR). After training, we estimate anchor-induced raw-space drift to transfer old visual prototypes and perform dual-path inference by fusing cross-modal and visual cues. Extensive experiments on five continual learning benchmarks demonstrate that SeGP-CL consistently improves stability and forward transfer, achieving state-of-the-art performance while better preserving semantic geometry of VLMs.

Keywords

Cite

@article{arxiv.2603.12055,
  title  = {Continual Learning with Vision-Language Models via Semantic-Geometry Preservation},
  author = {Chiyuan He and Zihuan Qiu and Fanman Meng and Runtong Zhang and Linfeng Xu and Qingbo Wu and Hongliang Li},
  journal= {arXiv preprint arXiv:2603.12055},
  year   = {2026}
}

Comments

14 pages, 11 figures, under review

R2 v1 2026-07-01T11:16:57.767Z