Home

Awesome

DVSOD-DViSal

This repository provides the DViSal dataset for DVSOD.

avatar

Introduction Figure. Visual illustration of the advantages of employing RGBD videos for SOD. The last three columns exhibit the segmentation results achieved using different input modalities.

Statistics

DViSal comprises 237 RGB-D videos at a frame rate of 25 f/s, including 175,442 RGB-D pairs in total and 7,117 annotated frames. In addition to providing conventional object-level annotations used in SOD tasks, DViSal also offers additional instance-level annotations, as well as weak annotations consisting of bounding boxes and scribbles, as displayed in the figure below.

avatar Dataset Figure. Examples of the DViSal dataset. We provide diverse annotations, including fully-supervised object-/instance-level markings, as well as weakly-supervised scribbles and bounding boxes.

Getting Started

Download the DViSal dataset (Google Drive), which is structured as follows:

DViSal_dataset/
├─ train.txt
├─ test_xxx.txt
├─ val.txt
│ ···
├─ data/
│  ├─ video1/
│  │  ├─ RGB/
│  │  │  ├─ 00000001.jpg
│  │  │  ├─ 00000002.jpg
│  │  ├─ Depth/
│  │  │  ├─ 00000001.png
│  │  ├─ GT/
│  │  │  ├─ 00000001.png
│  │  ├─ GT_edge/
│  │  │  ├─ 00000001.png
│  │  ├─ Instance/
│  │  │  ├─ 00000001.npy
│  │  ├─ Scribble/
│  │  │  ├─ 00000001.npy
│  │  ├─ BBox/
│  │  │  ├─ 00000001.txt
│  │
│  ├─ video2/
│  │  ├─ RGB/
···

Training/testing/validation splits can be found in train.txt, test_xxx.txt or val.txt which can be downloaded using the above link as well. (Note: Bounding boxes are saved in the format of ' x_min, y_min, x_max, y_max '.)

Additional Resources
· (Category Info) We provide the category information for each annotated salient instance, which can be accessed in this link. There are 76 salient categories in total, including people, box, bag, doll, chair, bicycle, car, ..., and yogaball. We hope that this info will encourage further exploration beyond the DVSOD task.
· (3D Point Cloud) We additionally provide a conversion code that can project rgbd image into the 3D space. We anticipate that this endeavor will benefit more downstream tasks, such as point cloud saliency detection, or tracking.
· (Synthetic Data) Inspired by the reviewer's suggestion, a intriguing and promising direction is to explore advanced photorealistic rendering technology to expand the diversity and volume of the dataset, thereby improving the generalization of models. To the end, we create an indoor RGB-D video SOD simulated dataset through BlenderProc2. It encompasses 40 RGB-D videos paired with a set of 2,060 corresponding ground-truth masks. We anticipate that this endeavor will contribute positively to the investigation of the Sim2real challenge.

Benchmark Results

The benchmark results in the paper can be accessed in this link. This evaluation tool is used to measure all saliency results.

Citation

@InProceedings{li2023dvsod,
title={DVSOD: RGB-D Video Salient Object Detection},
author={Li, Jingjing and Ji, Wei and Wang, Size and Li, Wenbo and Cheng, Li},
booktitle={Advances in Neural Information Processing Systems},
year={2023},
month={December}
}

Licence

The annotations provided in this dataset are under this license. This can make sure that you have the freedom to copy and distribute copies of free source. Note that our annotations are released for non-commercial research purpose only.