Loading Now

Energy Efficiency Unleashed: Breakthroughs in AI/ML from Silicon to Satellite

Latest 22 papers on energy efficiency: Aug. 15, 2026

The relentless march of AI/ML, particularly with the advent of large language models and ubiquitous edge devices, has brought a critical challenge into sharp focus: energy consumption. The demand for ever-more powerful and pervasive AI is directly colliding with the imperative for sustainability. Fortunately, recent research is pushing the boundaries of energy efficiency across the entire AI/ML stack, from novel circuit designs to intelligent data center management and advanced wireless communication protocols. This digest explores some of these groundbreaking advancements.

The Big Idea(s) & Core Innovations

At the foundational hardware layer, innovations are radically rethinking how computation happens. From the Embedded Systems Laboratory (ESL), EPFL, Switzerland, and their collaborators, the paper “Enabling Ultra-Low-Power Always-On Feedforward Leakage Suppression Logic Circuits with FDSOI” by Clément Choné et al., demonstrates how Feedforward Leakage Suppression Logic (FLSL) in 22nm FDSOI technology can restore leakage suppression beyond 90nm nodes. This translates to an astounding 9.8x leakage reduction compared to HVT CMOS, allowing always-on circuits for edge AI and IoT to operate functionally down to 0.4V. Complementing this, research from the International Institute of Information Technology, Hyderabad, India, and the University of Illinois, Chicago, USA, in “ProbSplat: Efficient Probabilistic Hardware for Gaussian Splatting in 3D Scene Reconstruction” by Siddarth Gottumukkula et al., introduces ProbSplat, a Compute-in-Memory (CIM) architecture for 3D Gaussian splatting. This innovative design uses programmable floating-gate inverter columns to independently control Gaussian mixture model parameters, achieving 18pJ per log-likelihood inference at 4-bit precision, 2.5x more energy-efficient than digital counterparts. Similarly, “You Only Charge Once 2.0: A End-to-End Analog Computing-in-Memory Architecture with Reconfigurable Switched Capacitors” by Zihao Xuan et al. from The Hong Kong University of Science and Technology, proposes Charge-CIM, an analog CIM architecture unifying DAC conversion, multiplication, accumulation, and quantization on switched capacitors, leading to a 91.7% reduction in ADC energy and 2.7x overall energy efficiency improvement.

Moving up the stack, “Lonic: Algorithm-Hardware Co-Design for Energy-Efficient Fully Local Online SNN Training with INT4 Precision” by Peilin Chen and Xiaoxuan Yang from the University of Virginia, tackles energy-efficient Spiking Neural Network (SNN) training. Lonic’s algorithm-hardware co-design with INT4 precision, multiplier-free PE arrays, and dual-optimization zero-gating achieves an impressive 198.62x EDP reduction compared to baseline TPU-like accelerators. Further bridging the gap between SNNs and ANNs, Peking University’s Shengyang Li et al. in “AS-FedBridge: Pseudo-Spike Bridge Distillation for Heterogeneous ANN-SNN Federated Learning” present AS-FedBridge, a federated learning framework using a Pseudo-Spike Bridge to align ANN and SNN features, enabling efficient collaboration between heterogeneous clients with minimal overhead.

At the system and network level, “Cutting AI Datacenter Energy with Reinforcement Learning: Measured Power Control of LLM Training from One GPU to the Fleet” by Eliseo Curcio from Advanced Department of Artificial Intelligence and Energy, introduces an RL controller for LLM training power management. This system achieves 89.8% fewer power-limit violations and an 26.2% energy efficiency improvement at 7B scale, notably identifying how to maintain power authority under model sharding by controlling pipeline occupancy. For cloud infrastructure, “Serverless platform driven CPU loadbalancing” by Abdul Rehman from Indiana University Bloomington, shows how a serverless control plane can directly influence CPU scheduling via a custom Linux SchedExt scheduler, leading to a 15% energy reduction and 50% latency improvement by optimizing core reuse. “Beyond the Limits: Flexible and Congestion-Aware Cluster Scheduling for the Cloud” by Oliver Larsson et al. from Umeå University, further enhances cloud efficiency by introducing soft SLO limits and buoyancy-aware scheduling, reducing rescheduling actions by 49% and node congestion by 8%.

In the realm of wireless communications and IoT, “Demand-Aware Cooperative Transmission Design for Energy-Efficient LEO Satellite Networks” by Wooseok Cha et al. from KAIST, presents a cooperative transmission framework for LEO satellite networks. This optimizes hybrid precoding, RF chain activation, and UE association, achieving superior demand-aware energy efficiency. Building on this, Xidian University’s Zhanyu Ju and Wenchi Cheng in “ML-Based Hierarchical Prediction for Practical Energy Scheduling in Dynamic NTN-WPT Systems” propose a hierarchical ML framework for energy scheduling in Non-Terrestrial Network Wireless Power Transfer (NTN-WPT) systems, using GRU, Transformer, GNNs, and multi-agent RL to balance energy efficiency, task completion, and waiting times. Southeast University’s Guoxing Duan et al., in “Transfer Learning-Enabled Distortion Compensation for Amplitude-Phase-Time Block Modulation-Based Nonlinear Single-Carrier Wireless Communications”, leverage transfer learning to compensate for power amplifier nonlinearity, achieving over 2 dB performance gain with a 20-fold reduction in training overhead, enhancing energy efficiency in wireless systems. Finally, for Terahertz (THz) communications, “Frequency-Position-Fluid Antenna Array and Beamforming for Ultra-dense Connectivity in Terahertz Wireless Systems” by Heyin Shen et al. from Shanghai Jiao Tong University, introduces a D-FPFA architecture that achieves 2.3x the sum rate and 2.8x better energy efficiency than traditional solutions by dynamically allocating frequencies and optimizing antenna positions.

Under the Hood: Models, Datasets, & Benchmarks

These advancements are powered by diverse methodological approaches and evaluated against robust benchmarks:

  • Circuit & Architecture Design: FDSOI technology, 6T floating-gate inverter columns, reconfigurable switched-capacitor networks (Charge-CIM), multiplier-free integer PE arrays (Lonic), and Reversible Chemical Reaction Networks (RevCRNs) as explored in “RevCRN: Reversible Analog Computation using Chemical Reaction Networks” by Saptarshi Biswas et al. from Iowa State University, establishing a computational hierarchy for real numbers with inherent energy advantages.
  • AI Models: Deep Partition Aggregation (DPA) defense, PPO-based RL controllers for power management, GRU and Transformer networks for prediction, Graph Neural Networks (GNNs) for interaction mapping, and self-attention-enhanced MAPPO for multi-agent RL in NTN-WPT systems.
  • Datasets & Benchmarks: CIFAR-10, CIFAR-100, Tiny-ImageNet, DVS-CIFAR10, DVS128-Gesture for SNNs; FAIR1M for satellite object detection; Microsoft Azure Functions dataset for serverless workloads; UltraFeedback for LLM training; and real-world rack-level power consumption data from STFC RAL data center, analyzed in “Improving the Energy Efficiency of High Throughput Computing: A Measurement-Based Case Study” by Damu Ding et al. from University of Oxford, UK, challenging assumptions about CPU frequency and boosting technologies.
  • Measurement & Orchestration Tools: Scaphandre energy measurement tool, Kubernetes scheduler/descheduler extensions, SchedExt/eBPF for custom Linux schedulers, NVIDIA Management Library (NVML) for GPU telemetry, CurrentRanger for system-level power measurement as presented in “An Open-Source Power Measurement Platform for System-Level Semiconductor Testing” by Linus Bantel et al. from University of Stuttgart, Germany.

Public Code: Researchers are encouraged to explore “Lonic: Algorithm-Hardware Co-Design for Energy-Efficient Fully Local Online SNN Training with INT4 Precision” at https://github.com/peilin-chen/Lonic and “SAT-Edge-Agent: Hardware-in-the-Loop Edge-Agent Orchestration for Onboard Satellite Intelligence” at https://github.com/keithhegit/SAT-Edge-Agent.

Impact & The Road Ahead

These innovations collectively paint a picture of a future where AI/ML is not only powerful but also inherently sustainable. The shift towards specialized hardware (FDSOI, CIM, SNN accelerators) and algorithm-hardware co-design promises a new era of ultra-low-power edge AI and IoT devices. Intelligent software-defined power management in data centers, driven by RL and advanced scheduling, will allow for massive LLM training with significantly reduced energy footprints. The integration of AI into wireless network design, from LEO satellites to Terahertz systems, is critical for ubiquitous, energy-efficient connectivity.

However, challenges remain. As highlighted by the systematic review “Energy Efficient AI-Enabled Wireless Sensor Networks for Mission Critical Environments: A Systematic Review across Smart Grid, AI, and Urban Infrastructure Applications” by Alexandros Gazis et al., energy efficiency cannot be treated in isolation from security, latency, and reliability, especially in mission-critical environments. Another review, “Energy Efficiency in Microservice Architectures: A Systematic Literature Review” by Eoan O’Dea et al., stresses the need for deeper integration of energy considerations into design-time architectural decisions, moving beyond runtime optimizations. The comprehensive survey “A Survey on Design Methodologies for Accelerating Deep Learning on Heterogeneous Architectures” by Serena Curzel et al. further emphasizes that memory capacity and bandwidth, not just compute, are now the dominant bottlenecks, necessitating memory-aware mapping strategies.

Ultimately, the road ahead demands a holistic, full-stack approach to energy efficiency, from the physics of computation to the orchestration of global networks. By embracing algorithm-hardware co-design, intelligent power management, and a sustainability-first mindset, we can unlock the full potential of AI/ML while building a greener, more resilient technological future.

Share this content:

mailbox@3x Energy Efficiency Unleashed: Breakthroughs in AI/ML from Silicon to Satellite
Hi there 👋

Get a roundup of the latest AI paper digests in a quick, clean weekly email.

Spread the love

Discover more from SciPapermill

Subscribe to get the latest posts sent to your email.

Post Comment

Discover more from SciPapermill

Subscribe now to keep reading and get access to the full archive.

Continue reading