paper-with-me

홈 › Papers

Saliency-Aware Model Merging

2026-05-30 · Jungin Park, Jiyoung Lee, Kwanghoon Sohn arxiv

Model merging aims to consolidate multiple task-specific models fine-tuned on different datasets into a unified architecture that performs cross-domain proficiency. Current data-free model merging methods often struggle to scale as they rely on simple parameter-level heuristics that ignore inter-layer dependencies and non-uniform distribution of expertise. This work proposes SA-Merging, which is built upon connectivity-based saliency formulations from structural pruning (e.g., SynFlow) and extends them to the data-free model merging setting. We define a saliency score over task vectors relative to a shared base model, and further introduce merge-aware modulation that incorporates agreement across experts to mitigate task interference. Based on this formulation, an iterative saliency-aware merging procedure progressively removes non-informative updates while preserving end-to-end connectivity. Furthermore, we extend SA-Merging to introduce rank-wise saliency decomposition for LoRAs without compromising their structural integrity. Extensive experiments on vision and language tasks demonstrate the effectiveness of our saliency-based approach, further reducing the gap between data-free and test-time adaptation methods.

📄 PDF Abstract BibTeX arXiv:2606.00511

Code (0)

등록된 구현이 없습니다.

Tasks

Test-time Adaptation

Similar Papers 제목 키워드 기반

ConsensusDrop: Fusing Visual and Cross-Modal Saliency for Efficient Vision Language Models

2026-02-01 · Dhruv Parikh, Haoyang Fan, Rajgopal Kannan, Viktor Prasanna arxiv

Vision-Language Models (VLMs) are expensive because the LLM processes hundreds of largely redundant visual tokens. Existing token reduction methods typically exploit \textit{either} vision-encoder saliency (broad but que…

Bridging Training and Merging Through Momentum-Aware Optimization

2025-12-18 · Alireza Moayedikia, Alicia Troncoso arxiv

Training large neural networks and merging task-specific models both exploit low-rank structure and require parameter importance estimation, yet these challenges have been pursued in isolation. Current workflows compute …

Natural Language Understanding

Saliency-Based Attention Shifting: A Framework for Improving Driver Situational Awareness of Out-of-Label Hazards

2025-08-16 · Yousra Shleibik, Jordan Sinclair, Kerstin Haring arxiv

The advent of autonomous driving systems promises to transform transportation by enhancing safety, efficiency, and comfort. As these technologies evolve toward higher levels of autonomy, the need for integrated systems t…

Autonomous Driving

Mesh Saliency: An Independent Perceptual Measure or a Derivative of Image Saliency?

2021-06-19 · CVPR 2021 1 · Ran Song, Wei zhang, Yitian Zhao, Yonghuai Liu 외

While mesh saliency aims to predict regional importance of 3D surfaces in agreement with human visual perception and is well researched in computer vision and graphics, latest work with eye-tracking experiments shows…

Video Token Merging for Long-form Video Understanding

2024-10-31 · Seon-Ho Lee, Jue Wang, Zhikang Zhang, David Fan 외

As the scale of data and models for video understanding rapidly expand, handling long-form video input in transformer-based models presents a practical challenge. Rather than resorting to input sampling or token dropping…

FormVideo ClassificationVideo Understanding