HyFL-CLIP improves the robustness of long-context vision-language understanding by transferring OpenCLIP’s pretrained Euclidean alignment into a hyperbolic representation space.
The model reports improvements of up to 19.5% in long-text cross-modal retrieval under perturbations including:
caption reordering;
caption summarization;
caption condensation; and
partial text deletion.
Model Description
HyFL-CLIP is a hyperbolic fine-tuning framework that improves the robustness of CLIP to long and compositional text descriptions.
Standard CLIP models are primarily trained using short captions and rely on Euclidean contrastive learning. Their image–text alignment can therefore degrade when long descriptions are reordered, summarized, condensed, or partially deleted.
HyFL-CLIP addresses this limitation by projecting OpenCLIP representations into hyperbolic space, specifically the Lorentz model. Hyperbolic geometry allows the model to represent hierarchical semantic relationships among token-level information, partial descriptions, short captions, long-form descriptions, and images.
This checkpoint is fine-tuned from an OpenCLIP pretrained model.
Method
HyFL-CLIP incorporates three main components.
Cross-Manifold Similarity Distillation
Similarity knowledge from a pretrained Euclidean OpenCLIP model is distilled into a hyperbolic student model. This preserves the alignment knowledge of the pretrained model while changing the underlying representation geometry.
Hierarchical Semantic Modeling
Summarized tokens, short captions, long-form descriptions, and images are embedded in a shared hyperbolic space. This enables the model to represent part–whole and summary–detail relationships.
Einstein Midpoint Aggregation
Token- and phrase-level representations are aggregated using the Lorentzian centroid, also known as the Einstein midpoint. This provides a geometry-consistent method for combining partial representations into whole-level representations.
Results
The evaluation covers:
long-context cross-modal retrieval;
retrieval under caption perturbations;
intra-modality retrieval;
short-text cross-modal retrieval; and
integration with downstream generators such as Stable Diffusion XL.
Please refer to the paper for the complete quantitative results and ablation studies.
Evaluation Datasets
HyFL-CLIP is evaluated on the following datasets:
Dataset
Evaluation setting
Urban1K
Long-context image–text retrieval
DOCCI
Dense and compositional caption retrieval
Long-DCI
Long-description image–text retrieval
ShareGPT4V
Detailed vision-language descriptions
COCO
Short-text image–text retrieval
Flickr30K
Short-text image–text retrieval
The datasets are not distributed as part of this model repository. Users must obtain them from their respective sources and comply with their individual licenses and terms of use.
Installation
Clone the official HyFL-CLIP repository and prepare the required environment.
1 Department of Electrical and Computer Engineering, Seoul National University
2 Interdisciplinary Program in Artificial Intelligence, Seoul National University
3 INMC and AIIS, Seoul National University
prior work on hyperbolic representation learning using the Lorentz model.
We thank the authors and maintainers of these projects for making their research, models, and implementations publicly available.
License
HyFL-CLIP is released under the MIT License. See the LICENSE file for the full license text.
This model is a fine-tuned version of an OpenCLIP pretrained model. Users are responsible for complying with the license terms applicable to:
the specific pretrained OpenCLIP checkpoint;
incorporated third-party source code;
training and evaluation datasets; and
other third-party components used with the model.
The relevant upstream copyright and license notices must be preserved in accordance with their respective license terms.
The MIT License applied to HyFL-CLIP does not replace or override separate licenses, attribution requirements, or usage restrictions applicable to third-party checkpoints, code, or datasets.
Citation
Please cite the following paper when using HyFL-CLIP:
bibtex
1@misc{jang2026hyflclip,
2 title = {HyFL-CLIP: Hyperbolic Fine-Tuning of CLIP for Robust Long-Context Understanding},
3 author = {Ji Ha Jang and Hayeon Kim and Chulwon Lee and Junghun James Kim and Se Young Chun},
4 year = {2026},
5 eprint = {2607.00428},
6 archivePrefix = {arXiv},
7 primaryClass = {cs.CV},
8 url = {https://arxiv.org/abs/2607.00428}
9}