Euclid: Supercharging Multimodal LLMs with Synthetic High-Fidelity Visual Descriptions
Jiarui Zhang, Ollie Liu, Tianyu Yu, Jinyi Hu, Willie Neiswanger
TL;DR
This work tackles the gap in low-level visual perception (LLVP) for multimodal LLMs by creating the Geoperception benchmark to test precise 2D geometric transcription. It shows current MLLMs struggle with basic geometry annotations and relations, motivating a synthetic-data engine and curriculum-based training. Through an empirical design-space study, the authors find CNN-based visual encoders and curriculum learning yield substantial gains, leading to the Euclid family of MLLMs trained solely on synthetic geometry data that generalize to real geometry tasks. Euclid achieves up to $82.98\%$ on challenging tasks and outperforms leading closed- and open-source models on multiple Geoperception tasks, demonstrating the practical potential of synthetic data and progressive training for LLVP in robotics, medical imaging, and manufacturing domains.
Abstract
Multimodal large language models (MLLMs) have made rapid progress in recent years, yet continue to struggle with low-level visual perception (LLVP) -- particularly the ability to accurately describe the geometric details of an image. This capability is crucial for applications in areas such as robotics, medical image analysis, and manufacturing. In this paper, we first introduce Geoperception, a benchmark designed to evaluate an MLLM's ability to accurately transcribe 2D geometric information from an image. Using this benchmark, we demonstrate the limitations of leading MLLMs, and then conduct a comprehensive empirical study to explore strategies for improving their performance on geometric tasks. Our findings highlight the benefits of certain model architectures, training techniques, and data strategies, including the use of high-fidelity synthetic data and multi-stage training with a data curriculum. Notably, we find that a data curriculum enables models to learn challenging geometry understanding tasks which they fail to learn from scratch. Leveraging these insights, we develop Euclid, a family of models specifically optimized for strong low-level geometric perception. Although purely trained on synthetic multimodal data, Euclid shows strong generalization ability to novel geometry shapes. For instance, Euclid outperforms the best closed-source model, Gemini-1.5-Pro, by up to 58.56% on certain Geoperception benchmark tasks and 10.65% on average across all tasks.
