paper-with-me

홈 › Papers

Full-Stack Optimization for CAM-Only DNN Inference

2024-01-23 · João Paulo C. de Lima, Asif Ali Khan, Luigi Carro, Jeronimo Castrillon

The accuracy of neural networks has greatly improved across various domains over the past years. Their ever-increasing complexity, however, leads to prohibitively high energy demands and latency in von Neumann systems. Several computing-in-memory (CIM) systems have recently been proposed to overcome this, but trade-offs involving accuracy, hardware reliability, and scalability for large models remain a challenge. Additionally, for some CIM designs, the activation movement still requires considerable time and energy. This paper explores the combination of algorithmic optimizations for ternary weight neural networks and associative processors (APs) implemented using racetrack memory (RTM). We propose a novel compilation flow to optimize convolutions on APs by reducing their arithmetic intensity. By leveraging the benefits of RTM-based APs, this approach substantially reduces data transfers within the memory while addressing accuracy, energy efficiency, and reliability concerns. Concretely, our solution improves the energy efficiency of ResNet-18 inference on ImageNet by 7.5x compared to crossbar in-memory accelerators while retaining software accuracy.

📄 PDF Abstract BibTeX arXiv:2401.12630

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Full-stack Optimization for Accelerating CNNs with FPGA Validation

2019-05-01 · Bradley McDanel, Sai Qian Zhang, H. T. Kung, Xin Dong

We present a full-stack optimization framework for accelerating inference of CNNs (Convolutional Neural Networks) and validate the approach with field-programmable gate arrays (FPGA) implementations. By jointly optimizin…

DaCapo: Score Distillation as Stacked Bridge for Fast and High-quality 3D Editing

2025-01-01 · CVPR 2025 1 · Yufei Huang, Bangyan Liao, Yuqi Hu, Haitao Lin 외

Score Distillation Sampling (SDS) has been successfully extended to text-driven 3D scene editing with 2D pretrained diffusion models. However, SDS-based editing methods suffer from lengthy optimization processes with…

3D scene EditingAttributeGPUStochastic Optimization

Arbor: Tree Search as a Cognition Layer for Autonomous Agents

2026-06-10 · Neha Prakriya, Chaojun Hou, Zheng Gong, Huasha Zhao 외 arxiv

Arbor is a multi-agent framework that introduces structured tree search as a cognition layer for autonomous agents operating in large, stateful action spaces. Prior autonomous optimization systems operate on isolated tar…

Full Stack Optimization of Transformer Inference: a Survey

2023-02-27 · Sehoon Kim, Coleman Hooper, Thanakul Wattanawong, Minwoo Kang 외

Recent advances in state-of-the-art DNN architecture design have been moving toward Transformer models. These models achieve superior accuracy across a wide range of applications. This trend has been consistent over the …

Neural Architecture SearchSchedulingSurvey

Sol Video Inference Engine: Agent-Native Full-Stack Acceleration Framework for Efficient Video Generation

2026-06-21 · Yitong Li, Junsong Chen, Haopeng Li, Haozhe Liu 외 arxiv

Modern video diffusion models achieve higher generation quality through scaling, but this also increases inference cost. Although many acceleration methods have been proposed, a central challenge is that the most effecti…

Video Generation