paper-with-me

홈 › Papers

Fast and Efficient Once-For-All Networks for Diverse Hardware Deployment

2021-09-29 · Jun Fang, Li Yang, Chengyao Shen, Hamzah Abdel-Aziz, David Thorsley, Joseph Hassoun

Convolutional neural networks are widely used in practical application in many diverse environments. Each different environment requires a different optimized network to maximize accuracy under its unique hardware constraints and latency requirements. To find models for this varied array of potential deployment targets, once-for-all (OFA) was introduced as a way to simultaneously co-train many models at once, while keeping the total training cost constant. However, the total training cost is very high, requiring up to 1200 GPU-hours. Compound OFA (compOFA) decreased the training cost of OFA by 2$\times$ by coupling model dimensions to reduce the search space of possible models by orders of magnitude, while also simplifying the training procedure. In this work, we continue the effort to reduce the training cost of OFA methods. While both OFA and compOFA use a pre-trained teacher network, we propose an in-place knowledge distillation procedure to train the super-network simultaneously with the sub-networks. Within this in-place distillation framework, we develop an upper-attentive sample technique that reduces the training cost per epoch while maintaining accuracy. Through experiments on ImageNet, we demonstrate that, we can achieve a $2\times$ - $3\times$ ($1.5\times$ - $1.8\times$) reduction in training time compared to the state of the art OFA and compOFA, respectively, without loss of optimality.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

AllGPUKnowledge Distillation

Methods 이 논문이 사용한 방법론

Knowledge Distillation A very simple way to improve the performance of almost any machine learning algorithm is to train many different models on the same data and then to average their predictions.…

Similar Papers 제목 키워드 기반

CompOFA – Compound Once-For-All Networks for Faster Multi-Platform Deployment

2021-01-01 · ICLR 2021 1 · Manas Sahni, Shreya Varshini, Alind Khare, Alexey Tumanov

The emergence of CNNs in mainstream deployment has necessitated methods to design and train efficient architectures tailored to maximize the accuracy under diverse hardware & latency constrains. To scale these resource-i…

AllGPU

CompOFA: Compound Once-For-All Networks for Faster Multi-Platform Deployment

2021-04-26 · Manas Sahni, Shreya Varshini, Alind Khare, Alexey Tumanov

The emergence of CNNs in mainstream deployment has necessitated methods to design and train efficient architectures tailored to maximize the accuracy under diverse hardware & latency constraints. To scale these resource-…

AllDiversityGPU

Fast-BEV++: Fast by Algorithm, Deployable by Design

2025-12-09 · Yuanpeng Chen, Hui Song, Sheng Yang, Wei Tao 외 arxiv

The advancement of vision-only Bird's-Eye-View (BEV) perception, a core paradigm for cost-effective autonomous driving, is hindered by the long-standing fundamental trade-off between perception accuracy and on-device dep…

3D Object DetectionAutonomous Driving

Once for All: Train One Network and Specialize it for Efficient Deployment

2020-05-01 · ICLR 2020 1 · Han Cai, Chuang Gan, Tianzhe Wang, Zhekai Zhang 외

We address the challenging problem of efficient deep learning model deployment across many devices, where the goal is to design neural network architectures that can fit diverse hardware platform constraints: from the cl…

AllCPUGPUNeural Architecture Search

FastMamba: A High-Speed and Efficient Mamba Accelerator on FPGA with Accurate Quantization

2025-05-25 · Aotao Wang, Haikuo Shao, Shaobo Ma, Zhongfeng Wang

State Space Models (SSMs), like recent Mamba2, have achieved remarkable performance and received extensive attention. However, deploying Mamba2 on resource-constrained edge devices encounters many problems: severe outlie…

Computational EfficiencyCPUGPUMamba+2