paper-with-me

Papers

DeepFix: A Fully Convolutional Neural Network for predicting Human Eye Fixations

2015-10-10 · Srinivas S. S. Kruthiventi, Kumar Ayush, R. Venkatesh Babu

Understanding and predicting the human visual attentional mechanism is an active area of research in the fields of neuroscience and computer vision. In this work, we propose DeepFix, a first-of-its-kind fully convolutional neural network for accurate saliency prediction. Unlike classical works which characterize the saliency map using various hand-crafted features, our model automatically learns features in a hierarchical fashion and predicts saliency map in an end-to-end manner. DeepFix is designed to capture semantics at multiple scales while taking global context into account using network layers with very large receptive fields. Generally, fully convolutional nets are spatially invariant which prevents them from modeling location dependent patterns (e.g. centre-bias). Our network overcomes this limitation by incorporating a novel Location Biased Convolutional layer. We evaluate our model on two challenging eye fixation datasets -- MIT300, CAT2000 and show that it outperforms other recent approaches by a significant margin.

📄 PDF Abstract BibTeX arXiv:1510.02927

Code (0)

등록된 구현이 없습니다.

Tasks

Saliency Prediction

Similar Papers 제목 키워드 기반

Predicting Human Eye Fixations via an LSTM-based Saliency Attentive Model

2016-11-29 · Marcella Cornia, Lorenzo Baraldi, Giuseppe Serra, Rita Cucchiara

Data-driven saliency has recently gained a lot of attention thanks to the use of Convolutional Neural Networks for predicting gaze fixations. In this paper we go beyond standard approaches to saliency prediction, in whic…

Saliency Prediction

SALICON: Reducing the Semantic Gap in Saliency Prediction by Adapting Deep Neural Networks

2015-12-01 · ICCV 2015 12 · Xun Huang, Chengyao Shen, Xavier Boix, Qi Zhao

Saliency in Context (SALICON) is an ongoing effort that aims at understanding and predicting visual attention. Conventional saliency models typically rely on low-level image statistics to predict human fixations. While t…

Object RecognitionSaliency Prediction

Supersaliency: A Novel Pipeline for Predicting Smooth Pursuit-Based Attention Improves Generalizability of Video Saliency

2018-01-26 · Mikhail Startsev, Michael Dorr

Predicting attention is a popular topic at the intersection of human and computer vision. However, even though most of the available video saliency data sets and models claim to target human observers' fixations, they fa…

PredictionSaliency Prediction

Saliency Unified: A Deep Architecture for Simultaneous Eye Fixation Prediction and Salient Object Segmentation

2016-06-01 · CVPR 2016 6 · Srinivas S. S. Kruthiventi, Vennela Gudisa, Jaley H. Dholakiya, R. Venkatesh Babu

Human eye fixations often correlate with locations of salient objects in the scene. However, only a handful of approaches have attempted to simultaneously address the related aspects of eye fixations and object saliency.…

ObjectSemantic Segmentation

Predicting Eye Fixations Using Convolutional Neural Networks

2015-06-01 · CVPR 2015 6 · Nian Liu, Junwei Han, Dingwen Zhang, Shifeng Wen 외

It is believed that eye movements in free-viewing of natural scenes are directed by both bottom-up visual saliency and top-down visual factors. In this paper, we propose a novel computational framework to simultaneously …