Datasets:
Tasks:
Image Segmentation
Modalities:
Image
Formats:
imagefolder
Languages:
English
Size:
1K - 10K
ArXiv:
Tags:
novel view synthesis
dynamic scene novel view segmentation
3d segmentation
neural radiance fields
gaussian splatting
License:
File size: 5,135 Bytes
641fde3 99bfa53 641fde3 689d3af 99bfa53 641fde3 5e3a55c 99bfa53 5e3a55c 99bfa53 5e3a55c 641fde3 50e55bc 99bfa53 50e55bc 99bfa53 50e55bc 99bfa53 50e55bc 99bfa53 50e55bc 99bfa53 641fde3 99bfa53 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 | ---
language:
- en
license: cc-by-nc-4.0
task_categories:
- image-segmentation
tags:
- novel view synthesis
- dynamic scene novel view segmentation
- 3d segmentation
- neural radiance fields
- gaussian splatting
datasets:
- hypernerf
- nerf-ds
- neural-3d-video
- google-immersive
- technicolor-light-field
configs:
- config_name: HyperNeRF-Mask
data_files:
- split: test
path:
- Mask-Benchmark/HyperNeRF-Mask/*/gt_masks/*.png
- config_name: NeRF-DS-Mask
data_files:
- split: test
path:
- Mask-Benchmark/NeRF-DS-Mask/*/gt_masks/*.png
- config_name: Neu3D-Mask
data_files:
- split: test
path:
- Mask-Benchmark/Neu3D-Mask/*/gt_masks/*.png
- config_name: Immersive-Mask
data_files:
- split: test
path:
- Mask-Benchmark/Immersive-Mask/*/gt_masks/*.png
- config_name: Technicolor-Mask
data_files:
- split: test
path:
- Mask-Benchmark/Technicolor-Mask/*/gt_masks/*.png
- config_name: default
data_files:
- split: test
path:
- Mask-Benchmark/*/*/gt_masks/*.png
---
# Mask-Benchmark Dataset
[**Project Page**](https://yunjinli.github.io/project-sadg/) | [**Paper**](https://huggingface.co/papers/2411.19290) | [**Code**](https://github.com/yunjinli/SADG-SegmentAnyDynamicGaussian)
This repository contains the dynamic scene novel-view segmentation benchmarks used in the paper "**TRASE: Tracking-free 4D Segmentation and Editing**" (also referred to as "**SADG: Segment Any Dynamic Gaussian Without Object Trackers**"). The benchmarks are designed for evaluating segmentation performance in dynamic novel view synthesis across various datasets.
## Overview
The Mask-Benchmark dataset provides ground truth segmentation masks for multiple dynamic scene datasets, including:
- **HyperNeRF** (A Higher-Dimensional Representation for Topologically Varying Neural Radiance Fields, ACM Transactions on Graphics (TOG))
- **NeRF-DS** (NeRF-DS: Neural Radiance Fields for Dynamic Specular Objects, CVPR 2023)
- **Neu3D** (Neural 3D Video Synthesis from Multi-view Video, CVPR 2022)
- **Google Immersive** (Immersive Light Field Video with a Layered Mesh Representation, SIGGRAPH 2020 Technical Paper)
- **Technicolor Light Field** (Dataset and Pipeline for Multi-View Light-Field Video, CVPRW 2017)
These benchmarks allow for quantitative evaluation of segmentation accuracy (mIoU and mAcc) in novel view synthesis for dynamic scenes, which was previously lacking in the field.
# License Information for Mask-Benchmark Dataset
This Mask-Benchmark dataset is primarily licensed under the Creative Commons Attribution-NonCommercial 4.0 International License (CC-BY-NC 4.0).
You are free to:
- Share — copy and redistribute the material in any medium or format
- Adapt — remix, transform, and build upon the material
Under the following terms:
- Attribution — You must give appropriate credit, provide a link to the license, and indicate if changes were made
- NonCommercial — You may not use the material for commercial purposes
For the full license text, please visit: https://creativecommons.org/licenses/by-nc/4.0/legalcode
## Component Datasets and Their License Terms
The Mask-Benchmark incorporates data derived from multiple source datasets, each with their own license terms that must be respected:
### 1. Neural 3D Video Dataset (Neu3D)
Licensed under CC-BY-NC 4.0.
### 2. HyperNeRF Dataset
Licensed under Apache License 2.0.
### 3. NeRF-DS Dataset
Licensed under Apache License 2.0.
### 4. Google Immersive Dataset
Refer to the original license terms provided by the Google Immersive project.
### 5. InterDigital Light-Field Dataset (Technicolor)
**INTERDIGITAL LIGHT-FIELD DATASET RELEASE AGREEMENT**
The goal of the InterDigital Light-Field dataset is to contribute to the development and assessment of new techniques, technology, and algorithms for Light-Field video processing. InterDigital has copyright and all rights of authorship on the dataset and is the principal distributor of the Light-Field dataset.
**CONSENT**
The researcher(s) agrees to restrictions including:
1. **Redistribution**: Shall not be further distributed without prior written approval.
2. **Modification and Non Commercial Use**: May not be modified or used for commercial purposes.
3. **Publication Requirements**: Permits publication for scientific purposes only.
4. **Citation/Reference**: All documents must acknowledge use by citing:
*Dataset and Pipeline for Multi-View Light-Field Video*. N. Sabater, et al. CVPR Workshops, 2017.
## Using the Mask-Benchmark Dataset
By using the Mask-Benchmark dataset, you agree to:
1. Comply with the CC-BY-NC 4.0 license governing the overall dataset.
2. Adhere to all component dataset license terms listed above.
3. Properly cite both the Mask-Benchmark and the original source datasets.
4. Use the dataset for scientific and research purposes only.
# BibTex
```bibtex
@article{li2024sadg,
title={SADG: Segment Any Dynamic Gaussian Without Object Trackers},
author={Li, Yun-Jin and Gladkova, Mariia and Xia, Yan and Cremers, Daniel},
journal={arXiv preprint arXiv:2411.19290},
year={2024}
}
``` |