Predicting Visual Attention in Graphic Design Documents
Souradeep Chakraborty, Zijun Wei, Conor Kelton, Seoyoung Ahn, Aruna Balasubramanian, Gregory J. Zelinsky, Dimitris Samaras
TL;DR
This work addresses predicting visual attention in graphic design documents by introducing AGD, a two-stage framework that first estimates component-wise fixation density maps conditioned on page layout and then predicts scanpaths via inverse reinforcement learning using those maps as state representations. The Stage 1 CSPNet encodes both image features and a layout embedding to produce salient maps for faces, text, logos, banners, and images, which are fused into a final saliency map; Stage 2 uses Generative Adversarial Imitation Learning to generate human-like scanpaths guided by dynamic component beliefs. A large WebSaliency dataset (450 webpages, 41 subjects) is introduced, enabling robust training and layout-aware clustering. The model generalizes across comics, posters, mobile UIs, and even natural images, outperforming several baselines in saliency and scanpath prediction and offering interpretability through component-level saliency and layout conditioning. These advances have practical implications for design evaluation, adaptive content delivery, and cross-domain attention modeling in complex graphic documents.
Abstract
We present a model for predicting visual attention during the free viewing of graphic design documents. While existing works on this topic have aimed at predicting static saliency of graphic designs, our work is the first attempt to predict both spatial attention and dynamic temporal order in which the document regions are fixated by gaze using a deep learning based model. We propose a two-stage model for predicting dynamic attention on such documents, with webpages being our primary choice of document design for demonstration. In the first stage, we predict the saliency maps for each of the document components (e.g. logos, banners, texts, etc. for webpages) conditioned on the type of document layout. These component saliency maps are then jointly used to predict the overall document saliency. In the second stage, we use these layout-specific component saliency maps as the state representation for an inverse reinforcement learning model of fixation scanpath prediction during document viewing. To test our model, we collected a new dataset consisting of eye movements from 41 people freely viewing 450 webpages (the largest dataset of its kind). Experimental results show that our model outperforms existing models in both saliency and scanpath prediction for webpages, and also generalizes very well to other graphic design documents such as comics, posters, mobile UIs, etc. and natural images.
