paper-with-me

Papers

Diffusion Bridge: Leveraging Diffusion Model to Reduce the Modality Gap Between Text and Vision for Zero-Shot Image Captioning

2025-01-01 · CVPR 2025 1 · Jeong Ryong Lee, Yejee Shin, Geonhui Son, Dosik Hwang

The modality gap between vision and text embeddings in CLIP presents a significant challenge for zero-shot image captioning, limiting effective cross-modal representation. Traditional approaches, such as noise injection and memory-based similarity matching, attempt to address this gap, yet these methods either rely on indirect alignment or relatively naive solutions with heavy computation. Diffusion Bridge introduces a novel approach to directly reduce this modality gap by leveraging Denoising Diffusion Probabilistic Models (DDPM), trained exclusively on text embeddings to model their distribution. Our approach is motivated by the observation that, while paired vision and text embeddings are relatively close, a modality gap still exists due to stable regions created by the contrastive loss. This gap can be interpreted as noise in cross-modal mappings, which we approximate as Gaussian noise. To bridge this gap, we employ a reverse diffusion process, where image embeddings are strategically introduced at an intermediate step in the reverse process, allowing them to be refined progressively toward the text embedding distribution. This process transforms vision embeddings into text-like representations closely aligned with paired text embeddings, effectively minimizing discrepancies between modalities. Experimental results demonstrate that these text-like vision embeddings significantly enhance alignment with their paired text embeddings, leading to improved zero-shot captioning performance on MSCOCO and Flickr30K. Diffusion Bridge achieves competitive results without reliance on memory banks or entity-driven methods, offering a novel pathway for cross-modal alignment and opening new possibilities for the application of diffusion models in multi-modal tasks. The source code is available at: https://github.com/mongeoroo/diffusion-bridge

📄 PDF Abstract BibTeX

Code (1)

mongeoroo/diffusion-bridge 공식 구현 pytorch

Tasks

cross-modal alignmentDenoisingImage 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…
Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…

Similar Papers 제목 키워드 기반

Structured Diffusion Bridges: Inductive Bias for Denoising Diffusion Bridges

2026-05-03 · Eitan Kosman, Gabriele Serussi, Chaim Baskin arxiv

Modality translation is inherently under-constrained, as multiple cross-modal mappings may yield the same marginals. Recent work has shown that diffusion bridges are effective for this task. However, most existing approa…

Leveraging Multimodal Diffusion Models to Accelerate Imaging with Side Information

2024-10-07 · Timofey Efimov, Harry Dong, Megna Shah, Jeff Simmons 외

Diffusion models have found phenomenal success as expressive priors for solving inverse problems, but their extension beyond natural images to more structured scientific domains remains limited. Motivated by applications…

Image Reconstruction

Multimodal Diffusion Bridge with Attention-Based SAR Fusion for Satellite Image Cloud Removal

2025-04-04 · Yuyang Hu, Suhas Lohit, Ulugbek S. Kamilov, Tim K. Marks

Deep learning has achieved some success in addressing the challenge of cloud removal in optical satellite images, by fusing with synthetic aperture radar (SAR) images. Recently, diffusion models have emerged as powerful …

Cloud RemovalImage Restoration

CLIPSonic: Text-to-Audio Synthesis with Unlabeled Videos and Pretrained Language-Vision Models

2023-06-16 · Hao-Wen Dong, Xiaoyu Liu, Jordi Pons, Gautam Bhattacharya 외

Recent work has studied text-to-audio synthesis using large amounts of paired text-audio data. However, audio recordings with high-quality text annotations can be difficult to acquire. In this work, we approach text-to-a…

Audio Synthesis

Towards General Modality Translation with Contrastive and Predictive Latent Diffusion Bridge

2025-10-23 · Nimrod Berman, Omkar Joglekar, Eitan Kosman, Dotan Di Castro 외 arxiv

Recent advances in generative modeling have positioned diffusion models as state-of-the-art tools for sampling from complex data distributions. While these models have shown remarkable success across single-modality doma…

Image Super-Resolution