paper-with-me

홈 › Papers

Are They the Same? Exploring Visual Correspondence Shortcomings of Multimodal LLMs

2025-01-08 · Yikang Zhou, Tao Zhang, Shilin Xu, Shihao Chen, Qianyu Zhou, Yunhai Tong, Shunping Ji, Jiangning Zhang, Xiangtai Li, Lu Qi

Recent advancements in multimodal models have shown a strong ability in visual perception, reasoning abilities, and vision-language understanding. However, studies on visual matching ability are missing, where finding the visual correspondence of objects is essential in vision research. Our research reveals that the matching capabilities in recent multimodal LLMs (MLLMs) still exhibit systematic shortcomings, even with current strong MLLMs models, GPT-4o. In particular, we construct a Multimodal Visual Matching (MMVM) benchmark to fairly benchmark over 30 different MLLMs. The MMVM benchmark is built from 15 open-source datasets and Internet videos with manual annotation. We categorize the data samples of MMVM benchmark into eight aspects based on the required cues and capabilities to more comprehensively evaluate and analyze current MLLMs. In addition, we have designed an automatic annotation pipeline to generate the MMVM SFT dataset, including 220K visual matching data with reasoning annotation. Finally, we present CoLVA, a novel contrastive MLLM with two novel technical designs: fine-grained vision expert with object-level contrastive learning and instruction augmentation strategy. CoLVA achieves 51.06\% overall accuracy (OA) on the MMVM benchmark, surpassing GPT-4o and baseline by 8.41\% and 23.58\% OA, respectively. The results show the effectiveness of our MMVM SFT dataset and our novel technical designs. Code, benchmark, dataset, and models are available at https://github.com/zhouyiks/CoLVA.

📄 PDF Abstract BibTeX arXiv:2501.04670

Code (1)

zhouyiks/colva 공식 구현 pytorch

Tasks

Contrastive Learning

Methods 이 논문이 사용한 방법론

SFT Shrink and Fine-Tune, or SFT, is a type of distillation that avoids explicit distillation by copying parameters to a student student model and then fine-tuning.…
Contrastive Learning 설명 없음

Similar Papers 제목 키워드 기반

AnimeRun: 2D Animation Visual Correspondence from Open Source 3D Movies

2022-11-10 · Li SiYao, Yuhang Li, Bo Li, Chao Dong 외

Existing correspondence datasets for two-dimensional (2D) cartoon suffer from simple frame composition and monotonic movements, making them insufficient to simulate real animations. In this work, we present a new 2D anim…

Optical Flow Estimation

FlowWeb: Joint Image Set Alignment by Weaving Consistent, Pixel-Wise Correspondences

2015-06-01 · CVPR 2015 6 · Tinghui Zhou, Yong Jae Lee, Stella X. Yu, Alyosha A. Efros

Given a set of poorly aligned images of the same visual concept without any annotations, we propose an algorithm to jointly bring them into pixel-wise correspondence by estimating a FlowWeb representation of the image se…

Optical Flow Estimation

Learning to Compose Hypercolumns for Visual Correspondence

2020-07-21 · ECCV 2020 8 · Juhong Min, Jongmin Lee, Jean Ponce, Minsu Cho

Feature representation plays a crucial role in visual correspondence, and recent methods for image matching resort to deeply stacked convolutional layers. These models, however, are both monolithic and static in the sens…

object-detectionSemantic correspondence

S3M: Scalable Statistical Shape Modeling through Unsupervised Correspondences

2023-04-15 · Lennart Bastian, Alexander Baumann, Emily Hoppe, Vincent Bürgin 외

Statistical shape models (SSMs) are an established way to represent the anatomy of a population with various clinically relevant applications. However, they typically require domain expertise, and labor-intensive landmar…

Anatomy

The Functional Correspondence Problem

2021-09-02 · ICCV 2021 10 · Zihang Lai, Senthil Purushwalkam, Abhinav Gupta

The ability to find correspondences in visual data is the essence of most computer vision tasks. But what are the right correspondences? The task of visual correspondence is well defined for two different images of same …