Dynamic Distillation Boosts Single-IMU Activity Recognition Performance.

Bingxuan Xie· August 27, 2026 View original

Key takeaways

  • Dynamic Influence Weighting (DIW) improves single-IMU activity recognition.
  • It leverages multi-IMU training data to enhance a single-IMU student model.
  • DIW dynamically weights knowledge distillation targets for better learning.
  • Significant performance gains are achieved without changing the deployed sensor or model.

Who benefits

Wearable TechnologyHealthcareSports & FitnessSmart HomeIndustrial IoT

Summary

This paper introduces Dynamic Influence Weighting (DIW), a knowledge distillation method that significantly improves single-IMU activity recognition by dynamically weighting targets from a multi-IMU teacher during training. DIW achieved substantial performance gains over traditional supervised learning and fixed-weight distillation, without altering the deployed single-IMU sensor or model.

This research explores how to enhance activity recognition using a single Inertial Measurement Unit (IMU) at inference time, even when multiple IMUs are available during training. The core challenge is to transfer the rich information from a multi-sensor setup to a more constrained single-sensor deployment without increasing the inference burden. The paper proposes Dynamic Influence Weighting (DIW), a novel knowledge distillation technique. DIW improves upon traditional fixed-weight knowledge distillation, which applies the same strength to all training samples, regardless of their individual benefit to the student model. Instead, DIW dynamically assigns separate sample-wise gates to logit and feature losses, testing candidate updates on internal training participants to determine optimal weighting. This allows the single-IMU student model to selectively learn more effectively from the multi-IMU teacher. Evaluated on the WEAR dataset for 19 activity labels, DIW achieved a macro-F1 score of 0.638451, representing significant gains of 7.66 and 6.68 percentage points over supervised learning and fixed-weight knowledge distillation, respectively. Crucially, these improvements were realized without any changes to the deployed single-IMU sensor or the student model's forward graph, making it a highly practical advancement for resource-constrained applications.

Why it matters

Professionals developing wearable tech or activity monitoring systems can achieve higher accuracy with fewer sensors, reducing hardware costs, power consumption, and form factor constraints, making devices more practical and user-friendly.

How to implement this in your domain

  1. 1Design a multi-IMU data collection phase for training a robust teacher model.
  2. 2Implement the Dynamic Influence Weighting (DIW) mechanism for knowledge distillation.
  3. 3Train a lightweight single-IMU student model using the DIW-enhanced distillation process.
  4. 4Evaluate the performance of the single-IMU model against multi-IMU and traditional single-IMU approaches.
  5. 5Deploy the optimized single-IMU model in resource-constrained environments.

Original post by Bingxuan Xie

"arXiv:2608.24904v1 Announce Type: new Abstract: Inertial sensors at multiple body locations can improve activity recognition, but requiring every sensor at inference increases the deployment burden. We study whether four synchronized IMUs available during training can improve a s…"

View on X

Originally posted by Bingxuan Xie on X · view source

Want to go deeper?

Turn these trends into skills with Learnijoy's hands-on AI & tech courses.

Explore courses

More in AI Engineering & DevTools