paper-with-me

Papers

Classifying Human Activities using Machine Learning and Deep Learning Techniques

2022-05-19 · Sanku Satya Uday, Satti Thanuja Pavani, T. Jaya Lakshmi, Rohit Chivukula

Human Activity Recognition (HAR) describes the machines ability to recognize human actions. Nowadays, most people on earth are health conscious, so people are more interested in tracking their daily activities using Smartphones or Smart Watches, which can help them manage their daily routines in a healthy way. With this objective, Kaggle has conducted a competition to classify 6 different human activities distinctly based on the inertial signals obtained from 30 volunteers smartphones. The main challenge in HAR is to overcome the difficulties of separating human activities based on the given data such that no two activities overlap. In this experimentation, first, Data visualization is done on expert generated features with the help of t distributed Stochastic Neighborhood Embedding followed by applying various Machine Learning techniques like Logistic Regression, Linear SVC, Kernel SVM, Decision trees to better classify the 6 distinct human activities. Moreover, Deep Learning techniques like Long Short-Term Memory (LSTM), Bi-Directional LSTM, Recurrent Neural Network (RNN), and Gated Recurrent Unit (GRU) are trained using raw time series data. Finally, metrics like Accuracy, Confusion matrix, precision and recall are used to evaluate the performance of the Machine Learning and Deep Learning models. Experiment results proved that the Linear Support Vector Classifier in machine learning and Gated Recurrent Unit in Deep Learning provided better accuracy for human activity recognition compared to other classifiers.

📄 PDF Abstract BibTeX arXiv:2205.10325

Code (0)

등록된 구현이 없습니다.

Tasks

Activity RecognitionBIG-bench Machine LearningData VisualizationDeep LearningHuman Activity RecognitionTime SeriesTime Series Analysis

Methods 이 논문이 사용한 방법론

Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…
Logistic Regression Logistic Regression, despite its name, is a linear model for classification rather than regression. Logistic regression is also known in the literature as logit regression,…
SVM A Support Vector Machine, or SVM, is a non-parametric supervised learning model. For non-linear classification and regression, they utilise the kernel trick to map inputs…

Similar Papers 제목 키워드 기반

Classifying States of Cooking Objects Using Convolutional Neural Network

2021-04-30 · Qi Zheng

Automated cooking machine is a goal for the future. The main aim is to make the cooking process easier, safer, and create human welfare. To allow robots to accurately perform the cooking activities, it is important for t…

Human Activity Recognition with Convolutional Neural Netowrks

2019-06-05 · Antonio Bevilacqua, Kyle MacDonald, Aamina Rangarej, Venessa Widjaya 외

The problem of automatic identification of physical activities performed by human subjects is referred to as Human Activity Recognition (HAR). There exist several techniques to measure motion characteristics during these…

Activity RecognitionHuman Activity Recognition

Augmenting Vision-Based Human Pose Estimation with Rotation Matrix

2023-10-09 · Milad Vazan, Fatemeh Sadat Masoumi, Ruizhi Ou, Reza Rawassizadeh

Fitness applications are commonly used to monitor activities within the gym, but they often fail to automatically track indoor activities inside the gym. This study proposes a model that utilizes pose estimation combined…

Activity RecognitionData AugmentationImage AugmentationPose Estimation

Dynamic Black-box Backdoor Attacks on IoT Sensory Data

2025-11-18 · Ajesh Koyatan Chathoth, Stephen Lee arxiv

Sensor data-based recognition systems are widely used in various applications, such as gait-based authentication and human activity recognition (HAR). Modern wearable and smart devices feature various built-in Inertial M…

Human Activity RecognitionAdversarial Defense

Human activity recognition from mobile inertial sensors using recurrence plots

2017-12-05 · Otávio A. B. Penatti, Milton F. S. Santos

Inertial sensors are present in most mobile devices nowadays and such devices are used by people during most of their daily activities. In this paper, we present an approach for human activity recognition based on inerti…

Activity RecognitionGeneral ClassificationHuman Activity RecognitionTexture Classification