paper-with-me

홈 › Papers

Efficient Incorporation of Multiple Latency Targets in the Once-For-All Network

2020-12-12 · Vidhur Kumar, Andrew Szidon

Neural Architecture Search has proven an effective method of automating architecture engineering. Recent work in the field has been to look for architectures subject to multiple objectives such as accuracy and latency to efficiently deploy them on different target hardware. Once-for-All (OFA) is one such method that decouples training and search and is able to find high-performance networks for different latency constraints. However, the search phase is inefficient at incorporating multiple latency targets. In this paper, we introduce two strategies (Top-down and Bottom-up) that use warm starting and randomized network pruning for the efficient incorporation of multiple latency targets in the OFA network. We evaluate these strategies against the current OFA implementation and demonstrate that our strategies offer significant running time performance gains while not sacrificing the accuracy of the subnetworks that were found for each latency target. We further demonstrate that these performance gains are generalized to every design space used by the OFA network.

📄 PDF Abstract BibTeX arXiv:2012.06748

Code (1)

vidhur2k/CS8803-Project 공식 구현 pytorch

Tasks

AllNetwork PruningNeural Architecture Search

Methods 이 논문이 사용한 방법론

Pruning 설명 없음

Similar Papers 제목 키워드 기반

Towards a Base-Station-on-Chip: RISC-V Hardware Acceleration for wireless communication

2025-06-09 · Javier Acevedo, Frank H. P. Fitzek

The evolution of 5G and the emergence of 6G wireless communication systems impose higher demands for computing capabilities and lower power consumption in the front-end and processing circuitry. Furthermore, the incorpor…

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

Dynamic Network Adaptation at Inference

2022-04-18 · Daniel Mendoza, Caroline Trippel

Machine learning (ML) inference is a real-time workload that must comply with strict Service Level Objectives (SLOs), including latency and accuracy targets. Unfortunately, ensuring that SLOs are not violated in inferenc…

Diversity

Parity Models: A General Framework for Coding-Based Resilience in ML Inference

2019-05-02 · Jack Kosaian, K. V. Rashmi, Shivaram Venkataraman

Machine learning models are becoming the primary workhorses for many applications. Production services deploy models through prediction serving systems that take in queries and return predictions by performing inference …

BIG-bench Machine Learningimage-classificationImage ClassificationObject Localization+3