paper-with-me

Papers

Stop Reasoning! When Multimodal LLM with Chain-of-Thought Reasoning Meets Adversarial Image

2024-02-22 · Zefeng Wang, Zhen Han, Shuo Chen, Fan Xue, Zifeng Ding, Xun Xiao, Volker Tresp, Philip Torr, Jindong Gu

Multimodal LLMs (MLLMs) with a great ability of text and image understanding have received great attention. To achieve better reasoning with MLLMs, Chain-of-Thought (CoT) reasoning has been widely explored, which further promotes MLLMs' explainability by giving intermediate reasoning steps. Despite the strong power demonstrated by MLLMs in multimodal reasoning, recent studies show that MLLMs still suffer from adversarial images. This raises the following open questions: Does CoT also enhance the adversarial robustness of MLLMs? What do the intermediate reasoning steps of CoT entail under adversarial attacks? To answer these questions, we first generalize existing attacks to CoT-based inferences by attacking the two main components, i.e., rationale and answer. We find that CoT indeed improves MLLMs' adversarial robustness against the existing attack methods by leveraging the multi-step reasoning process, but not substantially. Based on our findings, we further propose a novel attack method, termed as stop-reasoning attack, that attacks the model while bypassing the CoT reasoning process. Experiments on three MLLMs and two visual reasoning datasets verify the effectiveness of our proposed method. We show that stop-reasoning attack can result in misled predictions and outperform baseline attacks by a significant margin.

📄 PDF Abstract BibTeX arXiv:2402.14899

Code (1)

aipenguin/stopreasoning 공식 구현 pytorch

Tasks

Adversarial RobustnessMultimodal ReasoningVisual Reasoning

Similar Papers 제목 키워드 기반

Proof-of-Perception: Certified Tool-Using Multimodal Reasoning with Compositional Conformal Guarantees

2026-02-27 · Arya Fayyazi, Haleh Akrami arxiv

We present Proof-of-Perception (PoP), a tool-using framework that casts multimodal reasoning as an executable graph with explicit reliability guarantees. Each perception or logic node outputs a conformal set, yielding ca…

Multimodal Reasoning

Stop When Enough: Adaptive Early-Stopping for Chain-of-Thought Reasoning

2025-10-11 · Renliang Sun, Wei Cheng, Dawei Li, Haifeng Chen 외 arxiv

Chain-of-Thought (CoT) reasoning has driven recent gains of large language models (LLMs) on reasoning-intensive tasks by externalizing intermediate steps. However, excessive or redundant reasoning -- so-called overthinki…

Knowing Before Saying: LLM Representations Encode Information About Chain-of-Thought Success Before Completion

2025-05-30 · Anum Afzal, Florian Matthes, Gal Chechik, Yftah Ziser

We investigate whether the success of a zero-shot Chain-of-Thought (CoT) process can be predicted before completion. We discover that a probing classifier, based on LLM representations, performs well \emph{even before a …

A Chain-of-thought Reasoning Breast Ultrasound Dataset Covering All Histopathology Categories

2025-09-21 · Haojun Yu, Youcheng Li, Zihan Niu, Nan Zhang 외 arxiv

Breast ultrasound (BUS) is an essential tool for diagnosing breast lesions, with millions of examinations per year. However, publicly available high-quality BUS benchmarks for AI development are limited in data scale and…

VTool-R1: VLMs Learn to Think with Images via Reinforcement Learning on Multimodal Tool Use

2025-05-25 · Mingyuan Wu, Jingcheng Yang, Jize Jiang, Meitang Li 외

Reinforcement Learning Finetuning (RFT) has significantly advanced the reasoning capabilities of large language models (LLMs) by enabling long chains of thought, self-correction, and effective tool use. While recent work…

Multimodal ReasoningQuestion AnsweringVisual Question AnsweringVisual Reasoning