paper-with-me

홈 › Papers

PiC-BNN: A 128-kbit 65 nm Processing-in-CAM-Based End-to-End Binary Neural Network Accelerator

2026-01-08 · Yuval Harary, Almog Sharoni, Esteban Garzón, Marco Lanuzza, Adam Teman, Leonid Yavits arxiv

Binary Neural Networks (BNNs), where weights and activations are constrained to binary values (+1, -1), are a highly efficient alternative to traditional neural networks. Unfortunately, typical BNNs, while binarizing linear layers (matrix-vector multiplication), still implement other network layers (batch normalization, softmax, output layer, and sometimes the input layer of a convolutional neural network) in full precision. This limits the area and energy benefits and requires architectural support for full precision operations. We propose PiC-BNN, a true end-to-end binary in-approximate search (Hamming distance tolerant) Content Addressable Memory based BNN accelerator. PiC-BNN is designed and manufactured in a commercial 65nm process. PiC-BNN uses Hamming distance tolerance to apply the law of large numbers to enable accurate classification without implementing full precision operations. PiC-BNN achieves baseline software accuracy (95.2%) on the MNIST dataset and 93.5% on the Hand Gesture (HG) dataset, a throughput of 560K inferences/s, and presents a power efficiency of 703M inferences/s/W when implementing a binary MLP model for MNIST/HG dataset classification.

📄 PDF Abstract BibTeX arXiv:2601.19920

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

A GPU-Outperforming FPGA Accelerator Architecture for Binary Convolutional Neural Networks

2017-02-20 · Yixing Li, Zichuan Liu, Kai Xu, Hao Yu 외

FPGA-based hardware accelerators for convolutional neural networks (CNNs) have obtained great attentions due to their higher energy efficiency than GPUs. However, it is challenging for FPGA-based solutions to achieve a h…

GPU

COBRA: Algorithm-Architecture Co-optimized Binary Transformer Accelerator for Edge Inference

2025-04-22 · Ye Qiao, Zhiheng Chen, Yian Wang, Yifan Zhang 외

Transformer-based models have demonstrated superior performance in various fields, including natural language processing and computer vision. However, their enormous model size and high demands in computation, memory, an…

Edge-computing

Huffman-coded Sphere Shaping and Distribution Matching Algorithms via Lookup Tables

2020-06-12 · Tobias Fehenberger, David S. Millar, Toshiaki Koike-Akino, Keisuke Kojima 외

In this paper, we study amplitude shaping schemes for the probabilistic amplitude shaping (PAS) framework as well as algorithms for constant-composition distribution matching (CCDM). Huffman-coded sphere shaping (HCSS) i…

MaskBit: Embedding-free Image Generation via Bit Tokens

2024-09-24 · Mark Weber, Lijun Yu, Qihang Yu, Xueqing Deng 외

Masked transformer models for class-conditional image generation have become a compelling alternative to diffusion models. Typically comprising two stages - an initial VQGAN model for transitioning between latent space a…

Conditional Image GenerationImage GenerationImage Reconstruction

An Optical XNOR-Bitcount Based Accelerator for Efficient Inference of Binary Neural Networks

2023-02-03 · Sairam Sri Vatsavai, Venkata Sai Praneeth Karempudi, Ishan Thakkar

Binary Neural Networks (BNNs) are increasingly preferred over full-precision Convolutional Neural Networks(CNNs) to reduce the memory and computational requirements of inference processing with minimal accuracy drop. BNN…