LARV: Data-Free Layer-wise Adaptive Rescaling Veneer for Model Merging
Xinyu Wang, Ke Deng, Fei Dou, Jinbo Bi, Jin Lu
TL;DR
The paper tackles data-free model merging by identifying layer-wise heterogeneity in Vision Transformers and showing that a single global scale is insufficient. It introduces LARV, a data-free veneer that computes per-layer scales from two weight-only diagnostics, $e_\ell$ (information richness) and $c_\ell$ (conflict level), and applies either a continuous or tiered gate to modulate each layer's delta before merging with any base rule. Across FusionBench with ViT backbones and 8/14/20-task settings, LARV yields consistent improvements over diverse baselines, enhances robustness to input corruptions, and generalizes to unseen tasks and even NLP adapters (e.g., T5-LoRA) without additional tuning. The approach provides a principled, low-cost inductive bias that turns merging into a layer-aware process, broadening applicability to multi-task and cross-domain scenarios.
Abstract
Model merging aims to combine multiple fine-tuned models into a single multi-task model without access to training data. Existing task-vector merging methods such as TIES, TSV-M, and Iso-C/CTS differ in their aggregation rules but treat all layers nearly uniformly. This assumption overlooks the strong layer-wise heterogeneity in large vision transformers, where shallow layers are sensitive to interference while deeper layers encode stable task-specific features. We introduce LARV, a training-free, data-free, merger-agnostic Layer-wise Adaptive Rescaling Veneer that plugs into any task-vector merger and assigns a per-layer scale to each task vector before aggregation, and show it consistently boosts diverse merging rules. LARV adaptively suppresses shallow-layer interference and amplifies deeper-layer alignment using a simple deterministic schedule, requiring no retraining or modification to existing mergers. To our knowledge, this is the first work to perform layer-aware scaling for task-vector merging. LARV computes simple data-free layer proxies and turns them into scales through a lightweight rule; we study several instantiations within one framework (e.g., tiered two/three-level scaling with fixed values, or continuous mappings) and show that tiered choices offer the best robustness, while continuous mappings remain an ablation. LARV is orthogonal to the base merger and adds negligible cost. On FusionBench with Vision Transformers, LARV consistently improves all task-vector baselines across 8/14/20-task settings; for example, Iso-C + LARV reaches 85.9% on ViT-B/32, 89.2% on ViT-B/16, and 92.6% on ViT-L/14. Layerwise analysis and corruption tests further indicate that LARV suppresses shallow-layer interference while modestly amplifying deeper, task-stable features, turning model merging into a robust, layer-aware procedure rather than a uniform one.
