image-text alignment

Designing and training methods to map visual and textual inputs into a shared latent space that preserves morphology-relevant and semantic information for retrieval, captioning, evaluation, and multimodal report generation. Includes metrics and procedures to evaluate alignment quality when ground-truth captions or labels are unavailable.

image-textalignment

12-Month Skill Trend

Momentum and market value over time
Trending
Score
+20 in 12 mo
96
12 mo agoNow
Career
Value
+$12K in 12 mo
$42K/year
12 mo agoNow

Recommended Survey Paper

Quick overview of the field
View more

Must-Read Papers

Most classic and influential ideas
View more

Interdisciplinary Research in Conversation: A Case Study in Computational Morphology for Language Documentation

Sep 12, 2025
ER
Enora Rice
🏛️ University of Colorado Boulder | Johannes Gutenberg University Mainz

Computational morphology remains underutilized in linguistic fieldwork, revealing a critical disconnect between NLP research and real-world language documentation practice. Method: Guided by user-centered design (UCD), this work systematically diagnoses the roots of this gap and proposes a new research agenda integrating practical utility with scholarly rigor. We enhance the multilingual interlinear glossed text (IGT) generation model GlossLM and conduct a small-scale field user study with language documenters. Contribution/Results: We identify key usability bottlenecks—including insufficient gloss tag standardization, tokenization ambiguity, and lack of personalization support. Results show that while current models achieve strong automatic evaluation scores, they fail to meet documenters’ core needs for interpretability, controllability, and seamless workflow integration. This is the first study to systematically apply UCD principles to computational morphology, establishing a methodological framework and empirical pathway for developing NLP tools purpose-built for language archiving.

Addressing limited adoption of NLP tools in real-world linguisticsBridging computational morphology and language documentation practiceIntegrating User-Centered Design to improve research relevance

Existing visual implicit reasoning methods suffer from unstable intermediate visual evidence due to feature space mismatches. This work proposes the GAP paradigm, which systematically identifies and addresses the norm mismatch between visual latent variables and input embeddings for the first time. Through alignment mechanisms operating at three granularities—feature, context, and capability—the approach enhances the stability and effectiveness of multimodal large language model reasoning. The method incorporates a lightweight PCA-based alignment head for latent variables, verifiable auxiliary visual supervision, and a model-capability-aware selective supervision strategy. Evaluated on Qwen2.5-VL 7B, it achieves state-of-the-art performance in perception-reasoning integration, with intervention experiments confirming that the generated latent variables provide task-relevant visual signals significantly superior to placeholder baselines.

feature-space mismatchlatent feedback instabilitymultimodal large language models

This work proposes a novel metric for evaluating the morphological plausibility of subword segmentations without relying on scarce and inconsistent gold-standard word segmentation data. Instead, it leverages widely available morphosyntactic resources—such as Universal Dependencies and UniMorph—and employs IBM Model 1 to probabilistically align subword units with morphological features. The resulting alignment scores serve as a proxy for morphological well-formedness. The proposed method demonstrates strong correlation with traditional morpheme boundary recall across diverse languages and substantially improves applicability in morphologically complex or low-resource settings, thereby enabling a cross-lingually generalizable framework for morphological evaluation of subword segmentations.

cross-lingual evaluationmorpheme boundarymorpho-syntactic features

Visual Semantic Description Generation with MLLMs for Image-Text Matching

Jul 11, 2025
JC
Junyu Chen
🏛️ Chongqing Normal University

Image–text matching faces a fundamental challenge stemming from the semantic gap between visual (continuous, high-dimensional) and textual (discrete, structured) modalities. To address this, we propose VSD-Align, a novel framework that leverages multimodal large language models (MLLMs) to generate fine-grained Visual Semantic Descriptions (VSDs) as learnable semantic anchors. VSD-Align establishes dual alignment: instance-level feature fusion and prototype-level VSD clustering—enabling cross-modal semantic alignment at the representation level. The method supports end-to-end training without auxiliary annotations and inherently enables zero-shot cross-domain transfer. Extensive experiments demonstrate that VSD-Align significantly outperforms state-of-the-art methods on Flickr30K and MSCOCO. Moreover, it achieves superior generalization in zero-shot cross-domain settings—including news and remote sensing domains—validating its effectiveness and broad applicability.

Bridging visual-textual modality gap using MLLMsEnhancing cross-modal alignment via semantic descriptionsImproving image-text matching with zero-shot generalization

Existing multimodal RAG systems rely on LLMs to generate textual summaries of images and index only these summaries, leading to loss of critical visual details and contextual information—particularly detrimental to chart-text joint question answering in financial documents. This work proposes a direct multimodal embedding retrieval approach: leveraging models such as CLIP to jointly encode images and text into a shared embedding space, enabling cross-modal vector retrieval without intermediate LLM summarization and its associated information decay. Evaluated on a newly constructed financial report QA benchmark, our method achieves a 13-percentage-point absolute gain in mAP@5 (32% relative improvement) and an 11-percentage-point gain in nDCG@5 (20% relative improvement) over the text-summary baseline, significantly enhancing retrieval relevance and factual consistency of generated answers. Extensive experiments across six mainstream LLMs demonstrate the robustness and generalizability of the proposed approach.

Existing approaches rely on LLM summarization causing information lossMultimodal RAG systems lose visual context when converting images to textNeed to compare text-based versus direct multimodal embedding retrieval

Latest Papers

What's happening recently
View more

Visual document retrieval faces significant challenges due to dense text, complex layouts, and fine-grained semantic dependencies, which hinder precise information access. This work presents the first systematic survey of the field in the era of multimodal large language models, establishing a comprehensive research framework that encompasses benchmark evaluation, methodological evolution, and future challenges. The study proposes a novel paradigm integrating multimodal embeddings, re-ranking models, retrieval-augmented generation (RAG), and agent-based systems to clarify the technological trajectory, identify critical bottlenecks, and offer a clear roadmap for advancing multimodal document intelligence.

Document LayoutMultimodal Document IntelligenceMultimodal Large Language Model

This work addresses the significant modality gap between medical imaging and clinical text in shared representation spaces, which leads to insufficient semantic alignment and hampers cross-modal retrieval and understanding performance. To tackle this challenge, the authors propose a modality-agnostic contrastive learning framework that systematically mitigates modality discrepancies in medical settings through optimized embedding space geometry and joint modeling strategies. This approach overcomes the limitations of conventional CLIP-based methods in medical domains and achieves, for the first time, a general and efficient semantic alignment between medical images and clinical text. Experimental results demonstrate substantial improvements in both cross-modal retrieval accuracy on radiology images paired with clinical reports and the quality of generated image captions.

CLIPcross-modal retrievalmedical representation

Existing cross-modal retrieval benchmarks primarily focus on coarse-grained or single-condition alignment, falling short in addressing real-world user queries that involve multiple constraints and fine-grained specifications expressed in natural language. To bridge this gap, this work proposes MCMR—the first benchmark for multi-condition, fine-grained, and composable cross-modal retrieval—spanning five product domains and emphasizing constraint awareness and interpretability. We employ a multimodal large language model (MLLM) as both the retriever and a pointwise re-ranker, integrating visual features with long-form textual metadata for joint verification. Experiments demonstrate that visual cues dominate top-ranked accuracy, textual metadata enhances ranking stability for long-tail items, and MLLM-based re-ranking substantially improves fine-grained matching performance, thereby filling a critical evaluation gap in complex query scenarios.

compositional matchingcross-modal alignmentfine-grained

This study addresses a critical limitation in existing retrieval-augmented generation (RAG) benchmarks: their inability to disentangle performance gains stemming from improvements in retrieval mechanisms versus those arising from enhanced document representations. To isolate the impact of document preprocessing, the authors fix the retriever—using BM25 as a consistent baseline—and systematically evaluate diverse document transcription and preprocessing strategies across multilingual and visually dense RAG tasks. Their experiments reveal that optimizing document representation alone substantially narrows the performance gap between BM25 and state-of-the-art multimodal retrievers, indicating that much of the observed gain in current systems originates from representation quality rather than retrieval algorithmic advances. Based on these findings, the work advocates for a new benchmarking paradigm that decouples document transcription from retrieval capability to enable more precise evaluation of RAG components.

benchmark evaluationdocument representationmultilingual

Existing approaches struggle to uncover the semantic content of visual tokens across different layers of large language models (LLMs), hindering a deeper understanding of vision–language representation alignment. This work proposes LatentLens, a method that maps visual tokens into a large-scale contextualized text embedding space and leverages k-nearest neighbor retrieval to generate human-readable natural language descriptions. For the first time, LatentLens enables high-granularity interpretation of visual tokens across all model layers and multiple vision–language models (VLMs). Experiments demonstrate that LatentLens significantly outperforms baseline methods such as LogitLens, revealing that the vast majority of visual tokens maintain clear and fine-grained semantics throughout all layers in ten diverse VLMs, thereby providing strong evidence for the high degree of alignment in multimodal representations.

interpretabilitylarge language modelslatent representations

Hot Scholars

XW

Xiaojun Wan

Peking University
Natural Language ProcessingText MiningArtificial Intelligence
HZ

Huixuan Zhang

Peking University
Natural Language Processing
NI

Naoto Inoue

Apple
Computer VisionComputer GraphicsMachine Learning
SU

Seiichi Uchida

Kyushu University
Pattern RecognitionOCRDocument Image AnalysisBioimage-informatics