Power consumption in multicore embedded systems has reached a tipping point: leakage power now rivals dynamic power, and traditional DVFS (Dynamic Voltage and Frequency Scaling) schedulers fail to meet hard deadlines or respect thermal limits when faced with irregular parallel workloads such as OpenMP DAGs. In this context, HiDVFS emerges as a hierarchical multi-agent DVFS scheduler that comprehensively addresses these challenges, offering a general and extensible solution for real-time systems.
The proposal is based on three specialized agents: a profiler agent that selects optimal cores and frequencies for each task; a thermal agent that groups cores by their current temperature to avoid hotspots; and a priority agent that orders task execution under resource contention. These agents are trained using makespan-focused reinforcement learning with a short-horizon future-state shaping technique to improve sample efficiency. Additionally, a federated schedulability gate ensures feasible operating points, and a calibrated split-conformal shield bounds each action's predicted response time.
Experimental results on the Jetson TX2 platform, with multi-seed validation, show an L10 makespan of 4.16 ± 0.58 seconds, a 2.83x speedup and a 32.9% energy reduction compared to a fairness-corrected GearDVFS port. Across all 12 BOTS benchmarks, the average improvement reaches 4.62x speedup and 55.7% energy savings. Cross-platform tests on TX2, Orin NX, and RubikPi confirm that deadline-aware DVFS reduces energy by 15% to 18% versus fixed maximum frequency. A mixed-criticality study reveals that cluster-aware reservation is essential to maintain a zero deadline-miss ratio for high-criticality tasks.
From a technical and business perspective, optimizing power and temperature in embedded systems is not merely an academic problem. Companies like Q2BSTUDIO apply similar principles in developing custom software solutions for industrial and IoT environments. The ability to integrate AI agents that dynamically manage hardware resources reduces operational costs and extends device lifespan. In this regard, developing custom applications that incorporate intelligent scheduling logic is critical for sectors such as robotics, automotive, or industrial automation. For instance, an embedded computer vision system can benefit from a scheduler that adjusts frequencies in real time, preventing overheating and ensuring each frame is delivered within the required deadline.
Cybersecurity also plays a crucial role: a poorly designed DVFS scheduler can become an attack vector, as unexpected frequency variations could induce timing faults or information leakage. Therefore, Q2BSTUDIO integrates security-by-design practices in its projects, including real-time validation and protection against scheduler manipulation. Likewise, cloud AWS/Azure enables deploying intensive workloads that require dynamic resource scaling; a hierarchical approach similar to HiDVFS can be applied at the cluster level to optimize energy consumption in data centers. Monitoring these systems using BI/Power BI provides real-time dashboards with temperature, frequency, and energy metrics, facilitating decision-making.
The combination of AI agents and hierarchical scheduling opens new possibilities for cross-platform software development that requires continuous adaptation to the environment. At Q2BSTUDIO, reinforcement learning algorithms are used to optimize resource allocation in distributed systems, following the same philosophy as HiDVFS but tailored to commercial needs. Moreover, artificial intelligence applied to energy management not only improves efficiency but also allows predicting thermal behavior and preventing catastrophic failures.
In conclusion, HiDVFS represents a significant advance in DVFS scheduling for real-time systems with OpenMP workloads, demonstrating that a hierarchical multi-agent approach can overcome the limitations of traditional methods. Its implementation on commercial platforms such as Jetson TX2 confirms the feasibility of reducing energy consumption without sacrificing performance or reliability. For companies like Q2BSTUDIO, these concepts form the foundation of innovative solutions that integrate custom applications, AI, cybersecurity, cloud, and BI, providing clients with a competitive edge in an increasingly demanding market for efficiency and sustainability.



