paper-with-me

Papers

GNSP: Gradient Null Space Projection for Preserving Cross-Modal Alignment in VLMs Continual Learning

2025-07-26 · Tiantian Peng, Yuyang Liu, Shuo Yang, Qiuhe Hong, YongHong Tian arxiv

Contrastive Language-Image Pretraining has demonstrated remarkable zero-shot generalization by aligning visual and textual modalities in a shared embedding space. However, when continuously fine-tuned on diverse tasks, CLIP suffers from catastrophic forgetting and degradation of its embedding alignment, undermining its zero-shot capabilities. In this work, we propose Gradient Null Space Projection (GNSP), an efficient continual learning method that projects task-specific gradients onto the null space of previously learned knowledge. This orthogonal projection mathematically prevents interference with previous tasks without relying on rehearsal or architectural modification. Furthermore, to preserve the inherent generalization property of CLIP, we introduce knowledge distillation and combine it with a modality alignment preservation loss inspired by CLIP pre-training to stabilize the structure of the multimodal embedding space during fine-tuning. On the MTIL benchmark consisting of 11 tasks, our method achieved SOTA performance on both the Average and Last key metrics. More importantly, experiments show that our method successfully maintains the original modality gap and cross-modal retrieval performance of CLIP, confirming its effectiveness in maintaining a robust visual-language space throughout the continual learning process.

📄 PDF Abstract BibTeX arXiv:2507.19839

Code (0)

등록된 구현이 없습니다.

Tasks

Zero-shot GeneralizationKnowledge DistillationCross-Modal RetrievalContinual Learning

Similar Papers 제목 키워드 기반

NPAT Null-Space Projected Adversarial Training Towards Zero Deterioration

2024-09-18 · Hanyi Hu, Qiao Han, Kui Chen, Yao Yang

To mitigate the susceptibility of neural networks to adversarial attacks, adversarial training has emerged as a prevalent and effective defense strategy. Intrinsically, this countermeasure incurs a trade-off, as it sacri…

Data Augmentation

Soft-Radial Projection for Constrained End-to-End Learning

2026-02-03 · Philipp J. Schneider, Daniel Kuhn arxiv

Integrating hard constraints into deep learning is essential for safety-critical systems. Yet existing constructive layers that project predictions onto constraint boundaries face a fundamental bottleneck: gradient satur…

Exact Constraint Enforcement in Physics-Informed Extreme Learning Machines using Null-Space Projection Framework

2026-01-16 · Rishi Mishra, Smriti, Balaji Srinivasan, Sundararajan Natarajan 외 arxiv

Physics-informed extreme learning machines (PIELMs) typically impose boundary and initial conditions through penalty terms, yielding only approximate satisfaction that is sensitive to user-specified weights and can propa…

Teleportation With Null Space Gradient Projection for Optimization Acceleration

2025-02-17 · Zihao Wu, Juncheng Dong, Ahmed Aloui, Vahid Tarokh

Optimization techniques have become increasingly critical due to the ever-growing model complexity and data scale. In particular, teleportation has emerged as a promising approach, which accelerates convergence of gradie…

NP-LoRA: Null Space Projection for Subject-Style LoRA Fusion

2025-11-14 · Chuheng Chen, Xiaofei Zhou, Geyuan Zhang, Yong Huang arxiv

Low-Rank Adaptation (LoRA) fusion enables the composition of subject and style representations for controllable generation without retraining. However, existing approaches primarily operate through weight-level merging, …