Dataset Viewer
Auto-converted to Parquet Duplicate
part
stringclasses
6 values
part_size_bytes
int64
25.7B
42.9B
part_size_gb
float64
23.9
40
sha256
stringclasses
6 values
source_file_count
int64
46.6k
46.6k
source_raw_size_bytes
int64
228B
228B
source_raw_size_gb
float64
213
213
SceneFly_aa
42,949,672,960
40
d7300c58417019b9b39813c87b1150b1014d65e137a326656092c548d9e085e5
46,560
228,270,118,007
212.5931
SceneFly_ab
42,949,672,960
40
367baa6bb11adb920f7f4ef10dabd6269dc9e2827f0e2c851f9d81d4c6b02b66
46,560
228,270,118,007
212.5931
SceneFly_ac
42,949,672,960
40
7f1ea12c487e70031e0c768b0d677d999398b7569fb08957fe4f6cde3db2482e
46,560
228,270,118,007
212.5931
SceneFly_ad
42,949,672,960
40
929e5d37e742a71795dde230d4dfd6ddf02b22158427d95720dafc5cf1ac9193
46,560
228,270,118,007
212.5931
SceneFly_ae
42,949,672,960
40
610cc25de88731823721b916d2bacd2efc1c065d41b59f21499e0a56fbb58c7d
46,560
228,270,118,007
212.5931
SceneFly_af
25,714,770,659
23.9487
f57dffdee728eb11f2198685544e0885892215e2d1c681fbae5c748d0fc3ace3
46,560
228,270,118,007
212.5931

CaR

Compression and Retrieval: Implicit Memory Retrieval for Video World Models

Zhan Peng1,2, Jie Ma2, Huiqiang Sun1, Chong Gao2,3, Zhijie Xue1, Zhiyu Pan1, Zhiguo Cao1*, Jun Liang2*, Jing Li2

1Huazhong University of Science and Technology   2HUJING Digital Media & Entertainment Group   3Sun Yat-sen University

*Corresponding author

Paper Project Page Dataset

SceneFly

SceneFly is a curated video dataset organized by synthetic 3D scenes. Each selected video contains the source video, camera annotations, text prompt, and sample-level context/ground-truth metadata.

This release contains a subset of the SceneFly dataset filter, including 58 scenes, 462 videos, and 45,173 sample annotations. The complete dataset will be provided in a future release.

Usage

The dataset is provided as a split tar.gz stream. Merge the split parts and extract the dataset with:

cat SceneFly_* | tar -xzvf -

The split parts are named:

SceneFly_aa
SceneFly_ab
SceneFly_ac
...

After extraction, the dataset root will be:

SceneFly/

A checksum manifest is provided in:

manifest.csv

It records each split part name, part size, source dataset size, and SHA256 checksum.

Dataset Structure

SceneFly/
β”œβ”€β”€ metadata.csv
β”œβ”€β”€ AlbertMansion/
β”‚   β”œβ”€β”€ 0/
β”‚   β”‚   β”œβ”€β”€ video.mp4
β”‚   β”‚   β”œβ”€β”€ camera.json
β”‚   β”‚   β”œβ”€β”€ prompt.txt
β”‚   β”‚   └── samples/
β”‚   β”‚       β”œβ”€β”€ sample000.json
β”‚   β”‚       β”œβ”€β”€ sample001.json
β”‚   β”‚       └── ...
β”‚   β”œβ”€β”€ 1/
β”‚   β”‚   └── ...
β”‚   └── ...
β”œβ”€β”€ AsianArchitecture/
β”‚   └── ...
└── ...

File Description

  • video.mp4: rendered scene video.
  • camera.json: camera trajectory and intrinsic annotation for the video.
  • prompt.txt: text description/prompt of the scene.
  • samples/sampleXXX.json: sample-level annotation file.
  • metadata.csv: global metadata index for all samples.
  • manifest.csv: archive-level checksum and size manifest.

Sample Annotation Fields

Each samples/sampleXXX.json contains fields such as:

  • scene_name: scene identifier.
  • video_name: video identifier inside the scene.
  • image_width, image_height: video resolution.
  • focal_length: camera focal length.
  • context_start_segment, context_end_segment: context segment range.
  • context_length_segments: number of context segments.
  • context_segments: list of context segment IDs.
  • context_start_frame: starting frame of the context window.
  • context_num_frames: number of context frames.
  • gt_segment: ground-truth target segment.
  • gt_start_frame: starting frame of the ground-truth segment.
  • gt_num_frames: number of ground-truth frames.
  • overlap_score, containment_score, final_score: sample matching scores.

Metadata

metadata.csv provides one row per sample and includes the relative sample path plus the context and ground-truth fields above.

Citation

If you find this dataset useful, please cite:

@article{peng2026car,
    title={Compression and Retrieval: Implicit Memory Retrieval for Video World Models},
    author={Peng, Zhan and Ma, Jie and Sun, Huiqiang and Gao, Chong and Xue, Zhijie and Pan, Zhiyu and Cao, Zhiguo and Liang, Jun and Li, Jing},
    journal={arXiv preprint arXiv:2606.23105},
    year={2026}
}
Downloads last month
89

Paper for Orange-3DV-Team/SceneFly