paper-with-me

Papers

Geometry Conflict: Explaining and Controlling Forgetting in LLM Continual Post-Training

2026-05-10 · Yuanyi Wang, Yifan Yang, Su Lu, Yanggan Gu, Pengkai Wang, Wenjun Wang, Zhaoyi Yan, Congkai Xie, Jianmin Wu, Jialun Cao, Shing-Chi Cheung, Hongxia Yang arxiv

Continual post-training aims to extend large language models (LLMs) with new knowledge, skills, and behaviors, yet it remains unclear when sequential updates enable capability transfer and when they cause catastrophic forgetting. Existing methods mitigate forgetting through sequential fine-tuning, replay, regularization, or model merging, but offer limited criteria for determining when incorporating new updates is beneficial or harmful. In this work, we study LLM continual post-training through three questions: What drives forgetting? When do sequentially acquired capabilities transfer or interfere? How can compatibility be used to control update integration? We address these questions through task geometry: we represent each post-training task by its parameter update and study the covariance geometry induced by the update. Our central finding is that: forgetting can be considered as a state-relative update-integration failure, it arises when the covariance geometries induced by tasks misalign with the geometry of the evolving model state. Sequential updates transfer when they remain compatible with the model state shaped by previous updates, and interfere when state-relative geometry conflict becomes high. Motivated by this finding, we propose Geometry-Conflict Wasserstein Merging (GCWM), a data-free update-integration method that constructs a shared Wasserstein metric via Gaussian Wasserstein barycenters and uses geometry conflict to gate geometry-aware correction. Across Qwen3 0.6B--14B on domain-continual and capability-continual settings, GCWM consistently outperforms data-free baselines, improving retention and final performance without replay data. These results identify geometry conflict as both an explanatory signal for forgetting and a practical control signal for LLM continual post-training.

📄 PDF Abstract BibTeX arXiv:2605.09608

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Interference and Retention in Continual Learning

2026-07-10 · Julius Störk arxiv

Continual learning commonly relies on post-hoc mechanisms such as replay, elastic regularization, or distillation. This work argues that forgetting should instead be modeled directly as interference between tasks. In the…

Continual Learning

Explaining How Deep Neural Networks Forget by Deep Visualization

2020-05-03 · Giang Nguyen, Shuan Chen, Tae Joon Jun, Daeyoung Kim

Explaining the behaviors of deep neural networks, usually considered as black boxes, is critical especially when they are now being adopted over diverse aspects of human life. Taking the advantages of interpretable machi…

Continual LearningExplainable artificial intelligenceInterpretable Machine Learning

Mitigating Intra- and Inter-modal Forgetting in Continual Learning of Unified Multimodal Models

2025-12-02 · Xiwen Wei, Mustafa Munir, Radu Marculescu arxiv

Unified Multimodal Generative Models (UMGMs) unify visual understanding and image generation within a single autoregressive framework. However, their ability to continually learn new tasks is severely hindered by catastr…

Knowledge Distillationmultimodal generationContinual LearningImage Generation

CATA: Continual Machine Unlearning via Conflict-Averse Task Arithmetic

2026-05-18 · Shen Lin, Junhao Dong, Rongjie Chen, Xiaoyu Zhang 외 arxiv

Vision-language models (VLMs) have shown remarkable ability in aligning visual and textual representations, enabling a wide range of multimodal applications. However, their large-scale training data inevitably raises con…

Adaptive Model Ensemble for Continual Learning

2025-09-24 · Yuchuan Mao, Zhi Gao, Xiaomeng Fan, Yuwei Wu 외 arxiv

Model ensemble is an effective strategy in continual learning, which alleviates catastrophic forgetting by interpolating model parameters, achieving knowledge fusion learned from different tasks. However, existing model …

Continual Learning