paper-with-me

홈 › Papers

Triple-Search: Differentiable Joint-Search of Networks, Precision, and Accelerators

2021-01-01 · Yonggan Fu, Yongan Zhang, Haoran You, Yingyan Lin

The record-breaking performance and prohibitive complexity of deep neural networks (DNNs) have ignited a substantial need for customized DNN accelerators which have the potential to boost DNN acceleration efficiency by orders-of-magnitude. While it has been recognized that maximizing DNNs' acceleration efficiency requires a joint design/search for three different yet highly coupled aspects, including the networks, adopted precision, and their accelerators, the challenges associated with such a joint search have not yet been fully discussed and addressed. First, to jointly search for a network and its precision via differentiable search, there exists a dilemma of whether to explode the memory consumption or achieve sub-optimal designs. Second, a generic and differentiable joint search of the networks and their accelerators is non-trivial due to (1) the discrete nature of the accelerator space and (2) the difficulty of obtaining operation-wise hardware cost penalties because some accelerator parameters are determined by the whole network. To this end, we propose a Triple-Search (TRIPS) framework to address the aforementioned challenges towards jointly searching for the network structure, precision, and accelerator in a differentiable manner, to efficiently and effectively explore the huge joint search space. Our TRIPS addresses the first challenge above via a heterogeneous sampling strategy to achieve unbiased search with constant memory consumption, and tackles the latter one using a novel co-search pipeline that integrates a generic differentiable accelerator search engine. Extensive experiments and ablation studies validate that both TRIPS generated networks and accelerators consistently outperform state-of-the-art (SOTA) designs (including co-search/exploration techniques, hardware-aware NAS methods, and DNN accelerators), in terms of search time, task accuracy, and accelerator efficiency. All codes will be released upon acceptance.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Rethinking Differentiable Search for Mixed-Precision Neural Networks

2020-04-13 · CVPR 2020 6 · Zhaowei Cai, Nuno Vasconcelos

Low-precision networks, with weights and activations quantized to low bit-width, are widely used to accelerate inference on edge devices. However, current solutions are uniform, using identical bit-width for all filters.…

Combinatorial Optimization

FLIQS: One-Shot Mixed-Precision Floating-Point and Integer Quantization Search

2023-08-07 · Jordan Dotzel, Gang Wu, Andrew Li, Muhammad Umar 외

Quantization has become a mainstream compression technique for reducing model size, computational requirements, and energy consumption for modern deep neural networks (DNNs). With improved numerical support in recent har…

Quantization

Neural Relation Extraction for Knowledge Base Enrichment

2019-07-01 · ACL 2019 7 · Bayu Distiawan Trisedya, Gerhard Weikum, Jianzhong Qi, Rui Zhang

We study relation extraction for knowledge base (KB) enrichment. Specifically, we aim to extract entities and their relationships from sentences in the form of triples and map the elements of the extracted triples to an …

DecoderEntity DisambiguationEntity EmbeddingsRelation+2

Position-Aware Tagging for Aspect Sentiment Triplet Extraction

2020-10-06 · EMNLP 2020 11 · Lu Xu, Hao Li, Wei Lu, Lidong Bing

Aspect Sentiment Triplet Extraction (ASTE) is the task of extracting the triplets of target entities, their associated sentiment, and opinion spans explaining the reason for the sentiment. Existing research efforts mostl…

Aspect Sentiment Triplet ExtractionPositionTriplet

Mixed Precision Quantization of ConvNets via Differentiable Neural Architecture Search

2018-11-30 · ICLR 2019 5 · Bichen Wu, Yanghan Wang, Peizhao Zhang, Yuandong Tian 외

Recent work in network quantization has substantially reduced the time and space complexity of neural network inference, enabling their deployment on embedded and mobile devices with limited computational and memory reso…

Neural Architecture SearchQuantization