CVJul 5, 2022

SESS: Saliency Enhancing with Scaling and Sliding

arXiv:2207.01769v110 citationsh-index: 65Has Code
Originality Incremental advance
AI Analysis

This addresses the need for better saliency maps in explainable AI and weakly supervised tasks, offering an incremental enhancement to existing methods.

The paper tackles the problem of generating high-quality saliency maps by proposing SESS, a method-agnostic extension that enhances existing saliency approaches to be robust to scale variance and multiple object occurrences, resulting in less noisy and more discriminative maps with significant improvements on object recognition and detection benchmarks.

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

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes