paper-with-me

홈 › Papers

SESS: Saliency Enhancing with Scaling and Sliding

2022-07-05 · Osman Tursun, Simon Denman, Sridha Sridharan, Clinton Fookes

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

📄 PDF Abstract BibTeX arXiv:2207.01769

Code (1)

neouyghur/sess 공식 구현 pytorch

Tasks

Explainable artificial intelligenceObject DetectionObject RecognitionWeakly Supervised Object DetectionWeakly supervised segmentation

Methods 이 논문이 사용한 방법론

CAM Class activation maps could be used to interpret the prediction decision made by the convolutional neural network (CNN). Image source: [Learning Deep Features for…

Similar Papers 제목 키워드 기반

Prefix Sliding for efficient test-time scaling

2026-08-26 · Niklas Muennighoff, Zhengyang Wang, Zeyi Chen, Weijia Shi 외 arxiv

Test-time scaling uses extra test-time compute to improve performance, such as letting language models reason longer when solving a problem. As models keep the entire reasoning trace in memory via full attention, hard ta…

Reinforcement Learning

EZREAL: Enhancing Zero-Shot Outdoor Robot Navigation toward Distant Targets under Varying Visibility

2025-09-17 · Tianle Zeng, Jianwei Peng, Hanjing Ye, Guangcheng Chen 외 arxiv

Zero-shot object navigation (ZSON) in large-scale outdoor environments faces many challenges; we specifically address a coupled one: long-range targets that reduce to tiny projections and intermittent visibility due to p…

Robot NavigationImage Rescaling

ViASNet: A Video Ad Saliency Network for Predicting Dynamic Saliency and Viewer Engagement

2026-05-28 · Jianping Ye, Michel Wedel arxiv

The digital media landscape has seen a pervasive shift toward short-form video advertising on TV, social media and e-commerce platforms. The present study focuses on deep saliency prediction for short-form video advertis…

Saliency Prediction

TASED-Net: Temporally-Aggregating Spatial Encoder-Decoder Network for Video Saliency Detection

2019-08-15 · ICCV 2019 10 · Kyle Min, Jason J. Corso

TASED-Net is a 3D fully-convolutional network architecture for video saliency detection. It consists of two building blocks: first, the encoder network extracts low-resolution spatiotemporal features from an input clip o…

DecoderSaliency DetectionVideo Saliency Detection

Series Saliency: Temporal Interpretation for Multivariate Time Series Forecasting

2020-12-16 · Qingyi Pan, WenBo Hu, Jun Zhu

Time series forecasting is an important yet challenging task. Though deep learning methods have recently been developed to give superior forecasting results, it is crucial to improve the interpretability of time series m…

Data AugmentationMultivariate Time Series ForecastingTime SeriesTime Series Analysis+1