Making Models Unmergeable via Scaling-Sensitive Loss Landscape
Minwoo Jang, Hoyoung Kim, Jabin Koo, Jungseul Ok
TL;DR
This work addresses the governance gap created by modular model releases by introducing Trap$^{2}$, a training-time protection that encodes unmergeability into fine-tuned updates independent of architecture. By optimizing a loss that preserves performance at the nominal scale $s=1$ while increasing loss under off-nominal scaling $s\neq 1$, Trap$^{2}$ degrades downstream mergers common in adapter and full-model compositions. The framework is validated across multiple backbones and merging operators, showing strong standalone utility and reliable post-merge degradation, with theoretical guarantees on convergence and scaling-induced degradation. Its architecture-agnostic nature and compatibility with adapter-only releases make it practically impactful for safeguarding model-reuse pipelines in public hubs. The work also discusses limitations, including potential data-driven recovery strategies and responsible-use considerations for deployment in community ecosystems.
Abstract
The rise of model hubs has made it easier to access reusable model components, making model merging a practical tool for combining capabilities. Yet, this modularity also creates a \emph{governance gap}: downstream users can recompose released weights into unauthorized mixtures that bypass safety alignment or licensing terms. Because existing defenses are largely post-hoc and architecture-specific, they provide inconsistent protection across diverse architectures and release formats in practice. To close this gap, we propose \textsc{Trap}$^{2}$, an architecture-agnostic protection framework that encodes protection into the update during fine-tuning, regardless of whether they are released as adapters or full models. Instead of relying on architecture-dependent approaches, \textsc{Trap}$^{2}$ uses weight re-scaling as a simple proxy for the merging process. It keeps released weights effective in standalone use, but degrades them under re-scaling that often arises in merging, undermining unauthorized merging.
