中文
相关论文

相关论文: Box Covers and Domain Orderings for Beyond Worst-C…

200 篇论文

We give new approximation algorithms for the submodular joint replenishment problem and the inventory routing problem, using an iterative rounding approach. In both problems, we are given a set of $N$ items and a discrete time horizon of…

数据结构与算法 · 计算机科学 2019-12-03 Thomas Bosman , Neil Olver

There are several problems in the theory of online computation where tight lower bounds on the competitive ratio are unknown and expected to be difficult to describe in a short form. A good example is the Online Bin Stretching problem, in…

数据结构与算法 · 计算机科学 2022-10-17 Martin Böhm , Bertrand Simon

We consider the problem of partial order production: arrange the elements of an unknown totally ordered set T into a target partially ordered set S, by comparing a minimum number of pairs in T. Special cases include sorting by comparisons,…

数据结构与算法 · 计算机科学 2010-05-06 Jean Cardinal , Samuel Fiorini , Gwenaël Joret , Raphaël M. Jungers , J. Ian Munro

We study the hardness of Approximate Query Processing (AQP) of various types of queries involving joins over multiple tables of possibly different sizes. In the case where the query result is a single value (e.g., COUNT, SUM, and…

数据库 · 计算机科学 2020-10-02 Tianyu Liu , Chi Wang

We prove upper bounds on the order of convergence of lattice based algorithms for numerical integration in function spaces of dominating mixed smoothness on the unit cube with homogeneous boundary condition. More precisely, we study…

In the context of fine-grained complexity, we investigate the notion of certificate enabling faster polynomial-time algorithms. We specifically target radius (minimum eccentricity), diameter (maximum eccentricity), and all-eccentricity…

离散数学 · 计算机科学 2026-01-26 Feodor F. Dragan , Guillaume Ducoffe , Michel Habib , Laurent Viennot

This paper addresses the conservatism in data-driven reachability analysis for discrete-time linear systems subject to bounded process noise, where the system matrices are unknown and only input--state trajectory data are available.…

系统与控制 · 电气工程与系统科学 2026-04-07 Peng Xie , Davide M. Raimondo , Rolf Findeisen , Amr Alanwar

Many applications rely on time-intensive matrix operations, such as factorization, which can be sped up significantly for large sparse matrices by interpreting the matrix as a sparse graph and computing a node ordering that minimizes the…

数据结构与算法 · 计算机科学 2024-04-25 Lara Ost , Christian Schulz , Darren Strash

The control and sensing of large-scale systems results in combinatorial problems not only for sensor and actuator placement but also for scheduling or observability/controllability. Such combinatorial constraints in system design and…

最优化与控制 · 数学 2018-12-07 Vasileios Tzoumas , Ali Jadbabaie , George J. Pappas

We combine two methods for the lossless compression of unlabeled graphs - entropy compressing adjacency lists and computing canonical names for vertices - and solve an ensuing novel optimisation problem: Minimum-Entropy Tree-Extraction…

数据结构与算法 · 计算机科学 2026-03-17 Ziad Ismaili Alaoui , Tamio-Vesa Nakajima , Namrata , Sebastian Wild

The real-world effectiveness of deep neural networks often depends on their latency, thereby necessitating optimization techniques that can reduce a model's inference time while preserving its performance. One popular approach is to…

机器学习 · 计算机科学 2024-10-10 Jakob Hartmann , Guoliang He , Eiko Yoneki

Tensors or multiarray data are generalizations of matrices. Tensor clustering has become a very important research topic due to the intrinsically rich structures in real-world multiarray datasets. Subspace clustering based on vectorizing…

计算机视觉与模式识别 · 计算机科学 2015-04-30 Yanfeng Sun , Junbin Gao , Xia Hong , Bamdev Mishra , Baocai Yin

The intersection graph of a collection of trapezoids with corner points lying on two parallel lines is called a trapezoid graph. Using binary indexed tree data structure, we improve algorithms for calculating the size and the number of…

数据结构与算法 · 计算机科学 2011-06-14 Aleksandar Ilic , Andreja Ilic

Decision systems deal with a large volume of data stored in new databases called data warehouses. Data warehouses are typically modeled by a star schema that conventionally presents a central fact table and a set of dimension tables. The…

数据库 · 计算机科学 2019-02-06 Issam Ghabry

The minimum linear ordering problem (MLOP) generalizes well-known combinatorial optimization problems such as minimum linear arrangement and minimum sum set cover. MLOP seeks to minimize an aggregated cost $f(\cdot)$ due to an ordering…

数据结构与算法 · 计算机科学 2023-10-30 Majid Farhadi , Swati Gupta , Shengding Sun , Prasad Tetali , Michael C. Wigal

The classic lower bound of Kuhn, Moscibroda and Wattenhofer [JACM 2016] states that approximate maximum matching and approximate vertex cover (among other problems) in the LOCAL model require $\Omega(\min\{\sqrt{\frac{\log n}{\log\log n}},…

数据结构与算法 · 计算机科学 2026-05-14 Peter Davies-Peck

In recent years, techniques based on convex optimization and real algebra that produce converging hierarchies of lower bounds for polynomial minimization problems have gained much popularity. At their heart, these hierarchies rely crucially…

最优化与控制 · 数学 2018-08-28 Amir Ali Ahmadi , Georgina Hall

Top-k queries have been studied intensively in the database community and they are an important means to reduce query cost when only the "best" or "most interesting" results are needed instead of the full output. While some optimality…

数据库 · 计算机科学 2020-05-04 Nikolaos Tziavelis , Wolfgang Gatterbauer , Mirek Riedewald

Alternating minimization heuristics seek to solve a (difficult) global optimization task through iteratively solving a sequence of (much easier) local optimization tasks on different parts (or blocks) of the input parameters. While popular…

计算复杂性 · 计算机科学 2020-03-10 Peter Bürgisser , Ankit Garg , Rafael Oliveira , Michael Walter , Avi Wigderson

There has been an increasing interest in harnessing deep learning to tackle combinatorial optimization (CO) problems in recent years. Typical CO deep learning approaches leverage the problem structure in the model architecture.…

人工智能 · 计算机科学 2021-02-08 Yiwei Bai , Wenting Zhao , Carla P. Gomes