SensorLM: Learning the Language of Wearable Sensors

18 smusamashah 5 7/30/2025, 11:47:36 AM research.google ↗

Comments (5)

mynti · 22h ago
this seems very interesting: they got a big sensor dataset and generated some text from that. I guess this involves things like maximum values, mean values, maybe simple trends and things like was the person walking or biking etc. It would be interesting to see if the model identifies things that were not so easily provided in the training data. Otherwise this is just teaching the model to sort of calculate the mean from sensor data instead of using tools to do this
jayshah5696 · 20h ago
Surely agree with it. I am more interested on how this can be replicated with other domains. Any ideas for how to put sensor data in context
dollo_7 · 20h ago
Very interesting. We will see soon a rise of training assistants reading through our wearable sensors.

Sadly, it seems these foundation models are still not open to the public. I can't find any links within the research page or the paper to tinker a little bit...

TYPE_FASTER · 18h ago
I have not read the paper yet, but here is something related from Apple: https://machinelearning.apple.com/research/beyond-sensor
oolonthegreat · 19h ago
im confused, surely there already exists clasification models, which, given multidimensional sensor data, output the most likely "activity" type? why would text modality be a better choice?