paper-with-me

홈 › Papers

Efficient Vision-Language Pretraining with Visual Concepts and Hierarchical Alignment

2022-08-29 · Mustafa Shukor, Guillaume Couairon, Matthieu Cord

Vision and Language Pretraining has become the prevalent approach for tackling multimodal downstream tasks. The current trend is to move towards ever larger models and pretraining datasets. This computational headlong rush does not seem reasonable in the long term to move toward sustainable solutions, and de facto excludes academic laboratories with limited resources. In this work, we propose a new framework, dubbed ViCHA, that efficiently exploits the input data to boost the learning by: (a) a new hierarchical cross-modal alignment loss, (b) new self-supervised scheme based on masked image modeling, (c) leveraging image-level annotations, called Visual Concepts, obtained with existing foundation models such as CLIP to boost the performance of the image encoder. Although pretrained on four times less data, our ViCHA strategy outperforms other approaches on several downstream tasks such as Image-Text Retrieval, VQA, Visual Reasoning, Visual Entailment and Visual Grounding. The code will be made publicly available here: https://github.com/mshukor/ViCHA

📄 PDF Abstract BibTeX arXiv:2208.13628

Code (1)

mshukor/vicha 공식 구현 pytorch

Tasks

cross-modal alignmentImage-text RetrievalRetrievalText RetrievalVisual EntailmentVisual GroundingVisual Question Answering (VQA)Visual Reasoning

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

Procedure-Aware Surgical Video-language Pretraining with Hierarchical Knowledge Augmentation

2024-09-30 · Kun Yuan, Vinkle Srivastav, Nassir Navab, Nicolas Padoy

Surgical video-language pretraining (VLP) faces unique challenges due to the knowledge domain gap and the scarcity of multi-modal data. This study aims to bridge the gap by addressing issues regarding textual information…

Cross-Modal RetrievalDynamic Time WarpingScene Understanding

HecVL: Hierarchical Video-Language Pretraining for Zero-shot Surgical Phase Recognition

2024-05-16 · Kun Yuan, Vinkle Srivastav, Nassir Navab, Nicolas Padoy

Natural language could play an important role in developing generalist surgical models by providing a broad source of supervision from raw texts. This flexible form of supervision can enable the model's transferability a…

Contrastive LearningSurgical phase recognition

The Neglected Tails in Vision-Language Models

2024-01-23 · CVPR 2024 1 · Shubham Parashar, Zhiqiu Lin, Tian Liu, Xiangjue Dong 외

Vision-language models (VLMs) excel in zero-shot recognition but their performance varies greatly across different visual concepts. For example, although CLIP achieves impressive accuracy on ImageNet (60-80%), its perfor…

RetrievalZero-Shot Learning

Enhancing Conceptual Understanding in Multimodal Contrastive Learning through Hard Negative Samples

2024-03-05 · Philipp J. Rösch, Norbert Oswald, Michaela Geierhos, Jindřich Libovický

Current multimodal models leveraging contrastive learning often face limitations in developing fine-grained conceptual understanding. This is due to random negative samples during pretraining, causing almost exclusively …

Concept AlignmentContrastive LearningImage-text Retrieval

From Panel to Pixel: Zoom-In Vision-Language Pretraining from Biomedical Scientific Literature

2025-12-02 · Kun Yuan, Min Woo Sun, Zhen Chen, Alejandro Lozano 외 arxiv

There is a growing interest in developing strong biomedical vision-language models. A popular approach to achieve robust representations is to use web-scale scientific data. However, current biomedical vision-language pr…