paper-with-me

홈 › Papers

Synthesize, Diagnose, and Optimize: Towards Fine-Grained Vision-Language Understanding

2023-11-30 · Wujian Peng, Sicheng Xie, Zuyao You, Shiyi Lan, Zuxuan Wu

Vision language models (VLM) have demonstrated remarkable performance across various downstream tasks. However, understanding fine-grained visual-linguistic concepts, such as attributes and inter-object relationships, remains a significant challenge. While several benchmarks aim to evaluate VLMs in finer granularity, their primary focus remains on the linguistic aspect, neglecting the visual dimension. Here, we highlight the importance of evaluating VLMs from both a textual and visual perspective. We introduce a progressive pipeline to synthesize images that vary in a specific attribute while ensuring consistency in all other aspects. Utilizing this data engine, we carefully design a benchmark, SPEC, to diagnose the comprehension of object size, position, existence, and count. Subsequently, we conduct a thorough evaluation of four leading VLMs on SPEC. Surprisingly, their performance is close to random guess, revealing significant limitations. With this in mind, we propose a simple yet effective approach to optimize VLMs in fine-grained understanding, achieving significant improvements on SPEC without compromising the zero-shot performance. Results on two additional fine-grained benchmarks also show consistent improvements, further validating the transferability of our approach. Code and data are available at https://github.com/wjpoom/SPEC.

📄 PDF Abstract BibTeX arXiv:2312.00081

Code (1)

wjpoom/spec 공식 구현 pytorch

Tasks

AttributeCompositional Zero-Shot LearningImage RetrievalImage-text matchingText Retrieval

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

Synthesize Diagnose and Optimize: Towards Fine-Grained Vision-Language Understanding

2024-01-01 · CVPR 2024 1 · Wujian Peng, Sicheng Xie, Zuyao You, Shiyi Lan 외

Vision language models (VLM) have demonstrated remarkable performance across various downstream tasks. However understanding fine-grained visual-linguistic concepts such as attributes and inter-object relationships r…

Attribute

Unlocking the Potential of Image Editing via Concept Scaling and Dense Supervision

2026-08-17 · Long Cui, Xiaoqian Liu, Qi Qin, Yi Xin 외 arxiv

Existing image editing frameworks predominantly follow the training paradigm of text-to-image diffusion models. However, extending this paradigm to image editing highlights two inherent discrepancies, specifically, the i…

Image Editing

MFVLR: Multi-domain Fine-grained Vision-Language Reconstruction for Generalizable Diffusion Face Forgery Detection and Localization

2026-05-11 · Yaning Zhang, Tianyi Wang, Zan Gao, Yibo Zhao 외 arxiv

The swift advancement in photo-realistic face generation technology has sparked considerable concerns across society and academia, emphasizing the requirement of generalizable face forgery detection and localization meth…

Representation Learning

RL4Med-DDPO: Reinforcement Learning for Controlled Guidance Towards Diverse Medical Image Generation using Vision-Language Foundation Models

2025-03-20 · Parham Saremi, Amar Kumar, Mohammed Mohammed, Zahra Tehraninasab 외

Vision-Language Foundation Models (VLFM) have shown a tremendous increase in performance in terms of generating high-resolution, photorealistic natural images. While VLFMs show a rich understanding of semantic content ac…

Image GenerationMedical Image GenerationReinforcement Learning (RL)

REFLEX: Reflective Evolution from LLM Experience

2026-06-15 · Pan Wang arxiv

Large multimodal language models (LLMs) have emerged as powerful tools for guiding evolutionary search toward interpretable programmatic policies. However, existing frameworks rely on a monolithic model call to simultane…

Code Generation