SPAIJun 1

Gravity-Aware Hierarchical Routing for Lightweight SensorLLM on Human Activity Recognition

arXiv:2606.0401961.4
Predicted impact top 6% in SP · last 90 daysOriginality Synthesis-oriented
AI Analysis

For researchers deploying compact sensor-language models on wearable devices, this work offers a lightweight fix to a specific performance bottleneck, but the evaluation is limited to a single dataset.

The paper identifies a failure mode in lightweight SensorLLM models for HAR where static activity recognition degrades, and proposes a gravity-aware hierarchical routing head that improves macro-F1 on MHealth dataset with minimal overhead, mainly benefiting static classes.

Recent studies on sensor-language alignment have shown that two-stage frameworks can improve the semantic modeling ability of wearable-sensor human activity recognition (HAR), where SensorLLM-style methods first perform motion-to-language alignment and then fine-tune the model for downstream tasks. However, our experiments reveal a consistent failure mode when the Stage 2 backbone is compressed to a compact model such as TinyLlama: recognition of dynamic activities remains relatively strong, while the discrimination of low-motion static classes such as standing, sitting, and lying degrades substantially. To address this issue, we propose a gravity-aware hierarchical routing head as a lightweight post-alignment adaptation built on top of an already aligned model, rather than a new large-scale pretraining framework. The method uses the per-channel mean and std from the Chronos tokenizer state to extract statistical cues related to posture and gravity direction, and adaptively combines a static expert and a full expert through soft routing, together with a load-balancing loss for stable training. On the MHealth dataset, this design significantly improves macro-F1 with minimal parameter overhead, and the gains are concentrated mainly on static classes while preserving strong performance on dynamic activities. As a first arXiv disclosure, the current paper reports results on a single dataset only, with the goal of highlighting the core method and laying the groundwork for broader evaluation in future work.

Foundations

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

Your Notes