ICML 2026poster0 citations

Bio-Inspired Self-Supervised Learning for Wrist-worn IMU Signals

Prithviraj Tarale, Kiet Chu, Abhishek Varghese, Kai-Chun Liu, Maxwell Xu, Mohit Iyyer, Sunghoon Lee

Abstract

Wearable accelerometers have enabled large-scale health and wellness monitoring, yet learning robust human-activity representations has been constrained by the scarcity of labeled data. While self-supervised learning offers a potential remedy, existing approaches treat sensor streams as unstructured time series, overlooking the underlying biological structure of human movement, a factor we argue is critical for effective Human Activity Recognition (HAR). We introduce a novel tokenization strategy grounded in the *submovement theory* of motor control, which posits that continuous wrist motion is composed of superposed elementary basis functions called submovements. We define our token as the *movement segment*, a unit of motion composed of a finite sequence of submovements that is readily extractable from wrist accelerometer signals. By treating these segments as tokens, we pretrain a Transformer encoder via masked movement-segment reconstruction to model the temporal dependencies of movement segments, shifting the learning focus beyond local waveform morphology. Pretrained on the NHANES corpus ($\approx$ 28k hours; $\approx$ 11k participants; $\approx$ 10M windows), our representations outperform strong wearable SSL baselines across six subject-disjoint HAR benchmarks. Furthermore, they demonstrate stronger data efficiency in data-scarce settings. Code and pretrained weights will be made publicly available.

TransformerRobustnessBenchmark
BibTeX
@inproceedings{
tarale2026bioinspired,
title={Bio-Inspired Self-Supervised Learning for Wrist-worn Accelerometer Data},
author={Prithviraj Tarale and Kiet Chu and Abhishek Varghese and Kai-Chun Liu and Maxwell A Xu and Mohit Iyyer and Sunghoon Lee},
booktitle={Forty-third International Conference on Machine Learning},
year={2026},
url={https://openreview.net/forum?id=o4TAPjQnI6}
}