中文
相关论文

相关论文: Simpler and Better Algorithms for Minimum-Norm Loa…

200 篇论文

Load balancing algorithms play critical roles in systems where the workload has to be distributed across multiple resources, such as cores in multiprocessor system, computers in distributed computing, and network links. In this paper, we…

分布式、并行与集群计算 · 计算机科学 2017-10-20 Shafinaz Islam

We study stochastic combinatorial optimization problems where the objective is to minimize the expected maximum load (a.k.a.\ the makespan). In this framework, we have a set of $n$ tasks and $m$ resources, where each task $j$ uses some…

数据结构与算法 · 计算机科学 2021-06-25 Anupam Gupta , Amit Kumar , Viswanath Nagarajan , Xiangkun Shen

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

Optimization problems with rank constraints appear in many diverse fields such as control, machine learning and image analysis. Since the rank constraint is non-convex, these problems are often approximately solved via convex relaxations.…

最优化与控制 · 数学 2018-11-12 Christian Grussler , Pontus Giselsson

To schedule a large number of EVs with the presence of practical nonconvex charging constraints, a distributed and randomized algorithm is proposed in this paper. The algorithm assumes the availability of a coordinator which can communicate…

最优化与控制 · 数学 2014-04-14 Lingwen Gan , Ufuk Topcu , Steven H. Low

We consider the online resource minimization problem in which jobs with hard deadlines arrive online over time at their release dates. The task is to determine a feasible schedule on a minimum number of machines. We rigorously study this…

数据结构与算法 · 计算机科学 2015-12-09 Lin Chen , Nicole Megow , Kevin Schewior

This paper considers stochastic first-order algorithms for convex-concave minimax problems of the form $\min_{\bf x}\max_{\bf y}f(\bf x, \bf y)$, where $f$ can be presented by the average of $n$ individual components which are $L$-average…

最优化与控制 · 数学 2022-02-01 Luo Luo , Guangzeng Xie , Tong Zhang , Zhihua Zhang

In this work, we propose a new training method for finding minimum weight norm solutions in over-parameterized neural networks (NNs). This method seeks to improve training speed and generalization performance by framing NN training as a…

机器学习 · 统计学 2018-06-22 Yamini Bansal , Madhu Advani , David D Cox , Andrew M Saxe

Mini-batch optimization has proven to be a powerful paradigm for large-scale learning. However, the state of the art parallel mini-batch algorithms assume synchronous operation or cyclic update orders. When worker nodes are heterogeneous…

最优化与控制 · 数学 2015-05-20 Hamid Reza Feyzmahdavian , Arda Aytekin , Mikael Johansson

We study the classic problem of minimizing the expected total completion time of jobs on $m$ identical machines in the setting where the sizes of the jobs are stochastic. Specifically, the size of each job is a random variable whose…

数据结构与算法 · 计算机科学 2022-08-30 Anupam Gupta , Benjamin Moseley , Rudy Zhou

Optimization problems often involve vector norms, which has led to extensive research on developing algorithms that can handle objectives beyond the $\ell_p$ norms. Our work introduces the concept of submodular norms, which are a versatile…

数据结构与算法 · 计算机科学 2023-10-10 Kalen Patton , Matteo Russo , Sahil Singla

We study the online load balancing problem on unrelated machines, with the objective of minimizing the square of the $\ell_2$ norm of the loads on the machines. The greedy algorithm of Awerbuch et al. (STOC'95) is optimal for deterministic…

数据结构与算法 · 计算机科学 2025-11-06 Sander Borst , Danish Kashaev

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

We consider the weighted completion time minimization problem for capacitated parallel machines, which is a fundamental problem in modern cloud computing environments. We study settings in which the processed jobs may have varying duration,…

分布式、并行与集群计算 · 计算机科学 2022-06-28 Ilan Reuven Cohen , Izack Cohen , Iyar Zaks

We study the Minimum Latency Submodular Cover problem (MLSC), which consists of a metric $(V,d)$ with source $r\in V$ and $m$ monotone submodular functions $f_1, f_2, ..., f_m: 2^V \rightarrow [0,1]$. The goal is to find a path originating…

数据结构与算法 · 计算机科学 2013-03-05 Sungjin Im , Viswanath Nagarajan , Ruben van der Zwaan

We propose a framework for modeling and solving low-rank optimization problems to certifiable optimality. We introduce symmetric projection matrices that satisfy $Y^2=Y$, the matrix analog of binary variables that satisfy $z^2=z$, to model…

最优化与控制 · 数学 2021-12-22 Dimitris Bertsimas , Ryan Cory-Wright , Jean Pauphilet

We present an efficient parallel derandomization method for randomized algorithms that rely on concentrations such as the Chernoff bound. This settles a classic problem in parallel derandomization, which dates back to the 1980s. Consider…

数据结构与算法 · 计算机科学 2023-11-27 Mohsen Ghaffari , Christoph Grunau

Minimum Weight Cycle (MWC) is the problem of finding a simple cycle of minimum weight in a graph $G=(V,E)$. This is a fundamental graph problem with classical sequential algorithms that run in $\tilde{O}(n^3)$ and $\tilde{O}(mn)$ time where…

数据结构与算法 · 计算机科学 2024-05-24 Vignesh Manoharan , Vijaya Ramachandran

In the load balancing problem, the input is an $n$-vertex bipartite graph $G = (C \cup S, E)$ and a positive weight for each client $c \in C$. The algorithm must assign each client $c \in C$ to an adjacent server $s \in S$. The load of a…

分布式、并行与集群计算 · 计算机科学 2020-11-26 Sepehr Assadi , Aaron Bernstein , Zachary Langley

In this paper, we consider the online version of the machine minimization problem (introduced by Chuzhoy et al., FOCS 2004), where the goal is to schedule a set of jobs with release times, deadlines, and processing lengths on a minimum…

离散数学 · 计算机科学 2014-03-06 Nikhil Devanur , Konstantin Makarychev , Debmalya Panigrahi , Grigory Yaroslavtsev