paper-with-me

홈 › Papers

The Predicted-Updates Dynamic Model: Offline, Incremental, and Decremental to Fully Dynamic Transformations

2023-07-17 · Quanquan C. Liu, Vaidehi Srinivas

We formulate the predicted-updates dynamic model, one of the first beyond-worst-case models for dynamic algorithms, which generalizes a large set of well-studied dynamic models including the offline dynamic, incremental, and decremental models to the fully dynamic setting when given predictions about the update times of the elements. In the most basic form of our model, we receive a set of predicted update times for all of the updates that occur over the event horizon. We give a novel framework that "lifts" offline divide-and-conquer algorithms into the fully dynamic setting with little overhead. Using this, we are able to interpolate between the offline and fully dynamic settings; when the $\ell_1$ error of the prediction is linear in the number of updates, we achieve the offline runtime of the algorithm (up to $\mathrm{poly} \log n$ factors). Provided a fully dynamic backstop algorithm, our algorithm will never do worse than the backstop algorithm regardless of the prediction error. Furthermore, our framework achieves a smooth linear trade-off between $\ell_1$ error in the predictions and runtime. These correspond to the desiderata of consistency, robustness, and graceful degradation of the algorithms-with-predictions literature. We further extend our techniques to incremental and decremental settings, transforming algorithms in these settings when given predictions of only the deletion and insertion times, respectively. Our framework is general, and we apply it to obtain improved efficiency bounds over the state-of-the-art dynamic algorithms for a variety of problems including triconnectivity, planar digraph all pairs shortest paths, $k$-edge connectivity, and others, for prediction error of reasonable magnitude.

📄 PDF Abstract BibTeX arXiv:2307.08890

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Online Gradient Boosting Decision Tree: In-Place Updates for Efficient Adding/Deleting Data

2025-02-03 · Huawei Lin, Jun Woo Chung, Yingjie Lao, Weijie Zhao

Gradient Boosting Decision Tree (GBDT) is one of the most popular machine learning models in various applications. However, in the traditional settings, all data should be simultaneously accessed in the training procedur…

Backdoor Attack

Multiple Incremental Decremental Learning of Support Vector Machines

2009-12-01 · NeurIPS 2009 12 · Masayuki Karasuyama, Ichiro Takeuchi

We propose a multiple incremental decremental algorithm of Support Vector Machine (SVM). Conventional single cremental decremental SVM can update the trained model efficiently when single data point is added to or rem…

Efficient Multiple Incremental Computation for Kernel Ridge Regression with Bayesian Uncertainty Modeling

2016-08-01 · Bo-Wei Chen, Nik Nailah Binti Abdullah, Sangoh Park

This study presents an efficient incremental/decremental approach for big streams based on Kernel Ridge Regression (KRR), a frequently used data analysis in cloud centers. To avoid reanalyzing the whole dataset whenever …

regression

Efficient Decremental Learning Algorithms for Broad Learning System

2019-12-31 · Hufei Zhu

The decremented learning algorithms are required in machine learning, to prune redundant nodes and remove obsolete inline training samples. In this paper, an efficient decremented learning algorithm to prune redundant no…

Incremental Learning

Efficiently Maintaining Next Basket Recommendations under Additions and Deletions of Baskets and Items

2022-01-27 · Benjamin Longxiang Wang, Sebastian Schelter

Recommender systems play an important role in helping people find information and make decisions in today's increasingly digitalized societies. However, the wide adoption of such machine learning applications also causes…

Next-basket recommendationRecommendation SystemsSequential Recommendation