CVFeb 1, 2024

IMUGPT 2.0: Language-Based Cross Modality Transfer for Sensor-Based Human Activity Recognition

arXiv:2402.01049v155 citationsh-index: 5Proceedings of the ACM on Interactive Mobile Wearable and Ubiquitous Technologies
AI Analysis

This work addresses data scarcity in human activity recognition for sensor-based systems, offering incremental improvements to an existing proof-of-concept method.

The paper tackles the problem of data scarcity in human activity recognition by evaluating language-based cross modality transfer and introducing two extensions to IMUGPT: a motion filter to ensure relevance of generated virtual IMU data and diversity metrics to determine when to stop generation. They demonstrate that these metrics reduce the effort for generating virtual IMU data by at least 50%, making the approach practical for real-world applications.

One of the primary challenges in the field of human activity recognition (HAR) is the lack of large labeled datasets. This hinders the development of robust and generalizable models. Recently, cross modality transfer approaches have been explored that can alleviate the problem of data scarcity. These approaches convert existing datasets from a source modality, such as video, to a target modality (IMU). With the emergence of generative AI models such as large language models (LLMs) and text-driven motion synthesis models, language has become a promising source data modality as well as shown in proof of concepts such as IMUGPT. In this work, we conduct a large-scale evaluation of language-based cross modality transfer to determine their effectiveness for HAR. Based on this study, we introduce two new extensions for IMUGPT that enhance its use for practical HAR application scenarios: a motion filter capable of filtering out irrelevant motion sequences to ensure the relevance of the generated virtual IMU data, and a set of metrics that measure the diversity of the generated data facilitating the determination of when to stop generating virtual IMU data for both effective and efficient processing. We demonstrate that our diversity metrics can reduce the effort needed for the generation of virtual IMU data by at least 50%, which open up IMUGPT for practical use cases beyond a mere proof of concept.

Code Implementations1 repo
Foundations

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

Your Notes