TL;DR
This paper introduces a novel Neural Architecture Search method tailored for Temporal Convolutional Networks, optimizing their design for edge devices to achieve high accuracy with significantly fewer parameters and lower latency.
Contribution
It presents the first NAS tool specifically targeting TCNs, enabling efficient search for architectures suitable for time-series tasks on embedded platforms.
Findings
Achieved models with same accuracy as seed networks but 15.9-152x fewer parameters.
Outperformed state-of-the-art NAS tools in search space exploration and solution quality.
Reduced latency and energy consumption by up to 5.5x and 3.8x on edge devices.
Abstract
Neural Architecture Search (NAS) is quickly becoming the go-to approach to optimize the structure of Deep Learning (DL) models for complex tasks such as Image Classification or Object Detection. However, many other relevant applications of DL, especially at the edge, are based on time-series processing and require models with unique features, for which NAS is less explored. This work focuses in particular on Temporal Convolutional Networks (TCNs), a convolutional model for time-series processing that has recently emerged as a promising alternative to more complex recurrent architectures. We propose the first NAS tool that explicitly targets the optimization of the most peculiar architectural parameters of TCNs, namely dilation, receptive-field and number of features in each layer. The proposed approach searches for networks that offer good trade-offs between accuracy and number of…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
MethodsTest · Adam · REINFORCE · Cutout · DropPath · ProxylessNAS
