Direction, evidence grade, and study type are AI-generated labels (gpt-5-mini), not human-verified. Syntheses are LLM-written. "Tensions" are machine-detected candidates, not confirmed contradictions. A research-acceleration tool, not peer review.How this is built →
A one-line objective tweak gives CLIP-based retrieval a clear edge: adding detached caption–caption similarities as per-negative adaptive margins raises R@1 by ~2–4 points across four dense-caption benchmarks and speeds fine-tuning compared with heavier machinery-based approaches.
Which Negatives Matter? Ask Your Text Encoder: Adaptive Similarity Margins for Dense-Caption Retrieval
Haoyue Liu, Ye Chen, Zhichao Wang, Xiaoying Tang
· August 19, 2026
arxivothern/a evidence3/10 relevance
Full text
usable extracted full textSourcePDF
Structured author observations
Linked only from stored provider relations; the raw author line above is never matched by name.
HN-CLIP uses a detached caption–caption similarity matrix as adaptive per-negative margins during contrastive fine-tuning, yielding consistent +2.4–+4.3 R@1 improvements on four dense-caption retrieval benchmarks while reducing training cost versus more complex methods.
Citation observations
Cumulative provider counts captured on specific dates; providers are never combined.
Dense-caption retrieval has recently been improved by introducing segmentation, edge maps, LLM-filtered captions, and cross-modal modules into contrastive fine-tuning. However, these methods largely inherit the same InfoNCE objective, whose optimization can prematurely saturate under a strong pre-trained initialization: on dense captions, the loss falls below 10^{-3} on 80% of batches within the first epoch, while its gradient reaches exact zero in fp32 in 47% of measurements. We find that this behavior is closely related to the large number of near-duplicate captions in dense-caption benchmarks, where a few highly similar negatives remain unresolved after the easy majority has already been separated. As a remedy, we introduce HN-CLIP, which uses the text encoder's own text-text geometry to construct per-negative adaptive similarity margins. Specifically, a detached caption-similarity matrix is added to the negative logits, assigning larger margins to more similar captions without mining, synthesizing, or resampling negatives. The resulting objective requires only one caption-similarity matrix and a masked logit addition during training, with no auxiliary data, additional parameters, offline preprocessing, or inference-time overhead. Extensive experiments on four dense-caption retrieval benchmarks show that HN-CLIP improves over the strongest competitors by +2.4--+4.3 R@1 while training 2.4x faster than GOAL and 5.4x faster than StructXLIP. Moreover, the proposed objective improves all six tested fine-tuning frameworks on the in-domain benchmarks and reaches the strongest full-data baseline with only 20% of the training data.
Assessment
Paper TypeotherEvidence Strengthn/a — The paper presents an empirical ML method evaluation rather than making causal claims about economic outcomes; causal identification is not applicable.Methods Rigorhigh — Strong experimental protocol: multiple dense-caption benchmarks (DOCCI, DCI/Long-DCI, Urban-1K), direct comparisons to recent state-of-the-art baselines using the same backbone and training budget, ablations (gradient dynamics, token-level branch), runtime/training-efficiency measurements, and replication/appendix material; limitations include reliance on a single backbone (Long-CLIP-L), limited discussion of robustness to different hyperparameter regimes and languages, and mostly in-domain evaluations.SampleFine-tuning experiments use the Long-CLIP-L backbone (ViT-L/14, text encoder stretched to 248 tokens). Benchmarks: DOCCI (≈15k images, ~9.5k train / 5.1k test, captions ~123 words), DCI (7.4k images, 5.4k train / 2k test) and Long-DCI variant, Urban-1K (1k test-only; models fine-tuned on Visual Genome paragraph captions for transfer). Training: effective batch 128, 10 epochs, AdamW, γ=0.5, λ=1; hardware reported as Ascend 910B. Evaluation: Recall@K (1/5/10) for Text→Image and Image→Text, comparisons to FineLIP, GOAL, StructXLIP, and Long-CLIP baselines.ThemesinnovationproductivityGeneralizabilityEvaluated only on dense-caption retrieval benchmarks; results may not generalize to other vision-language tasks (VQA, captioning, shorter web captions)., Experiments primarily use the Long-CLIP-L backbone; effectiveness on other backbones, model sizes, or training-from-scratch settings is untested., Benchmarks and captions are English, long, and highly compositional; transfer to different languages or domain vocabularies is uncertain., Performance may depend on batch size and pre-trained text-encoder geometry; small-batch regimes or weak pretraining could reduce benefits., Hyperparameter sensitivity (single γ reported) is partially explored but broader robustness across settings needs more evaluation.