paper-with-me

홈 › Papers

NASA: Neural Architecture Search and Acceleration for Hardware Inspired Hybrid Networks

2022-10-24 · Huihong Shi, Haoran You, Yang Zhao, Zhongfeng Wang, Yingyan Lin

Multiplication is arguably the most cost-dominant operation in modern deep neural networks (DNNs), limiting their achievable efficiency and thus more extensive deployment in resource-constrained applications. To tackle this limitation, pioneering works have developed handcrafted multiplication-free DNNs, which require expert knowledge and time-consuming manual iteration, calling for fast development tools. To this end, we propose a Neural Architecture Search and Acceleration framework dubbed NASA, which enables automated multiplication-reduced DNN development and integrates a dedicated multiplication-reduced accelerator for boosting DNNs' achievable efficiency. Specifically, NASA adopts neural architecture search (NAS) spaces that augment the state-of-the-art one with hardware-inspired multiplication-free operators, such as shift and adder, armed with a novel progressive pretrain strategy (PGP) together with customized training recipes to automatically search for optimal multiplication-reduced DNNs; On top of that, NASA further develops a dedicated accelerator, which advocates a chunk-based template and auto-mapper dedicated for NASA-NAS resulting DNNs to better leverage their algorithmic properties for boosting hardware efficiency. Experimental results and ablation studies consistently validate the advantages of NASA's algorithm-hardware co-design framework in terms of achievable accuracy and efficiency tradeoffs. Codes are available at https://github.com/GATECH-EIC/NASA.

📄 PDF Abstract BibTeX arXiv:2210.13361

Code (2)

gatech-eic/nasa 공식 구현 pytorch
rice-eic/nasa 공식 구현 pytorch

Tasks

Neural Architecture Search

Similar Papers 제목 키워드 기반

NASH: Neural Architecture and Accelerator Search for Multiplication-Reduced Hybrid Models

2024-09-07 · Yang Xu, Huihong Shi, Zhongfeng Wang

The significant computational cost of multiplications hinders the deployment of deep neural networks (DNNs) on edge devices. While multiplication-free models offer enhanced hardware efficiency, they typically sacrifice a…

Neural Architecture Search

Does Form Follow Function? An Empirical Exploration of the Impact of Deep Neural Network Architecture Design on Hardware-Specific Acceleration

2021-07-08 · Saad Abbasi, Mohammad Javad Shafiee, Ellick Chan, Alexander Wong

The fine-grained relationship between form and function with respect to deep neural network architecture design and hardware-specific acceleration is one area that is not well studied in the research literature, with for…

FormGPUNeural Architecture Search

Nosey: Open-source hardware for acoustic nasalance

2025-05-29 · Maya Dewhurst, Jack Collins, Justin J. H. Lo, Roy Alderton 외

We introduce Nosey (Nasalance Open Source Estimation sYstem), a low-cost, customizable, 3D-printed system for recording acoustic nasalance data that we have made available as open-source hardware (http://github.com/phone…

Neural Architecture Search for Intel Movidius VPU

2023-05-05 · Qian Xu, Victor Li, Crews Darren S

Hardware-aware Neural Architecture Search (NAS) technologies have been proposed to automate and speed up model design to meet both quality and inference efficiency requirements on a given hardware. Prior arts have shown …

Hardware Aware Neural Architecture SearchNeural Architecture SearchSuper-Resolution

A Memory-Efficient Framework for Deformable Transformer with Neural Architecture Search

2025-07-13 · Wendong Mao, Mingfan Zhao, Jianfeng Guan, Qiwei Dong 외 arxiv

Deformable Attention Transformers (DAT) have shown remarkable performance in computer vision tasks by adaptively focusing on informative image regions. However, their data-dependent sampling mechanism introduces irregula…

Neural Architecture Search