XDen-1K: A Density Field Dataset of Real-World Objects
Paper β’ 2512.10668 β’ Published
Error code: RowsPostProcessingError
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.
Official dataset release for XDen-1K: A Density Field Dataset of Real-World Objects.
XDen-1K is a large-scale, multi-modal dataset of real-world objects designed for physical property estimation, especially volumetric density field reconstruction.
Each real-world object is coupled with:
dataset/
βββ 01/
β βββ ori_image.jpg # RGB image
β βββ mesh.glb # 3D mesh with real-world scale
β βββ density_pc.ply # Point cloud with per-point density
β βββ optimized_lac.nii.gz # Optimized LAC volume
β βββ lat.nii.gz # Lateral X-ray scan
β βββ pa.nii.gz # PA X-ray scan
β βββ part_lac_density.json # Per-part LAC and density values
βββ 02/
β βββ ...
βββ ...
The category and scale information are provided in the metadata.json file.
metadata.json
{
"01": {
"category": "xx",
"scale": [0.0, 0.0, 0.0]
},
"02": {
"category": "yy",
"scale": [0.0, 0.0, 0.0]
}
}
where:
category: the category that the object belongs to
scale: the real-world scale of the object in centimeters
If you find this dataset useful for your research, please consider citing our work:
@misc{zhang2025xden1kdensityfielddataset,
title = {XDen-1K: A Density Field Dataset of Real-World Objects},
author = {Jingxuan Zhang and Tianqi Yu and Yatu Zhang and Jinze Wu and Kaixin Yao and Jingyang Liu and Yuyao Zhang and Jiayuan Gu and Jingyi Yu},
year = {2025},
eprint = {2512.10668},
archivePrefix= {arXiv},
primaryClass = {cs.CV},
url = {https://arxiv.org/abs/2512.10668}
}