paper-with-me

Papers

GraphPerf-RT: A Graph-Driven Performance Model for Hardware-Aware Scheduling of OpenMP Codes

2025-12-12 · Mohammad Pivezhandi, Mahdi Banisharif, Saeed Bakhshan, Abusayeed Saifullah, Ali Jannesari arxiv

Autonomous AI agents on embedded platforms require real-time, risk-aware scheduling under resource and thermal constraints. Classical heuristics struggle with workload irregularity, tabular regressors discard structural information, and model-free reinforcement learning (RL) risks overheating. We introduce GraphPerf-RT, a graph neural network surrogate achieving deep learning accuracy at heuristic speeds (2-7ms). GraphPerf-RT is, to our knowledge, the first to unify task DAG topology, CFG-derived code semantics, and runtime context (per-core DVFS, thermal state, utilization) in a heterogeneous graph with typed edges encoding precedence, placement, and contention. Evidential regression with Normal-Inverse-Gamma priors provides calibrated uncertainty; we validate on makespan prediction for risk-aware scheduling. Experiments on three ARM platforms (Jetson TX2, Orin NX, RUBIK Pi) achieve R^2 = 0.81 on log-transformed makespan with Spearman rho = 0.95 and conservative uncertainty calibration (PICP = 99.9% at 95% confidence). Integration with four RL methods demonstrates that multi-agent model-based RL with GraphPerf-RT as the world model achieves 66% makespan reduction and 82% energy reduction versus model-free baselines, with zero thermal violations.

📄 PDF Abstract BibTeX arXiv:2512.12091

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement LearningGraph Neural Network

Similar Papers 제목 키워드 기반

Hawk: Harnessing Hardware-Aware Knowledge for High-Performance NPU Kernel Generation

2026-07-02 · Junyi Wen, Ruiyan Zhuang, Yongjia Xu, Pengtu Li 외 arxiv

Developing high-performance kernels for Neural Processing Units (NPUs) is a critical industry bottleneck, requiring developers to manually navigate implicit hardware constraints and strict memory hierarchies. While large…

Knowledge Distillation

Hardware-Aware Graph Neural Network Automated Design for Edge Computing Platforms

2023-03-20 · Ao Zhou, Jianlei Yang, Yingjie Qi, Yumeng Shi 외

Graph neural networks (GNNs) have emerged as a popular strategy for handling non-Euclidean data due to their state-of-the-art performance. However, most of the current GNN model designs mainly focus on task accuracy, lac…

Edge-computingGPUGraph Neural NetworkNeural Architecture Search

HGNAS: Hardware-Aware Graph Neural Architecture Search for Edge Devices

2024-08-23 · Ao Zhou, Jianlei Yang, Yingjie Qi, Tong Qiao 외

Graph Neural Networks (GNNs) are becoming increasingly popular for graph-based learning tasks such as point cloud processing due to their state-of-the-art (SOTA) performance. Nevertheless, the research community has prim…

GPUNeural Architecture Search

The Rising Unsustainability of AI Graphics Cards Production

2026-06-05 · Clément Morand, Aurélie Névéol, Anne-Laure Ligozat arxiv

The rapid advancement of Artificial Intelligence (AI) has been accompanied by significant increases in computational and environmental costs, driven by large-scale investments in AI infrastructure, hardware, and software…

Agentic evolution of physically constrained foundation models

2026-06-24 · Jiangwei Zhang, Wen Sun, Chong Wang, Shiyao Li 외 arxiv

Artificial intelligence increasingly drives automated scientific discovery, yet contemporary generalist agents lack physical grounding, frequently hallucinating hardware-incompatible designs. Here, we present a physicall…