中文
相关论文

相关论文: Learning Unions of $\omega(1)$-Dimensional Rectang…

200 篇论文

In this paper we study the four-dimensional dominance range reporting problem and present data structures with linear or almost-linear space usage. Our results can be also used to answer four-dimensional queries that are bounded on five…

数据结构与算法 · 计算机科学 2020-03-17 Yakov Nekrich

Consider the following fundamental learning problem: given input examples $x \in \mathbb{R}^d$ and their vector-valued labels, as defined by an underlying generative neural network, recover the weight matrices of this network. We consider…

数据结构与算法 · 计算机科学 2018-11-06 Ainesh Bakshi , Rajesh Jayaram , David P. Woodruff

We study the problem of finding maximum-area rectangles contained in a polygon in the plane. There has been a fair amount of work for this problem when the rectangles have to be axis-aligned or when the polygon is convex. We consider this…

计算几何 · 计算机科学 2019-10-22 Yujin Choi , Seungjun Lee , Hee-Kap Ahn

Due the complexity of modern power systems, modeling based on first-order principles becomes increasingly difficult. As an alternative, dynamical models for simulation and control design can be obtained by black-box identification…

系统与控制 · 电气工程与系统科学 2025-12-09 Hannes M. H. Wolf , Christian A. Hans

Neural Ordinary Differential Equations model dynamical systems with ODEs learned by neural networks. However, ODEs are fundamentally inadequate to model systems with long-range dependencies or discontinuities, which are common in…

机器学习 · 计算机科学 2022-06-15 Samuel Holt , Zhaozhi Qian , Mihaela van der Schaar

We generalize the "indirect learning" technique of Furst et. al., 1991 to reduce from learning a concept class over a samplable distribution $\mu$ to learning the same concept class over the uniform distribution. The reduction succeeds when…

机器学习 · 计算机科学 2021-12-24 Eric Binnendyk , Marco Carmosino , Antonina Kolokolova , Ramyaa Ramyaa , Manuel Sabin

Consider a set $P \subseteq \Re^d$ of $n$ points, and a convex body $C$ provided via a separation oracle. The task at hand is to decide for each point of $P$ if it is in $C$ using the fewest number of oracle queries. We show that one can…

计算几何 · 计算机科学 2021-04-02 Sariel Har-Peled , Mitchell Jones , Saladi Rahul

By learning the mappings between infinite function spaces using carefully designed neural networks, the operator learning methodology has exhibited significantly more efficiency than traditional methods in solving complex problems such as…

数值分析 · 数学 2023-03-06 Ziyuan Liu , Haifeng Wang , Hong Zhang , Kaijuna Bao , Xu Qian , Songhe Song

We revisit the problem of learning mixtures of spherical Gaussians. Given samples from mixture $\frac{1}{k}\sum_{j=1}^{k}\mathcal{N}(\mu_j, I_d)$, the goal is to estimate the means $\mu_1, \mu_2, \ldots, \mu_k \in \mathbb{R}^d$ up to a…

机器学习 · 计算机科学 2022-10-07 Mingda Qiao , Guru Guruganesh , Ankit Singh Rawat , Avinava Dubey , Manzil Zaheer

The KLEE'S MESURE of $n$ axis-parallel boxes in $\mathbb{R}^d$ is the volume of their union. It can be computed in time within $O(n^{d/2})$ in the worst case. We describe three techniques to boost its computation: one based on some type of…

数据结构与算法 · 计算机科学 2015-10-05 Jérémy Barbay , Pablo Pérez-Lantero , Javiel Rojas-Ledesma

We develop an extension of recently developed methods for obtaining time-space tradeoff lower bounds for problems of learning from random test samples to handle the situation where the space of tests is signficantly smaller than the space…

机器学习 · 计算机科学 2017-08-10 Paul Beame , Shayan Oveis Gharan , Xin Yang

We consider several problems that involve lines in three dimensions, and present improved algorithms for solving them. The problems include (i) ray shooting amid triangles in $R^3$, (ii) reporting intersections between query lines…

计算几何 · 计算机科学 2021-02-16 Esther Ezra , Micha Sharir

Since the advent of the ``Neural Ordinary Differential Equation (Neural ODE)'' paper, learning ODEs with deep learning has been applied to system identification, time-series forecasting, and related areas. Exploiting the diffeomorphic…

机器学习 · 统计学 2025-08-27 Yuji Okamoto , Tomoya Takeuchi , Yusuke Sakemi

In list-decodable subspace recovery, the input is a collection of $n$ points $\alpha n$ (for some $\alpha \ll 1/2$) of which are drawn i.i.d. from a distribution $\mathcal{D}$ with a isotropic rank $r$ covariance $\Pi_*$ (the…

数据结构与算法 · 计算机科学 2021-01-08 Ainesh Bakshi , Pravesh K. Kothari

We consider the problem of approximating and learning disjunctions (or equivalently, conjunctions) on symmetric distributions over $\{0,1\}^n$. Symmetric distributions are distributions whose PDF is invariant under any permutation of the…

机器学习 · 计算机科学 2015-05-27 Vitaly Feldman , Pravesh Kothari

We study the problem of approximating and learning coverage functions. A function $c: 2^{[n]} \rightarrow \mathbf{R}^{+}$ is a coverage function, if there exists a universe $U$ with non-negative weights $w(u)$ for each $u \in U$ and subsets…

机器学习 · 计算机科学 2014-05-29 Vitaly Feldman , Pravesh Kothari

The dictionary learning problem can be viewed as a data-driven process to learn a suitable transformation so that data is sparsely represented directly from example data. In this paper, we examine the problem of learning a dictionary that…

最优化与控制 · 数学 2026-02-05 Subhroshekhar Ghosh , Aaron Y. R. Low , Yong Sheng Soh , Zhuohang Feng , Brendan K. Y. Tan

The beacon model is a recent paradigm for guiding the trajectory of messages or small robotic agents in complex environments. A beacon is a fixed point with an attraction pull that can move points within a given polygon. Points move…

计算几何 · 计算机科学 2018-03-19 Irina Kostitsyna , Bahram Kouhestani , Stefan Langerman , David Rappaport

Let $k \geq 2$ be a constant. Given any $k$ convex polygons in the plane with a total of $n$ vertices, we present an $O(n\log^{2k-3}n)$ time algorithm that finds a translation of each of the polygons such that the area of intersection of…

计算几何 · 计算机科学 2023-07-04 Hyuk Jun Kweon , Honglin Zhu

We consider the basic problem of learning an unknown partition of $n$ elements into at most $k$ sets using simple queries that reveal information about a small subset of elements. Our starting point is the well-studied pairwise same-set…

数据结构与算法 · 计算机科学 2025-06-24 Hadley Black , Arya Mazumdar , Barna Saha