中文
相关论文

相关论文: Optimal Planar Orthogonal Skyline Counting Queries

200 篇论文

Let $\mathcal{P}$ be a set of $h$ pairwise-disjoint polygonal obstacles with a total of $n$ vertices in the plane. We consider the problem of building a data structure that can quickly compute an $L_1$ shortest obstacle-avoiding path…

计算几何 · 计算机科学 2014-03-17 Danny Z. Chen , Rajasekhar Inkulu , Haitao Wang

Given a set of multidimensional points, the skyline operator returns a set of potentially interesting points from such a dataset. This popular operator filters out a set of tuples that are not dominated by other ones, reducing the size of a…

数据库 · 计算机科学 2022-03-31 Claudio Migliorelli

We revisit the range minimum query problem and present a new O(n)-space data structure that supports queries in O(1) time. Although previous data structures exist whose asymptotic bounds match ours, our goal is to introduce a new solution…

数据结构与算法 · 计算机科学 2011-09-22 Stephane Durocher

We study approximation algorithms for the following geometric version of the maximum coverage problem: Let $\mathcal{P}$ be a set of $n$ weighted points in the plane. Let $D$ represent a planar object, such as a rectangle, or a disk. We…

计算几何 · 计算机科学 2017-12-08 Kai Jin , Jian Li , Haitao Wang , Bowei Zhang , Ningye Zhang

In the range closest pair problem, we want to construct a data structure storing a set $S$ of $n$ points in the plane, such that for any axes-parallel query rectangle $R$, the closest pair in the set $R \cap S$ can be reported. The…

计算几何 · 计算机科学 2019-04-08 Sang Won Bae , Michiel Smid

In this paper we study the problem of locating a given number of hyperplanes minimizing an objective function of the closest distances from a set of points. We propose a general framework for the problem in which norm-based distances…

最优化与控制 · 数学 2021-01-12 Víctor Blanco , Alberto Japón , Diego Ponce , Justo Puerto

Given a set R of n red points and a set B of m blue points, we study the problem of finding a rectangle that contains all the red points, the minimum number of blue points and has the largest area. We call such rectangle a maximum…

计算几何 · 计算机科学 2017-06-13 Bogdan Armaselu , Ovidiu Daescu

In this paper, for the first time, we introduce the concept of skyblocking, which aims to efficiently identify the "most preferred" blocking scheme in terms of a given set of selection criteria for entity resolution blocking. To capture all…

数据库 · 计算机科学 2018-09-19 Jingyu Shao , Qing Wang , Yu Lin

Let $P$ be a set of $n$ points in the plane. In this paper we study a new variant of the circular separability problem in which a point set $P$ is preprocessed so that one can quickly answer queries of the following form: Given a geometric…

计算几何 · 计算机科学 2012-03-29 Greg Aloupis , Luis Barba , Stefan Langerman

Top-k and skylines are two important techniques that can be used to extract the best objects from a set. Both the approaches have well-known pros and cons: a quite big limitation of skyline queries is the impossibility to control the…

数据库 · 计算机科学 2022-02-28 Marco Costanzo

Basis splines enable a time-continuous feasibility check with a finite number of constraints. Constraints apply to the whole trajectory for motion planning applications that require a collision-free and dynamically feasible trajectory.…

机器人学 · 计算机科学 2023-10-06 Philip Dorpmüller , Thomas Schmitz , Naveen Bejagam , Torsten Bertram

Multi-objective optimization is the problem of optimizing simultaneously multiple objective functions and several techniques exist to deal with this problem. This paper aims to present the main methods that can be used to solve this issue…

数据库 · 计算机科学 2022-02-08 Giuseppe Tortorelli

In this work, we present a collection of new results on two fundamental problems in geometric data structures: orthogonal point location and rectangle stabbing. -We give the first linear-space data structure that supports 3-d point location…

计算几何 · 计算机科学 2018-05-23 Timothy M. Chan , Yakov Nekrich , Saladi Rahul , Konstantinos Tsakalidis

The famous pancake theorem states that for every finite set $X$ in the plane, there exist two orthogonal lines that divide $X$ into four equal parts. We propose an algorithm whose running time is linear in the number of points in $X$ and…

组合数学 · 数学 2026-02-03 Alexey Fakhrutdinov , Oleg R. Musin

Skyline and Ranking queries have gained great popularity in the recent years. These two techniques are crucial for multi-criteria decision support applications, which are now more popular than ever before. Skyline and Ranking queries are,…

数据库 · 计算机科学 2022-04-14 Marco Tonnarelli

We present efficient data structures for submatrix maximum queries in Monge matrices and Monge partial matrices. For $n\times n$ Monge matrices, we give a data structure that requires O(n) space and answers submatrix maximum queries in…

数据结构与算法 · 计算机科学 2017-10-13 Pawel Gawrychowski , Shay Mozes , Oren Weimann

In a previous paper it was shown that a machine learning regression problem can be solved within the framework of random function theory, with the optimal kernel analytically derived from symmetry and indifference principles and coinciding…

机器学习 · 计算机科学 2025-12-19 Yuriy N. Bakhvalov

We develop, implement and test a set of algorithms for estimating N-point correlation functions from pixelized sky maps. These algorithms are slow, in the sense that they do not break the O(N_pix^N) barrier, and yet, they are fast enough…

天体物理学 · 物理学 2009-11-10 H. K. Eriksen , P. B. Lilje , A. J. Banday , K. M. Gorski

When extracting a relation of spans (intervals) from a text document, a common practice is to filter out tuples of the relation that are deemed dominated by others. The domination rule is defined as a partial order that varies along…

数据库 · 计算机科学 2024-03-05 Antoine Amarilli , Benny Kimelfeld , Sébastien Labbé , Stefan Mengel

Let $S$ be a set of $n$ points in $\mathbb{R}^d$, where $d \geq 2$ is a constant, and let $H_1,H_2,\ldots,H_{m+1}$ be a sequence of vertical hyperplanes that are sorted by their first coordinates, such that exactly $n/m$ points of $S$ are…