Meta-learning meets the Internet of Things: Graph prototypical models for sensor-based human activity recognition
20
TL;DR: Wang et al. as discussed by the authors proposed a meta-learning-based graph prototypical model with priority attention mechanism for sensor-based human activity recognition, which learns not only sample features and sample distribution characteristics, but also the embeddings derived from priority attention.
read more
About: This article is published in Information Fusion. The article was published on 01 Apr 2022. and is currently open access. The article focuses on the topics: Computer science & Wearable computer.
read more
Chat with Paper
AI Agents for this Paper
Find similar papers on Google Scholar, PubMed and Arxiv
Write a critical review of this paper
Analyze citations of this paper to find unaddressed research gaps
Citations
Smartwatch activity recognition feature comparison using ML.net
19 May 2022
TL;DR: In this article , the authors compare the precision of the activity recognition process using accelerometer or gyroscope extracted features data, using the ML.net machine learning framework to analyze 18 different activities.
1
Solving In-door Human Activity Recognition via RFID based on Unsupervised Domain Adaptation
29 Jul 2022
TL;DR: In this paper , the authors combine the idea of unsupervised domain adaptation, and uses technologies such as KNN, SVM and FCN to establish a human activity recognition model, thereby improving the accuracy of activity recognition.
1
A review on devices and learning techniques in domestic intelligent environment
Jiancong Ye,Mengxuan Wang,Junpei Zhong,Hongjie Jiang +3 more
A Scalable Meta Learning-Based Model to Secure IoT Networks
01 Jun 2023
TL;DR: In this paper , a scalable model combining edge models where each can only detect a certain number of attacks and a meta-data-based learning model to detect all kinds of attacks available on all IoT edges is proposed.
AiCarePWP: Deep learning-based novel research for Freezing of Gait forecasting in Parkinson
Hemant Ghayvat,Muhammad Awais,Rebakah Geddam,Muhammad Ahmed Khan,Lewis Nkenyereye,Giancarlo Fortino,Kapal Dev +6 more
TL;DR: The AiCarePWP is a novel wearable device designed to detect and prevent freezing of gait episodes in Parkinson's Disease patients. It utilizes sensors and electrical stimulation to identify and pre-empt freezing episodes.
References
Long short-term memory
TL;DR: A novel, efficient, gradient based method called long short-term memory (LSTM) is introduced, which can learn to bridge minimal time lags in excess of 1000 discrete-time steps by enforcing constant error flow through constant error carousels within special units.
99K
•Posted Content
Adam: A Method for Stochastic Optimization
Diederik P. Kingma,Jimmy Ba +1 more
TL;DR: In this article, the adaptive estimates of lower-order moments are used for first-order gradient-based optimization of stochastic objective functions, based on adaptive estimate of lowerorder moments.
82.5K
•Posted Content
Semi-Supervised Classification with Graph Convolutional Networks
Thomas Kipf,Max Welling +1 more
TL;DR: A scalable approach for semi-supervised learning on graph-structured data that is based on an efficient variant of convolutional neural networks which operate directly on graphs which outperforms related methods by a significant margin.
22.7K
•Posted Content
Distilling the Knowledge in a Neural Network
TL;DR: This work shows that it can significantly improve the acoustic model of a heavily used commercial system by distilling the knowledge in an ensemble of models into a single model and introduces a new type of ensemble composed of one or more full models and many specialist models which learn to distinguish fine-grained classes that the full models confuse.
21.2K
Graph Attention Networks
Petar Veličković,Guillem Cucurull,Arantxa Casanova,Adriana Romero,Pietro Liò,Yoshua Bengio +5 more
- 15 Feb 2018
TL;DR: Graph Attention Networks (GATs) as mentioned in this paper leverage masked self-attentional layers to address the shortcomings of prior methods based on graph convolutions or their approximations.