English

SESS: Saliency Enhancing with Scaling and Sliding

Computer Vision and Pattern Recognition 2022-07-06 v1

Abstract

High-quality saliency maps are essential in several machine learning application areas including explainable AI and weakly supervised object detection and segmentation. Many techniques have been developed to generate better saliency using neural networks. However, they are often limited to specific saliency visualisation methods or saliency issues. We propose a novel saliency enhancing approach called SESS (Saliency Enhancing with Scaling and Sliding). It is a method and model agnostic extension to existing saliency map generation methods. With SESS, existing saliency approaches become robust to scale variance, multiple occurrences of target objects, presence of distractors and generate less noisy and more discriminative saliency maps. SESS improves saliency by fusing saliency maps extracted from multiple patches at different scales from different areas, and combines these individual maps using a novel fusion scheme that incorporates channel-wise weights and spatial weighted average. To improve efficiency, we introduce a pre-filtering step that can exclude uninformative saliency maps to improve efficiency while still enhancing overall results. We evaluate SESS on object recognition and detection benchmarks where it achieves significant improvement. The code is released publicly to enable researchers to verify performance and further development. Code is available at: https://github.com/neouyghur/SESS

Keywords

Cite

@article{arxiv.2207.01769,
  title  = {SESS: Saliency Enhancing with Scaling and Sliding},
  author = {Osman Tursun and Simon Denman and Sridha Sridharan and Clinton Fookes},
  journal= {arXiv preprint arXiv:2207.01769},
  year   = {2022}
}

Comments

This paper will be presented at ECCV2022

R2 v1 2026-06-24T12:13:57.467Z