Home

Awesome

Cascaded Partial Decoder for Fast and Accurate Salient Object Detection (CVPR2019)

Our model ranks first in the challenging SOC benchmark up to now (2019.11.6).

Requirements:

python2.7, pytorch 0.4.0

Usage

Modify the pathes of backbone and datasets, then run test_CPD.py

Pre-trained model

VGG16 backbone: google drive, BaiduYun (code: gb5u)

ResNet50 backbone: google drive, BaiduYun (code: klfd)

Pre-computed saliency maps

VGG16 backbone: google drive

ResNet50 backbone: google drive

Performance

Maximum F-measure

ModelFPSECSSDHKU-ISDUT-OMRONDUTS-TESTPASCAL-S
PiCANet70.9310.9210.7940.8510.862
CPD660.9360.9240.7940.8640.866
PiCANet-R50.9350.9190.8030.8600.863
CPD-R620.9390.9250.7970.8650.864

MAE

ModelECSSDHKU-ISDUT-OMRONDUTS-TESTPASCAL-S
PiCANet0.0460.0420.0680.0540.076
CPD0.0400.0330.0570.0430.074
PiCANet-R0.0460.0430.0650.0510.075
CPD-R0.0370.0340.0560.0430.072

Shadow Detection

pre-computed maps: google drive

Performance

BER

ModelSBUISTDUCF
DSC5.598.248.10
CPD4.196.767.21

Citation

@InProceedings{Wu_2019_CVPR,
author = {Wu, Zhe and Su, Li and Huang, Qingming},
title = {Cascaded Partial Decoder for Fast and Accurate Salient Object Detection},
booktitle = {The IEEE Conference on Computer Vision and Pattern Recognition (CVPR)},
month = {June},
year = {2019}
}