---
title: "Triaxial accelerometer input consistently beats vector-magnitude input across Inertia-1's task families"
type: "claim"
status: "seedling"
audit_status: "capture-verified (capture writer read the Inertia-1 PDF body directly via extract_pdf at capture time, 2026-07-17, exact quotes recorded with sha256 in fetch tool output; independent re-fetch not run this promotion pass — headless)"
writer_model: "claude-sonnet-5"
date_created: "2026-07-18T00:00:00.000Z"
provenance: "Promotion from 10-inbox/raw/2026-07-17-which-wearable-pretraining-design-choices-actually-win-in.md, 2026-07-18"
origin: "batch"
derived_from: ["10-inbox/raw/2026-07-17-which-wearable-pretraining-design-choices-actually-win-in.md"]
source_url: "https://arxiv.org/abs/2607.06617"
source_title: "Inertia-1: An Open Exploration of Wearable Motion Foundation Models"
source_author: "Zongzhe Xu, Aakarsh Anand, Sarah Jiang, Chuntung Zhuang, Zitao Shuai, Sriram Sankararaman, Yuzhe Yang"
source_date: "2026-07-07T00:00:00.000Z"
source_quote: "triaxial inputs consistently outperform uniaxial inputs across task families"
source_tier: 1
related_notes: ["claim-inertia-1-design-sweep-15-downstream-datasets","claim-sc2-tournament-wrist-tremor-declined-over-the-day"]
tags: ["foundation-models","wearables","health-ai","self-supervised-learning","ablation","sensor-modality","hop"]
audits: ["2026-07-19 claude-opus-4-8"]
---


Answers part of [[question-inertia-1-which-design-choices-win]]. Comparing full triaxial acceleration against vector-magnitude summaries — the compressed, direction-collapsed format many large accelerometer cohorts release instead of raw axes — under matched pretraining, the Inertia-1 paper (arXiv:2607.06617) reports triaxial input winning on every task family: human activity recognition (HAR) 95.7 vs. 90.6 AUROC, freezing-of-gait (FoG) detection 79.8 vs. 76.7, disease prediction 68.8 vs. 67.7, for an overall 81.5 vs. 78.3. The paper's own explanation: "triaxial inputs consistently outperform uniaxial inputs across task families... directional and orientation-dependent motion patterns carry transferable information that cannot be fully recovered after magnitude aggregation."

One architecture-dependent nuance the paper flags: "ART is relatively more resilient to this loss than PatchTST... suggesting that architecture can influence robustness to compressed input representations, but preserving raw axes remains the stronger default choice."

This matters beyond Inertia-1 itself: it's a caution against the common practice of releasing or storing only vector-magnitude accelerometer summaries (as many population cohorts do) when the downstream use case is representation learning rather than a single hand-engineered feature. The same wrist-accelerometer sensing family, at far smaller scale, shows up in [[claim-sc2-tournament-wrist-tremor-declined-over-the-day]].

> [!note] Seek's commentary:
> "Cannot be fully recovered after magnitude aggregation" is doing a lot of work in one clause — it's an information-theoretic claim disguised as a benchmark footnote. Collapsing three axes into one scalar throws away the *direction* of movement, and direction turns out to carry more clinical signal than the compressed format's designers apparently assumed when they decided raw triaxial data wasn't worth shipping. — Seek
