中文
相关论文

相关论文: Improved LP-based Approximation Algorithms for Fac…

200 篇论文

The restricted max-min fair allocation problem (also known as the restricted Santa Claus problem) is one of few problems that enjoys the intriguing status of having a better estimation algorithm than approximation algorithm. Indeed,…

数据结构与算法 · 计算机科学 2014-01-21 Lukas Polacek , Ola Svensson

We study the basic allocation problem of assigning resources to players so as to maximize fairness. This is one of the few natural problems that enjoys the intriguing status of having a better estimation algorithm than approximation…

数据结构与算法 · 计算机科学 2016-11-24 Chidambaram Annamalai , Christos Kalaitzis , Ola Svensson

In this paper we study the fine-grained complexity of the CFL reachability problem. We first present one of the existing algorithms for the problem and an overview of conditional lower bounds based on widely believed hypotheses. We then use…

计算复杂性 · 计算机科学 2023-06-29 Aleksandra Istomina , Semyon Grigorev , Ekaterina Shemetova

We consider the facility location problem in the one-dimensional setting where each facility can serve a limited number of agents from the algorithmic and mechanism design perspectives. From the algorithmic perspective, we prove that the…

计算机科学与博弈论 · 计算机科学 2019-11-25 Haris Aziz , Hau Chan , Barton E. Lee , Bo Li , Toby Walsh

Many problems in machine learning can be solved by rounding the solution of an appropriate linear program (LP). This paper shows that we can recover solutions of comparable quality by rounding an approximate LP solution instead of the ex-…

数值分析 · 计算机科学 2013-11-19 Srikrishna Sridhar , Victor Bittorf , Ji Liu , Ce Zhang , Christopher Ré , Stephen J. Wright

We study the non-uniform capacitated multi-item lot-sizing (\lotsizing) problem. In this problem, there is a set of demands over a planning horizon of $T$ time periods and all demands must be satisfied on time. We can place an order at the…

数据结构与算法 · 计算机科学 2016-10-10 Shi Li

In the k-center problem, given a metric space V and a positive integer k, one wants to select k elements (centers) of V and an assignment from V to centers, minimizing the maximum distance between an element of V and its assigned center.…

数据结构与算法 · 计算机科学 2016-08-08 Cristina G. Fernandes , Samuel P. de Paula , Lehilton L. C. Pedrosa

We consider single-machine scheduling problems that are natural generalizations or variations of the min-sum set cover problem and the min-sum vertex cover problem. For each of these problems, we give new approximation algorithms. Some of…

数据结构与算法 · 计算机科学 2020-01-22 Felix Happach , Andreas S. Schulz

We consider the classic Facility Location problem on planar graphs (non-uniform, uncapacitated). Given an edge-weighted planar graph $G$, a set of clients $C\subseteq V(G)$, a set of facilities $F\subseteq V(G)$, and opening costs…

数据结构与算法 · 计算机科学 2019-04-25 Vincent Cohen-Addad , Marcin Pilipczuk , Michał Pilipczuk

In this note, we consider the capacitated facility location problem when the transportation costs of the instance satisfy the Monge property. We show that a straightforward dynamic program finds the optimal solution when the demands are…

数据结构与算法 · 计算机科学 2020-01-10 Alice Paul , David P. Williamson

In this paper, we study of the $m$-Capacitated Facility Location Problem ($m$-CFLP) on the line from a Bayesian Mechanism Design perspective and propose a novel class of mechanisms: the \textit{Extended Ranking Mechanisms} (ERMs). We first…

计算机科学与博弈论 · 计算机科学 2024-06-18 Gennaro Auricchio , Jie Zhang , Mengxiao Zhang

Clustering with capacity constraints is a fundamental problem that attracted significant attention throughout the years. In this paper, we give the first FPT constant-factor approximation algorithm for the problem of clustering points in a…

数据结构与算法 · 计算机科学 2024-02-21 Sayan Bandyapadhyay , William Lochet , Saket Saurabh

We study the extended version of the non-uniform, capacitated facility location problem with multiple fulfilment channels between the facilities and clients, each with their own channel capacities and service cost. Though the problem has…

最优化与控制 · 数学 2023-04-24 Etika Agarwal , Karthik S. Gurumoorthy , Ankit Ajit Jain , Shantala Manchenahally

In the paper, we consider the competitive facility location problem with limited choice rule (CFLPLCR), which attempts to open a subset of facilities to maximize the net profit of a newcomer company, requiring customers to patronize only a…

最优化与控制 · 数学 2024-06-11 Wei-Kun Chen , Wei-Yang Zhang , Yan-Ru Wang , Shahin Gelareh , Yu-Hong Dai

We consider the capacitated clustering problem in general metric spaces where the goal is to identify $k$ clusters and minimize the sum of the radii of the clusters (we call this the Capacitated-$k$-sumRadii problem). We are interested in…

数据结构与算法 · 计算机科学 2024-01-15 Ragesh Jaiswal , Amit Kumar , Jatin Yadav

Clustering is a long-standing research problem and a fundamental tool in AI and data analysis. The traditional k-center problem, a fundamental theoretical challenge in clustering, has a best possible approximation ratio of 2, and any…

机器学习 · 计算机科学 2026-04-28 Chaoqi Jia , Longkun Guo , Kewen Liao , Zhigang Lu , Chao Chen , Jason Xue

Following recent advances in combining approximation algorithms with fixed-parameter tractability (FPT), we study FPT-time approximation algorithms for minimum-norm $k$-clustering problems, parameterized by the number $k$ of open…

数据结构与算法 · 计算机科学 2026-05-07 Han Dai , Shi Li , Sijin Peng

Clustering is one of the most fundamental problem in Machine Learning. Researchers in the field often require a lower bound on the size of the clusters to maintain anonymity and upper bound for the ease of analysis. Specifying an optimal…

数据结构与算法 · 计算机科学 2022-03-29 Neelima Gupta , Sapna Grover , Rajni Dabas

We investigate how to train kernel approximation methods that generalize well under a memory budget. Building on recent theoretical work, we define a measure of kernel approximation error which we find to be more predictive of the empirical…

机器学习 · 计算机科学 2019-03-21 Jian Zhang , Avner May , Tri Dao , Christopher Ré

In the $k$-median problem, given a set of locations, the goal is to select a subset of at most $k$ centers so as to minimize the total cost of connecting each location to its nearest center. We study the uniform hard capacitated version of…

数据结构与算法 · 计算机科学 2014-06-18 Shanfei Li