paper-with-me

Papers

Boosting the Power of Small Multimodal Reasoning Models to Match Larger Models with Self-Consistency Training

2023-11-23 · Cheng Tan, Jingxuan Wei, Zhangyang Gao, Linzhuang Sun, Siyuan Li, Ruifeng Guo, Bihui Yu, Stan Z. Li

Multimodal reasoning is a challenging task that requires models to reason across multiple modalities to answer questions. Existing approaches have made progress by incorporating language and visual modalities into a two-stage reasoning framework, separating rationale generation from answer inference. However, these approaches often fall short due to the inadequate quality of the generated rationales. In this work, we delve into the importance of rationales in model reasoning. We observe that when rationales are completely accurate, the model's accuracy significantly improves, highlighting the need for high-quality rationale generation. Motivated by this, we propose MC-CoT, a self-consistency training strategy that generates multiple rationales and answers, subsequently selecting the most accurate through a voting process. This approach not only enhances the quality of generated rationales but also leads to more accurate and robust answers. Through extensive experiments, we demonstrate that our approach significantly improves model performance across various benchmarks. Remarkably, we show that even smaller base models, when equipped with our proposed approach, can achieve results comparable to those of larger models, illustrating the potential of our approach in harnessing the power of rationales for improved multimodal reasoning. The code is available at https://github.com/chengtan9907/mc-cot.

📄 PDF Abstract BibTeX arXiv:2311.14109

Code (1)

chengtan9907/mc-cot 공식 구현 pytorch

Tasks

Multimodal ReasoningScience Question AnsweringVisual Question Answering (VQA)

Methods 이 논문이 사용한 방법론

BASE 설명 없음

Similar Papers 제목 키워드 기반

ReMatch: Boosting Representation through Matching for Multimodal Retrieval

2025-11-24 · Qianying Liu, Xiao Liang, Zhiqiang Zhang, Zhongfei Qing 외 arxiv

We present ReMatch, a framework that leverages the generative strength of MLLMs for multimodal retrieval. Previous approaches treated an MLLM as a simple encoder, ignoring its generative nature, and under-utilising its c…

Zero-shot Generalization

Boosting Visual Instruction Tuning with Self-Supervised Guidance

2026-04-14 · Sophia Sirko-Galouchenko, Monika Wysoczanska, Andrei Bursuc, Nicolas Thome 외 arxiv

Multimodal large language models (MLLMs) perform well on many vision-language tasks but often struggle with vision-centric problems that require fine-grained visual reasoning. Recent evidence suggests that this limitatio…

Visual Reasoning

Boosting MLLM Spatial Reasoning with Geometrically Referenced 3D Scene Representations

2026-03-09 · Jiangye Yuan, Gowri Kumar, Baoyuan Wang arxiv

While Multimodal Large Language Models (MLLMs) have achieved remarkable success in 2D visual understanding, their ability to reason about 3D space remains limited. To address this gap, we introduce geometrically referenc…

Mathematical ReasoningSpatial Reasoning

SGLB: Stochastic Gradient Langevin Boosting

2020-01-20 · Aleksei Ustimenko, Liudmila Prokhorenkova

This paper introduces Stochastic Gradient Langevin Boosting (SGLB) - a powerful and efficient machine learning framework that may deal with a wide range of loss functions and has provable generalization guarantees. The m…

Boosting Multimodal Reasoning with MCTS-Automated Structured Thinking

2025-02-04 · Jinyang Wu, Mingkuan Feng, Shuai Zhang, Ruihan Jin 외

Multimodal large language models (MLLMs) exhibit impressive capabilities but still face challenges in complex visual reasoning. While recent efforts attempt to enhance MLLMs' reasoning by incorporating OpenAI o1-like str…

Computational EfficiencyMultimodal ReasoningVisual Reasoning