paper-with-me

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 salient objects and refining object details, respectively. Despite great successes, the ability of CNNs in learning global contexts is limited. Recently, the vision transformer has achieved revolutionary progress in computer vision owing to its powerful modeling of global dependencies. However, directly applying the transformer to SOD is suboptimal because the transformer lacks the ability to learn local spatial representations. To this end, this paper explores the combination of transformers and CNNs to learn both global and local representations for SOD. We propose a transformer-based Asymmetric Bilateral U-Net (ABiU-Net). The asymmetric bilateral encoder has a transformer path and a lightweight CNN path, where the two paths communicate at each encoder stage to learn complementary global contexts and local spatial details, respectively. The asymmetric bilateral decoder also consists of two paths to process features from the transformer and CNN encoder paths, with communication at each decoder stage for decoding coarse salient object locations and fine-grained object details, respectively. Such communication between the two encoder/decoder paths enables AbiU-Net to learn complementary global and local representations, taking advantage of the natural merits of transformers and CNNs, respectively. Hence, ABiU-Net provides a new perspective for transformer-based SOD. Extensive experiments demonstrate that ABiU-Net performs favorably against previous state-of-the-art SOD methods. The code is available at https://github.com/yuqiuyuqiu/ABiU-Net.

📄 PDF Abstract BibTeX arXiv:2108.07851

Code (1)

yuqiuyuqiu/abiu-net 공식 구현 pytorch

Tasks

DecoderObjectobject-detectionObject DetectionSalient Object Detection

Methods 이 논문이 사용한 방법론

Attention 설명 없음
ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
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$…
Residual Connection 설명 없음
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Vision Transformer The Vision Transformer, or ViT, is a model for image classification that employs a Transformer-like architecture over…

Similar Papers 제목 키워드 기반

Receptive Field Broadening and Boosting for Salient Object Detection

2021-10-15 · Mingcan Ma, Changqun Xia, Chenxi Xie, Xiaowu Chen 외

Salient object detection requires a comprehensive and scalable receptive field to locate the visually significant objects in the image. Recently, the emergence of visual transformers and multi-branch modules has signific…

Objectobject-detectionObject DetectionSalient Object Detection+1

A Simple yet Effective Network based on Vision Transformer for Camouflaged Object and Salient Object Detection

2024-02-29 · Chao Hao, Zitong Yu, Xin Liu, Jun Xu 외

Camouflaged object detection (COD) and salient object detection (SOD) are two distinct yet closely-related computer vision tasks widely studied during the past decades. Though sharing the same purpose of segmenting an im…

Objectobject-detectionObject DetectionSalient Object Detection

Salient Object Detection Driven by Fixation Prediction

2018-06-01 · CVPR 2018 6 · Wenguan Wang, Jianbing Shen, Xingping Dong, Ali Borji

Research in visual saliency has been focused on two major types of models namely fixation prediction and salient object detection. The relationship between the two, however, has been less explored. In this paper, we prop…

Objectobject-detectionObject DetectionPrediction+3

CapSal: Leveraging Captioning to Boost Semantics for Salient Object Detection

2019-06-01 · CVPR 2019 6 · Lu Zhang, Jianming Zhang, Zhe Lin, Huchuan Lu 외

Detecting salient objects in cluttered scenes is a big challenge. To address this problem, we argue that the model needs to learn discriminative semantic features for salient objects. To this end, we propose to leverage…

Image Captioningobject-detectionObject DetectionRGB Salient Object Detection+1

TANet: Transformer-based Asymmetric Network for RGB-D Salient Object Detection

2022-07-04 · Chang Liu, Gang Yang, Shuo Wang, Hangxu Wang 외

Existing RGB-D SOD methods mainly rely on a symmetric two-stream CNN-based network to extract RGB and depth channel features separately. However, there are two problems with the symmetric conventional network structure: …

object-detectionObject DetectionRGB-D Salient Object DetectionSalient Object Detection