DBCVAug 7, 2023

Spatialyze: A Geospatial Video Analytics System with Spatial-Aware Optimizations

Berkeley
arXiv:2308.03276v53 citationsh-index: 30
Originality Incremental advance
AI Analysis

This addresses the problem of inefficient querying for users handling large volumes of geospatial videos from sources like phones and surveillance cameras, representing an incremental improvement with specific optimizations.

The paper tackles the lack of effective data management systems for geospatial videos by introducing Spatialyze, a framework that reduces execution time by up to 5.3x while maintaining up to 97.1% accuracy compared to unoptimized execution.

Videos that are shot using commodity hardware such as phones and surveillance cameras record various metadata such as time and location. We encounter such geospatial videos on a daily basis and such videos have been growing in volume significantly. Yet, we do not have data management systems that allow users to interact with such data effectively. In this paper, we describe Spatialyze, a new framework for end-to-end querying of geospatial videos. Spatialyze comes with a domain-specific language where users can construct geospatial video analytic workflows using a 3-step, declarative, build-filter-observe paradigm. Internally, Spatialyze leverages the declarative nature of such workflows, the temporal-spatial metadata stored with videos, and physical behavior of real-world objects to optimize the execution of workflows. Our results using real-world videos and workflows show that Spatialyze can reduce execution time by up to 5.3x, while maintaining up to 97.1% accuracy compared to unoptimized execution.

Code Implementations2 repos
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes