CoVA: Context-aware Visual Attention for Webpage Information Extraction
Anurendra Kumar, Keval Morabia, Jingjin Wang, Kevin Chen-Chuan Chang,, Alexander Schwing

TL;DR
This paper introduces CoVA, a novel context-aware visual attention method for webpage information extraction that combines appearance features with DOM structure, improving accuracy over previous methods.
Contribution
The paper reformulates webpage information extraction as a Webpage Object Detection task using a new visual attention model that integrates appearance and DOM context.
Findings
CoVA outperforms prior state-of-the-art methods on a new large-scale e-commerce dataset.
The dataset includes manual annotations of product price, title, image, and background.
CoVA establishes a new challenging baseline for webpage information extraction.
Abstract
Webpage information extraction (WIE) is an important step to create knowledge bases. For this, classical WIE methods leverage the Document Object Model (DOM) tree of a website. However, use of the DOM tree poses significant challenges as context and appearance are encoded in an abstract manner. To address this challenge we propose to reformulate WIE as a context-aware Webpage Object Detection task. Specifically, we develop a Context-aware Visual Attention-based (CoVA) detection pipeline which combines appearance features with syntactical structure from the DOM tree. To study the approach we collect a new large-scale dataset of e-commerce websites for which we manually annotate every web element with four labels: product price, product title, product image and background. On this dataset we show that the proposed CoVA approach is a new challenging baseline which improves upon prior…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsWeb Data Mining and Analysis · Advanced Image and Video Retrieval Techniques · Text and Document Classification Technologies
MethodsSoftmax · RoIPool · Graph Attention Network · Convolution · Fast R-CNN · Context-aware Visual Attention-based (CoVA) webpage object detection pipeline
