paper-with-me

Papers

Coarse-to-Fine Vision-Language Pre-training with Fusion in the Backbone

2022-06-15 · NeurIPS 2022 5 · Zi-Yi Dou, Aishwarya Kamath, Zhe Gan, Pengchuan Zhang, JianFeng Wang, Linjie Li, Zicheng Liu, Ce Liu, Yann Lecun, Nanyun Peng, Jianfeng Gao, Lijuan Wang

Vision-language (VL) pre-training has recently received considerable attention. However, most existing end-to-end pre-training approaches either only aim to tackle VL tasks such as image-text retrieval, visual question answering (VQA) and image captioning that test high-level understanding of images, or only target region-level understanding for tasks such as phrase grounding and object detection. We present FIBER (Fusion-In-the-Backbone-based transformER), a new VL model architecture that can seamlessly handle both these types of tasks. Instead of having dedicated transformer layers for fusion after the uni-modal backbones, FIBER pushes multimodal fusion deep into the model by inserting cross-attention into the image and text backbones, bringing gains in terms of memory and performance. In addition, unlike previous work that is either only pre-trained on image-text data or on fine-grained data with box-level annotations, we present a two-stage pre-training strategy that uses both these kinds of data efficiently: (i) coarse-grained pre-training based on image-text data; followed by (ii) fine-grained pre-training based on image-text-box data. We conduct comprehensive experiments on a wide range of VL tasks, ranging from VQA, image captioning, and retrieval, to phrase grounding, referring expression comprehension, and object detection. Using deep multimodal fusion coupled with the two-stage pre-training, FIBER provides consistent performance improvements over strong baselines across all tasks, often outperforming methods using magnitudes more data. Code is available at https://github.com/microsoft/FIBER.

📄 PDF Abstract BibTeX arXiv:2206.07643

Code (1)

microsoft/fiber 공식 구현 pytorch

Tasks

Described Object DetectionImage CaptioningImage-text RetrievalObject DetectionPhrase GroundingQuestion AnsweringReferring Expression ComprehensionText RetrievalVisual Question AnsweringVisual Question Answering (VQA)Visual Reasoning

Methods 이 논문이 사용한 방법론

Test 설명 없음

Similar Papers 제목 키워드 기반

3DTopia: Large Text-to-3D Generation Model with Hybrid Diffusion Priors

2024-03-04 · Fangzhou Hong, Jiaxiang Tang, Ziang Cao, Min Shi 외

We present a two-stage text-to-3D generation system, namely 3DTopia, which generates high-quality general 3D assets within 5 minutes using hybrid diffusion priors. The first stage samples from a 3D diffusion prior direct…

3D GenerationText to 3DTexture Synthesis

Learning A Coarse-to-Fine Diffusion Transformer for Image Restoration

2023-08-17 · Liyan Wang, Qinyu Yang, Cong Wang, Wei Wang 외

Recent years have witnessed the remarkable performance of diffusion models in various vision tasks. However, for image restoration that aims to recover clear images with sharper details from given degraded observations, …

DeblurringDenoisingImage DeblurringImage Denoising+3

microCLIP: Unsupervised CLIP Adaptation via Coarse-Fine Token Fusion for Fine-Grained Image Classification

2025-10-02 · Sathira Silva, Eman Ali, Chetan Arora, Muhammad Haris Khan arxiv

Unsupervised adaptation of CLIP-based vision-language models (VLMs) for fine-grained image classification requires sensitivity to microscopic local cues. While CLIP exhibits strong zero-shot transfer, its reliance on coa…

Fine-Grained Image Classification

CoFi-Dec: Hallucination-Resistant Decoding via Coarse-to-Fine Generative Feedback in Large Vision-Language Models

2025-12-29 · Zongsheng Cao, Yangfan He, Anran Liu, Jun Xie 외 arxiv

Large Vision-Language Models (LVLMs) have achieved impressive progress in multi-modal understanding and generation. However, they still tend to produce hallucinated content that is inconsistent with the visual input, whi…

Visual Grounding

HiVLP: Hierarchical Vision-Language Pre-Training for Fast Image-Text Retrieval

2022-05-24 · Feilong Chen, Xiuyi Chen, Jiaxin Shi, Duzhen Zhang 외

In the past few years, the emergence of vision-language pre-training (VLP) has brought cross-modal retrieval to a new era. However, due to the latency and computation demand, it is commonly challenging to apply VLP in a …

Cross-Modal RetrievalImage-text RetrievalRetrievalText Retrieval