Synthetically Trained Icon Proposals for Parsing and Summarizing Infographics
Spandan Madan, Zoya Bylinskii, Matthew Tancik, Adrià Recasens, Kimberli Zhong, Sami Alsheikh, Hanspeter Pfister, Aude Oliva, Fredo Durand
TL;DR
This work tackles understanding infographics by bridging the gap between natural-image training and the unique icon-rich, text-laden content of infographics. It introduces Visually29K, a large infographic dataset with rich icon and tag annotations, and a synthetic-data pipeline that pastes transparent-background icons onto infographic patches to train a class-agnostic icon-proposal model. Using Faster R-CNN with tailored adaptations, the authors show that models trained with synthetic icon data outperform those trained on natural images in locating icons. They further demonstrate a multi-modal summarization system that combines OCR-extracted text, icon proposals, and icon classification to produce representative text tags and visual hashtags, enabling applications in knowledge retrieval, visual search, and VQA for infographics. Overall, the approach provides a scalable pathway to parse and summarize complex infographic content by jointly leveraging textual and visual cues.
Abstract
Widely used in news, business, and educational media, infographics are handcrafted to effectively communicate messages about complex and often abstract topics including `ways to conserve the environment' and `understanding the financial crisis'. Composed of stylistically and semantically diverse visual and textual elements, infographics pose new challenges for computer vision. While automatic text extraction works well on infographics, computer vision approaches trained on natural images fail to identify the stand-alone visual elements in infographics, or `icons'. To bridge this representation gap, we propose a synthetic data generation strategy: we augment background patches in infographics from our Visually29K dataset with Internet-scraped icons which we use as training data for an icon proposal mechanism. On a test set of 1K annotated infographics, icons are located with 38% precision and 34% recall (the best model trained with natural images achieves 14% precision and 7% recall). Combining our icon proposals with icon classification and text extraction, we present a multi-modal summarization application. Our application takes an infographic as input and automatically produces text tags and visual hashtags that are textually and visually representative of the infographic's topics respectively.
