paper-with-me

Papers

Unifying Global-Local Representations in Salient Object Detection with Transformer

2021-08-05 · Sucheng Ren, Qiang Wen, Nanxuan Zhao, Guoqiang Han, Shengfeng He

The fully convolutional network (FCN) has dominated salient object detection for a long period. However, the locality of CNN requires the model deep enough to have a global receptive field and such a deep model always leads to the loss of local details. In this paper, we introduce a new attention-based encoder, vision transformer, into salient object detection to ensure the globalization of the representations from shallow to deep layers. With the global view in very shallow layers, the transformer encoder preserves more local representations to recover the spatial details in final saliency maps. Besides, as each layer can capture a global view of its previous layer, adjacent layers can implicitly maximize the representation differences and minimize the redundant features, making that every output feature of transformer layers contributes uniquely for final prediction. To decode features from the transformer, we propose a simple yet effective deeply-transformed decoder. The decoder densely decodes and upsamples the transformer features, generating the final saliency map with less noise injection. Experimental results demonstrate that our method significantly outperforms other FCN-based and transformer-based methods in five benchmarks by a large margin, with an average of 12.17% improvement in terms of Mean Absolute Error (MAE). Code will be available at https://github.com/OliverRensu/GLSTR.

📄 PDF Abstract BibTeX arXiv:2108.02759

Code (1)

OliverRensu/GLSTR 공식 구현 pytorch

Tasks

Decoderobject-detectionObject DetectionSalient Object Detection

Similar Papers 제목 키워드 기반

Boosting Salient Object Detection with Transformer-based Asymmetric Bilateral U-Net

2021-08-17 · Yu Qiu, Yun Liu, Le Zhang, Jing Xu

Existing salient object detection (SOD) methods mainly rely on U-shaped convolution neural networks (CNNs) with skip connections to combine the global contexts and local spatial details that are crucial for locating sali…

DecoderObjectobject-detectionObject Detection+1

Edge-guided Non-local Fully Convolutional Network for Salient Object Detection

2019-08-07 · Zhengzheng Tu, Yan Ma, Chenglong Li, Jin Tang 외

Fully Convolutional Neural Network (FCN) has been widely applied to salient object detection recently by virtue of high-level semantic feature extraction, but existing FCN based methods still suffer from continuous strid…

object-detectionObject DetectionRGB Salient Object DetectionSalient Object Detection

Object-aware Aggregation with Bidirectional Temporal Graph for Video Captioning

2019-06-11 · CVPR 2019 6 · Junchao Zhang, Yuxin Peng

Video captioning aims to automatically generate natural language descriptions of video content, which has drawn a lot of attention recent years. Generating accurate and fine-grained captions needs to not only understand …

ObjectVideo Captioning

United Domain Cognition Network for Salient Object Detection in Optical Remote Sensing Images

2024-11-11 · Yanguang Sun, Jian Yang, Lei Luo

Recently, deep learning-based salient object detection (SOD) in optical remote sensing images (ORSIs) have achieved significant breakthroughs. We observe that existing ORSIs-SOD methods consistently center around optimiz…

object-detectionObject DetectionSalient Object Detection

Global and Local Sensitivity Guided Key Salient Object Re-augmentation for Video Saliency Detection

2018-11-19 · Ziqi Zhou, Zheng Wang, Huchuan Lu, Song Wang 외

The existing still-static deep learning based saliency researches do not consider the weighting and highlighting of extracted features from different layers, all features contribute equally to the final saliency decision…

Decision Makingfeature selectionObjectSaliency Detection+2