Green MLOps: Closed-Loop, Energy-Aware Inference with NVIDIA Triton, FastAPI, and Bio-Inspired Thresholding
Mustapha Hamdi, Mourad Jabou

TL;DR
This paper introduces a bio-inspired, energy-aware inference framework for AI models that adaptively manages execution to reduce energy consumption while maintaining accuracy, demonstrated with FastAPI, NVIDIA Triton, and ONNX Runtime.
Contribution
It presents a novel closed-loop, bio-inspired control mechanism for energy-efficient AI inference, bridging biophysical energy models with Green MLOps practices.
Findings
Reduces processing time by 42% with minimal accuracy loss
Demonstrates effective energy-aware inference on NVIDIA GPUs
Establishes efficiency boundaries between local serving and batching
Abstract
Energy efficiency is a first-order concern in AI deployment, as long-running inference can exceed training in cumulative carbon impact. We propose a bio-inspired framework that maps protein-folding energy basins to inference cost landscapes and controls execution via a decaying, closed-loop threshold. A request is admitted only when the expected utility-to-energy trade-off is favorable (high confidence/utility at low marginal energy and congestion), biasing operation toward the first acceptable local basin rather than pursuing costly global minima. We evaluate DistilBERT and ResNet-18 served through FastAPI with ONNX Runtime and NVIDIA Triton on an RTX 4000 Ada GPU. Our ablation study reveals that the bio-controller reduces processing time by 42% compared to standard open-loop execution (0.50s vs 0.29s on A100 test set), with a minimal accuracy degradation (<0.5%). Furthermore, we…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMachine Learning in Materials Science · Advanced Neural Network Applications · Green IT and Sustainability
