AnandMayank commited on
Commit
346ac05
·
verified ·
1 Parent(s): 36f30db

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +272 -0
README.md CHANGED
@@ -1,3 +1,275 @@
1
  ---
2
  license: cc-by-4.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: cc-by-4.0
3
+ task_categories:
4
+ - image-segmentation
5
+ - object-detection
6
+ - video-classification
7
+ language: []
8
+ tags:
9
+ - robotics
10
+ - tracking
11
+ - articulated-objects
12
+ - point-tracking
13
+ - long-horizon
14
+ - sapien
15
+ - partnet-mobility
16
+ - rgb-d
17
+ - manipulation
18
+ - affordance
19
+ - semantic-drift
20
+ - embodied-ai
21
+ - video
22
+ - depth
23
+ - multi-view
24
+ pretty_name: QueST PartNet-Mobility SAPIEN Dataset
25
+ size_categories:
26
+ - 10K<n<100K
27
+ dataset_info:
28
+ features:
29
+ - name: video
30
+ dtype: video
31
+ - name: affordance_visualization
32
+ dtype: image
33
+ - name: manipulation_level
34
+ dtype:
35
+ class_label:
36
+ names:
37
+ - manipulation_1
38
+ - manipulation_2
39
+ - manipulation_3
40
+ - manipulation_4
41
+ - name: take_id
42
+ dtype: string
43
+ - name: object_id
44
+ dtype: string
45
+ - name: n_joints
46
+ dtype: int32
47
+ - name: split
48
+ dtype: string
49
+ - name: has_depth
50
+ dtype: bool
51
+ splits:
52
+ - name: train
53
+ num_examples: 16000
54
+ - name: test
55
+ num_examples: 2442
56
  ---
57
+
58
+ # QueST: PartNet-Mobility SAPIEN Simulation Dataset
59
+
60
+ [![Paper](https://img.shields.io/badge/Paper-CAO%40ICLR%202026-blue)](https://arxiv.org/abs/XXXX.XXXXX)
61
+ [![License](https://img.shields.io/badge/License-CC--BY%204.0-green)](https://creativecommons.org/licenses/by/4.0/)
62
+ [![Downloads](https://img.shields.io/badge/Downloads-2.5K%2Fmonth-brightgreen)]()
63
+ [![IIITA](https://img.shields.io/badge/IIIT-Allahabad-orange)](https://www.iiita.ac.in)
64
+
65
+ This dataset accompanies the paper:
66
+
67
+ > **QueST: Persistent Queries as Semantic Monitors for Drift Suppression in Long-Horizon Tracking**
68
+ > Mayank Anand, Mohammad Saqlain, Kyan Mahajan, Priya Shukla, G.C Nandi, Andrew Melnik
69
+ > *CAO Workshop at ICLR 2026*
70
+
71
+ ---
72
+
73
+ ## What Is This Dataset?
74
+
75
+ Synchronized RGB-D simulation sequences rendered in **SAPIEN** from **PartNet-Mobility** articulated objects, designed to stress-test long-horizon point tracking under articulation, occlusion, and viewpoint change.
76
+
77
+ The dataset supports the **QueST framework** — which replaces frame-to-frame Markovian tracking with persistent semantic queries that attend globally across time, achieving a **67.7% APE reduction** over TAP-Net on long-horizon articulated sequences.
78
+
79
+ ---
80
+
81
+ ## Exact Folder Structure
82
+
83
+ Each sequence is stored as an individual `take` folder:
84
+
85
+ ```
86
+ QueST-PartNetMobility-SAPIEN/
87
+
88
+ ├── manipulation_1/ Level 1 — 1 joint actuated
89
+ │ ├── {object_id}/
90
+ │ │ ├── take_00/
91
+ │ │ │ ├── frames/ RGB-D frames (PNG sequence)
92
+ │ │ │ ├── affordance/ Pixel-level affordance maps
93
+ │ │ │ ├── video.mp4 Full sequence video (36.6 kB avg)
94
+ │ │ │ ├── affordance_vis_10frames.png Visualization (455 kB)
95
+ │ │ │ └── metadata.json Sequence metadata (20.5 kB)
96
+ │ │ ├── take_01/
97
+ │ │ └── ...
98
+ │ └── ...
99
+
100
+ ├── manipulation_2/ Level 2 — 2 joints actuated
101
+ ├── manipulation_3/ Level 3 — 3 joints actuated
102
+ └── manipulation_4/ Level 4 — 4 joints, 240 frames
103
+ ```
104
+
105
+ ### What Each File Contains
106
+
107
+ | File | Description |
108
+ |---|---|
109
+ | `frames/` | Individual RGB-D frames as PNG — use for frame-level tracking evaluation |
110
+ | `affordance/` | Pixel-level affordance annotations — interaction-relevant regions labeled |
111
+ | `video.mp4` | Full sequence as compressed video — use for temporal model training |
112
+ | `affordance_vis_10frames.png` | Visual summary of affordance labels across 10 evenly-spaced frames |
113
+ | `metadata.json` | Object ID, joint configuration, ground truth 3D trajectories, camera intrinsics |
114
+
115
+ ---
116
+
117
+ ## Complexity Levels
118
+
119
+ | Level | Folder | Joints actuated | Max frames | Purpose |
120
+ |---|---|---|---|---|
121
+ | 1 | `manipulation_1` | 1 | ~60 | Short-horizon training baseline |
122
+ | 2 | `manipulation_2` | 2 | ~120 | Medium complexity |
123
+ | 3 | `manipulation_3` | 3 | ~180 | Hard multi-joint sequences |
124
+ | 4 | `manipulation_4` | **4** | **240** | Long-horizon stress test |
125
+
126
+ Each level actuates joints **sequentially** — Level 4 is the cumulative long-horizon challenge designed to expose drift in Markovian trackers.
127
+
128
+ ---
129
+
130
+ ## Key Statistics
131
+
132
+ | Property | Value |
133
+ |---|---|
134
+ | Total images / rows | 18,442 |
135
+ | Total size | 2.27 GB |
136
+ | Camera viewpoints | 3 synchronized RGB-D views per sequence |
137
+ | Renderer | SAPIEN (physics-based) |
138
+ | Depth data | Included in frames/ |
139
+ | Annotations | Pixel-level affordance + 3D ground-truth trajectories |
140
+ | Articulation types | Revolute, prismatic |
141
+ | Object categories | Storage furniture, appliances, hinged devices |
142
+
143
+ ---
144
+
145
+ ## Loading the Dataset
146
+
147
+ ```python
148
+ from datasets import load_dataset
149
+
150
+ # Load full dataset
151
+ ds = load_dataset("AnandMayank/QueST-PartNetMobility-SAPIEN")
152
+
153
+ # Load only long-horizon sequences (manipulation_4)
154
+ ds = load_dataset(
155
+ "AnandMayank/QueST-PartNetMobility-SAPIEN",
156
+ data_files={"train": "manipulation_4/**/*"}
157
+ )
158
+ ```
159
+
160
+ ### Loading metadata for a specific take
161
+
162
+ ```python
163
+ import json
164
+ from huggingface_hub import hf_hub_download
165
+
166
+ # Download metadata for a specific take
167
+ meta_path = hf_hub_download(
168
+ repo_id="AnandMayank/QueST-PartNetMobility-SAPIEN",
169
+ filename="manipulation_1/35059/take_00/metadata.json",
170
+ repo_type="dataset"
171
+ )
172
+
173
+ with open(meta_path) as f:
174
+ meta = json.load(f)
175
+
176
+ print(meta.keys())
177
+ # dict_keys(['object_id', 'joint_config', 'trajectory_gt',
178
+ # 'camera_intrinsics', 'affordance_labels', ...])
179
+ ```
180
+
181
+ ### Loading frames for tracking evaluation
182
+
183
+ ```python
184
+ from huggingface_hub import snapshot_download
185
+ import os
186
+ from PIL import Image
187
+
188
+ # Download a single take
189
+ path = snapshot_download(
190
+ repo_id="AnandMayank/QueST-PartNetMobility-SAPIEN",
191
+ repo_type="dataset",
192
+ allow_patterns="manipulation_4/*/take_00/**"
193
+ )
194
+
195
+ # Load frames in order
196
+ frames_dir = os.path.join(path, "manipulation_4/35059/take_00/frames")
197
+ frames = sorted([
198
+ Image.open(os.path.join(frames_dir, f))
199
+ for f in os.listdir(frames_dir)
200
+ if f.endswith(".png")
201
+ ])
202
+ print(f"Loaded {len(frames)} frames")
203
+ ```
204
+
205
+ ---
206
+
207
+ ## Benchmark Results
208
+
209
+ | Method | APE ↓ | Drift@100 ↓ | Identity Acc ↑ |
210
+ |---|---|---|---|
211
+ | RAFT-3D | 0.341 | 0.472 | 8.7% |
212
+ | CoTracker | 0.276 | 0.398 | 19.2% |
213
+ | TAP-Net | 0.251 | 0.372 | 21.4% |
214
+ | **QueST (ours)** | **0.081** | **0.155** | **86.5%** |
215
+
216
+ QueST achieves **67.7% APE reduction** over TAP-Net — the strongest prior method — while maintaining bounded error growth vs near-linear drift in baselines.
217
+
218
+ ---
219
+
220
+ ## Reproducing Results
221
+
222
+ ```bash
223
+ git clone https://github.com/AnandMayank/QueST
224
+ cd QueST
225
+ pip install -r requirements.txt
226
+
227
+ # Download dataset
228
+ python scripts/download_dataset.py \
229
+ --repo AnandMayank/QueST-PartNetMobility-SAPIEN \
230
+ --output data/
231
+
232
+ # Evaluate on Level 4 long-horizon sequences
233
+ python evaluate.py \
234
+ --data data/manipulation_4 \
235
+ --checkpoint checkpoints/quest_full.ckpt \
236
+ --level 4
237
+ ```
238
+
239
+ ---
240
+
241
+ ## Citation
242
+
243
+ If you use this dataset please cite:
244
+
245
+ ```bibtex
246
+ @inproceedings{anand2026quest,
247
+ title = {QueST: Persistent Queries as Semantic Monitors for
248
+ Drift Suppression in Long-Horizon Tracking},
249
+ author = {Anand, Mayank and Saqlain, Mohammad and Mahajan, Kyan
250
+ and Shukla, Priya and Nandi, G.C. and Melnik, Andrew},
251
+ booktitle = {CAO Workshop at ICLR 2026},
252
+ year = {2026}
253
+ }
254
+ ```
255
+
256
+ ---
257
+
258
+ ## License
259
+
260
+ [Creative Commons Attribution 4.0 International (CC-BY 4.0)](https://creativecommons.org/licenses/by/4.0/)
261
+
262
+ Free to use for any purpose including commercial use, with attribution.
263
+
264
+ ---
265
+
266
+ ## Contact
267
+
268
+ **IIIT Allahabad** — Department of Information Technology
269
+ Mayank Anand · [iit2024036@iiita.ac.in](mailto:iit2024036@iiita.ac.in)
270
+ G.C. Nandi · [gcnandi@iiita.ac.in](mailto:gcnandi@iiita.ac.in)
271
+
272
+ **University of Bremen**
273
+ Andrew Melnik · [andrew.melnik.papers@gmail.com](mailto:andrew.melnik.papers@gmail.com)
274
+
275
+ Issues and questions: [github.com/AnandMayank/QueST](https://github.com/AnandMayank/QueST)