DF3DV-1K: A Large-Scale Dataset and Benchmark for Distractor-Free Novel View Synthesis
Paper β’ 2604.13416 β’ Published β’ 9
Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
Project Page | Paper | GitHub
DF3DV-1K is a large-scale real-world dataset comprising 1,048 scenes, each providing clean and cluttered image sets for benchmarking distractor-free radiance fields. In total, the dataset contains 89,924 images captured using consumer cameras to mimic casual capture, spanning 128 distractor types and 161 scene themes across indoor and outdoor environments.
βββ DF3DV-1K-Star
β βββ 0000
β β βββ 040625-LundoBin
β β β βββ 040625-LundoBin-All (curated data)
β β β β βββ images (COLMAP input images)
β β β β β βββ clutter_IMG_7042.JPG
β β β β β βββ ...
β β β β β βββ extra_IMG_7041.JPG
β β β β βββ sparse (COLMAP result)
β β β β β βββ 0
β β β β β βββ cameras.bin
β β β β β βββ images.bin
β β β β β βββ points3D.bin
β β β β β βββ project.ini
β β β β βββ split.json (list of clean and cluttered images)
β β β β βββ transforms_clutter.json (Instant-NGP JSON file for cluttered images only)
β β β β βββ transforms_extra.json (Instant-NGP JSON file for clean images only)
β β β β βββ transforms.json (Instant-NGP JSON file for all images)
β β β β βββ undistortion_images (COLMAP-undistorted images)
β β β β β βββ clutter_IMG_7042.JPG
β β β β β βββ ...
β β β β β βββ extra_IMG_7041.JPG
β β β β βββ undistortion_sparse (COLMAP-undistorted result)
β β β β βββ 0
β β β β βββ cameras.bin
β β β β βββ cameras.txt
β β β β βββ images.bin
β β β β βββ images.txt
β β β β βββ points3D.bin
β β β β βββ points3D.txt
β β β βββ 040625-LundoBin-Clean (candidate clean images)
β β β β βββ images
β β β β βββ IMG_6957.JPG
β β β β βββ ...
β β β β βββ IMG_7041.JPG
β β β βββ 040625-LundoBin-Clutter (candidate cluttered images)
β β β βββ images
β β β βββ IMG_7042.JPG
β β β βββ ...
β β β βββ IMG_7140.JPG
β β βββ ...
β β βββ 090625-BlueBikeBell
β βββ ...
β βββ 0024
βββ DF3DV-41
βββ 021125-Chess
β βββ 021125-Chess-All
β β βββ images
β β βββ sparse
β β β βββ 0
β β βββ undistortion_images
β β βββ undistortion_sparse
β β βββ 0
β βββ 021125-Chess-Clean
β β βββ images
β βββ 021125-Chess-Clutter
β βββ images
βββ ...
βββ 301025-TempleDrumIncense
# Install the Hugging Face CLI
pip install -U "huggingface_hub[cli]"
# Login to your Hugging Face account
hf auth login
# Download whole dataset
hf download ChengYou305/DF3DV-1K --repo-type dataset --local-dir DF3DV-1K
# Download DF3DV-1K*
hf download ChengYou305/DF3DV-1K --repo-type dataset --local-dir DF3DV-1K --include "DF3DV-1K-Star/*"
# Download DF3DV-41
hf download ChengYou305/DF3DV-1K --repo-type dataset --local-dir DF3DV-1K --include "DF3DV-41/*"
# Download specific chunk
hf download ChengYou305/DF3DV-1K --repo-type dataset --local-dir DF3DV-1K --include "DF3DV-1K-Star/0000/*"
# Download everything except specific files
hf download ChengYou305/DF3DV-1K --repo-type dataset --local-dir DF3DV-1K --exclude "Mask.zip"
@article{lu2026df3dv,
title={DF3DV-1K: A Large-Scale Dataset and Benchmark for Distractor-Free Novel View Synthesis},
author={Lu, Cheng-You and Hung, Yi-Shan and Chi, Wei-Ling and Wang, Hao-Ping and Tsai, Charlie Li-Ting and Chang, Yu-Cheng and Liu, Yu-Lun and Do, Thomas and Lin, Chin-Teng},
journal={arXiv preprint arXiv:2604.13416},
year={2026}
}