paper-with-me

Papers

Comparison Visual Instruction Tuning

2024-06-13 · Wei Lin, Muhammad Jehanzeb Mirza, Sivan Doveh, Rogerio Feris, Raja Giryes, Sepp Hochreiter, Leonid Karlinsky

Comparing two images in terms of Commonalities and Differences (CaD) is a fundamental human capability that forms the basis of advanced visual reasoning and interpretation. It is essential for the generation of detailed and contextually relevant descriptions, performing comparative analysis, novelty detection, and making informed decisions based on visual data. However, surprisingly, little attention has been given to these fundamental concepts in the best current mimic of human visual intelligence - Large Multimodal Models (LMMs). We develop and contribute a new two-phase approach CaD-VI for collecting synthetic visual instructions, together with an instruction-following dataset CaD-Inst containing 349K image pairs with CaD instructions collected using CaD-VI. Our approach significantly improves the CaD spotting capabilities in LMMs, advancing the SOTA on a diverse set of related tasks by up to 17.5%. It is also complementary to existing difference-only instruction datasets, allowing automatic targeted refinement of those resources increasing their effectiveness for CaD tuning by up to 10%. Additionally, we propose an evaluation benchmark with 7.5K open-ended QAs to assess the CaD understanding abilities of LMMs.

📄 PDF Abstract BibTeX arXiv:2406.09240

Code (0)

등록된 구현이 없습니다.

Tasks

Instruction FollowingNovelty DetectionVisual Reasoning

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

Visual Instruction Tuning towards General-Purpose Multimodal Model: A Survey

2023-12-27 · Jiaxing Huang, Jingyi Zhang, Kai Jiang, Han Qiu 외

Traditional computer vision generally solves each single task independently by a dedicated model with the task instruction implicitly designed in the model architecture, arising two limitations: (1) it leads to task-spec…

Instruction FollowingSurvey

SCITUNE: Aligning Large Language Models with Scientific Multimodal Instructions

2023-07-03 · Sameera Horawalavithana, Sai Munikoti, Ian Stewart, Henry Kvinge

Instruction finetuning is a popular paradigm to align large language models (LLM) with human intent. Despite its popularity, this idea is less explored in improving the LLMs to align existing foundation models with scien…

Reconstructive Visual Instruction Tuning

2024-10-12 · Haochen Wang, Anlin Zheng, Yucheng Zhao, Tiancai Wang 외

This paper introduces reconstructive visual instruction tuning (ROSS), a family of Large Multimodal Models (LMMs) that exploit vision-centric supervision signals. In contrast to conventional visual instruction tuning app…

Denoising

Code Comparison Tuning for Code Large Language Models

2024-03-28 · Yufan Jiang, Qiaozhi He, Xiaomin Zhuang, Zhihua Wu

We present Code Comparison Tuning (CCT), a simple and effective tuning method for code large language models (Code LLMs) to better handle subtle code errors. Specifically, we integrate the concept of comparison into inst…

Bug fixing

VILA: On Pre-training for Visual Language Models

2023-12-12 · CVPR 2024 1 · Ji Lin, Hongxu Yin, Wei Ping, Yao Lu 외

Visual language models (VLMs) rapidly progressed with the recent success of large language models. There have been growing efforts on visual instruction tuning to extend the LLM with visual inputs, but lacks an in-depth …

In-Context LearningLanguage ModellingVisual Question AnsweringWorld Knowledge+1