Task-Driven Webpage Saliency

Abstract

In this paper, we present an end-to-end learning framework for predicting task-driven visual saliency on webpages. Given a webpage, we propose a convolutional neural network to predict where people look at it under different task conditions. Inspired by the observation that given a specific task, human attention is strongly correlated with certain semantic components on a webpage (e.g., images, buttons and input boxes), our network explicitly disentangles saliency prediction into two independent sub-tasks: task-specific attention shift prediction and task-free saliency prediction. The task-specific branch estimates task-driven attention shift over a webpage from its semantic components, while the task-free branch infers visual saliency induced by visual features of the webpage. The outputs of the two branches are combined to produce the final prediction. Such a task decomposition framework allows us to efficiently learn our model from a small-scale task-driven saliency dataset with sparse labels (captured under a single task condition). Experimental results show that our method outperforms the baselines and prior works, achieving state-of-the-art performance on a newly collected benchmark dataset for task-driven webpage saliency detection.

Cite

Text

Zheng et al. "Task-Driven Webpage Saliency." Proceedings of the European Conference on Computer Vision (ECCV), 2018. doi:10.1007/978-3-030-01264-9_18

Markdown

[Zheng et al. "Task-Driven Webpage Saliency." Proceedings of the European Conference on Computer Vision (ECCV), 2018.](https://mlanthology.org/eccv/2018/zheng2018eccv-taskdriven/) doi:10.1007/978-3-030-01264-9_18

BibTeX

@inproceedings{zheng2018eccv-taskdriven,
  title     = {{Task-Driven Webpage Saliency}},
  author    = {Zheng, Quanlong and Jiao, Jianbo and Cao, Ying and Lau, Rynson W.H.},
  booktitle = {Proceedings of the European Conference on Computer Vision (ECCV)},
  year      = {2018},
  doi       = {10.1007/978-3-030-01264-9_18},
  url       = {https://mlanthology.org/eccv/2018/zheng2018eccv-taskdriven/}
}