LGMay 29, 2019

Personalizing human activity recognition models using incremental learning

arXiv:1905.12628v139 citations
Originality Synthesis-oriented
AI Analysis

This work addresses the problem of adapting activity recognition models to individual users for improved accuracy, though it is incremental as it applies an existing incremental learning method to this domain.

The study tackled personalizing human activity recognition models using incremental learning to adapt to individual users, showing that small personal datasets can improve accuracy by up to 4.6 percentage points with LDA as the base classifier.

In this study, the aim is to personalize inertial sensor data-based human activity recognition models using incremental learning. At first, the recognition is based on user-independent model. However, when personal streaming data becomes available, the incremental learning-based recognition model can be updated, and therefore personalized, based on the data without user-interruption. The used incremental learning algorithm is Learn++ which is an ensemble method that can use any classifier as a base classifier. In fact, study compares three different base classifiers: linear discriminant analysis (LDA), quadratic discriminant analysis (QDA) and classification and regression tree (CART). Experiments are based on publicly open data set and they show that already a small personal training data set can improve the classification accuracy. Improvement using LDA as base classifier is 4.6 percentage units, using QDA 2.0 percentage units, and 2.3 percentage units using CART. However, if the user-independent model used in the first phase of the recognition process is not accurate enough, personalization cannot improve recognition accuracy.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes