paper-with-me

Papers

Learned spatial data partitioning

2023-06-08 · Keizo Hori, Yuya Sasaki, Daichi Amagata, Yuki Murosaki, Makoto Onizuka

Due to the significant increase in the size of spatial data, it is essential to use distributed parallel processing systems to efficiently analyze spatial data. In this paper, we first study learned spatial data partitioning, which effectively assigns groups of big spatial data to computers based on locations of data by using machine learning techniques. We formalize spatial data partitioning in the context of reinforcement learning and develop a novel deep reinforcement learning algorithm. Our learning algorithm leverages features of spatial data partitioning and prunes ineffective learning processes to find optimal partitions efficiently. Our experimental study, which uses Apache Sedona and real-world spatial data, demonstrates that our method efficiently finds partitions for accelerating distance join queries and reduces the workload run time by up to 59.4%.

📄 PDF Abstract BibTeX arXiv:2306.04846

Code (1)

onizukalab/spatial-data-partitioning-using-drl 공식 구현 pytorch

Tasks

Deep Reinforcement Learningreinforcement-learningReinforcement Learning

Similar Papers 제목 키워드 기반

The Case for Learned Spatial Indexes

2020-08-24 · Varun Pandey, Alexander van Renen, Andreas Kipf, Ibrahim Sabek 외

Spatial data is ubiquitous. Massive amounts of data are generated every day from billions of GPS-enabled devices such as cell phones, cars, sensors, and various consumer-based applications such as Uber, Tinder, location-…

WaZI: A Learned and Workload-aware Z-Index

2023-10-06 · Sachith Pai, Michael Mathioudakis, Yanhao Wang

Learned indexes fit machine learning (ML) models to the data and use them to make query operations more time and space-efficient. Recent works propose using learned spatial indexes to improve spatial query performance by…

Learning Spatial Context with Graph Neural Network for Multi-Person Pose Grouping

2021-04-06 · Jiahao Lin, Gim Hee Lee

Bottom-up approaches for image-based multi-person pose estimation consist of two stages: (1) keypoint detection and (2) grouping of the detected keypoints to form person instances. Current grouping approaches rely on lea…

ClusteringGraph Neural Networkgraph partitioningKeypoint Detection+2

ECLIP: Energy-efficient and Practical Co-Location of ML Inference on Spatially Partitioned GPUs

2025-06-14 · Ryan Quach, Yidi Wang, Ali Jahanshahi, Daniel Wong 외

As AI inference becomes mainstream, research has begun to focus on improving the energy consumption of inference servers. Inference kernels commonly underutilize a GPU's compute resources and waste power from idling comp…

GPU

Optimized Spatial Partitioning via Minimal Swarm Intelligence

2017-01-19 · Casey Kneale, Dominic Poerio, Karl S. Booksh

Optimized spatial partitioning algorithms are the corner stone of many successful experimental designs and statistical methods. Of these algorithms, the Centroidal Voronoi Tessellation (CVT) is the most widely utilized. …