The Commonplace
Home Papers Evidence Explore Trends Syntheses Digests References Docs 🎲 Workforce Futures
← Papers
Direction, evidence grade, and study type are AI-generated labels (gpt-5-mini), not human-verified. Syntheses are LLM-written. "Tensions" are machine-detected candidates, not confirmed contradictions. A research-acceleration tool, not peer review. How this is built →

Converting telecom KPIs into images for vision-language models halves-or-more inference energy while boosting anomaly-detection accuracy, making VLMs a practical, energy-efficient alternative to text-based LLM inference at the edge; tested across three architectures, VLMs cut token counts dramatically (3.6–10.4x) and deliver 1.8–2.5x measured energy savings with substantial F1/precision gains.

A Picture is Worth a Thousand Tokens: How Vision Language Models Cut AI Energy Costs While Improving Accuracy
Bhavika Jalli, Nikhil Korati Prasanna, Jayanta Choudhury · August 07, 2026
arxiv quasi_experimental medium evidence 8/10 relevance Full text usable extracted full text Source PDF

Structured author observations

Linked only from stored provider relations; the raw author line above is never matched by name.

Arxiv

Latest observation:

  1. Bhavika Jalli unresolved corpus identity
  2. Nikhil Korati Prasanna unresolved corpus identity
  3. Jayanta Choudhury unresolved corpus identity

Semantic Scholar

Latest observation:

  1. Bhavika Jalli provider ID
  2. N. Prasanna provider ID
  3. Jayanta Choudhury provider ID
Rendering multivariate time-series as images for vision-language models reduces input tokens and measured GPU inference energy by roughly 1.8–2.5x while substantially improving anomaly-detection accuracy (F1/precision) on both public benchmarks and live telecom KPI data.

Citation observations

Cumulative provider counts captured on specific dates; providers are never combined.

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.

Summary

Main Finding

Vision-language models (VLMs) that process numerical time series as rendered 2-D plots (images) substantially reduce inference tokens and energy compared with text-only LLM pipelines, while improving anomaly-detection accuracy. Across three representative VLM architectures the paper reports 3.6–10.4× input-token reductions, 1.8–2.5× measured per-query energy reductions, large improvements in energy-per-performance (J/F1), and substantial operational energy savings at telecom edge scale — without sacrificing (and often improving) detection precision and F1.

Key Points

  • Token compression:

    • Serializing multivariate KPI windows as text explodes into tens of thousands of tokens (e.g., 46k–60k tokens for an 8-KPI × 381-timepoint window).
    • Rendering the same data as stacked subplot images yields far fewer vision tokens (5.4k–16.8k), a 3.6–10.4× reduction depending on vision encoder.
    • At higher KPI counts (e.g., 24 KPIs) text representations can exceed 128k tokens (beyond common model context windows), while images remain within standard limits.
  • Energy savings (measured via NVML/Zeus):

    • Public benchmark (realAWSCloudwatch): image modality reduced per-query energy by 4.5× (Llama-3.2-90B), 13.8× (Qwen2.5-VL-72B), and 18.3× (Pixtral-12B) in one set of measurements.
    • Telecom operational configuration (A100/A6000 hardware): measured per-query reductions were 2.5× (Llama), 1.8× (Qwen), and 2.5× (Pixtral) — the visual encoder overhead narrows the gap versus pure token-count scaling, but net savings remain decisive.
    • Operational example: monitoring 209 cells every 15 minutes → ~20,064 queries/day; VLM modality saves ≈7.2 MJ/day per model (equivalent to daily energy use of ≈2.4 average US households).
  • Accuracy and efficiency:

    • Fine-tuned Llama-3.2-90B-Vision (SFT) reaches precision = 0.465 vs. 0.145 for the text-only LLM (a 220.7% relative increase) and F1 = 0.464 vs. 0.185 for text.
    • VLMs outperform classical baselines (LSTM, ARIMA): SFT VLM F1 (0.464) vs LSTM/ARIMA (~0.19) — >144% relative improvement.
    • Energy-per-performance (J/F1) strongly favors images; example: Pixtral image pathway ≈2,538 J/F1 vs text 52,356 J/F1 (≈20.6× improvement).
  • Image compression:

    • Lowering DPI (e.g., 150 → 75 DPI) cut vision tokens by ~70% and inference energy by ~24% with negligible F1 degradation — a practical tuning knob for edge deployments.
  • Architecture trade-offs:

    • Llama-3.2-90B-Vision: fixed visual token budget (6,404 tokens) → predictable energy and capacity planning, lower spatial fidelity.
    • Qwen2.5-VL-72B: dynamic tiling → highest compression on moderate heights but scales with image height.
    • Pixtral-12B: small patch size (16×16) → best spatial fidelity, modest compression.

Data & Methods

  • Representation

    • Multivariate time series rendered as stacked-subplot raster images (time on horizontal axis, each KPI a vertical subplot); axes/tick labels removed to avoid textual artifacts.
    • Structured textual prompts (domain morphological primitives) condition VLM inference on rendered images.
  • Models / Architectures evaluated

    • Llama-3.2-90B-Vision (cross-attention fusion, fixed visual token budget).
    • Qwen2.5-VL-72B (dynamic-resolution patching).
    • Pixtral-12B (16×16 patch decomposition).
  • Datasets

    • Public: realAWSCloudwatch subset from VLM4TS benchmark (univariate signals; 10 selected signals per model).
    • Telecom: live 4G/5G KPI data from one operator (209 cells, 24 KPIs sampled at 15-min intervals; experiments focused on 8-KPI stacked images and ∼381 time points per evaluation window; ground truth from a causal anomaly detection system).
  • Hardware, quantization, and measurement

    • GPUs: NVIDIA RTX A6000 (benchmarks) and A100 (telecom configs). Pixtral run bfloat16 on A6000; many models evaluated with 4-bit NF4 quantization.
    • Energy measurement: Zeus framework reading NVML cumulative energy counters; instantaneous power polled at 50 ms and integrated; runs repeated (3 runs) after warmup.
    • Token accounting: native tokenizers/processors (Llama tokenizer, AutoProcessor, LlavaProcessor) used to measure text and vision token counts.
  • Evaluation metrics

    • Detection performance: precision, recall, F1 (per-day temporal evaluation; α = 0.01 significance threshold for public dataset).
    • Efficiency: per-query energy (J), inference time (s), average power (W), and J/F1 (GPU Joules consumed per unit F1).
  • Experiments

    • Compared zero-shot and LoRA SFT VLMs vs text-only LLM, LSTM, ARIMA baselines.
    • Explored image resolution (DPI) and compression (PNG vs JPEG) impacts on tokens, energy, and F1.

Implications for AI Economics

  • Token count is a fundamental, actionable energy lever:

    • Because inference energy scales roughly linearly with input token count, reducing input tokens (by modality change) yields consistent per-query energy savings that compound across millions of inferences.
  • VLMs enable feasible and cheaper edge deployments for NTSDA:

    • Text-only pipelines can exceed context-window limits and GPU memory ceilings (e.g., 40k–60k tokens → OOM or chunking), making VLMs not just more efficient but sometimes the only feasible option for constrained edge hardware.
    • Predictable visual-token budgets (where available) aid capacity planning and thermal budget forecasting for telecom MEC and near-RT RIC sites.
  • Energy-per-performance (J/F1) provides a hardware-grounded selection criterion:

    • Choosing modality/architecture should consider J/F1 under target workloads and hardware, not only raw model accuracy.
  • Operational cost and carbon implications:

    • Per-query energy reductions translate into non-trivial daily operational savings at scale (paper example: ~7.2 MJ/day saved for 209 cells sampled every 15 minutes). Across large deployments this becomes significant OPEX and carbon-emissions reduction.
    • Image-compression tuning offers a low-cost optimization lever (no retraining) to further reduce energy while preserving accuracy.
  • Architecture and deployment trade-offs:

    • Choose Llama-like fixed-budget VLMs when energy/capacity predictability and constrained budgets matter.
    • Choose Qwen-like dynamic tiling for maximum token compression on typical input sizes, but beware scaling behavior with taller images (many KPIs).
    • Choose Pixtral-like patching if fine spatial detail in waveforms is critical and slightly higher energy is acceptable.
  • Caveats & future directions affecting economic assessments:

    • Results are measured on single-/small multi-GPU setups; multi-GPU and distributed inference introduce communication and transfer costs that may change the balance.
    • Long textual outputs or diagnostic reports (large output token sizes) shift energy dominance to output generation; savings from input-token compression reduce in relative importance.
    • The telecom study is from a single operator/market; broader cross-operator validation would strengthen generalizability.
    • Full-system accounting (including CPU preprocessing, image rendering, storage, networking, cooling) and region-specific carbon intensity are needed for complete carbon/economic impact estimates.

Overall, the paper argues that treating energy as a first-class engineering constraint for AI systems favors modality choices (visual encoding of numeric time series) that materially lower inference energy and operating cost while improving or preserving predictive performance — an outcome with direct operational and economic significance for high-frequency, large-scale monitoring workloads such as telecom network analytics.

Assessment

Paper Typequasi_experimental Evidence Strengthmedium — The paper reports direct hardware energy measurements (NVML) and substantial, consistent energy and accuracy improvements across public and operational telecom datasets and multiple architectures, which provides strong proximate evidence for its claims. However, causal claims are limited by non-randomized comparisons, a small set of architectures and hardware setups, truncation/chunking of long text inputs, single-operator telecom data, and potential confounds from differing tokenizers, quantization, and per-modality fixed overheads. Methods Rigormedium — The experimental protocol is detailed (warmup runs, 3 repeats, NVML counters, consistent output length, multiple models, public and live datasets), and analyses include token accounting, J/F1 efficiency metrics, and ablations on image resolution. Limitations include lack of randomized or externally exogenous variation, limited model/hardware diversity (three VLMs, A6000/A100), single-operator telecom sample, and absence of full-system or multi-GPU communication energy accounting. SamplePublic benchmark: subset of the VLM4TS realAWSCloudwatch signals (17 candidates, 10 retained per model), univariate series of length 1,243–4,730 time points with Sintel Orion ground-truth anomaly intervals. Telecom dataset: operational 4G/5G KPI data from a single operator covering 9 dates and 209 cells (April 2025); 24 KPIs at 15-minute intervals (96 points/day), ~381 time points per cell across test period; ground truth derived from an operator Causal Anomaly Detection system. Hardware: NVIDIA A6000 and A100 GPUs, models quantized to 4-bit NF4 or bfloat16 as specified; three VLM/vision-encoder architectures evaluated (Llama-3.2-90B-Vision, Qwen2.5-VL-72B, Pixtral-12B). Themesproductivity adoption IdentificationWithin-model, within-hardware comparative measurement: the authors render identical time-series data as text versus images, hold output length constant (256 tokens), and measure GPU energy directly via NVML counters across multiple runs and warmups; they compare token counts, per-query energy, and detection metrics across three VLM architectures and against LLM text baselines and classical baselines (LSTM, ARIMA). No randomized assignment or exogenous variation—identification rests on controlled, repeated measurements and architecture-modality comparisons. GeneralizabilitySingle telecom operator/market — may not generalize across operators, geographies, or KPI regimes, Only three VLM architectures tested; emerging or very different encoder designs may behave differently, Evaluations on specific GPU types (A6000, A100) and quantization settings; other hardware, precision, or multi-GPU distributed inference could change energy trade-offs, Text modality results depend on tokenizer behavior and truncation choices (text inputs were truncated to model context limits), which affects comparability, Task-limited: experiments focused on short-output anomaly detection; results may not hold for longer generation tasks or different downstream tasks, Image rendering choices (stacked-subplot format, DPI, rendering library/options) drove results; alternative visual encodings may alter tokenization and accuracy, No full-system (CPU, memory, I/O, data-center cooling) or carbon-intensity accounting — results are GPU-centric

Claims (10)

ClaimDirectionOutcomeConfidence & EvidenceDetails
Representing multivariate telecom time series as images reduces input token counts by 3.6x to 10.4x relative to text serialization across the evaluated VLM architectures. Organizational Efficiency positive Input token count
Reading fidelity high
Study strength medium
n=3
3.6x–10.4x token reduction
0.48
On the realAWSCloudwatch benchmark, image-based inference uses substantially less GPU energy per query than text-only inference for all three evaluated architectures. Organizational Efficiency positive GPU inference energy per query
Reading fidelity high
Study strength medium
n=10
4.5x, 13.8x, and 18.3x reductions
0.48
Image-based representations improve anomaly-detection F1 scores relative to text-only representations on the realAWSCloudwatch benchmark. Output Quality positive Mean F1 score for time-series anomaly detection
Reading fidelity high
Study strength medium
n=10
mean F1 0.70–0.88 versus 0.58–0.66
0.48
Pixtral-12B has a 20.6x better energy-per-F1 efficiency for image inputs than for text inputs on the realAWSCloudwatch benchmark. Output Quality positive GPU energy per unit F1 score
Reading fidelity high
Study strength medium
n=5
20.6x gain; 2,538 J/F1 versus 52,356 J/F1
0.48
On the telecom KPI dataset, the fine-tuned Llama-3.2-90B Vision model achieves substantially higher anomaly-detection precision than the text-only LLM. Output Quality positive Anomaly-detection precision
Reading fidelity high
Study strength medium
n=209
220.7% improvement; precision 0.465 versus 0.145
0.48
The fine-tuned Llama-3.2-90B Vision model outperforms ARIMA, LSTM, and the text-only LLM on telecom anomaly-detection F1 score. Output Quality positive Anomaly-detection F1 score
Reading fidelity high
Study strength medium
n=209
F1 0.464 versus 0.185 for text-only LLM; over 144% higher than the strongest listed non-VLM baseline
0.48
Visual inference reduces telecom anomaly-detection energy by 1.8x to 2.5x per query across the three evaluated models. Organizational Efficiency positive Inference energy per telecom anomaly-detection query
Reading fidelity high
Study strength medium
n=3
1.8x–2.5x energy reduction
0.48
At the reported operational scale of 209 cells queried every 15 minutes, the per-query energy reduction corresponds to approximately 7.2 MJ of daily savings per model. Organizational Efficiency positive Daily operational inference energy savings
Reading fidelity high
Study strength low
n=209
approximately 7.2 MJ/day
0.24
For 24 KPIs, text representations exceed 128K tokens, whereas the visual modality avoids this context-window limitation. Organizational Efficiency positive Context-window feasibility of time-series representation
Reading fidelity high
Study strength low
n=3
text inputs exceed 128K tokens at 24 KPIs
0.24
Reducing image resolution from 150 DPI to 75 DPI lowers vision-token count by 70% and inference energy by 24% without degrading anomaly-detection accuracy in the evaluated Qwen2.5-VL-72B configuration. Organizational Efficiency mixed Vision token count, inference energy, and anomaly-detection F1
Reading fidelity high
Study strength medium
n=108
70% token reduction; 24% energy reduction; F1 0.347 versus 0.354
0.48

Notes