Generative Resident Separation and Multi-label Classification for Multi-person Activity Recognition
Xi Chen, Julien Cumin, Fano Ramparany, Dominique Vaufreydaz
TL;DR
The paper tackles multi-person activity recognition with ambient sensors by contrasting resident separation (Seq2Res) and multi-label classification (BiGRU+Q2L), plus a two-stage combination. Seq2Res uses a Bahdanau-attention Seq2Seq framework to generate resident-specific event sequences, while BiGRU+Q2L employs a BiGRU encoder with a Query2Label Transformer decoder for joint label prediction. On the CASAS ADLMR dataset, BiGRU+Q2L outperforms state-of-the-art baselines, whereas Seq2Res demonstrates potential but its generation quality limits end-to-end gains. The results indicate that accurate resident separation substantially enhances recognition, motivating future work on improving sequence generation and applying post-processing to refine separated sequences.
Abstract
This paper presents two models to address the problem of multi-person activity recognition using ambient sensors in a home. The first model, Seq2Res, uses a sequence generation approach to separate sensor events from different residents. The second model, BiGRU+Q2L, uses a Query2Label multi-label classifier to predict multiple activities simultaneously. Performances of these models are compared to a state-of-the-art model in different experimental scenarios, using a state-of-the-art dataset of two residents in a home instrumented with ambient sensors. These results lead to a discussion on the advantages and drawbacks of resident separation and multi-label classification for multi-person activity recognition.
