SAFE-Cascade: Cost-Adaptive Vision-Language Routing for Chart Question Answering
- company Hugging Face
- location arXiv
- model GPT-5-mini
- model gemini-2.5-flash-image
- product Azure Document Intelligence
- product DagsHub
- product Gotit.pub
- product ScienceCast
A new demonstration system called SAFE-Cascade shows how chart question answering can be made cheaper by routing simple queries to a text-only model and reserving vision-language models for cases that actually require visual reasoning, according to research posted on arXiv [1]. The system, described in a paper submitted June 17, extracts text from chart images using optical character recognition and obtains a provisional answer from a text-only language model. A learned router then decides whether to accept that answer or escalate the query to a vision-language model, or VLM [1]. The implementation uses Azure Document Intelligence for OCR, gpt-5-mini as the text-only model, and gemini-2.5-flash-image as the VLM, with a Random Forest router trained on inference-time features [1]. On a held-out ChartQA test split of 375 examples drawn from a 2,500-example experiment, SAFE-Cascade achieved 69.1% unified accuracy while invoking the VLM on 73.1% of queries [1]. The full-VLM baseline reached 67.7% accuracy with 100% VLM invocation. The authors note that the 1.4 percentage-point difference is statistically uncertain and interpret the result as matching full-VLM performance while cutting VLM calls by 26.9% and estimated cost by 9.3% [1]. The demonstration interface exposes the entire decision process. Users can inspect OCR evidence, the text-only answer, routing probability, escalation decision, final answer, estimated cost, and estimated latency side by side [1]. An adjustable escalation threshold lets users explore the accuracy-cost frontier directly [1]. Vision-language models combine visual encoders with large language models to process images and text jointly. They belong to a broader lineage of neural network architectures that gained traction through convolutional neural networks for vision tasks and transformer-based attention mechanisms that now underpin most large language models [3]. The SAFE-Cascade approach reflects a growing interest in selective modality routing — only paying the computational cost of a full multimodal model when simpler text-based reasoning proves insufficient [1]. The paper appears on arXiv, a preprint repository that has become a central distribution channel for machine learning research. Platforms such as Hugging Face have built infrastructure to link arXiv papers with community-contributed demos, models, and datasets, allowing readers to interact with systems like SAFE-Cascade directly in a browser [8][9].
model-releaseresearch-paperinfrastructure
Background sources we checked (10)
- arxiv.org ↗ Vision-language models (VLMs) are powerful for chart question answering, but invoking a VLM for every query can be unnecessarily expensive when many questions are answerable from OCR text and lightweight language reasoning. We demonstrate SAFE-Cascade, an interactive system for c…
- en.wikipedia.org ↗ In machine learning, a neural network (NN) or neural net, is a computational model inspired by the structure and functions of biological neural networks. A neural network consists of connected units or nodes called artificial neurons, which loosely model the neurons in the brain.…
- en.wikipedia.org ↗ Reading is the process of taking in the sense or meaning of symbols, often specifically those of a written language, by means of sight or touch. For educators and researchers, reading is a multifaceted process involving such areas as word recognition, orthography (spelling), punc…
- en.wikipedia.org ↗ Atlantic City, sometimes referred to by its initials A.C., is a seaside resort city in Atlantic County, in the U.S. state of New Jersey. Atlantic City comprises the second half of the Atlantic City-Hammonton metropolitan statistical area, which encompasses those cities and all of…
- en.wikipedia.org ↗ The Mexican drug war (Spanish: Guerra contra el narcotráfico en México) is an ongoing asymmetric armed conflict between the Mexican government and various drug trafficking syndicates. When the Mexican military intervened in 2006, the government's main objective was to reduce drug…
- arxiv.org ↗ We review thirteen generative systems and five supporting datasets for quantum circuit and quantum code generation, identified through a structured scoping review of Hugging Face, arXiv, and provenance tracing (January-February 2026). We organize the field along two axes: artifac…
- huggingface.co ↗ # Paper Pages Paper pages allow people to find artifacts related to a paper such as models, datasets and apps/demos (Spaces). Paper pages also enable the community to discuss about the paper. ## Linking a Paper to a model, dataset or Space If the repository card (`README.md`) …
- huggingface.co ↗ # How to Add a Space to ArXiv ... Demos on Hugging Face Spaces allow a wide audience to try out state-of-the-art machine learning research without writing any code. Hugging Face and ArXiv have collaborated to embed these demos directly along side papers on ArXiv! ... Thanks to th…
- huggingface.co ↗ Daily Papers - Hugging Face new Get trending papers in your email inbox once a day! Get trending papers in your email inbox! Subscribe # Daily Papers ## byAK and the research community - Daily - Weekly - Monthly Trending Papers https://huggingface.co/papers/date/2026-06-…
- en.wikipedia.org ↗ Hangzhou DeepSeek Artificial Intelligence Basic Technology Research Co., Ltd., doing business as DeepSeek, is a Chinese artificial intelligence (AI) company that develops large language models (LLMs). Based in Hangzhou, Zhejiang, DeepSeek is owned and funded by High-Flyer, a Chin…