On-device fall/crash detection: which tiny model + sensor fusion to tell bike crash, slip, and stairs apart? #58
bytesbrains
started this conversation in
Ideas
Replies: 1 comment
|
This now has grabbable issues — if you want to build rather than (or as well as) debate here:
Foundation issues, independent and pickup-able today (no GPU or ML depth needed — they unlock everything downstream):
Keep the architecture/dataset debate here in this thread; grab an issue when you're ready to build. 👁️ |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
(A 💡 Idea — open discussion, not yet a scoped issue. If this firms up and touches a guardrail, the implementing PR gets an ADR.)
The question
Can a tiny on-device AI model fuse the phone's sensors and decide the fast-acute trigger — telling apart a bike crash, a slip on the road, a fall on the stairs, and a harmless phone-dropped? This is the fast path of the detection brain (#28 / #37; wearable depth in #8).
Short answer from early discussion: yes — and a small specialised model is the right tool (not a language model). It's a Human Activity Recognition / fall-classification problem, and it must run on-device so we keep the guardrail "liveness is one bit — process at the edge, never the content." The model eats the raw stream locally and emits only a verdict across the
LivenessSourceboundary — raw IMU/GPS never leaves the phone.What we'd be building
Constraints that must hold (the guardrails)
app/test/sim/).Where you can help
Bring experiments, papers, datasets, and war stories. "I tried X and it false-fired on speed bumps" is exactly as useful as a clean result.
All reactions