paper-with-me

홈 › Papers

TableDART: Dynamic Adaptive Multi-Modal Routing for Table Understanding

2025-09-18 · Xiaobo Xing, Wei Yuan, Tong Chen, Quoc Viet Hung Nguyen, Xiangliang Zhang, Hongzhi Yin arxiv

Modeling semantic and structural information from tabular data remains a core challenge for effective table understanding. Existing Table-as-Text approaches flatten tables for large language models (LLMs), but lose crucial structural cues, while Table-as-Image methods preserve structure yet struggle with precise semantics. Recent Table-as-Multimodality strategies attempt to combine textual and visual views, but they (1) statically process both modalities for every query-table pair within large multimodal LLMs (MLLMs), inevitably introducing redundancy and even conflicts, and (2) depend on costly fine-tuning of MLLMs. In light of this, we propose TableDART, a training-efficient framework that integrates multimodal views by reusing pretrained single-modality models. TableDART introduces a lightweight 2.59M-parameter MLP gating network that dynamically selects the optimal path (Text-only, Image-only, or Fusion) for each table-query pair, reducing redundancy and avoiding conflicts that arise when textual and visual views of the same table provide inconsistent cues. By routing to the most appropriate view, our framework improves both accuracy and efficiency. In addition, we propose a novel agent to mediate cross-modal knowledge integration by analyzing outputs from text- and image-based models, either selecting the best result or synthesizing a new answer through reasoning. This design avoids the prohibitive costs of full MLLM fine-tuning. Extensive experiments on seven benchmarks show that TableDART establishes new state-of-the-art performance among open-source models, surpassing the strongest baseline by an average of 4.02%. The code is available at: https://github.com/xiaobo-xing/TableDART.

📄 PDF Abstract BibTeX arXiv:2509.14671

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Learning to Route: Per-Sample Adaptive Routing for Multimodal Multitask Prediction

2025-09-06 · Marzieh Ajirak, Oded Bein, Ellen Rose Bowen, Dora Kanellopoulos 외 arxiv

We propose a unified framework for adaptive routing in multitask, multimodal prediction settings where data heterogeneity and task interactions vary across samples. Motivated by applications in psychotherapy where struct…

AMR: Adaptive Modality Routing for Multimodal Polyglot Speaker Identification

2026-06-28 · Chuxiao Zuo, Yao Zhu, Minqiang Xu, Manhong Wang 외 arxiv

Multimodal speaker identification systems face two key challenges in real-world deployment: missing modalities and language mismatch between training and testing conditions. In practical scenarios, background multi-speak…

Speaker Identification

One Supervisor, Many Modalities: Adaptive Tool Orchestration for Autonomous Queries

2026-03-12 · Mayank Saini, Arit Kumar Bishwas arxiv

We present an agentic AI framework for autonomous multimodal query processing that coordinates specialized tools across text, image, audio, video, and document modalities. A central Supervisor dynamically decomposes user…

Object Detection

Beyond Spurious Signals: Debiasing Multimodal Large Language Models via Counterfactual Inference and Adaptive Expert Routing

2025-09-18 · Zichen Wu, Hsiu-Yuan Huang, Yunfang Wu arxiv

Multimodal Large Language Models (MLLMs) have shown substantial capabilities in integrating visual and textual information, yet frequently rely on spurious correlations, undermining their robustness and generalization in…

Multimodal ReasoningSentiment AnalysisSarcasm Detection

CRAM: Centroid-Routing and Adaptive MoE for Multimodal Continual Instruction Tuning

2026-06-01 · Jun-Tao Tang, Zhen-Hao Xie, Yu-Cheng Shi, Da-Wei Zhou arxiv

Multimodal Large Language Models (MLLMs) unify heterogeneous vision-language tasks under a shared generative framework via instruction tuning, yet real-world deployment demands continuous capability expansion, making Mul…