paper-with-me

Papers

Synthetically Trained Icon Proposals for Parsing and Summarizing Infographics

2018-07-27 · Spandan Madan, Zoya Bylinskii, Matthew Tancik, Adrià Recasens, Kimberli Zhong, Sami Alsheikh, Hanspeter Pfister, Aude Oliva, Fredo Durand

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.

📄 PDF Abstract BibTeX arXiv:1807.10441

Code (1)

cvzoya/visuallydata

Tasks

Synthetic Data Generation

Similar Papers 제목 키워드 기반

Lexicon-injected Semantic Parsing for Task-Oriented Dialog

2022-11-26 · Xiaojun Meng, Wenlin Dai, Yasheng Wang, Baojun Wang 외

Recently, semantic parsing using hierarchical representations for dialog systems has captured substantial attention. Task-Oriented Parse (TOP), a tree representation with intents and slots as labels of nested tree nodes,…

Semantic Parsing

Non-Deterministic Segmentation for Chinese Lattice Parsing

2017-09-01 · RANLP 2017 9 · Hai Hu, Daniel Dakota, S K{\"u}bler, ra

Parsing Chinese critically depends on correct word segmentation for the parser since incorrect segmentation inevitably causes incorrect parses. We investigate a pipeline approach to segmentation and parsing using word la…

Morphological AnalysisSegmentationSentence

Synthetic vs. Real Reference Strings for Citation Parsing, and the Importance of Re-training and Out-Of-Sample Data for Meaningful Evaluations: Experiments with GROBID, GIANT and Cora

2020-04-22 · WOSP 2020 8 · Mark Grennan, Joeran Beel

Citation parsing, particularly with deep neural networks, suffers from a lack of training data as available datasets typically contain only a few thousand training instances. Manually labelling citation strings is very t…

Semantic Parsing with Semi-Supervised Sequential Autoencoders

2016-09-29 · EMNLP 2016 11 · Tomáš Kočiský, Gábor Melis, Edward Grefenstette, Chris Dyer 외

We present a novel semi-supervised approach for sequence transduction and apply it to semantic parsing. The unsupervised component is based on a generative model in which latent sentences generate the unpaired logical fo…

Semantic Parsing

On Eliciting Syntax from Language Models via Hashing

2024-10-05 · Yiran Wang, Masao Utiyama

Unsupervised parsing, also known as grammar induction, aims to infer syntactic structure from raw text. Recently, binary representation has exhibited remarkable information-preserving capabilities at both lexicon and syn…

Constituency Grammar Induction