Examining DOM Coordinate Effectiveness For Page Segmentation

📅 2026-01-14
📈 Citations: 0
Influential: 0
📄 PDF
🤖 AI Summary
This study addresses the common practice in web page segmentation of naively fusing visual and structural cues without a systematic analysis of DOM coordinate representations and their efficacy. Through a comprehensive evaluation of various DOM coordinates—such as tree position and visual layout—the work compares the performance of single versus composite coordinate vectors combined with multiple clustering algorithms. The findings reveal that single-coordinate representations consistently outperform complex fused vectors, and that visual coordinates underperform DOM-based coordinates by 20–30%, challenging the prevailing reliance on visual information. Experimental results demonstrate that, when coordinate representations, clustering algorithms, and page types are appropriately aligned, segmentation accuracy reaches 74%, a 20% improvement over baseline methods, with 68.2% of optimal configurations employing a single coordinate vector.

Technology Category

Application Category

📝 Abstract
Web pages form a cornerstone of available data for daily human consumption and with the rise of LLM-based search and learning systems a treasure trove of valuable data. The scale of this data and its unstructured format still continue to grow requiring ever more robust automated extraction and retrieval mechanisms. Existing work, leveraging the web pages Document Object Model (DOM), often derives clustering vectors from coordinates informed by the DOM such as visual placement or tree structure. The construction and component value of these vectors often go unexamined. Our work proposes and examines DOM coordinates in a detail to understand their impact on web page segmentation. Our work finds that there is no one-size-fits-all vector, and that visual coordinates under-perform compared to DOM coordinates by about 20-30% on average. This challenges the necessity of including visual coordinates in clustering vectors. Further, our work finds that simple vectors, comprised of single coordinates, fare better than complex vectors constituting 68.2% of the top performing vectors of the pages examined. Finally, we find that if a vector, clustering algorithm, and page are properly matched, one can achieve overall high segmentation accuracy at 74%. This constitutes a 20% improvement over a naive application of vectors. Conclusively, our results challenge the current orthodoxy for segmentation vector creation, opens up the possibility to optimize page segmentation via clustering on DOM coordinates, and highlights the importance of finding mechanisms to match the best approach for web page segmentation.
Problem

Research questions and friction points this paper is trying to address.

DOM coordinates
page segmentation
clustering vectors
web page structure
vector effectiveness
Innovation

Methods, ideas, or system contributions that make the work stand out.

DOM coordinates
web page segmentation
clustering vectors
visual coordinates
segmentation accuracy
🔎 Similar Papers
No similar papers found.