paper-with-me

홈 › Papers

Reasoning-Driven Multimodal LLM for Domain Generalization

2026-02-27 · Zhipeng Xu, Zilong Wang, Xinyang Jiang, Dongsheng Li, De Cheng, Nannan Wang arxiv

This paper addresses the domain generalization (DG) problem in deep learning. While most DG methods focus on enforcing visual feature invariance, we leverage the reasoning capability of multimodal large language models (MLLMs) and explore the potential of constructing reasoning chains that derives image categories to achieve more robust predictions under domain shift. To this end, we systematically study the role of reasoning in DG using DomainBed-Reasoning, a newly constructed extension of DomainBed dataset, in which each sample is paired with class-relevant reasoning chains. Our analysis reveals two key challenges: (i) fine-tuning MLLMs with reasoning chains for classification is more challenging than direct label supervision, since the model must optimize complex reasoning sequences before label prediction; and (ii) mismatches in reasoning patterns between supervision signals and fine-tuned MLLMs lead to a trade-off between semantic richness (informative but harder to optimize) and optimization efficiency (easier to optimize but less informative). To address these issues, we propose RD-MLDG (Reasoning-Driven Multimodal LLM for Domain Generalization), a framework with two components: (i) MTCT (Multi-Task Cross-Training), which introduces an additional direct classification pathway to guide reasoning supervision; and (ii) SARR (Self-Aligned Reasoning Regularization), which preserves the semantic richness of reasoning chains while mitigating reasoning-pattern mismatches via iterative self-labeling. Experiments on standard DomainBed datasets (PACS, VLCS, OfficeHome, TerraInc) demonstrate that RD-MLDG achieves state-of-the-art performances, highlighting reasoning as a promising complementary signal for robust out-of-domain generalization.

📄 PDF Abstract BibTeX arXiv:2602.23777

Code (0)

등록된 구현이 없습니다.

Tasks

Domain Generalization

Similar Papers 제목 키워드 기반

V-Retrver: Evidence-Driven Agentic Reasoning for Universal Multimodal Retrieval

2026-02-05 · Dongyang Chen, Chaoyang Wang, Dezhao Su, Xi Xiao 외 arxiv

Multimodal Large Language Models (MLLMs) have recently been applied to universal multimodal retrieval, where Chain-of-Thought (CoT) reasoning improves candidate reranking. However, existing approaches remain largely lang…

Reinforcement Learning

PA-FAS: Towards Interpretable and Generalizable Multimodal Face Anti-Spoofing via Path-Augmented Reinforcement Learning

2025-11-22 · Yingjie Ma, Xun Lin, Yong Xu, Weicheng Xie 외 arxiv

Face anti-spoofing (FAS) has recently advanced in multimodal fusion, cross-domain generalization, and interpretability. With large language models and reinforcement learning (RL), strategy-based training offers new oppor…

Reinforcement LearningDomain GeneralizationMultimodal ReasoningFace Anti-Spoofing

Improving Medical Reasoning with Curriculum-Aware Reinforcement Learning

2025-05-25 · Shaohao Rui, Kaitao Chen, Weijie Ma, Xiaosong Wang

Recent advances in reinforcement learning with verifiable, rule-based rewards have greatly enhanced the reasoning capabilities and out-of-distribution generalization of VLMs/LLMs, obviating the need for manually crafted …

Out-of-Distribution Generalizationreinforcement-learningReinforcement LearningVisual Question Answering (VQA)+1

LMM-R1: Empowering 3B LMMs with Strong Reasoning Abilities Through Two-Stage Rule-Based RL

2025-03-10 · Yingzhe Peng, Gongrui Zhang, Miaosen Zhang, Zhiyuan You 외

Enhancing reasoning in Large Multimodal Models (LMMs) faces unique challenges from the complex interplay between visual perception and logical reasoning, particularly in compact 3B-parameter architectures where architect…

Logical ReasoningMultimodal ReasoningReinforcement Learning (RL)

Perception, Reason, Think, and Plan: A Survey on Large Multimodal Reasoning Models

2025-05-08 · Yunxin Li, Zhenyu Liu, Zitao Li, Xuanyu Zhang 외

Reasoning lies at the heart of intelligence, shaping the ability to make decisions, draw conclusions, and generalize across domains. In artificial intelligence, as systems increasingly operate in open, uncertain, and mul…

Multimodal Reasoning