pith. sign in

arxiv: 2605.08146 · v2 · pith:J5BMPQQUnew · submitted 2026-05-03 · 💻 cs.CV · cs.AI

VT-Bench: A Unified Benchmark for Visual-Tabular Multi-Modal Learning

Pith reviewed 2026-05-12 01:27 UTC · model grok-4.3

classification 💻 cs.CV cs.AI
keywords visual-tabular learningmulti-modal benchmarkvision-language modelsdiscriminative predictiongenerative reasoningtabular datamulti-modal evaluation
0
0 comments X

The pith

VT-Bench is the first unified benchmark to standardize evaluation of models that combine images with tabular data.

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The paper sets out to fill a gap in multi-modal AI by creating consistent tests for systems that process both visual inputs and structured tables. This combination of data types matters in fields such as healthcare and industry where decisions often rely on scans paired with patient records or sensor readings. The authors collect 14 datasets spanning nine domains and more than 756,000 samples to cover both prediction and reasoning tasks. They then run the same tasks across 23 models of different types to document where current methods fall short. A working benchmark would give researchers a shared way to measure and close those gaps.

Core claim

VT-Bench aggregates 14 datasets across 9 domains with over 756K samples to create the first standardized benchmark for vision-tabular discriminative prediction and generative reasoning. Evaluation across 23 models, from unimodal experts to specialized visual-tabular models, general vision-language models, and tool-augmented methods, shows substantial remaining challenges in learning from this data combination.

What carries the argument

VT-Bench, the benchmark that defines protocols and aggregates datasets for consistent testing of visual-tabular tasks.

Load-bearing premise

The 14 chosen datasets and the 23-model evaluation setup capture the main real-world difficulties of visual-tabular learning without major gaps or bias.

What would settle it

A new model that scores high on every VT-Bench task but shows no gains over baselines when tested on independent visual-tabular problems collected from the same domains would show the benchmark missed key difficulties.

Figures

Figures reproduced from arXiv: 2605.08146 by Kun-Yang Yu, Lan-Zhe Guo, Xin-Yue Zhang, Yu-Feng Li, Zhi Zhou, Zi-Jian Cheng, Zi-Yi Jia.

Figure 1
Figure 1. Figure 1: Two paradigms in vision–tabular multi-modal learning and the cross-modal grounding challenge in generative reasoning. As shown in [PITH_FULL_IMAGE:figures/full_fig_p001_1.png] view at source ↗
Figure 2
Figure 2. Figure 2: The comparison between VT-Bench and existing vision–tabular benchmarks. VT-Bench achieves stronger breadth by covering both discriminative prediction and generative reasoning paradigms while spanning diverse domains, and greater depth by evaluating key capabilities for vision–tabular learning. pairs, requiring structured retrieval followed by cross-modal medical reasoning. This design reflects real clinica… view at source ↗
Figure 3
Figure 3. Figure 3: Model-averaged accuracy on DVM-Car QA across Identification and four task types under varying sub-table sizes. prioritize learning discriminative and separable repre￾sentations to accommodate such heterogeneity, thereby ensuring more stable and robust fusion. Additional analyses of fusion architecture, training strat￾egy, and backbone selection for vision–tabular models are provided in the Section B. Findi… view at source ↗
Figure 4
Figure 4. Figure 4: Performance comparison between MMCL and its visual backbone (ResNet-50) across classification and regression tasks. The bar charts display the performance metrics (Accuracy for classification; RMSE for regression), while the red line plots the performance gain (Δ) of MMCL over the baseline. 0.45 0.50 0.55 0.60 0.65 0.70 Accuracy 1 2 3 4 5 6 7 8 9 10 11 12 13 14 Rank FT-Transformer LightGBM TabPFN v2 VIT-16… view at source ↗
Figure 6
Figure 6. Figure 6: Prompt template used for fine-tuning Qwen on the skin-cancer diagnostic task. The template instructs the model to predict the diagnostic category (BCC, SCC, MEL, NEV, ACK, or SEK) based on both tabular patient/lesion metadata and the corresponding dermatoscopic image. D.1.1. Public Datasets We introduce eight public datasets used in our benchmark. For all datasets, the reported sample sizes are computed af… view at source ↗
Figure 7
Figure 7. Figure 7: The two-stage prompt design for EHRXQA evaluation. Stage 1 acquires structured evidence via SQL under strict temporal constraints. Stage 2 integrates returned tabular evidence and CXR images for clinical reasoning. D.2.2. Multi-ModalQA. Multi-ModalQA (MMQA) (Talmor et al., 2021) is a multi-modal question answering benchmark that requires jointly using evidence from text, tables, and images. Unlike single-s… view at source ↗
Figure 8
Figure 8. Figure 8: The multi-modal reasoning prompt for MMQA. This template strictly enforces zero-shot constraints and concise output across text, tabular, and visual modalities. MMQA defines four unimodal sub-tasks: TextQ, TableQ, ImageQ, and ImageListQ, indicating that each question is answerable using evidence from the corresponding modality only. It further summarizes multi-step reasoning into three operations and accor… view at source ↗
Figure 9
Figure 9. Figure 9: Construction pipeline of DVM-Car QA. The pipeline includes three stages: (1) Data alignment & sampling, where each car image is matched to its table row and distractor rows are added so the target row is uniquely identifiable by a visual alignment key (e.g., Color=Red in the example); (2) Attribute selection & template instantiation, where attributes and target-relative constraints are sampled to generate … view at source ↗
Figure 10
Figure 10. Figure 10: The visual-tabular reasoning prompt for DVM-Car QA. This template evaluates the model’s ability to perform cross-modal grounding and attribute retrieval in a zero-shot setting. adaptive hyperparameter optimization based on the Optuna framework and following previous studies (Liu et al., 2024), fixing the batch size at 1024 and conducting 100 independent trials through train-validation splits to prevent te… view at source ↗
read the original abstract

Multi-model learning has attracted great attention in visual-text tasks. However, visual-tabular data, which plays a pivotal role in high-stakes domains like healthcare and industry, remains underexplored. In this paper, we introduce \textit{VT-Bench}, the first unified benchmark for standardizing vision-tabular discriminative prediction and generative reasoning tasks. VT-Bench aggregates 14 datasets across 9 domains (medical-centric, while covering pets, media, and transportation) with over 756K samples. We evaluate 23 representative models, including unimodal experts, specialized visual-tabular models, general-purpose vision-language models (VLMs), and tool-augmented methods, highlighting substantial challenges of visual-tabular learning. We believe VT-Bench will stimulate the community to build more powerful multi-modal vision-tabular foundation models. Benchmark: https://github.com/Ziyi-Jia990/VT-Bench

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, simulated authors' rebuttal, and a circularity audit. Tearing a paper down is the easy half of reading it; the pith above is the substance, this is the friction.

Referee Report

2 major / 3 minor

Summary. The paper introduces VT-Bench as the first unified benchmark for visual-tabular multi-modal learning. It aggregates 14 existing datasets across 9 domains (primarily medical, with coverage of pets, media, and transportation) totaling over 756K samples, defines discriminative prediction and generative reasoning tasks, and reports baseline results from evaluating 23 models spanning unimodal experts, specialized visual-tabular models, general-purpose VLMs, and tool-augmented methods.

Significance. If the benchmark construction and task definitions hold up under scrutiny, VT-Bench would provide a much-needed standardized evaluation framework for an underexplored but high-stakes area of multi-modal learning. By releasing the benchmark via GitHub and demonstrating substantial performance gaps across model categories, the work could accelerate development of vision-tabular foundation models, analogous to the role of established benchmarks in vision-language research.

major comments (2)
  1. [§3 and §4] §3 (Dataset Aggregation) and §4 (Task Definitions): the manuscript must explicitly document the selection criteria for the 14 datasets, including any exclusion rules, domain balance metrics, and preprocessing pipelines. Without these, it is impossible to assess whether the benchmark fairly captures core visual-tabular challenges or introduces selection bias toward medical data.
  2. [§5] §5 (Model Evaluation): the reported results for the 23 models lack statistical controls such as multiple random seeds, confidence intervals, or significance tests for the claimed 'substantial challenges.' This weakens the ability to draw reliable conclusions about relative model performance across discriminative and generative tasks.
minor comments (3)
  1. [Abstract] Abstract: the phrasing 'medical-centric, while covering pets, media, and transportation' should be accompanied by a breakdown of sample counts or dataset counts per domain to clarify coverage.
  2. [Introduction / Conclusion] The GitHub link is provided but the manuscript should include a brief description of the repository contents (e.g., data loaders, evaluation scripts, task splits) to facilitate immediate use by the community.
  3. [§4] Notation for task types (discriminative vs. generative) should be defined consistently in the main text and tables to avoid ambiguity when comparing model categories.

Simulated Author's Rebuttal

2 responses · 0 unresolved

We thank the referee for the constructive feedback and positive recommendation for minor revision. We address each major comment point-by-point below, agreeing where the manuscript can be strengthened through added documentation and statistical controls. All changes will be incorporated in the revised version.

read point-by-point responses
  1. Referee: [§3 and §4] §3 (Dataset Aggregation) and §4 (Task Definitions): the manuscript must explicitly document the selection criteria for the 14 datasets, including any exclusion rules, domain balance metrics, and preprocessing pipelines. Without these, it is impossible to assess whether the benchmark fairly captures core visual-tabular challenges or introduces selection bias toward medical data.

    Authors: We agree that explicit documentation of benchmark construction is essential for transparency and to allow assessment of potential biases. Section 3 of the original manuscript provides an overview of the 14 datasets with Table 1 summarizing domains, sample counts, and sources, while §4 defines the tasks. However, we acknowledge the need for more detail on selection. In the revised manuscript, we will add a new subsection 'Dataset Selection and Preprocessing' in §3 that explicitly states: (1) Selection criteria included public availability of paired visual-tabular data, relevance to discriminative prediction or generative reasoning, minimum sample size (>1,000 for statistical reliability), and coverage of high-stakes domains; (2) Exclusion rules: datasets were excluded if they lacked one modality, contained only synthetic data, had restricted access, or were too small; (3) Domain balance: we will report metrics such as the proportion of samples per domain (medical: ~65%, pets: ~15%, media: ~10%, transportation: ~10%) and note that medical dominance reflects real-world prevalence of visual-tabular data (e.g., imaging + EHR) rather than arbitrary choice, while non-medical domains were deliberately included for diversity; (4) Preprocessing pipelines: uniform steps including image resizing to 224x224, tabular feature standardization, missing value imputation via mean/mode, and consistent train/validation/test splits (70/15/15). These additions will directly address concerns about fairness and selection bias without changing the benchmark composition. revision: yes

  2. Referee: [§5] §5 (Model Evaluation): the reported results for the 23 models lack statistical controls such as multiple random seeds, confidence intervals, or significance tests for the claimed 'substantial challenges.' This weakens the ability to draw reliable conclusions about relative model performance across discriminative and generative tasks.

    Authors: We appreciate the emphasis on statistical rigor for drawing reliable conclusions about model performance gaps. The original §5 reports single-run results across the 23 models to highlight clear trends (e.g., unimodal models struggling with cross-modal integration and VLMs showing limited tabular reasoning). To strengthen this, the revised manuscript will include: (1) averages and standard deviations over 3 random seeds for all models with stochastic components (e.g., fine-tuning or generation sampling); (2) 95% confidence intervals for primary metrics such as accuracy, F1-score (discriminative tasks), and BLEU/ROUGE (generative tasks); (3) paired statistical tests (e.g., t-tests) between model categories to quantify significance of the observed challenges. Due to substantial computational costs for re-evaluating all 23 models (particularly large VLMs and tool-augmented systems) across 14 datasets, we will apply full multi-seed analysis to representative subsets (baselines, top performers, and one from each category) and note this as a limitation for the remainder. These updates will better substantiate the claims of substantial challenges while remaining feasible for minor revision. revision: partial

Circularity Check

0 steps flagged

No significant circularity detected

full rationale

The paper constructs VT-Bench by aggregating 14 existing datasets into a unified benchmark and reporting baseline evaluations on 23 models for discriminative and generative tasks. No equations, derivations, fitted parameters, predictions, or load-bearing self-citations appear in the argument structure. The central claim is a constructive contribution (dataset aggregation and standardization) rather than a deductive result that reduces to its own inputs. Domain coverage and task definitions are explicitly stated without circular reduction.

Axiom & Free-Parameter Ledger

0 free parameters · 0 axioms · 0 invented entities

The paper aggregates existing datasets and evaluates off-the-shelf models without introducing new free parameters, axioms, or invented entities; the benchmark itself is the primary contribution.

pith-pipeline@v0.9.0 · 5478 in / 1029 out tokens · 51117 ms · 2026-05-12T01:27:29.175402+00:00 · methodology

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.