paper-with-me

Papers

Unleashing Text-to-Image Diffusion Prior for Zero-Shot Image Captioning

2024-12-31 · Jianjie Luo, Jingwen Chen, Yehao Li, Yingwei Pan, Jianlin Feng, Hongyang Chao, Ting Yao

Recently, zero-shot image captioning has gained increasing attention, where only text data is available for training. The remarkable progress in text-to-image diffusion model presents the potential to resolve this task by employing synthetic image-caption pairs generated by this pre-trained prior. Nonetheless, the defective details in the salient regions of the synthetic images introduce semantic misalignment between the synthetic image and text, leading to compromised results. To address this challenge, we propose a novel Patch-wise Cross-modal feature Mix-up (PCM) mechanism to adaptively mitigate the unfaithful contents in a fine-grained manner during training, which can be integrated into most of encoder-decoder frameworks, introducing our PCM-Net. Specifically, for each input image, salient visual concepts in the image are first detected considering the image-text similarity in CLIP space. Next, the patch-wise visual features of the input image are selectively fused with the textual features of the salient visual concepts, leading to a mixed-up feature map with less defective content. Finally, a visual-semantic encoder is exploited to refine the derived feature map, which is further incorporated into the sentence decoder for caption generation. Additionally, to facilitate the model training with synthetic data, a novel CLIP-weighted cross-entropy loss is devised to prioritize the high-quality image-text pairs over the low-quality counterparts. Extensive experiments on MSCOCO and Flickr30k datasets demonstrate the superiority of our PCM-Net compared with state-of-the-art VLMs-based approaches. It is noteworthy that our PCM-Net ranks first in both in-domain and cross-domain zero-shot image captioning. The synthetic dataset SynthImgCap and code are available at https://jianjieluo.github.io/SynthImgCap.

📄 PDF Abstract BibTeX arXiv:2501.00437

Code (0)

등록된 구현이 없습니다.

Tasks

Caption GenerationDecoderImage Captioningtext similarity

Methods 이 논문이 사용한 방법론

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…
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 제목 키워드 기반

VP3D: Unleashing 2D Visual Prompt for Text-to-3D Generation

2024-03-25 · CVPR 2024 1 · Yang Chen, Yingwei Pan, Haibo Yang, Ting Yao 외

Recent innovations on text-to-3D generation have featured Score Distillation Sampling (SDS), which enables the zero-shot learning of implicit 3D models (NeRF) by directly distilling prior knowledge from 2D diffusion mode…

3D GenerationNeRFText to 3DZero-Shot Learning

GeoWizard: Unleashing the Diffusion Priors for 3D Geometry Estimation from a Single Image

2024-03-18 · Xiao Fu, Wei Yin, Mu Hu, Kaixuan Wang 외

We introduce GeoWizard, a new generative foundation model designed for estimating geometric attributes, e.g., depth and normals, from single images. While significant research has already been conducted in this area, the…

3D geometry3D ReconstructionDiversity

FaithDiff: Unleashing Diffusion Priors for Faithful Image Super-resolution

2024-11-27 · CVPR 2025 1 · Junyang Chen, Jinshan Pan, Jiangxin Dong

Faithful image super-resolution (SR) not only needs to recover images that appear realistic, similar to image generation tasks, but also requires that the restored images maintain fidelity and structural consistency with…

Image GenerationImage Super-ResolutionSuper-Resolution

Moaw: Unleashing Motion Awareness for Video Diffusion Models

2026-01-19 · Tianqi Zhang, Ziyi Wang, Wenzhao Zheng, Weiliang Chen 외 arxiv

Video diffusion models, trained on large-scale datasets, naturally capture correspondences of shared features across frames. Recent works have exploited this property for tasks such as optical flow prediction and trackin…

Video Generation

Zero123++: a Single Image to Consistent Multi-view Diffusion Base Model

2023-10-23 · Ruoxi Shi, Hansheng Chen, Zhuoyang Zhang, Minghua Liu 외

We report Zero123++, an image-conditioned diffusion model for generating 3D-consistent multi-view images from a single input view. To take full advantage of pretrained 2D generative priors, we develop various conditionin…