paper-with-me

홈 › Papers

Scaling Test-Time Robustness of Vision-Language Models via Self-Critical Inference Framework

2026-03-08 · Kaihua Tang, Jiaxin Qi, Jinli Ou, Yuhua Zheng, Jianqiang Huang arxiv

The emergence of Large Language Models (LLMs) has driven rapid progress in multi-modal learning, particularly in the development of Large Vision-Language Models (LVLMs). However, existing LVLM training paradigms place excessive reliance on the LLM component, giving rise to two critical robustness challenges: language bias and language sensitivity. To address both issues simultaneously, we propose a novel Self-Critical Inference (SCI) framework that extends Visual Contrastive Decoding by conducting multi-round counterfactual reasoning through both textual and visual perturbations. This process further introduces a new strategy for improving robustness by scaling the number of counterfactual rounds. Moreover, we also observe that failure cases of LVLMs differ significantly across models, indicating that fixed robustness benchmarks may not be able to capture the true reliability of LVLMs. To this end, we propose the Dynamic Robustness Benchmark (DRBench), a model-specific evaluation framework targeting both language bias and sensitivity issues. Extensive experiments show that SCI consistently outperforms baseline methods on DRBench, and that increasing the number of inference rounds further boosts robustness beyond existing single-step counterfactual reasoning methods.

📄 PDF Abstract BibTeX arXiv:2603.07659

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Rethinking Test-Time Scaling for Medical AI: Model and Task-Aware Strategies for LLMs and VLMs

2025-06-16 · Gyutaek Oh, Seoyeon Kim, Sangjoon Park, Byung-Hoon Kim

Test-time scaling has recently emerged as a promising approach for enhancing the reasoning capabilities of large language models or vision-language models during inference. Although a variety of test-time scaling strateg…

RoboMonkey: Scaling Test-Time Sampling and Verification for Vision-Language-Action Models

2025-06-21 · Jacky Kwok, Christopher Agia, Rohan Sinha, Matt Foutter 외

Vision-Language-Action (VLA) models have demonstrated remarkable capabilities in visuomotor control, yet ensuring their robustness in unstructured real-world environments remains a persistent challenge. In this paper, we…

Synthetic Data GenerationVision-Language-Action

Scaling Verification Can Be More Effective than Scaling Policy Learning for Vision-Language-Action Alignment

2026-02-12 · Jacky Kwok, Xilun Zhang, Mengdi Xu, Yuejiang Liu 외 arxiv

The long-standing vision of general-purpose robots hinges on their ability to understand and act upon natural language instructions. Vision-Language-Action (VLA) models have made remarkable progress toward this goal, yet…

Instruction Following

Training Vision-Language Process Reward Models for Test-Time Scaling in Multimodal Reasoning: Key Insights and Lessons Learned

2025-09-27 · Brandon Ong, Tej Deep Pala, Vernon Toh, William Chandra Tjhi 외 arxiv

Process Reward Models (PRMs) provide step-level supervision that improves the reliability of reasoning in large language models. While PRMs have been extensively studied in text-based domains, their extension to Vision L…

Multimodal ReasoningVisual Grounding

Revisiting the Test-Time Scaling of o1-like Models: Do they Truly Possess Test-Time Scaling Capabilities?

2025-02-17 · Zhiyuan Zeng, Qinyuan Cheng, Zhangyue Yin, Yunhua Zhou 외

The advent of test-time scaling in large language models (LLMs), exemplified by OpenAI's o1 series, has advanced reasoning capabilities by scaling computational resource allocation during inference. While successors like…