中文
相关论文

相关论文: Smoothed Analysis of Algorithms: Why the Simplex A…

200 篇论文

Smoothed analysis is a framework for analyzing the complexity of an algorithm, acting as a bridge between average and worst-case behaviour. For example, Quicksort and the Simplex algorithm are widely used in practical applications, despite…

机器学习 · 计算机科学 2015-03-29 Bichen Shi , Michel Schellekens , Georgiana Ifrim

Narrowing the gap between theory and practice is a longstanding goal of the algorithm analysis community. To further progress our understanding of how algorithms work in practice, we propose a new algorithm analysis framework that we call…

数据结构与算法 · 计算机科学 2025-10-27 Eleon Bach , Alexander E. Black , Sophie Huiberts , Sean Kafer

Smoothed analysis is a method for analyzing the performance of algorithms, used especially for those algorithms whose running time in practice is significantly better than what can be proven through worst-case analysis. Spielman and Teng…

数据结构与算法 · 计算机科学 2026-05-26 Eleon Bach , Sophie Huiberts

Smoothed analysis is a new way of analyzing algorithms introduced by Spielman and Teng (J. ACM, 2004). Classical methods like worst-case or average-case analysis have accompanying complexity classes, like P and AvgP, respectively. While…

计算复杂性 · 计算机科学 2015-03-20 Markus Bläser , Bodo Manthey

Spielman and Teng introduced the smoothed analysis of algorithms to provide a framework in which one could explain the success in practice of algorithms and heuristics that could not be understood through the traditional worst-case and…

最优化与控制 · 数学 2007-05-23 Daniel A. Spielman , Shang-Hua Teng

Smoothed analysis of complexity bounds and condition numbers has been done, so far, on a case by case basis. In this paper we consider a reasonably large class of condition numbers for problems over the complex numbers and we obtain…

数值分析 · 数学 2007-05-23 Peter Buergisser , Felipe Cucker , Martin Lotz

We initiate the study of smoothed analysis for the sequential probability assignment problem with contexts. We study information-theoretically optimal minmax rates as well as a framework for algorithmic reduction involving the maximum…

机器学习 · 计算机科学 2023-03-10 Alankrita Bhatt , Nika Haghtalab , Abhishek Shetty

Smoothed analysis is a powerful paradigm in overcoming worst-case intractability in unsupervised learning and high-dimensional data analysis. While polynomial time smoothed analysis guarantees have been obtained for worst-case intractable…

数据结构与算法 · 计算机科学 2019-04-25 Aditya Bhaskara , Aidao Chen , Aidan Perreault , Aravindan Vijayaraghavan

The purpose of this paper is to establish bounds on the rate of convergence of the conjugate gradient algorithm when the underlying matrix is a random positive definite perturbation of a deterministic positive definite matrix. We estimate…

数值分析 · 数学 2016-11-08 Govind Menon , Thomas Trogdon

Average-case analysis computes the complexity of an algorithm averaged over all possible inputs. Compared to worst-case analysis, it is more representative of the typical behavior of an algorithm, but remains largely unexplored in…

最优化与控制 · 数学 2021-10-05 Courtney Paquette , Bart van Merriënboer , Elliot Paquette , Fabian Pedregosa

We generalize the technique of smoothed analysis to distributed algorithms in dynamic network models. Whereas standard smoothed analysis studies the impact of small random perturbations of input values on algorithm performance metrics,…

分布式、并行与集群计算 · 计算机科学 2015-08-17 Michael Dinitz , Jeremy T. Fineman , Seth Gilbert , Calvin Newport

The k-means method is one of the most widely used clustering algorithms, drawing its popularity from its speed in practice. Recently, however, it was shown to have exponential worst-case running time. In order to close the gap between…

数据结构与算法 · 计算机科学 2009-08-07 David Arthur , Bodo Manthey , Heiko Röglin

Explaining the excellent practical performance of the simplex method for linear programming has been a major topic of research for over 50 years. One of the most successful frameworks for understanding the simplex method was given by…

数据结构与算法 · 计算机科学 2019-06-12 Daniel Dadush , Sophie Huiberts

We initiate a program of average smoothness analysis for efficiently learning real-valued functions on metric spaces. Rather than using the Lipschitz constant as the regularizer, we define a local slope at each point and gauge the function…

统计理论 · 数学 2020-11-10 Yair Ashlagi , Lee-Ad Gottlieb , Aryeh Kontorovich

The approximation ratio has become one of the dominant measures in mechanism design problems. In light of analysis of algorithms, we define the \emph{smoothed approximation ratio} to compare the performance of the optimal mechanism and a…

计算机科学与博弈论 · 计算机科学 2017-06-23 Xiaotie Deng , Yansong Gao , Jie Zhang

The simplex method for linear programming is known to be highly efficient in practice, and understanding its performance from a theoretical perspective is an active research topic. The framework of smoothed analysis, first introduced by…

数据结构与算法 · 计算机科学 2025-10-22 Sophie Huiberts , Yin Tat Lee , Xinzhi Zhang

Recent years have seen significant progress in the study of dynamic graph algorithms, and most notably, the introduction of strong lower bound techniques for them (e.g., Henzinger, Krinninger, Nanongkai and Saranurak, STOC 2015; Larsen and…

数据结构与算法 · 计算机科学 2025-02-19 Uri Meir , Ami Paz

The smoothed analysis of algorithms is concerned with the expected running time of an algorithm under slight random perturbations of arbitrary inputs. Spielman and Teng proved that the shadow-vertex simplex method has polynomial smoothed…

数据结构与算法 · 计算机科学 2016-12-23 Roman Vershynin

We consider the problem of global optimization of an unknown non-convex smooth function with zeroth-order feedback. In this setup, an algorithm is allowed to adaptively query the underlying function at different locations and receives noisy…

机器学习 · 统计学 2018-03-26 Yining Wang , Sivaraman Balakrishnan , Aarti Singh

Smoothed analysis is a framework suggested for mediating gaps between worst-case and average-case complexities. In a recent work, Dinitz et al.~[Distributed Computing, 2018] suggested to use smoothed analysis in order to study dynamic…

分布式、并行与集群计算 · 计算机科学 2020-09-29 Uri Meir , Ami Paz , Gregory Schwartzman
‹ 上一页 1 2 3 10 下一页 ›