Lightweight Neural Architecture Search for Temporal Convolutional Networks at the Edge
- Matteo Risso, A. Burrello, Daniele Jahier Pagliari
- Computer ScienceIEEE transactions on computers
- 24 January 2023
This work proposes 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, and obtains superior solutions, while requiring low GPU memory and search time.
Robust and Energy-Efficient PPG-Based Heart-Rate Monitoring
- Matteo Risso, A. Burrello, M. Poncino
- Computer ScienceInternational Symposium on Circuits and Systems
- 1 May 2021
This work proposes the use of hardware-friendly Temporal Convolutional Networks (TCN) for PPG-based heart estimation and obtains a TCN that outperforms the previous state-of-the- art on the largest PPG dataset available (PPGDalia).
Q-PPG: Energy-Efficient PPG-Based Heart Rate Monitoring on Wearable Devices
- A. Burrello, D. J. Pagliari, M. Poncino
- Computer ScienceIEEE Transactions on Biomedical Circuits and…
- 21 October 2021
A design space exploration methodology to automatically generate a rich family of deep Temporal Convolutional Networks (TCNs) for HR monitoring, all derived from a single “seed” model, whose most accurate model sets a new state-of-the-art in Mean Absolute Error.
Pruning In Time (PIT): A Lightweight Network Architecture Optimizer for Temporal Convolutional Networks
- Matteo Risso, A. Burrello, M. Poncino
- Computer ScienceDesign Automation Conference
- 5 December 2021
An automatic dilation optimizer is proposed, which tackles the problem as a weight pruning on the time-axis, and learns dilation factors together with weights, in a single training, and reduces the model size and inference latency on a real SoC hardware target by up to 7.4× and 3×.
Embedding Temporal Convolutional Networks for Energy-efficient PPG-based Heart Rate Monitoring
- A. Burrello, D. J. Pagliari, S. Benatti
- Computer ScienceACM Trans. Comput. Heal.
- 1 March 2022
This work derives a diverse set of Temporal Convolutional Networks for HR estimation, leveraging Neural Architecture Search, and introduces ActPPG, an adaptive algorithm that selects among multiple HR estimators depending on the amount of MAs, to improve energy efficiency.
Deep Neural Network Architecture Search for Accurate Visual Pose Estimation aboard Nano-UAVs
- Elia Cereda, Luca Crupi, D. Palossi
- Computer ScienceArXiv
- 3 March 2023
This work deploys several NAS-optimized CNNs and runs them in closed-loop aboard a 27-g Crazyflie nano-UAV equipped with a parallel ultra-low power System-on-Chip, improving the State-of-the-Art by reducing the in-field control error and achieving a real-time onboard inference-rate of ~10Hz@10mW and ~50Hz@90mW.
Channel-wise Mixed-precision Assignment for DNN Inference on Constrained Edge Nodes
- Matteo Risso, A. Burrello, L. Benini, E. Macii, M. Poncino, D. J. Pagliari
- Computer ScienceInternational Green and Sustainable Computing…
- 17 June 2022
This work proposes a novel NAS that selects the bit-width of each weight tensor channel independently, which gives the tool the additional flexibility of assigning a higher precision only to the weights associated with the most informative features.
Multi-Complexity-Loss DNAS for Energy-Efficient and Memory-Constrained Deep Neural Networks
- Matteo Risso, A. Burrello, L. Benini, E. Macii, M. Poncino, D. J. Pagliari
- Materials ScienceInternational Symposium on Low Power Electronics…
- 1 June 2022
Neural Architecture Search (NAS) is increasingly popular to automatically explore the accuracy versus computational complexity trade-off of Deep Learning (DL) architectures. When targeting tiny edge…