paper-with-me

홈 › Papers

Self-supervised Human Activity Recognition by Learning to Predict Cross-Dimensional Motion

2020-10-21 · Setareh Rahimi Taghanaki, Michael Rainbow, Ali Etemad

We propose the use of self-supervised learning for human activity recognition with smartphone accelerometer data. Our proposed solution consists of two steps. First, the representations of unlabeled input signals are learned by training a deep convolutional neural network to predict a segment of accelerometer values. Our model exploits a novel scheme to leverage past and present motion in x and y dimensions, as well as past values of the z axis to predict values in the z dimension. This cross-dimensional prediction approach results in effective pretext training with which our model learns to extract strong representations. Next, we freeze the convolution blocks and transfer the weights to our downstream network aimed at human activity recognition. For this task, we add a number of fully connected layers to the end of the frozen network and train the added layers with labeled accelerometer signals to learn to classify human activities. We evaluate the performance of our method on three publicly available human activity datasets: UCI HAR, MotionSense, and HAPT. The results show that our approach outperforms the existing methods and sets new state-of-the-art results.

📄 PDF Abstract BibTeX arXiv:2010.13713

Code (0)

등록된 구현이 없습니다.

Tasks

Activity RecognitionHuman Activity RecognitionSelf-Supervised Learning

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

Contrastive Learning with Cross-Modal Knowledge Mining for Multimodal Human Activity Recognition

2022-05-20 · Razvan Brinzea, Bulat Khaertdinov, Stylianos Asteriadis

Human Activity Recognition is a field of research where input data can take many forms. Each of the possible input modalities describes human behaviour in a different way, and each has its own strengths and weaknesses. W…

Activity RecognitionContrastive LearningHuman Activity RecognitionRetrieval+1

Subject Invariant Contrastive Learning for Human Activity Recognition

2025-07-04 · Yavuz Yarici, Kiran Kokilepersaud, Mohit Prabhushankar, Ghassan AlRegib arxiv

The high cost of annotating data makes self-supervised approaches, such as contrastive learning methods, appealing for Human Activity Recognition (HAR). Effective contrastive learning relies on selecting informative posi…

Human Activity RecognitionContrastive Learning

Self-supervised Learning for Human Activity Recognition Using 700,000 Person-days of Wearable Data

2022-06-06 · Hang Yuan, Shing Chan, Andrew P. Creagh, Catherine Tong 외

Advances in deep learning for human activity recognition have been relatively limited due to the lack of large labelled datasets. In this study, we leverage self-supervised learning techniques on the UK-Biobank activity …

Activity RecognitionHuman Activity RecognitionSelf-Supervised Learning

Ensemble Distribution Distillation for Self-Supervised Human Activity Recognition

2025-09-10 · Matthew Nolan, Lina Yao, Robert Davidson arxiv

Human Activity Recognition (HAR) has seen significant advancements with the adoption of deep learning techniques, yet challenges remain in terms of data requirements, reliability and robustness. This paper explores a nov…

Human Activity RecognitionSelf-Supervised LearningData Augmentation

Self-Supervised Human Activity Recognition by Augmenting Generative Adversarial Networks

2020-08-26 · Mohammad Zaki Zadeh, Ashwin Ramesh Babu, Ashish Jaiswal, Fillia Makedon

This article proposes a novel approach for augmenting generative adversarial network (GAN) with a self-supervised task in order to improve its ability for encoding video representations that are useful in downstream task…

Activity RecognitionGenerative Adversarial NetworkHuman Activity RecognitionTranslation