paper-with-me

홈 › Papers

MDS-ViTNet: Improving saliency prediction for Eye-Tracking with Vision Transformer

2024-05-29 · Polezhaev Ignat, Goncharenko Igor, Iurina Natalya

In this paper, we present a novel methodology we call MDS-ViTNet (Multi Decoder Saliency by Vision Transformer Network) for enhancing visual saliency prediction or eye-tracking. This approach holds significant potential for diverse fields, including marketing, medicine, robotics, and retail. We propose a network architecture that leverages the Vision Transformer, moving beyond the conventional ImageNet backbone. The framework adopts an encoder-decoder structure, with the encoder utilizing a Swin transformer to efficiently embed most important features. This process involves a Transfer Learning method, wherein layers from the Vision Transformer are converted by the Encoder Transformer and seamlessly integrated into a CNN Decoder. This methodology ensures minimal information loss from the original input image. The decoder employs a multi-decoding technique, utilizing dual decoders to generate two distinct attention maps. These maps are subsequently combined into a singular output via an additional CNN model. Our trained model MDS-ViTNet achieves state-of-the-art results across several benchmarks. Committed to fostering further collaboration, we intend to make our code, models, and datasets accessible to the public.

📄 PDF Abstract BibTeX arXiv:2405.19501

Code (1)

ignatpolezhaev/mds-vitnet 공식 구현 pytorch

Tasks

DecoderMarketingSaliency PredictionTransfer Learning

Methods 이 논문이 사용한 방법론

Attention 설명 없음
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Adam 설명 없음
Position-Wise Feed-Forward Layer 설명 없음
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
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…
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…

Similar Papers 제목 키워드 기반

SGDViT: Saliency-Guided Dynamic Vision Transformer for UAV Tracking

2023-03-08 · Liangliang Yao, Changhong Fu, Sihang Li, Guangze Zheng 외

Vision-based object tracking has boosted extensive autonomous applications for unmanned aerial vehicles (UAVs). However, the dynamic changes in flight maneuver and viewpoint encountered in UAV tracking pose significant d…

Object Tracking

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

TurkerGaze: Crowdsourcing Saliency with Webcam based Eye Tracking

2015-04-25 · Pingmei Xu, Krista A. Ehinger, yinda zhang, Adam Finkelstein 외

Traditional eye tracking requires specialized hardware, which means collecting gaze data from many observers is expensive, tedious and slow. Therefore, existing saliency prediction datasets are order-of-magnitudes smalle…

Saliency Prediction

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