paper-with-me

홈 › Papers

Tight Lower Bounds and Improved Convergence in Performative Prediction

2024-12-04 · Pedram Khorsandi, Rushil Gupta, Mehrnaz Mofakhami, Simon Lacoste-Julien, Gauthier Gidel

Performative prediction is a framework accounting for the shift in the data distribution induced by the prediction of a model deployed in the real world. Ensuring rapid convergence to a stable solution where the data distribution remains the same after the model deployment is crucial, especially in evolving environments. This paper extends the Repeated Risk Minimization (RRM) framework by utilizing historical datasets from previous retraining snapshots, yielding a class of algorithms that we call Affine Risk Minimizers and enabling convergence to a performatively stable point for a broader class of problems. We introduce a new upper bound for methods that use only the final iteration of the dataset and prove for the first time the tightness of both this new bound and the previous existing bounds within the same regime. We also prove that utilizing historical datasets can surpass the lower bound for last iterate RRM, and empirically observe faster convergence to the stable point on various performative prediction benchmarks. We offer at the same time the first lower bound analysis for RRM within the class of Affine Risk Minimizers, quantifying the potential improvements in convergence speed that could be achieved with other variants in our framework.

📄 PDF Abstract BibTeX arXiv:2412.03671

Code (1)

pedramkho/bounds_in_performative_prediction 공식 구현

Tasks

Prediction

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

Clipped SGD Algorithms for Performative Prediction: Tight Bounds for Clipping Bias and Remedies

2024-04-17 · Qiang Li, Michal Yemini, Hoi-To Wai

This paper studies the convergence of clipped stochastic gradient descent (SGD) algorithms with decision-dependent data distribution. Our setting is motivated by privacy preserving optimization algorithms that interact w…

Privacy Preserving

Tight lower bounds for Dynamic Time Warping

2021-02-14 · Geoffrey I. Webb, Francois Petitjean

Dynamic Time Warping (DTW) is a popular similarity measure for aligning and comparing time series. Due to DTW's high computation time, lower bounds are often employed to screen poor matches. Many alternative lower bounds…

Computational EfficiencyDynamic Time WarpingTime SeriesTime Series Analysis

Tighter Lower Bounds for Shuffling SGD: Random Permutations and Beyond

2023-03-13 · Jaeyoung Cha, Jaewook Lee, Chulhee Yun

We study convergence lower bounds of without-replacement stochastic gradient descent (SGD) for solving smooth (strongly-)convex finite-sum minimization problems. Unlike most existing results focusing on final iterate low…

Tight Lower Complexity Bounds for Strongly Convex Finite-Sum Optimization

2020-10-17 · Min Zhang, Yao Shu, Kun He

Finite-sum optimization plays an important role in the area of machine learning, and hence has triggered a surge of interest in recent years. To address this optimization problem, various randomized incremental gradient …

Elastic bands across the path: A new framework and methods to lower bound DTW

2018-08-29 · Chang Wei Tan, Francois Petitjean, Geoffrey I. Webb

There has been renewed recent interest in developing effective lower bounds for Dynamic Time Warping (DTW) distance between time series. These have many applications in time series indexing, clustering, forecasting, regr…

ClusteringDynamic Time WarpingGeneral ClassificationTime Series+2