paper-with-me

Papers

Generative Transformer for Accurate and Reliable Salient Object Detection

2021-04-20 · Yuxin Mao, Jing Zhang, Zhexiong Wan, Yuchao Dai, Aixuan Li, Yunqiu Lv, Xinyu Tian, Deng-Ping Fan, Nick Barnes

Transformer, which originates from machine translation, is particularly powerful at modeling long-range dependencies. Currently, the transformer is making revolutionary progress in various vision tasks, leading to significant performance improvements compared with the convolutional neural network (CNN) based frameworks. In this paper, we conduct extensive research on exploiting the contributions of transformers for accurate and reliable salient object detection. For the former, we apply transformer to a deterministic model, and explain that the effective structure modeling and global context modeling abilities lead to its superior performance compared with the CNN based frameworks. For the latter, we observe that both CNN and transformer based frameworks suffer greatly from the over-confidence issue, where the models tend to generate wrong predictions with high confidence. To estimate the reliability degree of both CNN- and transformer-based frameworks, we further present a latent variable model, namely inferential generative adversarial network (iGAN), based on the generative adversarial network (GAN). The stochastic attribute of the latent variable makes it convenient to estimate the predictive uncertainty, serving as an auxiliary output to evaluate the reliability of model prediction. Different from the conventional GAN, which defines the distribution of the latent variable as fixed standard normal distribution $\mathcal{N}(0,\mathbf{I})$, the proposed iGAN infers the latent variable by gradient-based Markov Chain Monte Carlo (MCMC), namely Langevin dynamics, leading to an input-dependent latent variable model. We apply our proposed iGAN to both fully and weakly supervised salient object detection, and explain that iGAN within the transformer framework leads to both accurate and reliable salient object detection.

📄 PDF Abstract BibTeX arXiv:2104.10127

Code (2)

fupiao1998/TrasformerSOD 공식 구현 pytorch
fupiao1998/transformersod 공식 구현 pytorch

Tasks

AttributeCamouflaged Object SegmentationGenerative Adversarial NetworkMachine TranslationObjectobject-detectionObject DetectionSaliency PredictionSalient Object DetectionSelf-Supervised LearningSemantic Segmentation

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Residual Connection 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
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$…
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…
Vision Transformer The Vision Transformer, or ViT, is a model for image classification that employs a Transformer-like architecture over…

Similar Papers 제목 키워드 기반

Learning Generative Vision Transformer with Energy-Based Latent Space for Saliency Prediction

2021-12-27 · NeurIPS 2021 12 · Jing Zhang, Jianwen Xie, Nick Barnes, Ping Li

Vision transformer networks have shown superiority in many computer vision tasks. In this paper, we take a step further by proposing a novel generative vision transformer with latent variables following an informative en…

object-detectionObject DetectionRGB-D Salient Object DetectionSaliency Prediction+2

An Energy-Based Prior for Generative Saliency

2022-04-19 · Jing Zhang, Jianwen Xie, Nick Barnes, Ping Li

We propose a novel generative saliency prediction framework that adopts an informative energy-based model as a prior distribution. The energy-based prior model is defined on the latent space of a saliency generator netwo…

object-detectionObject DetectionRGB-D Salient Object DetectionSaliency Prediction+2

Mirror Complementary Transformer Network for RGB-thermal Salient Object Detection

2022-07-07 · Xiurong Jiang, Lin Zhu, Yifan Hou, Hui Tian

RGB-thermal salient object detection (RGB-T SOD) aims to locate the common prominent objects of an aligned visible and thermal infrared image pair and accurately segment all the pixels belonging to those objects. It is p…

Autonomous Drivingobject-detectionObject DetectionSalient Object Detection+1

External Prompt Features Enhanced Parameter-efficient Fine-tuning for Salient Object Detection

2024-04-23 · Wen Liang, Peipei Ran, Mengchao Bai, Xiao Liu 외

Salient object detection (SOD) aims at finding the most salient objects in images and outputs pixel-level binary masks. Transformer-based methods achieve promising performance due to their global semantic understanding, …

Decoderobject-detectionObject Detectionparameter-efficient fine-tuning+1

CoSformer: Detecting Co-Salient Object with Transformers

2021-04-30 · Lv Tang, Bo Li

Co-Salient Object Detection (CoSOD) aims at simulating the human visual system to discover the common and salient objects from a group of relevant images. Recent methods typically develop sophisticated deep learning base…

Co-Salient Object DetectionObjectobject-detectionObject Detection+1