paper-with-me

Papers

Continual Learning in Sensor-based Human Activity Recognition: an Empirical Benchmark Analysis

2021-04-19 · Saurav Jha, Martin Schiemer, Franco Zambonelli, Juan Ye

Sensor-based human activity recognition (HAR), i.e., the ability to discover human daily activity patterns from wearable or embedded sensors, is a key enabler for many real-world applications in smart homes, personal healthcare, and urban planning. However, with an increasing number of applications being deployed, an important question arises: how can a HAR system autonomously learn new activities over a long period of time without being re-engineered from scratch? This problem is known as continual learning and has been particularly popular in the domain of computer vision, where several techniques to attack it have been developed. This paper aims to assess to what extent such continual learning techniques can be applied to the HAR domain. To this end, we propose a general framework to evaluate the performance of such techniques on various types of commonly used HAR datasets. We then present a comprehensive empirical analysis of their computational cost and effectiveness of tackling HAR-specific challenges (i.e., sensor noise and labels' scarcity). The presented results uncover useful insights on their applicability and suggest future research directions for HAR systems. Our code, models and data are available at https://github.com/srvCodes/continual-learning-benchmark.

📄 PDF Abstract BibTeX arXiv:2104.09396

Code (1)

srvCodes/continual-learning-benchmark 공식 구현 pytorch

Tasks

Activity RecognitionContinual LearningHuman Activity Recognition

Methods 이 논문이 사용한 방법론

Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Feedforward Network A Feedforward Network, or a Multilayer Perceptron (MLP), is a neural network with solely densely connected layers. This is the classic neural network architecture of the…

Similar Papers 제목 키워드 기반

Lifelong Adaptive Machine Learning for Sensor-based Human Activity Recognition Using Prototypical Networks

2022-03-11 · Rebecca Adaimi, Edison Thomaz

Continual learning, also known as lifelong learning, is an emerging research topic that has been attracting increasing interest in the field of machine learning. With human activity recognition (HAR) playing a key role i…

Activity Recognitionclass-incremental learningClass Incremental LearningContinual Learning+3

Towards Continual Egocentric Activity Recognition: A Multi-modal Egocentric Activity Dataset for Continual Learning

2023-01-26 · Linfeng Xu, Qingbo Wu, Lili Pan, Fanman Meng 외

With the rapid development of wearable cameras, a massive collection of egocentric video for first-person visual perception becomes available. Using egocentric videos to predict first-person activity faces many challenge…

Activity RecognitionContinual LearningEgocentric Activity RecognitionHuman Activity Recognition

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

CLAD-Net: Continual Activity Recognition in Multi-Sensor Wearable Systems

2025-09-27 · Reza Rahimi Azghan, Gautham Krishna Gudur, Mohit Malu, Edison Thomaz 외 arxiv

The rise of deep learning has greatly advanced human behavior monitoring using wearable sensors, particularly human activity recognition (HAR). While deep models have been widely studied, most assume stationary data dist…

Human Activity RecognitionKnowledge DistillationContinual Learning

Continual Learning in Human Activity Recognition: an Empirical Analysis of Regularization

2020-07-06 · Saurav Jha, Martin Schiemer, Juan Ye

Given the growing trend of continual learning techniques for deep neural networks focusing on the domain of computer vision, there is a need to identify which of these generalizes well to other tasks such as human activi…

Activity RecognitionContinual LearningHuman Activity RecognitionIncremental Learning