中文
相关论文

相关论文: Time- and Space-Efficient Evaluation of Some Hyper…

200 篇论文

We study the problem of computing the \textsc{Maxima} of a set of $n$ $d$-dimensional points. For dimensions 2 and 3, there are algorithms to solve the problem with order-oblivious instance-optimal running time. However, in higher…

计算几何 · 计算机科学 2017-01-16 Jérémy Barbay , Javiel Rojas

The generalized Stieltjes constants $\gamma\_n(v)$ are, up to a simple scaling factor, the Laurent series coefficients of the Hurwitz zeta function $\zeta(s,v)$ about its unique pole $s = 1$. In this work, we devise an efficient algorithm…

经典分析与常微分方程 · 数学 2018-08-14 Fredrik Johansson , Iaroslav Blagouchine

For many hard computational problems, simple algorithms that run in time $2^n \cdot n^{O(1)}$ arise, say, from enumerating all subsets of a size-$n$ set. Finding (exponentially) faster algorithms is a natural goal that has driven much of…

数据结构与算法 · 计算机科学 2025-06-30 László Kozma , Junqi Tan

We introduce an improved structure of distance sensitivity oracle (DSO). The task is to pre-process a non-negatively weighted graph so that a data structure can quickly answer replacement path length for every triple of source, terminal and…

数据结构与算法 · 计算机科学 2016-05-17 Ran Duan , Tianyi Zhang

We study the convergence rate of Bregman gradient methods for convex optimization in the space of measures on a $d$-dimensional manifold. Under basic regularity assumptions, we show that the suboptimality gap at iteration $k$ is in…

最优化与控制 · 数学 2023-03-15 Lénaïc Chizat

Efficient computation of shortest cycles which form a homology basis under $\mathbb{Z}_2$-additions in a given simplicial complex $\mathcal{K}$ has been researched actively in recent years. When the complex $\mathcal{K}$ is a weighted graph…

代数拓扑 · 数学 2018-01-30 Tamal K. Dey , Tianqi Li , Yusu Wang

Recently, Sun [preprint, arXiv: 2210.07238v7] proposed two conjectural series for the mathematical constant $\zeta(4)$ and two conjectural series for the mathematical constant $\zeta(5)$. In terms of the operator method and two…

组合数学 · 数学 2023-06-07 Chuanan Wei

We present an $O(n^2\log^4 n)$-time algorithm for computing the center region of a set of $n$ points in the three-dimensional Euclidean space. This improves the previously best known algorithm by Agarwal, Sharir and Welzl, which takes…

计算几何 · 计算机科学 2019-10-29 Eunjin Oh , Hee-Kap Ahn

An algorithm for the evaluation of the complex exponential function is proposed which is quasi-linear in time and linear in space. This algorithm is based on a modified binary splitting method for the hypergeometric series and a modified…

数据结构与算法 · 计算机科学 2012-08-15 Sergey V. Yakhontov

This paper is concerned with developing an efficient numerical algorithm for fast implementation of the sparse grid method for computing the $d$-dimensional integral of a given function. The new algorithm, called the MDI-SG ({\em multilevel…

数值分析 · 数学 2022-10-27 Huicong Zhong , Xiaobing Feng

Error bounds and complexity bounds in numerical analysis and information-based complexity are often proved for functions that are defined on very simple domains, such as a cube, a torus, or a sphere. We study optimal error bounds for the…

数值分析 · 数学 2020-01-15 Erich Novak

We provide space complexity lower bounds for data structures that approximate logistic loss up to $\epsilon$-relative error on a logistic regression problem with data $\mathbf{X} \in \mathbb{R}^{n \times d}$ and labels $\mathbf{y} \in…

数据结构与算法 · 计算机科学 2024-12-04 Gregory Dexter , Petros Drineas , Rajiv Khanna

We consider the problem of finding a solution to a multivariate polynomial equation system of degree $d$ in $n$ variables over $\mathbb{F}_2$. For $d=2$, the best-known algorithm for the problem is by Bardet et al. [J. Complexity, 2013] and…

数据结构与算法 · 计算机科学 2020-07-17 Itai Dinur

Generalized code surgery is a versatile and low-overhead technique for performing fault-tolerant computation on quantum low-density parity-check (qLDPC) codes. In many settings, surgery exhibits practical space overheads, while its time…

量子物理 · 物理学 2026-03-03 Kathleen Chang , Zhiyang He , Theodore J. Yoder , Guanyu Zhu , Tomas Jochym-O'Connor

We develop the first quantum algorithm for the constrained portfolio optimization problem. The algorithm has running time $\widetilde{O} \left( n\sqrt{r} \frac{\zeta \kappa}{\delta^2} \log \left(1/\epsilon\right) \right)$, where $r$ is the…

最优化与控制 · 数学 2019-08-23 Iordanis Kerenidis , Anupam Prakash , Dániel Szilágyi

The k-means algorithm is a well-known method for partitioning n points that lie in the d-dimensional space into k clusters. Its main features are simplicity and speed in practice. Theoretically, however, the best known upper bound on its…

计算几何 · 计算机科学 2008-12-03 Andrea Vattani

We show that $n$ real numbers can be stored in a constant number of real numbers such that each original real number can be fetched in $O(\log n)$ time. Although our result has implications for many computational geometry problems, we show…

计算几何 · 计算机科学 2023-02-24 Yijie Han , Sanjeev Saxena

Bilevel optimization has been widely applied in many important machine learning applications such as hyperparameter optimization and meta-learning. Recently, several momentum-based algorithms have been proposed to solve bilevel optimization…

机器学习 · 计算机科学 2021-12-17 Junjie Yang , Kaiyi Ji , Yingbin Liang

Traditional orthogonal range problems allow queries over a static set of points, each with some value. Dynamic variants allow points to be added or removed, one at a time. To support more powerful updates, we introduce the Grid Range class…

数据结构与算法 · 计算机科学 2021-01-07 Joshua Lau , Angus Ritossa

In this paper, we present a significant improvement of Quick Hypervolume algorithm, one of the state-of-the-art algorithms for calculating exact hypervolume of the space dominated by a set of d-dimensional points. This value is often used…

神经与进化计算 · 计算机科学 2017-08-14 Andrzej Jaszkiewicz