资源数据集PASCAL 3D+ 图像数据

PASCAL 3D+ 图像数据

2019-12-24 | |  123 |   0 |   0

INTRODUCTION

1.png

3D object detection and pose estimation methods have become popular in recent years since they can handle ambiguities in 2D images and also provide a richer description for objects compared to 2D object detectors. However, most of the datasets for 3D recognition are limited to a small amount of images per category or are captured in controlled environments. In this paper, we contribute PASCAL3D+ dataset, which is a novel and challenging dataset for 3D object detection and pose estimation. PASCAL3D+ augments 12 rigid categories of the PASCAL VOC 2012 [1] with 3D annotations. Furthermore, more images are added for each category from ImageNet [2]. PASCAL3D+ images exhibit much more variability compared to the existing 3D datasets, and on average there are more than 3,000 object instances per category. We believe this dataset will provide a rich testbed to study 3D detection and pose estimation and will help to significantly push forward research in this area. We provide the results of variations of DPM [3] on our new dataset for object detection and viewpoint estimation in different scenarios, which can be used as baselines for the community.


PASCAL3D+

  • release1.1 ~ 7.5GB (PASCAL VOC 2012 and ImageNet images and annotations, 3D CAD models, annotation tool, VDPM code, and segmentation code)

  • release1.0 ~ 1GB (PASCAL VOC 2012 train and validation images and annotations, 3D CAD models, and annotation tool)

NOTE ON 3D OBJECT RECONSTRUCTION

  • When PASCAL3D+ is used for benchmarking 3D object reconstruction, we do NOT suggest using the 3D CAD models in PASCAL3D+ for training, since the same set of 3D CAD models is used to annotate the test set. Using the 3D CAD models in both training and testing for 3D reconstruction will be biased. Please see more detailed discussion in the Appendix of [9].

CAD模型

image.png

OBJECT DETECTION EVALUATION

  • We use Average Precision (AP) as the metric to evalute object detection, where the standard 50% overlap criteria of PASCAL VOC [1] is applied.

  • VDPM: modified version of DPM, where mixture components correspond to discretized viewpoints. VDPM is trained on the PASCAL VOC 2012 train set, and tested on the PASCAL VOC 2012 val set.

  • DPM-VOC+VP [4] is trained on the PASCAL VOC 2012 train set, and tested on the PASCAL VOC 2012 val set.

  • RCNN [5] is trained on the PASCAL VOC 2012 train set by fine-tuning a pre-trained CNN on ImageNet images, and tested on the PASCAL VOC 2012 val set.

MethodaeroplanebicycleboatbottlebuscarchairdiningtablemotorbikesofatraintvmonitorAverage
DPM [3]42.249.66.020.054.138.315.09.033.118.936.433.229.6

VDPM - 4 Views40.045.23.0--49.337.211.17.233.06.826.435.926.8
VDPM - 8 Views39.847.35.8--50.237.311.410.236.616.028.736.329.9
VDPM - 16 Views43.646.56.2--54.636.612.87.638.516.231.535.630.0
VDPM - 24 Views42.244.46.0--53.736.312.611.135.517.032.633.629.5

DPM-VOC+VP[4] - 4 Views41.546.90.5--51.545.68.75.734.313.316.432.427.0
DPM-VOC+VP[4] - 8 Views40.548.10.5--51.947.611.35.338.313.521.333.128.3
DPM-VOC+VP[4] - 16 Views38.045.60.7--55.346.010.26.238.111.828.530.728.3
DPM-VOC+VP[4] - 24 Views36.045.95.3--53.942.18.05.434.811.028.227.327.1

RCNN [5]72.468.734.0--73.062.333.035.270.749.670.157.256.9

[7] - 4 Views78.172.451.2--78.063.926.245.876.951.777.165.462.4
[7] - 8 Views76.872.752.1--79.065.524.745.476.252.576.366.162.5
[7] - 16 Views76.071.251.6--77.863.424.244.675.649.474.863.061.0
[7] - 24 Views77.170.451.0--77.463.024.744.676.951.976.264.661.6

[8] - 4 Views77.671.847.6--75.960.917.254.975.948.777.263.661.0
[8] - 8 Views79.369.343.7--76.757.717.954.873.851.678.061.160.4
[8] - 16 Views75.371.944.4--76.259.915.951.975.550.076.962.260.0
[8] - 24 Views76.667.742.7--76.159.715.551.773.650.677.760.759.3

OBJECT DETECTION AND POSE ESTIMATION EVALUATION

  • We propose a new metric called Average Viewpoint Precision (AVP) to evalute object detection and pose estimation joinly similar to AP in object detection. In computing the precision of AVP, an output from the detector is considered to be correct if and only if the bounding box overlap is larger than 50% AND the viewpoint is correct (i.e., the two viewpoint labels are the same in discrete viewpoint space or the distance between the two viewpoints is smaller than some threshold in continuous viewpoint space). The recall is the same for AP and AVP. As a result, AP is always an upper bound of AVP.

  • VDPM: modified version of DPM, where mixture components correspond to discretized viewpoints. VDPM is trained on the PASCAL VOC 2012 train set, and tested on the PASCAL VOC 2012 val set.

  • DPM-VOC+VP [4] is trained on the PASCAL VOC 2012 train set, and tested on the PASCAL VOC 2012 val set.

  • Viewpoints & Keypoints [6] is trained on the PASCAL VOC 2012 train set and the ImageNet images in PASCAL3D+, and tested on the PASCAL VOC 2012 val set with object detections from RCNN [5].

MethodaeroplanebicycleboatbottlebuscarchairdiningtablemotorbikesofatraintvmonitorAverage
VDPM - 4 Views34.641.71.5--26.120.26.83.130.45.110.734.719.5
VDPM - 8 Views23.436.51.0--35.523.55.83.625.112.510.927.418.7
VDPM - 16 Views15.418.40.5--46.918.16.02.216.110.022.116.315.6
VDPM - 24 Views8.014.30.3--39.213.74.43.610.18.220.011.212.1

DPM-VOC+VP[4] - 4 Views37.443.90.3--48.636.96.12.131.811.811.132.223.8
DPM-VOC+VP[4] - 8 Views28.640.30.2--38.036.69.42.632.011.09.828.621.5
DPM-VOC+VP[4] - 16 Views15.922.90.3--49.029.66.12.316.77.120.219.917.3
DPM-VOC+VP[4] - 24 Views9.716.72.2--42.124.64.22.110.54.120.712.913.6

Viewpoints&Keypoints [6] - 4 Views63.159.423.0--69.855.225.124.361.143.859.455.449.1
Viewpoints&Keypoints [6] - 8 Views57.554.818.9--59.451.524.720.559.543.753.345.644.5
Viewpoints&Keypoints [6] - 16 Views46.642.012.7--64.642.720.818.538.833.542.532.936.0
Viewpoints&Keypoints [6] - 24 Views37.033.410.0--54.140.017.519.934.328.943.922.731.1

[7] - 4 Views70.367.036.7--75.458.321.434.571.546.064.363.455.4
[7] - 8 Views66.062.531.1--68.755.719.231.964.044.761.858.051.3
[7] - 16 Views51.443.023.6--68.946.315.229.349.435.647.037.340.6
[7] - 24 Views43.239.416.8--61.044.213.529.437.533.546.632.536.1

[8] - 4 Views64.662.126.8--70.051.411.340.762.740.665.961.350.7
[8] - 8 Views58.756.419.9--62.445.210.634.758.638.861.249.745.1
[8] - 16 Views46.139.613.6--56.036.86.423.541.827.038.836.433.3
[8] - 24 Views33.429.49.2--54.735.75.523.030.327.644.134.328.8

ADD YOUR RESULTS

  • Send your detection and pose estimation results to < yuxiang at cs dot stanford dot edu >.

  • Ideal format: for each test image, a set of detected bounding boxes with detection scores and viewpoints.




上一篇:世界银行 World Development Indicators 数据

下一篇:TCGA-COAD 癌症CT影像数据

用户评价
全部评价

热门资源

  • GRAZ 图像分类数据

    GRAZ 图像分类数据

  • MIT Cars 汽车图像...

    MIT Cars 汽车图像数据

  • 凶杀案报告数据

    凶杀案报告数据

  • 猫和狗图像分类数...

    Kaggle 上的竞赛数据,用以区分猫和狗两类对象,...

  • Bosch 流水线降低...

    数据来自产品在Bosch真实生产线上制造过程中的设备...