Inertia-1: An Open Exploration to a Unified Motion Foundation Model

Hacker News Top Papers

Summary

Inertia-1 is a research project that systematically explores the full lifecycle of motion models—data, sensing, objectives, and scale—to produce a unified representation that transfers across body placements, devices, and tasks without retraining, leveraging self-supervised pretraining on 18 million hours of accelerometry data.

No content available
Original Article
View Cached Full Text

Cached at: 07/20/26, 03:31 PM

# Inertia-1 — A Universal Motion Model Source: [https://yang-ai-lab.github.io/Inertia-1/](https://yang-ai-lab.github.io/Inertia-1/) The big idea ## Towards one general motion model Motion is universal — but the models built for it weren't\. Inertia\-1 brings the whole landscape under one roof\. 01A fragmented fieldDatasets disagree on the basics — sampling rate, window length, sensor modality, body placement, even signal format — and every task gets its own bespoke model\. Findings rarely carry from one setup to the next\. 02One unified explorationInertia\-1 studies the full lifecycle of motion models — data, sensing, objectives, and scale — inside a single, controlled space instead of isolated one\-offs\. 03A general representationThe payoff: one representation that adapts across placements, devices, and tasks — the same backbone, working far beyond the setting it was trained on\. HeadChestBackArmWristHandHipThighKneeShinAnkleAccelerometerGyroscopeMagnetometerTriaxialENMO0\.2 Hz1 Hz5 Hz20 Hz10 s window30 s window60 s window2 hr windowFrequency domainTime domainActivity recognitionGait detectionLongitudinal healthHeadChestBackArmWristHandHipThighKneeShinAnkleAccelerometerGyroscopeMagnetometerTriaxialENMO0\.2 Hz1 Hz5 Hz20 Hz10 s window30 s window60 s window2 hr windowFrequency domainTime domainActivity recognitionGait detectionLongitudinal health What we found Beyond benchmarks, Inertia\-1 surfaces the choices that decide whether a motion model actually works in the real world\. ## Learn it on the wrist\. Use it anywhere on the body\. ![A wrist sensor pretrained on accelerometry transfers across the body — head, chest, hip, thigh, knee, shin, and ankle — each showing its own motion signal.](https://yang-ai-lab.github.io/Inertia-1/static/images/wrist-transfer.svg) Pretrain once on the wrist, then point the model anywhere\. It holds up on body placements — and even sensor types like gyroscope and magnetometer — that it never saw during training\. No retraining for each new spot on the body\. ![Wrist-accelerometer pretraining transfers across sensors and placements.](https://yang-ai-lab.github.io/Inertia-1/static/images/multistream-transp.svg) Wrist accelerometerOther sensors · gyro, magOther placements **Fused representation***higher accuracy · cleaner motion clusters* ## Add more streams\. Get more signal\. ![Multi-stream fusion improves representation geometry.](https://yang-ai-lab.github.io/Inertia-1/static/images/embedding-transp.svg) Stack on more streams — extra placements, gyroscope, magnetometer — and the learned representation gets both more accurate and cleaner, with activities separating into tighter clusters\. The streams are complementary: each one catches something the others miss\. Also worth knowing ## Sensing design is a first\-order choice How you capture motion shapes what a model can do with it\. A few practical rules of thumb from the study\. - Pretrained models stay strong even at a low 1 Hz for activity recognition; finer\-grained health signals benefit from higher sampling rates\. - 30–60 second windows hit the sweet spot across most tasks — long enough to capture context, short enough to stay sharp\. - Full triaxial input consistently beats collapsed vector\-magnitude summaries — the extra axes carry signal worth keeping\. - Time\-domain modeling preserves gait and health cues better than frequency\-domain reconstruction\. How it works ## One pipeline, from raw signal to real\-world insight The general representation comes together in three clean steps\. 01 Pretrain at scale Learn from planetary\-scale accelerometry — over 18 million hours across global cohorts — with self\-supervision, no labels required\. 02 Transfer across settings Adapt the same representation to new placements, devices, and sampling rates with light tuning — or none at all\. 03 Deploy across tasks Power activity, mobility, and health applications from one backbone — from fitness tracking to clinical screening\. Capabilities ## From movement to meaning The same representation spans the full spectrum of motion understanding\. ## One general model for human motion Inertia\-1 is a first step toward a unified motion foundation model — and an open invitation to collaborators with motion data, new tasks, or a shared interest in where the field is headed\.

Similar Articles

Inertia-1: An Open Exploration of Wearable Motion Foundation Models

arXiv cs.LG

Inertia-1 is a fully open exploration of wearable motion foundation models using over 18.2 million hours of accelerometer data, systematically studying data, model, and training choices across 15 datasets for tasks like activity recognition and disease prediction.

Embodied-R1.5: Evolving Physical Intelligence via Embodied Foundation Models

Hugging Face Daily Papers

Embodied-R1.5 is a unified embodied foundation model that achieves state-of-the-art performance on 16 out of 24 embodied vision-language benchmarks using multi-task balanced reinforcement learning. It introduces a Planner-Grounder-Corrector closed-loop framework for long-horizon tasks and is open-sourced to facilitate future research.

Motion4Motion: Motion Transfer Across Subjects at Inference

Hugging Face Daily Papers

Motion4Motion is a training-free motion transfer framework that models motion flow from a video instead of relying on skeleton structures, enabling motion transfer across diverse species (e.g., humans to animals) at inference time.

Minimalist Visual Inertial Odometry

Hugging Face Daily Papers

A minimalist visual-inertial odometry approach uses four photodiodes with optical Gabor masks and a temporal convolutional network to achieve accurate planar motion estimation for differential-drive robots, validated across diverse indoor and outdoor terrains without real-world fine-tuning.

AnyMo: Geometry-Aware Setup-Agnostic Modeling of Human Motion in the Wild

Hugging Face Daily Papers

AnyMo is a geometry-aware framework for setup-agnostic human motion modeling using physics-grounded IMU simulation and graph encoding, achieving significant improvements in zero-shot activity recognition, cross-modal retrieval, and motion captioning across multiple datasets.