A Picture is Worth a Thousand Tokens: How Vision Language Models Cut AI Energy Costs While Improving Accuracy
2026-08-07 • Artificial Intelligence
Artificial IntelligencePerformance
AI summaryⓘ
The authors show that running large language models (LLMs) on raw telecom data uses a lot of energy because the data creates huge text inputs. They found that turning this data into images (like graphs) and using Vision-Language Models (VLMs) cuts the input size and energy use significantly, without losing accuracy. In fact, their VLM-based models were more precise at detecting network problems and worked better than older methods. This approach also fits within the input limits of common AI systems, making it practical and energy-efficient for real-world telecom monitoring.
Large Language Models (LLMs)Vision-Language Models (VLMs)Telecom network analyticsNumerical time-series dataInput token countInference energyAnomaly detectionContext windowTime-series encodingAI operational efficiency
Authors
Bhavika Jalli, Nikhil Korati Prasanna, Jayanta Choudhury
Abstract
LLM inference accounts for over 90% of AI operational energy, scaling directly with input token count---a critical inefficiency for telecom network analytics and numerical time-series data analysis (NTSDA), where raw multivariate KPI windows from 4G/5G cell sites expand into thousands of floating-point tokens. Vision-Language Models (VLMs) eliminate this mismatch by encoding time-series as 2D plots, achieving 3.6-10.4x input token reduction across Llama-3.2-90B, Qwen2.5-VL-72B, and Pixtral-12B architectures. This translates to 1.8-2.5x measured inference energy reduction, saving approximately 7.2 MJ/day at telecom edge deployments and CloudRAN that monitor 200 cells per 15-minute interval. Critically, efficiency gains do not sacrifice accuracy: a fine-tuned Llama-3.2-90B-Vision VLM achieves 220.7% higher precision than its text-only counterpart and outperforms LSTM and ARIMA baselines by over 144% on telecom anomaly detection. On public benchmarks, Pixtral-12B achieves a 20.6x improvement in J/F1 score at mean F1 = 0.82. At 24 KPIs, text representations exceed the 128K context window of most production LLMs, rendering text-only processing infeasible without truncation, while visual representations remain within standard limits. These results establish VLMs as an energy-efficient and accuracy-superior modality for numerical time-series workloads, providing empirical grounding for AI inference systems that treat energy consumption as a first-class engineering constraint.