public sample episode / multimodal task lab

Ropedia Xperience-10M Research Task Lab.

This project uses the public Xperience-10M sample from Ropedia to explore embodied-AI task design, multimodal feature construction, lightweight baselines, future Omni-model fine-tuning, and the long-term path toward an Xperience-native embodied foundation model. It starts from the sample episode available now, then keeps the same data contracts ready for held-out multi-episode training when more Xperience-10M data is prepared.

5,821frames in sample episode
1,16120-frame windows
8,546feature dimensions
12+12+4core, neural, and extension probes
current feature allocation aligned window
mocap
2,121
camera+imu
126
depth
980
video
4,116
audio
168
language
896
static
139

Project overview and contributions.

The page is organized like a compact research project: motivation and scope, dataset sample, task suite, method, baselines, research directions, interactive walkthroughs, and resources for continuing the work. The public sample is used as a real but bounded research system, not as a final full-dataset benchmark.

Project brief

From one public episode to an extensible embodied-AI task lab.

Xperience-10M is much larger than the public sample. This project focuses on the sample available now, turns it into clear task contracts and baseline artifacts, and keeps the same data contract ready for held-out multi-episode training when more episodes are prepared.

What this is

A research-development lab for understanding synchronized egocentric multimodal data, defining embodied-AI tasks, and testing small baselines before omni-model fine-tuning.

What is implemented
  • 1,161 aligned windows from one public sample episode
  • 12 task contracts with minimal and neural heads
  • Four research-direction maps and extension probes
What comes next

The next model-quality stage is a held-out episode pilot over selected multi-episode data, with no train/test episode leakage and a completed omni-model evaluation report.

Data understanding

Maps one public episode into synchronized windows across video, audio, depth, pose/SLAM, mocap, IMU, calibration, and language-derived signals.

Task design

Defines embodied-AI inputs, process modules, outputs, metrics, and case-study walkthroughs instead of treating the sample as a generic classification file.

Evaluation discipline

Keeps chronological splits, predictions, confusion matrices, leakage notes, and single-episode limitations explicit before claiming broader model quality.

Scale-up readiness

Connects the same data contract to 32/128-episode held-out pilots, Qwen3-Omni LoRA, Cosmos-style world modeling, policy-model branches, and the later Xperience-native pretraining goal.

featured

Interactive research roadmap

Use this as the front door for the project: it links the 12 tasks, four research tracks, current sample evidence, and the multi-episode Qwen3-Omni scale-up path.

tracks 4 task contracts 12 roadmap phases 5
verified

Multimodal episode pipeline

One Xperience-10M public sample episode is converted into aligned windows and a documented feature contract.

frames 5,821 windows 1,161 features 8,546
verified

Task suite and baseline heads

Every core task has a minimal baseline and a compact PyTorch MLP head over the same windows, splits, and labels.

core tasks 12 neural heads 12 extension probes 4
verified

Dataset source alignment

The public description is aligned to the official gated Xperience-10M dataset card, including modalities, scale, access, and current project coverage.

full dataset gated sample scope 1 episode raw data mirrored no
verified

Public research artifacts

Metrics, figures, walkthroughs, baseline weights, and the Qwen3-Omni pilot status are packaged across GitHub, GitHub Pages, and Hugging Face.

tasks 12 baselines minimal + neural reader path tabs
verified diagnostic

Qwen3-Omni held-out pilot

The first selected-episode LoRA pilot is packaged with real held-out predictions and metrics. It proves the pipeline, while the weak scores make it a baseline for error analysis.

split 96 / 16 / 16 test windows 448 JSON validity 100.00%
not redistributed

Data governance

Raw MP4/HDF5/RRD files, private gated Xperience-10M data, and full Qwen weights are excluded from the public repo and HF mirrors.

raw Xperience-10M excluded full Qwen weights excluded derived artifacts included

Research roadmap.

The project path moves from the current public-sample task lab to a final verified Qwen3-Omni diagnostic result, same-split 128-episode baseline alignment, action/subtask error analysis, robustness runs, world/policy branches, and the future Xperience Embodied Foundation Model pretraining goal.

implemented

Public-Sample Task Lab

One public episode is converted into aligned windows, task contracts, minimal baselines, neural heads, walkthroughs, and figures.

Entry

Public Xperience-10M sample episode available.

Evidence

Status, protocol, takeaways, summary metrics, and episode-task outputs.

implemented

Multi-Episode Data Preparation

Prepare official gated episodes while preserving episode-level separation and recording missing-view coverage. The first selected split is available for Qwen3-Omni diagnostics.

Entry

Gated data access and enough storage for selected episodes.

Evidence

Selected-episode plan, data boundary, preparation notes, and verified package summary.

verified baseline

Qwen3-Omni LoRA Final Diagnostic Result

Train lightweight adapters on selected prepared episodes and evaluate on held-out episodes with committed predictions, metrics, and run reports.

Entry

Selected episodes prepared with no train/test episode leakage.

Evidence

Verified result summary, dataset manifest, training metadata, progress logs, metrics, and predictions.

verified companion result

128-Episode Same-Split Simple/NN Baselines

Align simple metadata/text baselines and neural MLP baselines to the same selected 96/16/16 split and the same 12 task ids used by the Qwen3-Omni pilot.

Entry

Derived Qwen JSONL export for the selected 96/16/16 split.

Evidence

Baseline alignment report, summary metrics, task metrics, and the 128-task baseline runner.

active next step

Action/Subtask Error-Analysis Pass

Keep the 96/16/16 split, tighten JSON decoding or target formatting, and analyze action/subtask failures before larger model-quality claims.

Entry

The final diagnostic package is verified, meets strict JSON validity, and exposes weak action/subtask quality.

Evidence

Updated quality-target report, error-analysis tables, held-out metrics, and public-safe package.

next

Foundation-Model Selection Matrix

Keep Qwen3-Omni as the first trainable held-out pilot, add Cosmos 3 for world modeling, and stage policy candidates after action targets are explicit.

Entry

Completed 128-episode preparation or a smaller 3-8 episode preprocessing dry run.

Evidence

Foundation model plan, source links, model-specific entry conditions, and evaluation additions.

planned

64-128 Episode Robustness Run

Test whether pilot conclusions survive broader sessions, missing modalities, and stronger ablations.

Entry

Selected multi-episode pilot trains and evaluates cleanly.

Evidence

Metrics by session, task, modality, ablation, and failure type.

planned

Cosmos 3 and Policy-Model Extensions

Extend toward future-window prediction, action-conditioned world modeling, synthetic-data tests, policy-style next action, and affordance reasoning.

Entry

Enough multi-episode data, compute budget, and model-specific action or world-state targets.

Evidence

Task-specific held-out evaluations, qualitative inspection, and updated model cards.

future

Xperience Embodied Foundation Model Pretraining

Pretrain an Xperience-native domain model over synchronized video, audio, depth, pose, mocap, IMU, and language after smaller scaling stages prove value.

Entry

Full-corpus access, PB-scale storage path, multi-node compute, and positive scaling evidence.

Evidence

Pretraining manifests, scaling curves, held-out evaluations, checkpoint inventory, model card, and data-boundary report.

Additional development directions.

Beyond the current task heads, Qwen3-Omni fine-tuning path, Cosmos/world-model branch, and future native pretraining goal, Xperience-10M can support several concrete research-development tracks.

Episode taxonomy and data engine

Build an episode atlas, category tags, balance report, and split builder across activities, objects, scenes, sessions, people, and missing modalities.

direction data

Standardized benchmark protocol

Version train/val/test manifests, task cards, leakage checks, metric scripts, and reference baselines so future model scores are comparable.

direction note

Multimodal representation learning

Train contrastive and masked-prediction encoders over synchronized video, audio, depth, pose, mocap, IMU, and language windows.

JSON plan

Skill and procedure graphs

Mine action steps, transitions, preconditions, effects, and temporal graphs that connect egocentric perception to planning.

current task map

Human-object affordances

Add contact, reachable-object, tool-use, and next-affordance tasks using hands, mocap, objects, contacts, video, and language.

task walkthroughs

3D/4D scene and object memory

Fuse depth, pose/SLAM, multiview video, and object cues into persistent scene/object maps for spatial reasoning and object permanence.

model branches

Quality and sync diagnostics

Track timestamp drift, missing streams, calibration consistency, corrupted files, and degraded-mode manifests before large training runs.

evidence contract

Policy and simulation transfer

Convert mocap, hand trajectories, contacts, and object states into action tokens, robot-compatible targets, and imitation-learning examples.

foundation plan

Evaluation protocol is explicit.

The protocol is generated from committed metric artifacts so readers can see the exact data unit, split, task targets, leakage controls, and current limitations before comparing scores.

Data unit

One 20-frame aligned window from the public sample episode, stride 5 frames, 1,161 windows total, represented by 8,546 synchronized multimodal dimensions.

evaluation protocol

Split policy

Single-episode chronological 70/30 train/test split. This avoids random future-window mixing; cross-episode generalization is measured in the later multi-episode pilot.

protocol document

Metric contract

All 12 tasks list input, target, primary metric, minimal baseline score, and neural MLP score from committed result files.

summary metrics

Leakage controls

Scalers fit on train windows only; future labels, target-side signals, caption/object labels, and contact labels stay on the target side unless explicitly queried.

builder script

Audio ablation

Audio and no-audio variants are evaluated across all 12 task contracts under the same chronological split.

audio summary

Foundation branch selection

Qwen3-Omni is the first trainable baseline, Cosmos 3 becomes the world-model branch, policy models wait for explicit action targets, and Xperience-native pretraining remains a later full-corpus goal.

backbone plan

Next evaluation stage

This public-sample run covers single-episode task development. The selected multi-episode Qwen3-Omni final diagnostic result is verified and meets the JSON-validity target; Cosmos3-Nano has a verified future-window compatibility package; and Cosmos3-Super has a verified base-weight Reasoner JSON-task evaluation. The next stage is action/subtask error analysis, true Cosmos fine-tuning, and policy-target conversion.

result comparison

Scale-up requirement

Future Omni, Cosmos, and policy branches use the same episode split discipline, training metadata, held-out predictions, metrics, run report, and public-safe package gate.

scale-up status

Current experiments and next milestones.

The project shows the completed public-sample task suite and the first verified multi-episode Qwen3-Omni diagnostic pilot, then lays out the next quality-improvement and model-extension steps.

verified

Aligned Xperience-10M sample windows

5,821 frames become 1,161 synchronized 20-frame windows with an 8,546-dimensional representation.

verified

12 minimal heads + 12 neural MLP heads

Every task has a minimal interpretable head and a matching neural MLP run over the same windows, splits, and task contract.

verified

Audio contribution is measured task by task

Audio variants improve the primary metric on 6 of 12 task contracts in this single-episode setting.

verified

Four research directions are mapped by evidence type

The Ropedia directions are labeled as direct, proxy, or diagnostic coverage, plus one coded extension probe per direction.

current plan

Foundation backbones are separated by role

Qwen3-Omni stays first for held-out LoRA; Cosmos 3 is the world-model branch; OpenVLA/openpi/GR00T are policy candidates after action-space conversion; Xperience-native pretraining is the later full-corpus goal.

verified diagnostic

Qwen3-Omni and Cosmos3 branches

The selected 96/16/16 episode split produced verified Qwen3-Omni packages with 448 held-out test predictions. Cosmos3-Nano has 378 held-out future-window predictions, and Cosmos3-Super Reasoner has 448 held-out base-weight JSON-task predictions.

verified

Multi-episode pilot status is explicit

The Qwen3-Omni notes separate earlier diagnostic packages, the final 128-episode LoRA result, and the next action/subtask error-analysis pass.

verified

Public pages are connected

The website, GitHub repo, Hugging Face Space, artifact dataset, baseline model repo, and collection point to the same research project.

verified

Figures are indexed

The visual set includes the logo, modality atlas, 12-task suite figure, model-architecture figure, and Qwen3-Omni LoRA training-flow figure.

verified

Brand assets are packaged consistently

The project logo is used consistently in the website header, favicon, README/HF cards, and social preview.

verified

Raw dataset files are not redistributed

The public project shares derived task artifacts, figures, reports, and lightweight baseline files. Raw Xperience-10M videos, HDF5 annotations, RRD visualizations, gated data, and full Qwen weights stay outside the repo.

verified

The dashboard is designed as the visual entry point

Tabs organize the sample data, 12 tasks, model method, results, research directions, and next-stage resources.

verified

Reproduction path is documented

The reproduction guide lists the public sample setup, task-suite rebuild, neural heads, figure generation, and expected outputs.

verified

Official dataset source is linked

The project keeps the official Xperience-10M dataset, public sample, dataset website, and HOMIE toolkit visible so readers can trace the data source.

Research reading path.

A newcomer should be able to move from the dataset sample to the task design, model baselines, current limitations, and scale-up plan without reading every file first.

02

Inspect one model input

Use the window table and feature manifest to see the aligned sample unit, modality sources, and leakage controls.

03

Compare minimal vs neural heads

Every task has a small interpretable baseline and a matching neural MLP head over the same feature contract and chronological split.

04

Check the scale-up gate

The multi-episode Qwen3-Omni path now has a final verified diagnostic package and public LoRA adapter. The native-pretraining plan shows how this can grow into a full-corpus research direction after action/subtask improvements and stronger task metrics.

Verified nowOne public episode, 5,821 frames, 1,161 aligned windows, 8,546 dimensions, 12 minimal heads, 12 neural heads, and 4 direction-extension probes.
Next: error analysisThe selected 128-episode Qwen3-Omni LoRA result has a final verified diagnostic package; JSON validity meets target, and the next pass should improve action/subtask quality.
Not redistributedRaw videos, raw annotations, full Qwen weights, and private gated Xperience-10M data are not included in the public repo or HF bundles.

Aligned with the official dataset card.

The official Xperience-10M card describes a gated, large-scale 4D egocentric multimodal dataset. This project records that full upstream scope while focusing the implemented artifacts on one public sample episode.

Official dataset

Xperience-10M is a gated large-scale egocentric multimodal dataset for embodied AI, robotics, spatial intelligence, and world modeling.

official HF dataset

Public sample

The current task suite is built from one public sample episode, not from the entire gated dataset.

sample dataset

Modalities

The sample exposes synchronized video, audio, depth, pose/SLAM, motion capture, inertial signals, calibration, and language annotations.

modality atlas

Multi-episode pilot

The selected 128-episode Qwen3-Omni LoRA strict-label v3 diagnostic result is verified with 448 held-out test predictions and 100.00% JSON validity. Action/subtask metrics are still weak, so this remains a baseline for error analysis.

LoRA adapter

Data boundary

Raw MP4, HDF5, RRD files, private gated data, and full Qwen weights are not redistributed in this project.

data notice

Current project subset

One public sample episode, 5,821 frames, 1,161 aligned windows, 8,546-dimensional task inputs, and no raw-data redistribution.

modality atlas

Covered now

Action/subtask labels, next-action prediction, temporal diagnostics, hand trajectory, contact, object relevance, caption grounding, retrieval, reconstruction, and misalignment.

summary metrics

Responsible use

This project is for research exploration and excludes identity recognition, surveillance, biometric profiling, sensitive-attribute inference, and safety-critical deployment.

use notes

Later milestones

Full audio-visual learning, caption generation, depth-pixel prediction, SLAM estimation, neural rendering, policy learning, cross-episode generalization, held-out Qwen3-Omni evaluation, and future Xperience-native pretraining.

native pretraining

Ropedia Xperience-10M 12-task suite.

The task map connects synchronized multimodal windows to 12 research task heads, then the modality atlas shows the sample streams used to build those contracts.

Infographic showing all 12 Ropedia Xperience-10M tasks with enlarged full-width modality cards

Readable modality atlas.

Each Xperience-10M stream gets a large thumbnail, a plain sample-content line, and the exact current-baseline use. These are small derived images only; no raw MP4, HDF5, or RRD data is redistributed.

modality atlas
01

Video

visual stream
Public sample fisheye and stereo camera thumbnails
sample contains

6 synchronized camera MP4 streams

current baseline use

RGB/fisheye/stereo frame statistics

02

Audio

acoustic stream
AAC waveform thumbnail from the public sample MP4 stream
sample contains

Audio stream embedded in MP4

current baseline use

Acoustic signal

03

Depth

geometry map
Public sample depth and confidence thumbnails
sample contains

Depth map + confidence channel

current baseline use

Spatial geometry signal

04

Pose / SLAM

camera pose
Public sample camera trajectory and sparse SLAM map thumbnail
sample contains

Trajectory + sparse SLAM map

current baseline use

Position + orientation features

05

Motion Capture

human motion
Public sample body and hand motion capture thumbnail
sample contains

Body + hand joint tracks

current baseline use

3D mocap feature statistics

06

Inertial

wearable sensor
Public sample accelerometer and gyroscope time-series thumbnail
sample contains

Accelerometer + gyroscope

current baseline use

Wearable motion statistics

07

Language

semantic annotation
Public sample object tags and action caption thumbnail
sample contains

Object tags + action captions

current baseline use

Task labels + semantic targets

The atlas redistributes only small derived thumbnails and metadata. Raw MP4, HDF5, and RRD files remain excluded from this repo and the Hugging Face mirrors.

From raw episode to research artifacts.

Every script works from one data contract: aligned multimodal windows, explicit labels, cached feature extraction, and a manifest that makes omitted modalities visible.

Verified Xperience-10M multimodal pipeline diagram

Qwen3-Omni LoRA training flow

Raw valid episodes move through split validation, parallel export, video/audio/text formatting, sensor-bridge features, LoRA training, and sealed held-out evaluation.

What the figure represents

It documents the selected 128-episode final diagnostic result and the action/subtask improvement path needed for stronger model-quality numbers.

Detailed Qwen3-Omni LoRA training pipeline from raw Xperience-10M episodes to adapter outputs, predictions, metrics, and reports

What this project enables

It demonstrates the full development loop: reading Xperience-10M sample data, aligning modalities, converting them into model-ready windows, defining meaningful tasks, producing metrics, and packaging artifacts for continued research.

What still needs more data

General embodied-intelligence model quality requires many episodes and held-out episode splits; the public sample is the development harness for that next stage.

What the current results actually say.

A generated takeaways layer reads the committed metrics, summarizes useful research signals, and identifies what still needs held-out episodes.

One episode becomes a benchmark contract

The public sample is converted into 5,821 frames, 1,161 aligned 20-frame windows, and an 8,546-dimensional representation for repeatable task evaluation.

research takeaways

Chronological split exposes class shift

All-feature action reaches 0.9829 macro-F1 on its local split, while the 12-task chronological action head is 0.0500 macro-F1 with four unseen later action labels.

takeaways

Neural heads help dynamics

Hand MPJPE improves from 0.8647 to 0.1079; temporal-order F1 rises from 0.5400 to 0.8520; misalignment F1 rises from 0.5052 to 0.7153.

metrics

Retrieval and reconstruction remain open

Ridge/cosine retrieval remains stronger than the neural projection here, and cross-modal feature reconstruction still has negative R2.

retrieval metrics

Scale means held-out episodes

The next credible model-quality unit is a held-out multi-episode pilot across different sessions, not more adjacent windows from one sample.

scale-up status

Small baselines, no hidden machinery.

Motion-only and current all-feature classifiers use lightweight heads so the comparison stays readable on a laptop and easy to inspect. The neural run keeps the same features and splits, then swaps in PyTorch MLP heads.

Motion-only action

0.9688macro-F1, 18 classes

Current all-feature action

0.9829macro-F1, 8,546 dimensions

Motion-only subtask

0.9528macro-F1, 14 classes

Current all-feature subtask

0.9173macro-F1, chronological caveats
Macro-F1 comparison chart

Neural MLP heads, same task contracts.

The neural baseline uses small PyTorch MLP classifiers/regressors on the same 8,546-dimensional windows, chronological splits, and leakage filters. This isolates the value of a nonlinear head before moving to heavier Qwen/Omni experiments.

Neural hand forecast

0.1079MPJPE, down from 0.8647 minimal

Neural temporal order

0.8520F1, adjacent-window diagnostic

Neural misalignment

0.7153F1, shifted motion/visual/audio pairs

Neural cross-modal retrieval

0.1300MRR; ridge remains stronger here
Neural MLP episode task score chart Minimal versus neural MLP episode task score chart

The 12 tasks organized into four research directions.

Each task is mapped as direct, proxy, or diagnostic evidence for the Ropedia research tracks. The mapping uses two current baselines: minimal interpretable heads and neural MLP heads over the same feature contract.

partially implemented

A. Human Modeling & Motion Understanding

Direct evidence comes from hand trajectory forecasting and contact prediction; action and object relevance are supporting proxies.

2direct2proxy0diagnostic
proxy tasks only

B. 3D/4D Reconstruction & Neural Rendering

Cross-modal retrieval, modality reconstruction, and misalignment detection check reconstruction prerequisites, not full geometry.

0direct2proxy1diagnostic
strongest implemented

C. Egocentric Vision & Interaction

Action, subtask, transition, next-action, object, caption, order, and alignment tasks directly stress egocentric understanding.

6direct2proxy3diagnostic
early proxy tasks

D. Scene Reconstruction & World Modeling

Current probes cover task state, object relevance, retrieval, reconstruction, temporal order, and alignment but no persistent map yet.

0direct6proxy3diagnostic
Coverage of the 12 Xperience-10M tasks across four research directions

Baseline 1: minimal heads

Softmax, logistic, ridge, and retrieval heads keep every input/output contract readable. They are the first sanity check for whether a task is well-posed.

Baseline 2: neural MLP heads

Small PyTorch MLP classifiers/regressors reuse the same features and splits. They test nonlinear gains before heavier Omni fine-tuning.

Four extra probes make the directions actionable.

These are new data-backed extension tasks computed from the same single-episode feature tensor. They add one concrete input, process, output, and metric for each research direction, while keeping the single-episode limitation explicit.

Four Xperience-10M research-direction extension probes with minimal and neural metrics
A / motion

Body and Hand Motion Intensity

Case: classify fast reach/pour windows as high motion and steady holding windows as low motion.

Input: non-mocap video, depth, pose, IMU, SLAM, calibration, and language features.

Output: high_motion or low_motion.

0.7827minimal macro-F10.7986neural macro-F1
B / views

Multi-View Consistency Retrieval

Case: retrieve the synchronized stereo-left window from a fisheye-camera query.

Input: fisheye_cam0 video features against stereo_left candidate features.

Output: ranked synchronized view candidates.

0.5534minimal MRR0.3469neural MRR
C / phase

Action Phase Progress Estimation

Case: estimate whether a Pour coffee window is near the start, middle, or end of its action segment.

Input: non-caption multimodal features.

Output: 0-to-1 progress inside the current action.

0.3416minimal MAE0.3038neural MAE
D / world

Short-Horizon Ego-Motion Forecasting

Case: predict how the camera translation changes over the next 20 frames.

Input: current sensors excluding camera translation and captions.

Output: future camera-translation delta vector.

0.1989minimal MAE0.0989neural MAE

What changed

The four research directions now have coded extension probes, prediction/rank CSVs, JSON metrics, a Markdown summary, and a website chart generated from real sample-window features.

What still needs scale

A full research result still needs many Xperience-10M episodes, held-out episode splits, stronger encoders, and direction-specific models such as body priors, renderers, or persistent scene graphs.

The 12 tasks share four head families.

The diagram separates the shared episode-window representation from the task-specific heads, so the task contracts stay readable before scaling to larger models.

Verified minimal and neural architecture diagram for all 12 Ropedia Xperience-10M tasks

Interactive task walkthrough.

Each task uses a common research name and a concrete case study, then opens into the input, middle modules, output, modality evidence, metric, and current limitation.

Representative sample modality for the selected task
Step 1 / 4 · Input
Action Recognition Egocentric Action Recognition

Input: inspect the 20-frame multimodal window before choosing the target.

01 / 12
supervised multiclass classifier

Action Recognition

In the coffee-making sample, a pouring window maps to the current action label.

    Metric: macro-F1. Minimal 0.0500; neural MLP 0.0148.

    Current limitation: single-episode chronological split.

    Task cards and metrics.

    The 12 task cards use readable research names, representative modality thumbnails, explicit input-process-output contracts, and verified minimal versus neural scores from the committed result files.

    Every model input has a source.

    The point is not hidden complexity. Every input group maps back to a source modality and a manifest entry.

    All modality source chart

    Diagnostics separate memorization from signal.

    The charts make the main lesson visible: within-episode supervised labels are easy under some splits, while retrieval, grounding, forecasting, and alignment remain the useful probes.

    Episode task suite score chart Cross modal retrieval chart Neural MLP task score chart Minimal versus neural score chart Measured audio delta chart across 12 task contracts

    Open the single-episode explorer to inspect window-level labels, predictions, modality statistics, object labels, and diagnostic scores. The audio ablation summary records the task-by-task audio contribution.

    Research artifacts for the next experiments.

    Metrics, predictions, manifests, lightweight model weights, and derived window artifacts are organized so the project can be inspected, extended, and scaled before rerunning the full pipeline. Raw Xperience-10M data and Qwen weights are not redistributed.

    Research artifacts

    From one episode to task heads

    Start with the files that define the sample windows, modality inputs, task contracts, metrics, walkthroughs, and research-direction mapping.

    Task results

    Every task definition, split detail, feature dimension, and minimal/neural metric in one project output.

    task results

    Windows table

    Window start/end frames and aligned action/subtask labels for the public sample episode.

    window table

    Feature inputs

    Source map for the current modality inputs used by the task suite.

    feature inputs

    Neural MLP task results

    Per-task PyTorch MLP metrics, predictions, histories, and checkpoints for the same 12 task contracts.

    neural MLP outputs

    Four-direction taxonomy

    Maps all 12 tasks to the four research tracks: human modeling, 3D/4D reconstruction, egocentric interaction, and world modeling.

    research direction outputs

    Direction extension probes

    Four coded probes, one per research direction, with minimal and neural metrics plus prediction/rank CSVs.

    extension probe outputs

    Task walkthroughs

    Case studies for all 12 tasks, including input, middle process modules, output, metric, limitation, and task-player data.

    walkthrough outputs

    Audio ablation and raw upgrade

    All 72 task/variant rows comparing current audio, no audio, raw audio, replacement, and combined-input settings.

    audio ablation outputs

    Single-episode explorer

    Interactive window-level view of labels, predictions, modality statistics, object labels, and diagnostics.

    open explorer

    Cross-modal retrieval

    The strongest self-supervised signal from the single episode.

    retrieval metrics

    Qwen3-Omni diagnostic pilot is verified.

    The selected pilot uses 128 source-balanced episodes across 128 different session UUIDs. The first held-out package is verified, and its weak metrics define the next structured-output and error-analysis pass.

    Selection

    128 complete episodes selected from 128 unique top-level sessions, balanced across episode-size bands and split 96/16/16 for train/val/test.

    Transfer

    Download raw episodes only from official gated sources, exclude visualization.rrd, validate files, then stage them for training.

    Current LoRA artifact

    The current Qwen3-Omni LoRA artifact is the selected 128-episode diagnostic adapter. The 1-episode Qwen entry is only a sensor-adapter smoke test.

    model groups

    Backbone branches

    Qwen3-Omni uses a separate LoRA model repo; Cosmos3-Nano and Cosmos3-Super remain artifacts-only diagnostics until real Cosmos adapter or fine-tuned weights exist.

    backbone plan

    Native foundation model

    The long-term goal is a full-corpus Xperience Embodied Foundation Model trained on synchronized perception, geometry, motion, inertial, audio, and language streams after smaller scaling stages validate the approach.

    pretraining plan

    Reproduce the suite.

    Raw Xperience-10M data is not redistributed here. The reproduction guide states the commands, expected outputs, exact-match reproduction record, and multi-episode requirements.

    Reproducibility guide

    Human-readable commands, expected artifacts, and current scope for the public single-episode pipeline.

    reproducibility guide

    Reproducibility matrix

    Machine-readable command matrix covering sample download, baselines, 12 tasks, figures, and validation.

    reproducibility matrix

    Exact-match reproduction record

    The last metric rebuild reproduced the public-sample outputs from a fresh cache and matched the committed metrics.

    reproduction audit

    Project dashboard

    The website organizes the dataset sample, tasks, methods, results, directions, and scale-up path in one tabbed reader flow.

    project materials

    Multi-episode pilot status

    The comparison JSON now supports both the three-version reading and model-family grouping, so 1-episode and 128-episode entries can be compared within the same model family.

    comparison

    Minimal path: install the toolkit dependencies, download the official sample, run the 12-task suite with neural heads, regenerate visualizations, then rebuild the supporting project reports.

    git clone https://github.com/Ropedia/HOMIE-toolkit.git
    python3.12 -m venv .venv
    source .venv/bin/activate
    pip install -r HOMIE-toolkit/requirements.txt huggingface_hub hf_xet
    git clone https://github.com/ChaoYue0307/ropedia-xperience-10m-task-suite.git
    pip install -r ropedia-xperience-10m-task-suite/requirements.txt
    pip install torch
    
    hf download ropedia-ai/xperience-10m-sample \
      --repo-type dataset \
      --local-dir data/sample/xperience-10m-sample
    
    cd ropedia-xperience-10m-task-suite
    export WORKSPACE=/path/to/workspace
    python scripts/episode_task_suite.py --workspace "$WORKSPACE" --include-neural
    python scripts/research_direction_extension_tasks.py
    python scripts/task_walkthroughs.py
    python scripts/generate_visualizations.py
    python scripts/render_overview_figures.py
    python scripts/render_task_suite_infographic.py
    python scripts/export_modality_atlas_assets.py
    python scripts/validate_website_integrity.py
    python scripts/validate_scope_claims.py
    python scripts/build_artifact_index.py
    python scripts/validate_mirror_parity.py
    python scripts/validate_publication_package.py