paper-with-me

홈 › Papers

A3C3: AI Algorithm and Accelerator Co-design, Co-search, and Co-generation

2026-06-18 · Selin Yildirim, Yingbing Huang, Deming Chen arxiv

We present a holistic methodology for artificial intelligence algorithm and accelerator co-design, co-search, and co-generation (A3C3), which jointly optimizes neural network architectures and their hardware implementations to address the inefficiencies of traditional top-down AI system design flows. Conventional AI deployment often treats model design and hardware mapping as separate stages: an algorithm is first developed for accuracy, and only afterward adapted to meet latency, throughput, energy, or resource constraints. This separation can lead to suboptimal systems, particularly as modern AI workloads become increasingly heterogeneous, memory-intensive, and platform-dependent. A3C3 instead parameterizes both algorithmic and accelerator design spaces and searches them jointly, enabling the automatic generation of model-accelerator pairs that better balance accuracy, latency, throughput, energy efficiency, and hardware utilization. This article is a book chapter of the Handbook of Embedded Machine Learning, edited by Sudeep Pasricha and Muhammad Shafique, Springer Nature.

📄 PDF Abstract BibTeX arXiv:2606.20869

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

G-CoS: GNN-Accelerator Co-Search Towards Both Better Accuracy and Efficiency

2021-09-18 · Yongan Zhang, Haoran You, Yonggan Fu, Tong Geng 외

Graph Neural Networks (GNNs) have emerged as the state-of-the-art (SOTA) method for graph-based learning tasks. However, it still remains prohibitively challenging to inference GNNs over large graph datasets, limiting th…

Effective Algorithm-Accelerator Co-design for AI Solutions on Edge Devices

2020-10-14 · Cong Hao, Yao Chen, Xiaofan Zhang, Yuhong Li 외

High quality AI solutions require joint optimization of AI algorithms, such as deep neural networks (DNNs), and their hardware accelerators. To improve the overall solution quality as well as to boost the design producti…

Evaluating Emerging AI/ML Accelerators: IPU, RDU, and NVIDIA/AMD GPUs

2023-11-08 · Hongwu Peng, Caiwen Ding, Tong Geng, Sutanay Choudhury 외

The relentless advancement of artificial intelligence (AI) and machine learning (ML) applications necessitates the development of specialized hardware accelerators capable of handling the increasing complexity and comput…

GPU

Pyxis: An Open-Source Performance Dataset of Sparse Accelerators

2021-10-08 · Linghao Song, Yuze Chi, Jason Cong

Specialized accelerators provide gains of performance and efficiency in specific domains of applications. Sparse data structures or/and representations exist in a wide range of applications. However, it is challenging to…

GNNBuilder: An Automated Framework for Generic Graph Neural Network Accelerator Generation, Simulation, and Optimization

2023-03-29 · Stefan Abi-Karam, Cong Hao

There are plenty of graph neural network (GNN) accelerators being proposed. However, they highly rely on users' hardware expertise and are usually optimized for one specific GNN model, making them challenging for practic…

Code GenerationCPUGPUGraph Neural Network