paper-with-me

Papers

Towards Efficient Neural Networks On-a-chip: Joint Hardware-Algorithm Approaches

2019-05-28 · Xiaocong Du, Gokul Krishnan, Abinash Mohanty, Zheng Li, Gouranga Charan, Yu Cao

Machine learning algorithms have made significant advances in many applications. However, their hardware implementation on the state-of-the-art platforms still faces several challenges and are limited by various factors, such as memory volume, memory bandwidth and interconnection overhead. The adoption of the crossbar architecture with emerging memory technology partially solves the problem but induces process variation and other concerns. In this paper, we will present novel solutions to two fundamental issues in crossbar implementation of Artificial Intelligence (AI) algorithms: device variation and insufficient interconnections. These solutions are inspired by the statistical properties of algorithms themselves, especially the redundancy in neural network nodes and connections. By Random Sparse Adaptation and pruning the connections following the Small-World model, we demonstrate robust and efficient performance on representative datasets such as MNIST and CIFAR-10. Moreover, we present Continuous Growth and Pruning algorithm for future learning and adaptation on hardware.

📄 PDF Abstract BibTeX arXiv:1906.08866

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Pruning 설명 없음

Similar Papers 제목 키워드 기반

A Real Time 1280x720 Object Detection Chip With 585MB/s Memory Traffic

2022-05-02 · Kuo-Wei Chang, Hsu-Tung Shih, Tian-Sheuan Chang, Shang-Hong Tsai 외

Memory bandwidth has become the real-time bottleneck of current deep learning accelerators (DLA), particularly for high definition (HD) object detection. Under resource constraints, this paper proposes a low memory traff…

MORPHObjectobject-detectionObject Detection

MAHL: Multi-Agent LLM-Guided Hierarchical Chiplet Design with Adaptive Debugging

2025-08-08 · Jinwei Tang, Jiayin Qin, Nuo Xu, Pragnya Sudershan Nalla 외 arxiv

As program workloads (e.g., AI) increase in size and algorithmic complexity, the primary challenge lies in their high dimensionality, encompassing computing cores, array sizes, and memory hierarchies. To overcome these o…

Code Generation

AutoDNNchip: An Automated DNN Chip Predictor and Builder for Both FPGAs and ASICs

2020-01-06 · Pengfei Xu, Xiaofan Zhang, Cong Hao, Yang Zhao 외

Recent breakthroughs in Deep Neural Networks (DNNs) have fueled a growing demand for DNN chips. However, designing DNN chips is non-trivial because: (1) mainstream DNNs have millions of parameters and operations; (2) the…

GPU

Towards Efficient IMC Accelerator Design Through Joint Hardware-Workload Co-optimization

2024-10-22 · Olga Krestinskaya, Mohammed E. Fouda, Ahmed Eltawil, Khaled N. Salama

Designing generalized in-memory computing (IMC) hardware that efficiently supports a variety of workloads requires extensive design space exploration, which is infeasible to perform manually. Optimizing hardware individu…

Event-based backpropagation on the neuromorphic platform SpiNNaker2

2024-12-19 · Gabriel Béna, Timo Wunderlich, Mahmoud Akl, Bernhard Vogginger 외

Neuromorphic computing aims to replicate the brain's capabilities for energy efficient and parallel information processing, promising a solution to the increasing demand for faster and more efficient computational system…