Methods › Computer Vision › Webpage Object Detection Pipeline › CoVA
Context-aware Visual Attention-based (CoVA) webpage object detection pipeline
CoVA
Introduced by Anurendra Kumar et al. in CoVA: Context-aware Visual Attention for Webpage Information Extraction
archive 2025-07-28 Description, source and code snippet are the archive's method entry.
Context-Aware Visual Attention-based end-to-end pipeline for Webpage Object Detection (CoVA) aims to learn function f to predict labels y = [y₁, y₂, ..., y_N] for a webpage containing N elements. The input to CoVA consists of: 1. a screenshot of a webpage, 2. list of bounding boxes [x, y, w, h] of the web elements, and 3. neighborhood information for each element obtained from the DOM tree.
This information is processed in four stages: 1. the graph representation extraction for the webpage, 2. the Representation Network (RN), 3. the Graph Attention Network (GAT), and 4. a fully connected (FC) layer.
The graph representation extraction computes for every web element i its set of K neighboring web elements $N_i_. The _RN_consists of a Convolutional Neural Net (_CNN_) and a positional encoder aimed to learn a visual representation _v_i_for each web element ᵢ isin; 1, ..., N_. The _GAT_combines the visual representation _v_iₒf the web element ᵢₜo be classified and those of its neighbors, i.e., _v_k$ ∀k ∈ $N_iₜo compute the contextual representation _c_i$ for web element i. Finally, the visual and contextual representations of the web element are concatenated and passed through the FC layer to obtain the classification output.
Papers archive 2025-07-28
2 shown of 2, newest first. Repository counts are the archive's code-links table. A Syntology line states what Syntology ran from that paper's harvested code; it is per sample and not a correctness claim.
-
CoVA: Exploiting Compressed-Domain Analysis to Accelerate Video Analytics 2 Jul 2022 · 1 repository · arXiv:2207.00588
-
CoVA: Context-aware Visual Attention for Webpage Information Extraction 24 Oct 2021 · 1 repository · arXiv:2110.12320Syntology ran 0 of 4 samples · 4 unverified
Tasks archive 2025-07-28
3 tasks the archive attaches to papers tagged with this method, by distinct papers. A task without a page in the catalog is plain text.
| Task | Papers |
|---|---|
| Object Detection | 1 |
| Webpage Object Detection | 1 |
| object-detection | 1 |
Usage over time archive 2025-07-28
Components: the archive holds no method-to-method composition, so PwC's Components table cannot be rebuilt; the Papers list carries no Results column for the same reason (the archive does not join its leaderboard rows to method tags).
Categories archive 2025-07-28
Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections