paper-with-me

홈 › Papers

PAI: Fast, Accurate, and Full Benchmark Performance Projection with AI

2026-03-18 · Avery Johnson, Mohammad Majharul Islam, Riad Akram, Abdullah Muzahid arxiv

The exponential increase in complex IPs within modern SoCs, driven by Moore's Law, has created a pressing need for fast and accurate hardware-software power-performance analysis. Traditional performance simulators (such as cycle accurate simulators) are often too slow to simulate full benchmarks within a reasonable timeframe; require considerable effort for development, maintenance, and extensions; and are prone to errors, making pre-silicon performance projections and competitive analysis increasingly challenging. Prior attempts in addressing this challenge using machine learning fall short as they are either slow, inaccurate or unable to predict the performance of full benchmarks. To address these limitations, we present PAI, the first technique to accurately predict full benchmark performance without relying on detailed simulation or instruction-wise encoding. At the heart of PAI is a hierarchical Long Short Term Memory (LSTM)-based model that takes a trace of microarchitecture independent features from a program execution and predicts performance metrics. We present the detailed design, implementation and evaluation of PAI. Our initial experiments showed that PAI can achieve an average IPC prediction error of 9.35% for SPEC CPU 2017 benchmark suite while taking only 2 min 57 sec for the entire suite. This prediction error is comparable to prior state-of-the-art techniques while requiring 3 orders of magnitude less time.

📄 PDF Abstract BibTeX arXiv:2603.19330

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

A Two-Step Framework for Multi-Material Decomposition of Dual Energy Computed Tomography from Projection Domain

2023-10-31 · Di Xu, Qihui Lyu, Dan Ruan, Ke Sheng

Dual-energy computed tomography (DECT) utilizes separate X-ray energy spectra to improve multi-material decomposition (MMD) for various diagnostic applications. However accurate decomposing more than two types of materia…

BenchmarkingDiagnosticDomain AdaptationGPU+1

GaussianOcc: Fully Self-supervised and Efficient 3D Occupancy Estimation with Gaussian Splatting

2024-08-21 · Wanshui Gan, Fang Liu, Hongbin Xu, Ningkai Mo 외

We introduce GaussianOcc, a systematic method that investigates the two usages of Gaussian splatting for fully self-supervised and efficient 3D occupancy estimation in surround views. First, traditional methods for self-…

Representation Learning

HyperNP: Interactive Visual Exploration of Multidimensional Projection Hyperparameters

2021-06-25 · Gabriel Appleby, Mateus Espadoto, Rui Chen, Samuel Goree 외

Projection algorithms such as t-SNE or UMAP are useful for the visualization of high dimensional data, but depend on hyperparameters which must be tuned carefully. Unfortunately, iteratively recomputing projections to fi…

Scalar Federated Learning for Linear Quadratic Regulator

2026-04-06 · Mohammadreza Rostami, Shahriar Talebi, Solmaz S. Kia arxiv

We propose ScalarFedLQR, a communication-efficient federated algorithm for model-free learning of a common policy in linear quadratic regulator (LQR) control of heterogeneous agents. The method builds on a decomposed pro…

Federated Learning

XnODR and XnIDR: Two Accurate and Fast Fully Connected Layers For Convolutional Neural Networks

2021-11-21 · Jian Sun, Ali Pourramezan Fard, Mohammad H. Mahoor

Capsule Network is powerful at defining the positional relationship between features in deep neural networks for visual recognition tasks, but it is computationally expensive and not suitable for running on mobile device…

BinarizationImage Classification