paper-with-me

Papers

Visual Saliency Transformer

2021-04-25 · ICCV 2021 10 · Nian Liu, Ni Zhang, Kaiyuan Wan, Ling Shao, Junwei Han

Existing state-of-the-art saliency detection methods heavily rely on CNN-based architectures. Alternatively, we rethink this task from a convolution-free sequence-to-sequence perspective and predict saliency by modeling long-range dependencies, which can not be achieved by convolution. Specifically, we develop a novel unified model based on a pure transformer, namely, Visual Saliency Transformer (VST), for both RGB and RGB-D salient object detection (SOD). It takes image patches as inputs and leverages the transformer to propagate global contexts among image patches. Unlike conventional architectures used in Vision Transformer (ViT), we leverage multi-level token fusion and propose a new token upsampling method under the transformer framework to get high-resolution detection results. We also develop a token-based multi-task decoder to simultaneously perform saliency and boundary detection by introducing task-related tokens and a novel patch-task-attention mechanism. Experimental results show that our model outperforms existing methods on both RGB and RGB-D SOD benchmark datasets. Most importantly, our whole framework not only provides a new perspective for the SOD field but also shows a new paradigm for transformer-based dense prediction models. Code is available at https://github.com/nnizhang/VST.

📄 PDF Abstract BibTeX arXiv:2104.12099

Code (2)

fhshen2022/prunerepaint pytorch
nnizhang/VST pytorch

Tasks

Boundary DetectionDecoderobject-detectionObject DetectionRGB-D Salient Object DetectionSaliency DetectionSalient Object DetectionThermal Image Segmentation

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Position-Wise Feed-Forward Layer 설명 없음
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Residual Connection 설명 없음
Multi-Head Attention 설명 없음

Similar Papers 제목 키워드 기반

TranSalNet: Towards perceptually relevant visual saliency prediction

2021-10-07 · Jianxun Lou, Hanhe Lin, David Marshall, Dietmar Saupe 외

Visual saliency prediction using transformers - Convolutional neural networks (CNNs) have significantly advanced computational modelling for saliency prediction. However, accurately simulating the mechanisms of visual at…

PredictionSaliency Prediction

Exploring deep learning for Event-Based Saliency Prediction with a Transformer-based model

2026-05-22 · Romaric Mazna, Jean Martinet, Sai Deepesh Pokala arxiv

Saliency prediction has been extensively studied in RGB images and videos as a computational model of human visual attention. In contrast, predicting saliency from event-based data remains largely unexplored, despite the…

Saliency PredictionEvent-based vision

Spherical Vision Transformers for Audio-Visual Saliency Prediction in 360-Degree Videos

2025-08-27 · Mert Cokelek, Halit Ozsoy, Nevrez Imamoglu, Cagri Ozcinar 외 arxiv

Omnidirectional videos (ODVs) are redefining viewer experiences in virtual reality (VR) by offering an unprecedented full field-of-view (FOV). This study extends the domain of saliency prediction to 360-degree environmen…

Saliency Prediction

Finding Visual Saliency in Continuous Spike Stream

2024-03-10 · Lin Zhu, Xianzhang Chen, Xiao Wang, Hua Huang

As a bio-inspired vision sensor, the spike camera emulates the operational principles of the fovea, a compact retinal region, by employing spike discharges to encode the accumulation of per-pixel luminance intensity. Lev…

Saliency Detection

Decoding Layer Saliency in Language Transformers

2023-08-09 · Elizabeth M. Hou, Gregory Castanon

In this paper, we introduce a strategy for identifying textual saliency in large-scale language models applied to classification tasks. In visual networks where saliency is more well-studied, saliency is naturally locali…