paper-with-me

홈 › Papers

Improving Cross-modal Alignment with Synthetic Pairs for Text-only Image Captioning

2023-12-14 · Zhiyue Liu, JinYuan Liu, Fanrong Ma

Although image captioning models have made significant advancements in recent years, the majority of them heavily depend on high-quality datasets containing paired images and texts which are costly to acquire. Previous works leverage the CLIP's cross-modal association ability for image captioning, relying solely on textual information under unsupervised settings. However, not only does a modality gap exist between CLIP text and image features, but a discrepancy also arises between training and inference due to the unavailability of real-world images, which hinders the cross-modal alignment in text-only captioning. This paper proposes a novel method to address these issues by incorporating synthetic image-text pairs. A pre-trained text-to-image model is deployed to obtain images that correspond to textual data, and the pseudo features of generated images are optimized toward the real ones in the CLIP embedding space. Furthermore, textual information is gathered to represent image features, resulting in the image features with various semantics and the bridged modality gap. To unify training and inference, synthetic image features would serve as the training prefix for the language decoder, while real images are used for inference. Additionally, salient objects in images are detected as assistance to enhance the learning of modality alignment. Experimental results demonstrate that our method obtains the state-of-the-art performance on benchmark datasets.

📄 PDF Abstract BibTeX arXiv:2312.08865

Code (0)

등록된 구현이 없습니다.

Tasks

cross-modal alignmentDecoderImage Captioning

Methods 이 논문이 사용한 방법론

CLIP Contrastive Language-Image Pre-training (CLIP), consisting of a simplified version of ConVIRT trained from scratch, is an efficient method of image representation learning…

Similar Papers 제목 키워드 기반

CovMatch: Cross-Covariance Guided Multimodal Dataset Distillation with Trainable Text Encoder

2025-10-21 · Yongmin Lee, Hye Won Chung arxiv

Multimodal dataset distillation aims to synthesize a small set of image-text pairs that enables efficient training of large-scale vision-language models. While dataset distillation has shown promise in unimodal tasks, ex…

Contrastive Learning

On the Value of Cross-Modal Misalignment in Multimodal Representation Learning

2025-04-14 · Yichao Cai, Yuhang Liu, Erdun Gao, Tianjiao Jiang 외

Multimodal representation learning, exemplified by multimodal contrastive learning (MMCL) using image-text pairs, aims to learn powerful representations by aligning cues across modalities. This approach relies on the cor…

Contrastive LearningRepresentation LearningSelection bias

Rank-Aware Hyperbolic Alignment for Vision-Language Dataset Distillation

2026-06-28 · Jongoh Jeong, Sun-Kyung Lee, Kuk-Jin Yoon hf

Vision-language dataset distillation (VLDD) compresses a large image-text paired dataset into a small set of synthetic pairs that can efficiently train contrastive vision-language models under strict data and compute bud…

Cross-Modal Retrieval

Multimodal Preference Data Synthetic Alignment with Reward Model

2024-12-23 · Robert Wijaya, Ngoc-Bao Nguyen, Ngai-Man Cheung

Multimodal large language models (MLLMs) have significantly advanced tasks like caption generation and visual question answering by integrating visual and textual data. However, they sometimes produce misleading or hallu…

2kCaption GenerationHallucinationmodel+2

ImagebindDC: Compressing Multi-modal Data with Imagebind-based Condensation

2025-11-11 · Yue Min, Shaobo Wang, Jiaze Li, Tianle Niu 외 arxiv

Data condensation techniques aim to synthesize a compact dataset from a larger one to enable efficient model training, yet while successful in unimodal settings, they often fail in multimodal scenarios where preserving i…