paper-with-me

Papers

Vision Matters: Simple Visual Perturbations Can Boost Multimodal Math Reasoning

2025-06-11 · Yuting Li, Lai Wei, Kaipeng Zheng, Jingyuan Huang, Linghe Kong, Lichao Sun, Weiran Huang

Despite the rapid progress of multimodal large language models (MLLMs), they have largely overlooked the importance of visual processing. In a simple yet revealing experiment, we interestingly find that language-only models, when provided with image captions, can achieve comparable or even better performance than MLLMs that consume raw visual inputs. This suggests that current MLLMs may generate accurate visual descriptions but fail to effectively integrate them during reasoning. Motivated by this, we propose a simple visual perturbation framework that enhances perceptual robustness without requiring algorithmic modifications or additional training data. Our approach introduces three targeted perturbations: distractor concatenation, dominance-preserving mixup, and random rotation, that can be easily integrated into existing post-training pipelines including SFT, DPO, and GRPO. Through extensive experiments across multiple datasets, we demonstrate consistent improvements in mathematical reasoning performance, with gains comparable to those achieved through algorithmic changes. Additionally, we achieve competitive performance among open-source 7B RL-tuned models by training Qwen2.5-VL-7B with visual perturbation. Through comprehensive ablation studies, we analyze the effectiveness of different perturbation strategies, revealing that each perturbation type contributes uniquely to different aspects of visual reasoning. Our findings highlight the critical role of visual perturbation in multimodal mathematical reasoning: better reasoning begins with better seeing. Our code is available at https://github.com/YutingLi0606/Vision-Matters.

📄 PDF Abstract BibTeX arXiv:2506.09736

Code (1)

yutingli0606/vision-matters 공식 구현 pytorch

Tasks

Image CaptioningMathMathematical ReasoningVisual Reasoning

Methods 이 논문이 사용한 방법론

DPO 설명 없음
SFT Shrink and Fine-Tune, or SFT, is a type of distillation that avoids explicit distillation by copying parameters to a student student model and then fine-tuning.…

Similar Papers 제목 키워드 기반

NoiseBoost: Alleviating Hallucination with Noise Perturbation for Multimodal Large Language Models

2024-05-30 · Kai Wu, Boyuan Jiang, Zhengkai Jiang, Qingdong He 외

Multimodal large language models (MLLMs) contribute a powerful mechanism to understanding visual information building on large language models. However, MLLMs are notorious for suffering from hallucinations, especially w…

Hallucination

Augmentation Matters: A Simple-yet-Effective Approach to Semi-supervised Semantic Segmentation

2022-12-09 · CVPR 2023 1 · Zhen Zhao, Lihe Yang, Sifan Long, Jimin Pi 외

Recent studies on semi-supervised semantic segmentation (SSS) have seen fast progress. Despite their promising performance, current state-of-the-art methods tend to increasingly complex designs at the cost of introducing…

Semantic SegmentationSemi-Supervised Semantic Segmentation

Weighting What Matters: Boosting Sample Efficiency in Medical Report Generation via Token Reweighting

2026-04-22 · Alexander Weers, Daniel Rueckert, Martin J. Menten arxiv

Training vision-language models (VLMs) for medical report generation is often hindered by the scarcity of high-quality annotated data. This work evaluates the use of a weighted loss function to improve data efficiency. C…

Medical Report Generation

Diagnosing Vision-and-Language Navigation: What Really Matters

2021-12-17 · ACL ARR December 2022 12 · Anonymous

Vision-and-language navigation (VLN) is a multimodal task where an agent follows natural language instructions and navigates in visual environments. Multiple setups have been proposed, and researchers apply new model arc…

DiagnosticObjectVision and Language Navigation

Improving Adversarial Robustness of Masked Autoencoders via Test-time Frequency-domain Prompting

2023-08-20 · ICCV 2023 1 · Qidong Huang, Xiaoyi Dong, Dongdong Chen, Yinpeng Chen 외

In this paper, we investigate the adversarial robustness of vision transformers that are equipped with BERT pretraining (e.g., BEiT, MAE). A surprising observation is that MAE has significantly worse adversarial robustne…

Adversarial Robustness