paper-with-me

홈 › Papers

Single-Stream Multi-Level Alignment for Vision-Language Pretraining

2022-03-27 · Zaid Khan, Vijay Kumar BG, Xiang Yu, Samuel Schulter, Manmohan Chandraker, Yun Fu

Self-supervised vision-language pretraining from pure images and text with a contrastive loss is effective, but ignores fine-grained alignment due to a dual-stream architecture that aligns image and text representations only on a global level. Earlier, supervised, non-contrastive methods were capable of finer-grained alignment, but required dense annotations that were not scalable. We propose a single stream architecture that aligns images and language at multiple levels: global, fine-grained patch-token, and conceptual/semantic, using two novel tasks: symmetric cross-modality reconstruction (XMM) and a pseudo-labeled key word prediction (PSL). In XMM, we mask input tokens from one modality and use cross-modal information to reconstruct the masked token, thus improving fine-grained alignment between the two modalities. In PSL, we use attention to select keywords in a caption, use a momentum encoder to recommend other important keywords that are missing from the caption but represented in the image, and then train the visual encoder to predict the presence of those keywords, helping it learn semantic concepts that are essential for grounding a textual token to an image region. We demonstrate competitive performance and improved data efficiency on image-text retrieval, grounding, visual question answering/reasoning against larger models and models trained on more data. Code and models available at zaidkhan.me/SIMLA.

📄 PDF Abstract BibTeX arXiv:2203.14395

Code (1)

codezakh/SIMLA 공식 구현 pytorch

Tasks

Image-text RetrievalQuestion AnsweringReferring ExpressionRepresentation LearningRetrievalText RetrievalVisual Question AnsweringVisual Question Answering (VQA)

Methods 이 논문이 사용한 방법론

ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…

Similar Papers 제목 키워드 기반

COTS: Collaborative Two-Stream Vision-Language Pre-Training Model for Cross-Modal Retrieval

2022-04-15 · CVPR 2022 1 · Haoyu Lu, Nanyi Fei, Yuqi Huo, Yizhao Gao 외

Large-scale single-stream pre-training has shown dramatic performance in image-text retrieval. Regrettably, it faces low inference efficiency due to heavy attention layers. Recently, two-stream methods like CLIP and ALIG…

Contrastive LearningCross-Modal RetrievalImage-text RetrievalImage to text+5

Boosting Medical Visual Understanding From Multi-Granular Language Learning

2025-11-20 · Zihan Li, Yiqing Wang, Sina Farsiu, Paul Kinahan arxiv

Recent advances in image-text pretraining have significantly enhanced visual understanding by aligning visual and textual representations. Contrastive Language-Image Pretraining (CLIP) has played a pivotal role in multim…

Computational EfficiencyContrastive Learning

VoLTA: Vision-Language Transformer with Weakly-Supervised Local-Feature Alignment

2022-10-09 · Shraman Pramanick, Li Jing, Sayan Nag, Jiachen Zhu 외

Vision-language pre-training (VLP) has recently proven highly effective for various uni- and multi-modal downstream applications. However, most existing end-to-end VLP methods use high-resolution image-text box data to p…

object-detectionObject DetectionReferring ExpressionReferring Expression Comprehension

Multi-Grained Cross-modal Alignment for Learning Open-vocabulary Semantic Segmentation from Text Supervision

2024-03-06 · Yajie Liu, Pu Ge, Qingjie Liu, Di Huang

Recently, learning open-vocabulary semantic segmentation from text supervision has achieved promising downstream performance. Nevertheless, current approaches encounter an alignment granularity gap owing to the absence o…

Contrastive Learningcross-modal alignmentOpen Vocabulary Semantic SegmentationOpen-Vocabulary Semantic Segmentation+3

MMF-Track: Multi-modal Multi-level Fusion for 3D Single Object Tracking

2023-05-11 · Zhiheng Li, Yubo Cui, Yu Lin, Zheng Fang

3D single object tracking plays a crucial role in computer vision. Mainstream methods mainly rely on point clouds to achieve geometry matching between target template and search area. However, textureless and incomplete …

3D Single Object TrackingObject Tracking