Training-Free Dual Hyperbolic Adapters for Better Cross-Modal Reasoning
Yi Zhang, Chun-Wun Cheng, Junyi He, Ke Yu, Yushun Tang, Carola-Bibiane Schönlieb, Zhihai He, Angelica I. Aviles-Rivero
TL;DR
The paper tackles domain shift in vision-language models by introducing a training-free adaptation method that leverages hyperbolic geometry. It presents Training-free Dual Hyperbolic Adapters (T-DHA), which embed class concepts in the Poincaré ball and use both positive and negative prototypes for image-image and image-text predictions, fused with a learned residual weight. By utilizing hyperbolic distance and explicit negative learning, T-DHA achieves superior few-shot performance and domain generalization without fine-tuning, validated across 11 datasets and multiple backbones. These results demonstrate the practical potential of geometry-aware, training-free adaptation for robust cross-modal reasoning in real-world settings.
Abstract
Recent research in Vision-Language Models (VLMs) has significantly advanced our capabilities in cross-modal reasoning. However, existing methods suffer from performance degradation with domain changes or require substantial computational resources for fine-tuning in new domains. To address this issue, we develop a new adaptation method for large vision-language models, called \textit{Training-free Dual Hyperbolic Adapters} (T-DHA). We characterize the vision-language relationship between semantic concepts, which typically has a hierarchical tree structure, in the hyperbolic space instead of the traditional Euclidean space. Hyperbolic spaces exhibit exponential volume growth with radius, unlike the polynomial growth in Euclidean space. We find that this unique property is particularly effective for embedding hierarchical data structures using the Poincaré ball model, achieving significantly improved representation and discrimination power. Coupled with negative learning, it provides more accurate and robust classifications with fewer feature dimensions. Our extensive experimental results on various datasets demonstrate that the T-DHA method significantly outperforms existing state-of-the-art methods in few-shot image recognition and domain generalization tasks.
