← Search

Sivan Doveh

14 accepted papers

2026

PRISMM-Bench: A Benchmark of Peer-Review Grounded Multimodal Inconsistencies

ICLR 2026poster

Large Multimodal Models (LMMs) are increasingly applied to scientific research, yet it remains unclear whether they can reliably understand and reason over the multimodal complexity of papers. A central challenge lies in detecting and resolving inconsistencies across text, figures, tables, and equat…

Cited by 0SourcecodeScholar
2026

TTRV: Test-Time Reinforcement Learning for Vision Language Models

CVPR 2026

Existing methods for extracting reward signals in Reinforcement Learning typically rely on labeled data and dedicated training splits, a setup that contrasts with how humans learn directly from their environment.In this work, we propose TTRV to enhance vision-language understanding by adapting the m

Cited by 0SourcecodeScholar
2026

VisualOverload: Probing Visual Understanding of VLMs in Really Dense Scenes

CVPR 2026

Is basic visual understanding really solved in state-of-the-art VLMs? We present VisualOverload, a slightly different visual question answering (VQA) benchmark comprising 2,720 question-answer pairs, with privately held ground-truth responses. Unlike prior VQA datasets that typically focus on near g

Cited by 0SourcecodeScholar
2025

LiveXiv - A Multi-Modal live benchmark based on Arxiv papers content

ICLR 2025poster

The large-scale training of multi-modal models on data scraped from the web has shown outstanding utility in infusing these models with the required world knowledge to perform effectively on multiple downstream tasks. However, one downside of scraping data from the web can be the potential sacrifice…

2025

Teaching VLMs to Localize Specific Objects from In-context Examples

ICCV 2025poster

Vision-Language Models (VLMs) have shown remarkable capabilities across diverse visual tasks, including image recognition, video understanding, and Visual Question Answering (VQA) when explicitly trained for these tasks. Despite these advances, we find that present-day VLMs (including the proprietar…

2024

ConMe: Rethinking Evaluation of Compositional Reasoning for Modern VLMs

NeurIPS 2024poster

Compositional Reasoning (CR) entails grasping the significance of attributes, relations, and word order. Recent Vision-Language Models (VLMs), comprising a visual encoder and a Large Language Model (LLM) decoder, have demonstrated remarkable proficiency in such reasoning tasks. This prompts a crucia…

2024

Meta-Prompting for Automating Zero-shot Visual Recognition with LLMs

ECCV 2024poster

"Prompt ensembling of Large Language Model (LLM) generated category-specific prompts has emerged as an effective method to enhance zero-shot recognition ability of Vision-Language Models (VLMs). To obtain these category-specific prompts, the present methods rely on hand-crafting the prompts to the L…

2024

NumeroLogic: Number Encoding for Enhanced LLMs’ Numerical Reasoning

EMNLP 2024main

Language models struggle with handling numerical data and performing arithmetic operations. We hypothesize that this limitation can be partially attributed to non-intuitive textual numbers representation. When a digit is read or generated by a causal language model it does not know its place value (…

Cited by 16SourcePDFScholar
2023

Dense and Aligned Captions (DAC) Promote Compositional Reasoning in VL Models

NeurIPS 2023spotlight

Vision and Language (VL) models offer an effective method for aligning representation spaces of images and text allowing for numerous applications such as cross-modal retrieval, visual and multi-hop question answering, captioning, and many more. However, the aligned image-text spaces learned by all…

Cited by 50SourcePDFScholar
2023

Going Beyond Nouns With Vision & Language Models Using Synthetic Data

ICCV 2023poster

Large-scale pre-trained Vision & Language (VL) models have shown remarkable performance in many applications, enabling replacing a fixed set of supported classes with zero-shot open vocabulary reasoning over (almost arbitrary) natural language prompts. However, recent works have uncovered a fundamen…

Cited by 51PDFcodeScholar
2023

Teaching Structured Vision & Language Concepts to Vision & Language Models

CVPR 2023poster

Vision and Language (VL) models have demonstrated remarkable zero-shot performance in a variety of tasks. However, some aspects of complex language understanding still remain a challenge. We introduce the collective notion of Structured Vision & Language Concepts (SVLC) which includes object attribu…

2021

Detector-Free Weakly Supervised Grounding by Separation

ICCV 2021poster

Nowadays, there is an abundance of data involving images and surrounding free-form text weakly corresponding to those images. Weakly Supervised phrase-Grounding (WSG) deals with the task of using this data to learn to localize (or to ground) arbitrary text phrases in images without any additional an…

Cited by 28PDFcodeScholar
2021

StarNet: towards Weakly Supervised Few-Shot Object Detection

AAAI 2021technical

Few-shot detection and classification have advanced significantly in recent years. Yet, detection approaches require strong annotation (bounding boxes) both for pre-training and for adaptation to novel classes, and classification approaches rarely provide localization of objects in the scene. In thi…

2020

ASAP: Architecture Search, Anneal and Prune

AISTATS 2020poster

Automatic methods for Neural ArchitectureSearch (NAS) have been shown to produce state-of-the-art network models, yet, their main drawback is the computational complexity of the search process. As some primal methods optimized over a discrete search space, thousands of days of GPU were required for…