NeSpoF-segmentation / README.md
Factral's picture
Create README.md
4e55943 verified
|
raw
history blame
3.26 kB
metadata
license: mit
task_categories:
  - image-segmentation
pretty_name: nespof

Extended NeSpoF Dataset

UnMix-NeRF Overview

Fabian Perez¹² · Sara Rojas² · Carlos Hinojosa² · Hoover Rueda-Chacón¹ · Bernard Ghanem²

¹Universidad Industrial de Santander · ²King Abdullah University of Science and Technology (KAUST)

This dataset is an extension of the NeSpoF dataset, enriched with ground-truth material labels for evaluating material segmentation in synthetic multi-view settings. The annotations provide consistent material labeling across different viewpoints for comprehensive scene analysis.

Dataset Sources

Direct Use

This dataset is intended for training and evaluating models for material segmentation tasks, particularly useful for multi-view segmentation scenarios and NeRF-based material analysis.

Dataset Structure

The dataset has the following directory structure:

scene/
 ├── color/
 │    ├── eval/
 │    └── train/
 │         └── r_x.png
 └── raw/
      ├── eval/
      └── train/
           └── r_x.png

Here, x corresponds to the matching frame ID from the original NeSpoF dataset.

Dataset Creation

Source Data

Who are the source data producers?

The dataset extension was produced by the authors of the paper "UnMix-NeRF: Spectral Unmixing Meets Neural Radiance Fields," accepted at ICCV 2025.

Annotations

Annotation process

Annotations were automatically generated by rendering the ground-truth material indices, corresponding consistently across views and matching original scene frames.

Who are the annotators?

Automated rendering processed by mitsuba 3.

Bias, Risks, and Limitations

No known biases or risks are identified in this synthetic dataset. However, its synthetic nature may limit direct applicability to real-world scenarios without additional adaptation or fine-tuning.

Recommendations

Users should be aware that performance on this synthetic dataset may not fully generalize to real-world data without further adaptation.

Citation

If you use this dataset, please cite the following paper:

@inproceedings{perez2025unmix,
              title={UnMix-NeRF: Spectral Unmixing Meets Neural Radiance Fields},
              author={Perez, Fabian and Rojas, Sara and Hinojosa, Carlos and Rueda-Chac{\'o}n, Hoover and Ghanem, Bernard},
              booktitle={Proceedings of the IEEE/CVF International Conference on Computer Vision},
              year={2025}
            }

Dataset Card Contact

For inquiries regarding the dataset, please contact the corresponding authors listed in the referenced paper.