paper-with-me

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 energy-based prior for salient object detection. Both the vision transformer network and the energy-based prior model are jointly trained via Markov chain Monte Carlo-based maximum likelihood estimation, in which the sampling from the intractable posterior and prior distributions of the latent variables are performed by Langevin dynamics. Further, with the generative vision transformer, we can easily obtain a pixel-wise uncertainty map from an image, which indicates the model confidence in predicting saliency from the image. Different from the existing generative models which define the prior distribution of the latent variables as a simple isotropic Gaussian distribution, our model uses an energy-based informative prior which can be more expressive to capture the latent space of the data. We apply the proposed framework to both RGB and RGB-D salient object detection tasks. Extensive experimental results show that our framework can achieve not only accurate saliency predictions but also meaningful uncertainty maps that are consistent with the human perception.

📄 PDF Abstract BibTeX arXiv:2112.13528

Code (0)

등록된 구현이 없습니다.

Tasks

object-detectionObject DetectionRGB-D Salient Object DetectionSaliency PredictionSalient Object DetectionThermal Image Segmentation

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
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$…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
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…
Vision Transformer The Vision Transformer, or ViT, is a model for image classification that employs a Transformer-like architecture over…

Similar Papers 제목 키워드 기반

Latent Space Energy-based Model for Fine-grained Open Set Recognition

2023-09-19 · Wentao Bao, Qi Yu, Yu Kong

Fine-grained open-set recognition (FineOSR) aims to recognize images belonging to classes with subtle appearance differences while rejecting images of unknown classes. A recent trend in OSR shows the benefit of generativ…

AttributeDensity EstimationOpen Set Learning

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

GT-SVJ: Generative-Transformer-Based Self-Supervised Video Judge For Efficient Video Reward Modeling

2026-02-05 · Shivanshu Shekhar, Uttaran Bhattacharya, Raghavendra Addanki, Mehrab Tanjim 외 arxiv

Aligning video generative models with human preferences remains challenging: current approaches rely on Vision-Language Models (VLMs) for reward modeling, but these models struggle to capture subtle temporal dynamics. We…

Video Generation

Exponential Tilting of Generative Models: Improving Sample Quality by Training and Sampling from Latent Energy

2020-06-15 · Zhisheng Xiao, Qing Yan, Yali Amit

In this paper, we present a general method that can improve the sample quality of pre-trained likelihood based generative models. Our method constructs an energy function on the latent variable space that yields an energ…

LaVin-DiT: Large Vision Diffusion Transformer

2024-11-18 · CVPR 2025 1 · Zhaoqing Wang, Xiaobo Xia, Runnan Chen, Dongdong Yu 외

This paper presents the Large Vision Diffusion Transformer (LaVin-DiT), a scalable and unified foundation model designed to tackle over 20 computer vision tasks in a generative framework. Unlike existing large vision mod…

In-Context Learning