paper-with-me

홈 › Papers

Two-stage Human Activity Recognition on Microcontrollers with Decision Trees and CNNs

2022-06-07 · Francesco Daghero, Daniele Jahier Pagliari, Massimo Poncino

Human Activity Recognition (HAR) has become an increasingly popular task for embedded devices such as smartwatches. Most HAR systems for ultra-low power devices are based on classic Machine Learning (ML) models, whereas Deep Learning (DL), although reaching state-of-the-art accuracy, is less popular due to its high energy consumption, which poses a significant challenge for battery-operated and resource-constrained devices. In this work, we bridge the gap between on-device HAR and DL thanks to a hierarchical architecture composed of a decision tree (DT) and a one dimensional Convolutional Neural Network (1D CNN). The two classifiers operate in a cascaded fashion on two different sub-tasks: the DT classifies only the easiest activities, while the CNN deals with more complex ones. With experiments on a state-of-the-art dataset and targeting a single-core RISC-V MCU, we show that this approach allows to save up to 67.7% energy w.r.t. a "stand-alone" DL architecture at iso-accuracy. Additionally, the two-stage system either introduces a negligible memory overhead (up to 200 B) or on the contrary, reduces the total memory occupation.

📄 PDF Abstract BibTeX arXiv:2206.07652

Code (0)

등록된 구현이 없습니다.

Tasks

Activity RecognitionHuman Activity Recognition

Similar Papers 제목 키워드 기반

A Wearable Multi-Modal Edge-Computing System for Real-Time Kitchen Activity Recognition

2024-09-10 · Mengxi Liu, Sungho Suh, Juan Felipe Vargas, Bo Zhou 외

In the human activity recognition research area, prior studies predominantly concentrate on leveraging advanced algorithms on public datasets to enhance recognition performance, little attention has been paid to executin…

Activity RecognitionEdge-computingHuman Activity Recognition

Quantization and Deployment of Deep Neural Networks on Microcontrollers

2021-05-27 · Pierre-Emmanuel Novac, Ghouthi Boukli Hacene, Alain Pegatoquet, Benoît Miramond 외

Embedding Artificial Intelligence onto low-power devices is a challenging task that has been partly overcome with recent advances in machine learning and hardware design. Presently, deep neural networks can be deployed o…

Activity RecognitionHuman Activity Recognitionobject-detectionObject Detection+3

Resource-Eficient Continual Learning for Sensor-Based Human Activity Recognition

2022-04-30 · ACM Transactions on Embedded Computing Systems 2022 4 · CLAYTON FREDERICK SOUZA LEITE and YU XIAO, Aalto University, Finland

Recent advances in deep learning have granted unrivaled performance to sensor-based human activity recognition (HAR). However, in a real-world scenario, the HAR solution is subject to diverse changes over time such as t…

Activity RecognitionContinual LearningHuman Activity Recognition

Exploring Automatic Gym Workouts Recognition Locally On Wearable Resource-Constrained Devices

2023-01-13 · Sizhen Bian, Xiaying Wang, Tommaso Polonelli, Michele Magno

Automatic gym activity recognition on energy- and resource-constrained wearable devices removes the human-interaction requirement during intense gym sessions - like soft-touch tapping and swiping. This work presents a ti…

Activity RecognitionQuantization

SBGAR: Semantics Based Group Activity Recognition

2017-10-01 · ICCV 2017 10 · Xin Li, Mooi Choo Chuah

Activity recognition has become an important function in many emerging computer vision applications e.g. automatic video surveillance system, human-computer interaction application, and video recommendation system, etc. …

Activity RecognitionGroup Activity Recognition