Automated Model Discovery via Multi-modal & Multi-step Pipeline
Lee Jung-Mok, Nam Hyeon-Woo, Moon Ye-Bin, Junhyun Nam, Tae-Hyun Oh
TL;DR
The paper tackles automated model discovery in large, complex search spaces by introducing a multi-modal, multi-step pipeline powered by two vision-language-based agents: AnalyzerVLM for iterative analysis and candidate-model proposal, and EvaluatorVLM for perception-based model evaluation via the Visual Information Criterion (VIC). VIC combines a visual fitness/generalizability score with the traditional BIC to better capture structural consistency and extrapolation behavior, thereby guiding model selection toward both local accuracy and broader generalization. The approach is demonstrated on Gaussian process kernel discovery and extended to symbolic regression, with extensive ablations showing the crucial roles of modality, reasoning steps, and visual evaluation. Results indicate improved generalization and robustness over traditional kernel-search methods and other LLM/VLM-based baselines, highlighting practical potential for automated, interpretable model discovery in real-world datasets. The work also discusses limitations and avenues for extending the framework to multivariate data and improved visualization-driven evaluation.
Abstract
Automated model discovery is the process of automatically searching and identifying the most appropriate model for a given dataset over a large combinatorial search space. Existing approaches, however, often face challenges in balancing the capture of fine-grained details with ensuring generalizability beyond training data regimes with a reasonable model complexity. In this paper, we present a multi-modal \& multi-step pipeline for effective automated model discovery. Our approach leverages two vision-language-based modules (VLM), AnalyzerVLM and EvaluatorVLM, for effective model proposal and evaluation in an agentic way. AnalyzerVLM autonomously plans and executes multi-step analyses to propose effective candidate models. EvaluatorVLM assesses the candidate models both quantitatively and perceptually, regarding the fitness for local details and the generalibility for overall trends. Our results demonstrate that our pipeline effectively discovers models that capture fine details and ensure strong generalizability. Additionally, extensive ablation studies show that both multi-modality and multi-step reasoning play crucial roles in discovering favorable models.
