paper-with-me

Papers

SIEVES: Selective Prediction Generalizes through Visual Evidence Scoring

2026-04-28 · Hector G. Rodriguez, Marcus Rohrbach arxiv

Multimodal large language models (MLLMs) achieve ever-stronger performance on visual-language tasks. Even as traditional visual question answering (VQA) benchmarks approach saturation, reliable deployment requires satisfying low error tolerances in real-world, out-of-distribution (OOD) scenarios. Precisely, selective prediction aims to improve coverage, i.e. the share of inputs the system answers, while adhering to a user-defined risk level. This is typically achieved by assigning a confidence score to each answer and abstaining on those that fall below a certain threshold. Existing selective prediction methods estimate implicit confidence scores, relying on model internal signals like logits or hidden representations, which are not available for frontier closed-sourced models. To enable reliable generalization in VQA, we require reasoner models to produce localized visual evidence while answering, and design a selector that explicitly learns to estimate the quality of the localization provided by the reasoner using only model inputs and outputs. We show that SIEVES (Selective Prediction through Visual Evidence Scoring) improves coverage by up to three times on challenging OOD benchmarks (V* Bench, HR-Bench-8k, MME-RealWorld-Lite, VizWiz, and AdVQA), compared to non-grounding baselines. Beyond better generalization to OOD tasks, the design of the SIEVES selector enables transfer to proprietary reasoners without access to their weights or logits, such as o3 and Gemini-3-Pro, providing coverage boosts beyond those attributable to accuracy alone. We highlight that SIEVES generalizes across all tested OOD benchmarks and reasoner models (Pixel-Reasoner, o3, and Gemini-3-Pro), without benchmark- or reasoner-specific training or adaptation. Code is publicly available at https://github.com/hector-gr/SIEVES .

📄 PDF Abstract BibTeX arXiv:2604.25855

Code (0)

등록된 구현이 없습니다.

Tasks

Visual Question Answering

Similar Papers 제목 키워드 기반

Joint Coreference Resolution and Named-Entity Linking with Multi-Pass Sieves

2013-10-01 · EMNLP 2013 10 · Hannaneh Hajishirzi, Leila Zilles, Daniel S. Weld, Luke Zettlemoyer
coreference-resolutionCoreference ResolutionEntity Linking

Leveraging Data to Say No: Memory Augmented Plug-and-Play Selective Prediction

2026-01-30 · Aditya Sarkar, Yi Li, Jiacheng Cheng, Shlok Mishra 외 arxiv

Selective prediction aims to endow predictors with a reject option, to avoid low confidence predictions. However, existing literature has primarily focused on closed-set tasks, such as visual question answering with pred…

Visual Question AnsweringImage-text matchingImage Captioning

Sieve-based Coreference Resolution in the Biomedical Domain

2016-03-11 · LREC 2016 5 · Dane Bell, Gus Hahn-Powell, Marco A. Valenzuela-Escárcega, Mihai Surdeanu

We describe challenges and advantages unique to coreference resolution in the biomedical domain, and a sieve-based architecture that leverages domain knowledge for both entity and event coreference resolution. Domain-gen…

coreference-resolutionCoreference ResolutionEvent Coreference ResolutionEvent Extraction

Dense Event Ordering with a Multi-Pass Architecture

2014-01-01 · TACL 2014 1 · Nathanael Chambers, Taylor Cassidy, Bill McDowell, Steven Bethard

The past 10 years of event ordering research has focused on learning partial orderings over document events and time expressions. The most popular corpus, the TimeBank, contains a small subset of the possible ordering gr…

Relation ClassificationTemporal Information Extraction

Incorporating Lexico-semantic Heuristics into Coreference Resolution Sieves for Named Entity Recognition at Document-level

2016-05-01 · LREC 2016 5 · Marcos Garcia

This paper explores the incorporation of lexico-semantic heuristics into a deterministic Coreference Resolution (CR) system for classifying named entities at document-level. The highest precise sieves of a CR tool are en…

coreference-resolutionCoreference Resolutionnamed-entity-recognitionNamed Entity Recognition+2