Papers
Topics
Authors
Recent
Search
2000 character limit reached

Language-Conditioned Visual Grounding with CLIP Multilingual

Published 9 May 2026 in cs.CL | (2605.09060v1)

Abstract: Multilingual vision-LLMs exhibit systematic performance gaps across languages, but the mechanism remains ambiguous: cross-language divergence could arise from the visual encoder, the text branch, or their interaction. We resolve this ambiguity through a dense multilingual CLIP probe in which the visual encoder is held identical across thirteen typologically diverse languages and only the XLM-RoBERTa text branch varies. We evaluate two CLIP architectures spanning a 7x visual-encoder scale gap (XLM-R base + ViT-B/32, ~87M visual parameters; XLM-R large + ViT-H/14, ~632M) on 11 concepts and 210 images, and quantify cross-language agreement via cluster-mask IoU, top-percentile IoU, and Spearman rank correlation against an English reference (n=2,310 paired observations per language). Three findings emerge. First, low-resource languages (Arabic, Basque, Luxembourgish) incur a structural penalty at both backbone scales (Wilcoxon HR>LR p<10-300; cluster-mask IoU gap +0.114 at base, +0.143 at large), isolating the deficit to the text branch. Second, scaling the encoder 7x widens the gap for structural failure cases (Basque Δ=-0.056, Luxembourgish Δ=-0.076) while improving Arabic (Δ=+0.033), separating corpus-coverage from tokeniser-fertility failures. Third, peak similarity is preserved across languages (mean ratio 0.94 at large scale) while cluster-mask IoU drops sharply, identifying spatial misalignment, not signal collapse, as the dominant failure mode. At 3.4-3.9 Wh per 1,000 queries, dense-CLIP grounding is competitive with high-throughput inference budgets, positioning it as a practical substrate for energy-aware multilingual deployment.

Summary

  • The paper identifies that the dominant performance gap in multilingual grounding stems from the text encoder, not the visual branch.
  • It reveals that scaling CLIP models benefits high-resource languages while exacerbating grounding errors for underrepresented languages.
  • The study shows spatial misalignment as the core failure mode, underscoring the need for cross-language and spatial consistency checks.

Language-Conditioned Visual Grounding with CLIP Multilingual: An Expert Analysis

Introduction

"Language-Conditioned Visual Grounding with CLIP Multilingual" (2605.09060) rigorously interrogates the cross-lingual performance characteristics and bottlenecks of dense grounding in multilingual vision-LLMs (VLMs), specifically focusing on CLIP architectures extended with XLM-RoBERTa text encoders. The work is motivated by systematic deficiencies observed in low-resource languages for visual grounding tasks, whose precise architectural locus has remained ambiguous in prior literature. The study adopts a controlled comparative framework, holding the visual encoder fixed and varying only the language-conditioned text branch, thereby decoupling visual and textual sources of multilingual performance gaps.

Problem Formulation and Methodology

The paper's core objective is to localize and analyze the mechanisms behind cross-lingual performance degradation in dense vision-language grounding. The probe pipeline uses two multilingual CLIP models (XLM-RoBERTa-base + ViT-B/32 and XLM-RoBERTa-large + ViT-H/14), keeping the visual encoder weights invariant across 13 typologically diverse languages, ranging from high-resource (e.g. Spanish, German) to low-resource (Arabic, Basque, Luxembourgish). A set of 11 concrete object concepts is grounded across 210 BDD100K images, yielding over 2,300 paired image-concept-language observations per language. Dense similarity maps for image-text alignment are extracted per the MaskCLIP paradigm, enabling fine-grained spatial agreement analysis.

Four symmetric, language-agnostic metrics are defined for inter-language comparison against an English reference: cluster-mask IoU (primary metric), top-percentile IoU, Spearman rank correlation spatially, and peak similarity ratio. Non-parametric repeated-measures statistics (Friedman, Wilcoxon, Mann-Whitney) are applied to establish the robustness of findings. Inference energy is quantified according to the AI Energy Score protocol using NVML-based sampling on an NVIDIA H200, enabling direct comparability with recent large-scale autoregressive VLMs.

Key Empirical Findings

1. Text-Branch Localized Penalty

A structural multilingual performance penalty persists for dense grounding when the visual encoder is held completely static, unambiguously localizing the dominant source of the penalty to the language branch. The IoU gap between high-resource and low-resource languages is substantial: +0.114 (base) and +0.143 (large), with significance p < 10-300 across 2,310 paired observations per language. This finding explicitly rules out explanations based on visual-text encoder interaction or visual side failures, directly implicating deficiencies in the textual encoder’s languaged-conditioned representation alignment.

2. Model Scaling Effect Differentiates Failure Modes

Scaling the CLIP model 7x in visual parameters (from ~87M to ~632M) does not mitigate the low-resource gap. Instead, it induces divergent behaviors. For Basque and Luxembourgish, IoU decreases further upon scaling (Δ = -0.056 and -0.076, respectively), while Arabic and Chinese register marginal IoU increases (Δ = +0.033 and +0.039). This clearly separates corpus-coverage failures (where insufficient language representation in pretraining overwhelmingly dominates) from tokeniser-fertility issues, where larger encoder capacity can compensate for suboptimal tokenization. Thus, model scaling is effective only for languages present in substantive corpus volume; for severely underrepresented languages, scaling exacerbates misalignment.

3. Dominant Failure Mode: Spatial Misalignment

The observed gap is not driven by signal collapse (global attenuation of similarity strength), but by spatial misalignment: peak similarity ratios remain near unity across languages (mean ~0.94 on the large backbone), but IoUs decay dramatically. The text encoder reliably produces strong visual activations, but they localize to incorrect spatial regions. This invalidates confidence-filtering techniques based solely on peak similarity and necessitates explicit cross-language or spatial-consistency checks for robust multilingual system deployment.

4. Energy Efficiency

Dense-CLIP multilingual grounding is highly energy-efficient: 3.4-3.9 Wh per 1,000 queries, at least one order of magnitude below leading autoregressive VLMs under identical hardware evaluation. This efficiency foregrounds the feasibility of runtime cross-language consistency checks and positions dense-CLIP as a viable substrate for energy-constrained, multilingual deployments where dense spatial grounding is a primary requirement.

5. Concept-Level Error Localization

The severity of cross-lingual misalignment varies both by language and by concept. Scaling improves per-concept localization for Arabic but induces catastrophic concept-level collapses on low-resource representations such as Basque (e.g., road: 0.30 → 0.19, pedestrian: 0.29 → 0.13). This distributional heterogeneity underscores the necessity for fine-grained, concept-aware benchmark reporting as opposed to global language-level scores.

Implications and Future Directions

Methodological Implications

The adoption of a symmetric, language-agnostic scoring protocol addresses a major deficiency in prior evaluation frameworks—namely, the confounding of measurement bias (towards English) and genuine perceptual disparity. The protocol in this paper yields disentangled, architecture-intrinsic estimates of multilingual grounding capability and should be considered a standard for future multilingual VLM benchmarks.

Multilingual VLM Design

The data demonstrate that model scale and tokeniser improvements alone cannot compensate for corpus-level gaps. Robust cross-lingual grounding, especially for highly underrepresented or morphologically divergent languages, requires targeted augmentation of pretraining distributions and, potentially, architectural innovations on the text-visual alignment mechanism.

Deployed System Reliability

Spatial misalignment as the dominant mode of failure nullifies confidence schemes based on peak similarity, a common heuristic in deployed systems. Reliable multilingual grounding necessitates runtime cross-language agreement verification or spatial consistency post-processing. This approach integrates efficiently within the energy/latency constraints of dense-CLIP models.

Research Trajectory

The findings motivate several extensions: (1) investigation of compositional or relational concepts to determine if failure mechanisms generalize; (2) expansion to additional low-resource languages and dialects; (3) assessment under edge-accelerator hardware; and (4) exploration of alternative text encoder designs not limited by RoBERTa tokenisation rigidity.

Conclusion

"Language-Conditioned Visual Grounding with CLIP Multilingual" (2605.09060) provides the first symmetrically controlled and architecturally decomposed analysis of the low-resource language penalty in dense multilingual CLIP grounding. The principal deficit lies in the text encoder, manifesting as spatial misalignment detectable only by symmetric cross-language comparison rather than standard peak-confidence heuristics. Model scaling benefits only those languages represented in the pretraining corpus; in its absence, increased capacity amplifies error. Energy efficiency of dense-CLIP makes rigorous runtime consistency checks practically viable. Addressing the identified deficiencies will require curricular improvements in multilingual corpus curation and potentially new alignment objectives and architectures.

Paper to Video (Beta)

No one has generated a video about this paper yet.

Whiteboard

No one has generated a whiteboard explanation for this paper yet.

Open Problems

We haven't generated a list of open problems mentioned in this paper yet.

Collections

Sign up for free to add this paper to one or more collections.