SensorLM: Learning the Language of Wearable Sensors

research.google

18 points by smusamashah a day ago


mynti - a day 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

dollo_7 - 20 hours 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 - 18 hours ago

I have not read the paper yet, but here is something related from Apple: https://machinelearning.apple.com/research/beyond-sensor

oolonthegreat - 20 hours 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?