Model Merging is Secretly Certifiable: Non-Vacuous Generalisation Bounds for Low-Shot Learning
Taehoon Kim, Henry Gouk, Minyoung Kim, Timothy Hospedales
TL;DR
The paper addresses the challenge of certifying IID generalisation for large neural networks in low-shot settings by linking model merging, a practical multi-source transfer approach, with PAC-Bayes generalisation bounds. By interpreting merging as a PAC-Bayes posterior and optionally optimizing bound-aware objectives, it demonstrates non-vacuous certificates for CLIP-ViT-B/32 and mistral-7B with as few as $100$ examples, and shows that data-dependent priors further tighten these guarantees. The results indicate that off-the-shelf merging methods can be made certifiable with modest adjustments, and that large models can be reliably certified in data-scarce regimes, with implications for trustworthy AI and regulatory compliance. The work suggests future directions toward sparse, merge-based representations and tighter integration of bound objectives into practical learning pipelines for scalable certification.
Abstract
Certifying the IID generalisation ability of deep networks is the first of many requirements for trusting AI in high-stakes applications from medicine to security. However, when instantiating generalisation bounds for deep networks it remains challenging to obtain non-vacuous guarantees, especially when applying contemporary large models on the small scale data prevalent in such high-stakes fields. In this paper, we draw a novel connection between a family of learning methods based on model fusion and generalisation certificates, and surprisingly show that with minor adjustment several existing learning strategies already provide non-trivial generalisation guarantees. Essentially, by focusing on data-driven learning of downstream tasks by fusion rather than fine-tuning, the certified generalisation gap becomes tiny and independent of the base network size, facilitating its certification. Our results show for the first time non-trivial generalisation guarantees for learning with as low as 100 examples, while using vision models such as VIT-B and language models such as mistral-7B. This observation is significant as it has immediate implications for facilitating the certification of existing systems as trustworthy, and opens up new directions for research at the intersection of practice and theory.
