Flickr30k mean retrieval at 1000 pairs over Baseline: 38.0 vs. 28.4.
Rank-Aware Hyperbolic Alignmentfor Vision-Language Dataset Distillation
ECCV 2026
1KAIST 2ETRI
Compress paired data without flattening its hierarchy.
Vision-language dataset distillation compresses large image-text datasets into compact synthetic sets so vision-language models can be trained efficiently while retaining training utility and downstream performance. RAHA adds a geometry-aware objective: lift representations to hyperbolic space, expose the rank-k shared semantic range, then regulate the residual subspace instead of aligning every direction uniformly.
Flickr8k mean retrieval at 1000 pairs over Baseline. The 200-pair gain is already +5.8 pp.
COCO mean retrieval at 1000 pairs over Baseline, with +4.0 pp Flickr8k transfer at 500 pairs.
Rank structure meets hyperbolic hierarchy.
Vision-language dataset distillation should compress more than representative samples. Text captions are inherently hierarchical: a generic caption such as dog should supervise many visual descendants, while fine captions such as yellow dog or brown dog must stay specific enough to preserve details. RAHA keeps this generic-specific alignment intact instead of flattening every caption into one Euclidean relation.
This leads to three desiderata for VLDD: preserve the bidirectional relevance that trains retrieval models, retain the generic-to-specific hierarchy carried by text, and allocate limited synthetic capacity to the low-rank shared signal shown by LoRS rather than matching every feature direction uniformly. RAHA turns these desiderata into hyperbolic lifting, range-residual decomposition, and dominant cross-relevance matching.
Rank-aware relation structure and hyperbolic semantic geometry are combined for image-text dataset distillation.
Research Questions:
What must compression preserve?
A distilled image-text set is useful only if a model trained on it learns the same bidirectional ranking behavior as from real data. This makes cross-modal relevance the core information capacity to preserve, beyond visual appearance alone.
How should text hierarchy be retained?
The relevance signal is not flat because captions move from generic categories to fine attributes and relations. This calls for geometry that keeps generic text broad while keeping fine-grained image-text pairs distinct.
Where should capacity be spent?
LoRS shows that useful image-text relations are concentrated in low-rank structure. RAHA therefore separates range and residual subspaces, matching dominant shared semantics while regulating weaker residual variation.
Lift hyperbolically, Decompose, then Match dominant cross-relevance.
The pipeline stays compact: synthetic pairs are optimized through hyperbolic contrastive alignment plus range/residual relevance distillation.
Synthetic pairs
Learn pixels and continuous text embeddings.
Lorentz lift
Use geodesic image-text contrastive alignment.
Tangent SVD
Estimate the real batch coupling rank.
Range match
Preserve dominant shared semantic order.
Residual control
Keep weak interactions from dominating.
ℒhITC aligns synthetic image-text pairs after the Lorentz hyperbolic lift.
ℒrange matches the dominant low-rank cross-relevance structure from real pairs.
ℒresidual controls weaker residual correlations so the compact set does not spend capacity on noise.
𝜆range, 𝜆residual balance semantic range preservation against residual refinement.
Range matching carries the retrieval signal, and residual compression keeps it usable.
Component-level analysis shows RAHA is strongest when hyperbolic contrastive alignment is paired with dominant range supervision, controlled residual refinement, and hyperbolic rather than Euclidean relevance matching.
Retrieval across synthetic budgets.
The chart and table show mean retrieval for 100, 200, 500, and 1000 pairs. The paper's asterisked batch-size variant is folded into Baseline, and each dataset panel uses the nearest y-axis ceiling above the strongest method.
| Dataset | Pairs | Baseline mean | RAHA mean | Δ |
|---|---|---|---|---|
| Flickr8k | 100 | 20.4 | 20.4 | +0.0 |
| 200 | 19.5 | 25.3 | +5.8 | |
| 500 | 25.9 | 30.7 | +4.8 | |
| 1000 | 30.6 | 37.1 | +6.5 | |
| Flickr30k | 100 | 22.8 | 20.7 | -2.1 |
| 200 | 22.0 | 25.7 | +3.7 | |
| 500 | 28.9 | 32.9 | +4.0 | |
| 1000 | 28.4 | 38.0 | +9.6 | |
| COCO | 100 | 7.0 | 7.2 | +0.2 |
| 200 | 8.3 | 10.2 | +1.9 | |
| 500 | 11.2 | 13.7 | +2.5 | |
| 1000 | 14.2 | 18.6 | +4.4 |
Distilled relevance survives encoder architecture change.
Cross-architecture transfer is reported on Flickr8k by replacing image backbones and text encoders while keeping the distilled set fixed. RAHA separates most clearly at 200 and 500 pairs.
| Pairs | Baseline source | RAHA source | Baseline transfer | RAHA transfer | Δ |
|---|---|---|---|---|---|
| 100 | 20.4 | 20.4 | 7.3 | 6.9 | -0.4 |
| 200 | 18.8 | 25.3 | 7.2 | 8.7 | +1.5 |
| 500 | 25.9 | 30.7 | 8.7 | 12.7 | +4.0 |
Perturbation type reveals stability under compression.
Robustness is measured on Flickr8k as degradation δ after applying noise. The chart reports only the Table 5 mean columns for image-side and text-side perturbations across synthetic-pair budgets. Lower is better.
JPEG compression on images and bit quantization on text. Included in each modality mean from Table 5.
AWGN for both image and text. Included in the image-side and text-side mean δ columns.
PGD-10 for both image and text. Included in the mean-column robustness summary, with lower δ indicating less degradation.
Less residual debris, more readable pairs.
The paper's qualitative comparison shows initialization, Baseline, and RAHA outputs. RAHA keeps stronger image-text agreement while reducing high-frequency artifacts.
Prompted classification with corresponding qualitative samples.
At 100 pairs, RAHA improves top-1 prompted classification on all four benchmarks reported in the appendix. RAHA-distilled 2×2 samples are shown beside the accuracy table, with full per-dataset comparisons below.




| Dataset | Baseline | RAHA | Δ |
|---|---|---|---|
| CIFAR-100 | 14.55 | 15.60 | +1.05 |
| CUB-200 | 12.53 | 14.43 | +1.90 |
| Cars | 5.63 | 7.80 | +2.17 |
| ImageNet-1K | 7.62 | 7.88 | +0.26 |
Citation
@inproceedings{jeong2026raha,
title = {Rank-Aware Hyperbolic Alignment for Vision-Language Dataset Distillation},
author = {Jeong, Jongoh and Lee, Sun-Kyung and Yoon, Kuk-Jin},
booktitle = {Proceedings of the European Conference on Computer Vision (ECCV)},
year = {2026}
}