paper-with-me

Papers

DEX: Data Channel Extension for Efficient CNN Inference on Tiny AI Accelerators

2024-12-09 · Taesik Gong, Fahim Kawsar, Chulhong Min

Tiny machine learning (TinyML) aims to run ML models on small devices and is increasingly favored for its enhanced privacy, reduced latency, and low cost. Recently, the advent of tiny AI accelerators has revolutionized the TinyML field by significantly enhancing hardware processing power. These accelerators, equipped with multiple parallel processors and dedicated per-processor memory instances, offer substantial performance improvements over traditional microcontroller units (MCUs). However, their limited data memory often necessitates downsampling input images, resulting in accuracy degradation. To address this challenge, we propose Data channel EXtension (DEX), a novel approach for efficient CNN execution on tiny AI accelerators. DEX incorporates additional spatial information from original images into input images through patch-wise even sampling and channel-wise stacking, effectively extending data across input channels. By leveraging underutilized processors and data memory for channel extension, DEX facilitates parallel execution without increasing inference latency. Our evaluation with four models and four datasets on tiny AI accelerators demonstrates that this simple idea improves accuracy on average by 3.5%p while keeping the inference latency the same on the AI accelerator. The source code is available at https://github.com/Nokia-Bell-Labs/data-channel-extension.

📄 PDF Abstract BibTeX arXiv:2412.06566

Code (1)

nokia-bell-labs/data-channel-extension 공식 구현 pytorch

Similar Papers 제목 키워드 기반

Optimizing Foundation Model Inference on a Many-tiny-core Open-source RISC-V Platform

2024-05-29 · Viviane Potocnik, Luca Colagrande, Tim Fischer, Luca Bertaccini 외

Transformer-based foundation models have become crucial for various domains, most notably natural language processing (NLP) or computer vision (CV). These models are predominantly deployed on high-performance GPUs or har…

Decoder

Revealing CNN Architectures via Side-Channel Analysis in Dataflow-based Inference Accelerators

2023-11-01 · Hansika Weerasena, Prabhat Mishra

Convolutional Neural Networks (CNNs) are widely used in various domains, including image recognition, medical diagnosis and autonomous driving. Recent advances in dataflow-based CNN accelerators have enabled CNN inferenc…

Autonomous DrivingMedical DiagnosisSide Channel Analysis

TSB: Tiny Shared Block for Efficient DNN Deployment on NVCIM Accelerators

2024-05-08 · Yifan Qin, Zheyu Yan, Zixuan Pan, Wujie Wen 외

Compute-in-memory (CIM) accelerators using non-volatile memory (NVM) devices offer promising solutions for energy-efficient and low-latency Deep Neural Network (DNN) inference execution. However, practical deployment is …

TF-MLPNet: Tiny Real-Time Neural Speech Separation

2025-08-05 · Malek Itani, Tuochao Chen, Shyamnath Gollakota arxiv

Speech separation on hearable devices can enable transformative augmented and enhanced hearing capabilities. However, state-of-the-art speech separation networks cannot run in real-time on tiny, low-power neural accelera…

Speech ExtractionSpeech Separation

AnalogNAS: A Neural Network Design Framework for Accurate Inference with Analog In-Memory Computing

2023-05-17 · Hadjer Benmeziane, Corey Lammie, Irem Boybat, Malte Rasch 외

The advancement of Deep Learning (DL) is driven by efficient Deep Neural Network (DNN) design and new hardware accelerators. Current DNN design is primarily tailored for general-purpose use and deployment on commercially…