CVApr 26

HAC: Parameter-Efficient Hyperbolic Adaptation of CLIP for Zero-Shot VQA

arXiv:2604.2366539.1Has Code
AI Analysis

For VQA practitioners, HAC offers a parameter-efficient way to leverage hyperbolic geometry without training from scratch, improving zero-shot performance on reasoning tasks.

HAC adapts pretrained CLIP to hyperbolic space via lightweight fine-tuning, achieving up to +1.9 point average improvement over CLIP-B on reasoning-intensive VQA tasks in a strict zero-shot setting.

Recent advances in representation learning have shown that hyperbolic geometry can offer a more expressive alternative to the Euclidean embeddings used in CLIP models, capturing hierarchical structures and leading to better-organized representations. However, current hyperbolic CLIP variants are trained entirely from scratch, which is computationally expensive and resource-intensive. In this work, we propose HAC (Hyperbolic Adaptation of CLIP), a parameter-efficient framework that enables pretrained CLIP models to transition into hyperbolic space via lightweight fine-tuning. We apply HAC to Visual Question Answering (VQA), where models must interpret visual elements and align them with textual queries. Notably, HAC's training is performed on a dataset with no overlap with any VQA benchmark, resulting in a strict zero-shot evaluation paradigm that underscores HAC's task-agnostic adaptability. We evaluate HAC across a diverse suite of VQA benchmarks spanning General, Reasoning, and OCR categories. Both HAC-S (small) and HAC-B (medium) consistently surpass Euclidean baselines and prior hyperbolic approaches, with HAC-B delivering up to a +1.9 point average improvement over CLIP-B on reasoning-intensive tasks. Our code is available at https://github.com/fdibiton/HAC

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes