LGAISPJun 27, 2025

Smooth-Distill: A Self-distillation Framework for Multitask Learning with Wearable Sensor Data

arXiv:2507.00061v1h-index: 11Has Code
Originality Incremental advance
AI Analysis

This provides a more efficient multitask learning solution for wearable sensor applications, though it appears incremental as it adapts existing distillation concepts to a specific domain.

The paper tackles simultaneous human activity recognition and sensor placement detection from wearable accelerometer data by introducing Smooth-Distill, a self-distillation framework that uses a smoothed historical version of the model as the teacher. It outperforms alternatives across evaluation scenarios, showing improved stability and reduced overfitting while reducing computational overhead.

This paper introduces Smooth-Distill, a novel self-distillation framework designed to simultaneously perform human activity recognition (HAR) and sensor placement detection using wearable sensor data. The proposed approach utilizes a unified CNN-based architecture, MTL-net, which processes accelerometer data and branches into two outputs for each respective task. Unlike conventional distillation methods that require separate teacher and student models, the proposed framework utilizes a smoothed, historical version of the model itself as the teacher, significantly reducing training computational overhead while maintaining performance benefits. To support this research, we developed a comprehensive accelerometer-based dataset capturing 12 distinct sleep postures across three different wearing positions, complementing two existing public datasets (MHealth and WISDM). Experimental results show that Smooth-Distill consistently outperforms alternative approaches across different evaluation scenarios, achieving notable improvements in both human activity recognition and device placement detection tasks. This method demonstrates enhanced stability in convergence patterns during training and exhibits reduced overfitting compared to traditional multitask learning baselines. This framework contributes to the practical implementation of knowledge distillation in human activity recognition systems, offering an effective solution for multitask learning with accelerometer data that balances accuracy and training efficiency. More broadly, it reduces the computational cost of model training, which is critical for scenarios requiring frequent model updates or training on resource-constrained platforms. The code and model are available at https://github.com/Kuan2vn/smooth\_distill.

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