paper-with-me

홈 › Papers

Logits Replay + MoClip: Stabilized, Low-Cost Post-Training with Minimal Forgetting

2025-10-10 · Suming Qiu, Jing Li, Zhicheng Zhou, Junjie Huang, Linyuan Qiu, Zhijie Sun arxiv

Large language models (LLMs) often face a trade-off in post-training: improvements on specialized domains frequently come at the expense of general capabilities. Existing solutions attempt to mitigate this tension via regularization, selective parameter updates, or data-centric replay, but each imposes significant costs in computation, data access, or adaptability. Recent work has shown that training signals can be compressed to subsets of logits without severe accuracy loss, suggesting a path toward efficient adaptation. However, naive truncation destabilizes optimization and exacerbates forgetting. We introduce Logits Replay + MoClip, a two-stage framework that compresses supervision in the logit space and stabilizes optimization at the update level. In Stage 0, we record dynamic Top-K token subsets that cover a probability threshold, always including the gold label. In Stage 1, we replay these compact subsets to compute exact renormalized losses, avoiding full softmax computation and implicitly regularizing. To ensure stability, we design MoClip, an optimizer that caps gradient-momentum rotation and applies an arctan2-based rescaling of updates. Empirically, our method improves domain performance on Communication Technology (CT) and NL2SQL tasks while mitigating forgetting on general benchmarks (MMLU, BBH, GPQA, MATH), and reduces training cost by over 40%. Together, these contributions offer a scalable, architecture-agnostic path for domain adaptation of LLMs without sacrificing generalization.

📄 PDF Abstract BibTeX arXiv:2510.09152

Code (0)

등록된 구현이 없습니다.

Tasks

Domain Adaptation

Similar Papers 제목 키워드 기반

MOCLIP: A Foundation Model for Large-Scale Nanophotonic Inverse Design

2025-11-24 · S. Rodionov, A. Burguete-Lopez, M. Makarenko, Q. Wang 외 arxiv

Foundation models (FM) are transforming artificial intelligence by enabling generalizable, data-efficient solutions across different domains for a broad range of applications. However, the lack of large and diverse datas…

Contrastive Learning

MoCLIP: Motion-Aware Fine-Tuning and Distillation of CLIP for Human Motion Generation

2025-05-16 · Gabriel Maldonado, Armin Danesh Pazho, Ghazal Alinezhad Noghre, Vinit Katariya 외

Human motion generation is essential for fields such as animation, robotics, and virtual reality, requiring models that effectively capture motion dynamics from text descriptions. Existing approaches often rely on Contra…

Contrastive LearningMotion Generation

MoCLIP-Lite: Efficient Video Recognition by Fusing CLIP with Motion Vectors

2025-09-21 · Binhua Huang, Ni Wang, Arjun Pakrashi, Soumyabrata Dev arxiv

Video action recognition is a fundamental task in computer vision, but state-of-the-art models are often computationally expensive and rely on extensive video pre-training. In parallel, large-scale vision-language models…

Action Recognition

CosmoCLIP: Generalizing Large Vision-Language Models for Astronomical Imaging

2024-07-10 · Raza Imam, Mohammed Talha Alam, Umaima Rahman, Mohsen Guizani 외

Existing vision-text contrastive learning models enhance representation transferability and support zero-shot prediction by matching paired image and caption embeddings while pushing unrelated pairs apart. However, astro…

Contrastive LearningImage-text RetrievalRetrievalText Retrieval+2

HarmoCLIP: Harmonizing Global and Regional Representations in Contrastive Vision-Language Models

2025-11-27 · Haoxi Zeng, Haoxuan Li, Yi Bin, Pengpeng Zeng 외 arxiv

Contrastive Language-Image Pre-training (CLIP) has demonstrated remarkable generalization ability and strong performance across a wide range of vision-language tasks. However, due to the lack of region-level supervision,…