CVLGMay 11

EnergyLens: Interpretable Closed-Form Energy Models for Multimodal LLM Inference Serving

arXiv:2605.1055654.9
Predicted impact top 65% in CV · last 90 daysOriginality Incremental advance
AI Analysis

Provides an interpretable, data-efficient tool for energy-optimal deployment of multimodal LLMs on heterogeneous hardware, addressing the divergence between latency and energy optima.

EnergyLens derives a closed-form energy model for LLM inference serving using symbolic regression, achieving 88.2% Top-1 configuration selection accuracy across diverse scenarios, outperforming prior analytical baselines (60.9%) and matching ensemble ML with 10x fewer profiling samples.

As large language models span dense, mixture-of-experts, and state-space architectures and are deployed on heterogeneous accelerators under increasingly diverse multimodal workloads, optimising inference energy has become as critical as optimizing latency and throughput. Existing approaches either treat latency as an energy proxy or rely on data-hungry black-box surrogates. Both fail under varying parallelism strategies: latency and energy optima diverge in over 20% of configurations we tested, and black-box surrogates require hundreds of profiling samples to generalize across model families and hardware. We present EnergyLens, which uses symbolic regression as a structure-discovery tool over profiling data to derive a single twelve-parameter closed-form energy model expressed in terms of system properties such as degree of parallelism, batch size, and sequence length. Unlike black-box surrogates, EnergyLens decouples tensor and pipeline parallelism contributions and separates prefill from decode energy, making its predictions physically interpretable and actionable. Fitted from as few as 50 profiling measurements, EnergyLens achieves 88.2% Top-1 configuration selection accuracy across many evaluation scenarios compared to 60.9% for the closest prior analytical baseline, matches the predictive accuracy of ensemble ML methods with 10x fewer profiling samples, and extrapolates reliably to unseen batch sizes and hardware platforms without structural modification, making it a practical, interpretable tool for energy-optimal LLM deployment.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes