paper-with-me

홈 › Papers

TinyRadarNN: Combining Spatial and Temporal Convolutional Neural Networks for Embedded Gesture Recognition with Short Range Radars

2020-06-25 · Moritz Scherer, Michele Magno, Jonas Erb, Philipp Mayer, Manuel Eggimann, Luca Benini

This work proposes a low-power high-accuracy embedded hand-gesture recognition algorithm targeting battery-operated wearable devices using low power short-range RADAR sensors. A 2D Convolutional Neural Network (CNN) using range frequency Doppler features is combined with a Temporal Convolutional Neural Network (TCN) for time sequence prediction. The final algorithm has a model size of only 46 thousand parameters, yielding a memory footprint of only 92 KB. Two datasets containing 11 challenging hand gestures performed by 26 different people have been recorded containing a total of 20,210 gesture instances. On the 11 hand gesture dataset, accuracies of 86.6% (26 users) and 92.4% (single user) have been achieved, which are comparable to the state-of-the-art, which achieves 87% (10 users) and 94% (single user), while using a TCN-based network that is 7500x smaller than the state-of-the-art. Furthermore, the gesture recognition classifier has been implemented on a Parallel Ultra-Low Power Processor, demonstrating that real-time prediction is feasible with only 21 mW of power consumption for the full TCN sequence prediction network, while a system-level power consumption of less than 100 mW is achieved. We provide open-source access to all the code and data collected and used in this work on tinyradar.ethz.ch.

📄 PDF Abstract BibTeX arXiv:2006.16281

Code (1)

chandragupta0001/Radar/tree/master/TinyRadarNN tf

Tasks

Gesture RecognitionHand Gesture RecognitionHand-Gesture Recognition

Similar Papers 제목 키워드 기반

Attention in Convolutional LSTM for Gesture Recognition

2018-12-01 · NeurIPS 2018 12 · Liang Zhang, Guangming Zhu, Lin Mei, Peiyi Shen 외

Convolutional long short-term memory (LSTM) networks have been widely used for action/gesture recognition, and different attention mechanisms have also been embedded into the LSTM or the convolutional LSTM (ConvLSTM) net…

Gesture Recognition

STPDnet: Spatial-temporal convolutional primal dual network for dynamic PET image reconstruction

2023-03-08 · Rui Hu, Jianan Cui, Chengjin Yu, YunMei Chen 외

Dynamic positron emission tomography (dPET) image reconstruction is extremely challenging due to the limited counts received in individual frame. In this paper, we propose a spatial-temporal convolutional primal dual net…

Image Reconstruction

Optical Flow Estimation using a Spatial Pyramid Network

2016-11-03 · CVPR 2017 7 · Anurag Ranjan, Michael J. Black

We learn to compute optical flow by combining a classical spatial-pyramid formulation with deep learning. This estimates large motions in a coarse-to-fine approach by warping one image of a pair at each pyramid level by …

Dense Pixel Correspondence EstimationOptical Flow Estimation

Enhancing Adaptive History Reserving by Spiking Convolutional Block Attention Module in Recurrent Neural Networks

2024-01-08 · NeurIPS 2023 11 · Qi Xu, Yuyuan Gao, Jiangrong Shen, Yaxin Li 외

Spiking neural networks (SNNs) serve as one type of efficient model to process spatio-temporal patterns in time series, such as the Address-Event Representation data collected from Dynamic Vision Sensor (DVS). Although c…

Time Series

Temporal-Spatial Mapping for Action Recognition

2018-09-11 · Xiaolin Song, Cuiling Lan, Wen-Jun Zeng, Junliang Xing 외

Deep learning models have enjoyed great success for image related computer vision tasks like image classification and object detection. For video related tasks like human action recognition, however, the advancements are…

Action Recognitionimage-classificationImage Classificationobject-detection+2