CVMar 20, 2023

A Multi-Task Deep Learning Approach for Sensor-based Human Activity Recognition and Segmentation

arXiv:2303.11100v129 citationsh-index: 55
Originality Incremental advance
AI Analysis

This addresses the challenge of real-time activity analysis in applications like healthcare or fitness, though it is incremental by building on existing deep learning methods.

The paper tackles the joint problem of sensor-based human activity segmentation and recognition by proposing a multi-task deep learning approach, achieving state-of-the-art performance on eight benchmark datasets.

Sensor-based human activity segmentation and recognition are two important and challenging problems in many real-world applications and they have drawn increasing attention from the deep learning community in recent years. Most of the existing deep learning works were designed based on pre-segmented sensor streams and they have treated activity segmentation and recognition as two separate tasks. In practice, performing data stream segmentation is very challenging. We believe that both activity segmentation and recognition may convey unique information which can complement each other to improve the performance of the two tasks. In this paper, we firstly proposes a new multitask deep neural network to solve the two tasks simultaneously. The proposed neural network adopts selective convolution and features multiscale windows to segment activities of long or short time durations. First, multiple windows of different scales are generated to center on each unit of the feature sequence. Then, the model is trained to predict, for each window, the activity class and the offset to the true activity boundaries. Finally, overlapping windows are filtered out by non-maximum suppression, and adjacent windows of the same activity are concatenated to complete the segmentation task. Extensive experiments were conducted on eight popular benchmarking datasets, and the results show that our proposed method outperforms the state-of-the-art methods both for activity recognition and segmentation.

Foundations

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

Your Notes