Raster Interval Object Approximations for Spatial Intersection Joins
Thanasis Georgiadis, Eleni Tzirita Zacharatou, Nikos Mamoulis

TL;DR
This paper introduces a raster intervals approximation method for complex geometries in spatial join processing, significantly speeding up intersection detection by using interval-based representations and a novel fast approximation algorithm.
Contribution
It presents a new raster intervals approximation technique and a fast algorithm for object approximation, improving spatial join efficiency over prior methods.
Findings
Effective compression and customization of approximations
Linear-time verification of polygon intersections using interval joins
Significant speedup in approximation computation without full rasterization
Abstract
Spatial join processing techniques that identify intersections between complex geometries (e.g., polygons) commonly follow a two-step filter-and-refine pipeline. The filter step evaluates the query predicate on the minimum bounding rectangles (MBRs) of the geometries, while the refinement step eliminates false positives by applying the query on the exact geometries. To accelerate spatial join evaluation over complex geometries, we propose a raster intervals approximation of object geometries and introduce a powerful intermediate step in the pipeline. In a preprocessing phase, our method (i) rasterizes each object geometry using a fine grid, (ii) models groups of nearby cells that intersect the polygon as an interval, and (iii) encodes each interval with a bitstring capturing the overlap of each cell in it with the polygon. Going one step further, we improve our approach by approximating…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsData Management and Algorithms · Geographic Information Systems Studies · Constraint Satisfaction and Optimization
