Skip to content

Salient Objects in Clutter, arXiv, 2021 (ECCV2018 extenstion).

Notifications You must be signed in to change notification settings

DengPingFan/SOC-DataAug

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SOC-DataAug

This repo contains the data augmentation part used in Salient Objects in Clutter.

You can adapt the settings in config.py for your own trials.

In this document, we investigate three dataset-enhancement strategies (DES), including label smoothing to implicitly emphasize salient boundaries, random image augmentation to adapt saliency models to various scenarios, and self-supervised learning as a regularization strategy to learn from small datasets.

Despite the apparent simplicity of our strategies, we can achieve an average absolute improvement of 1.1% Sα over five existing cutting-edge models:

table_10

Further, we investigate the contribution of each data-enhancement strategy, and show the performance in Table 11, where we choose CVAE as the base model. “LS”, “RDA”, “SS” represent adding label smoothing strategy, random data augmentation and self-supervised learning to the base model respectively.

table_11

  • Random data augmentation introduced diverse samples to the initial training dataset, which is effective in improving model generalization ability.
  • Self-supervised learning strategy was inspired by the multi-scale input strategy used in CVAE. We utilized it as a regularization technique and observed slightly improved performance.
  • Label smoothing was introduced to prevent model from over-confidence, thus achieve well-calibrated model.
@article{Fan2021SOC,
title={Salient Objects in Clutter},
author={Fan, Deng-Ping and Zhang, Jing and Xu, Gang and Cheng, Ming-Ming and Shao, Ling},
journal={arXiv preprint arXiv:2105.03053},
year={2021}
}

About

Salient Objects in Clutter, arXiv, 2021 (ECCV2018 extenstion).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages