paper-with-me

Papers

On Tradeoffs in Learning-Augmented Algorithms

2025-01-22 · Ziyad Benomar, Vianney Perchet

The field of learning-augmented algorithms has gained significant attention in recent years. These algorithms, using potentially inaccurate predictions, must exhibit three key properties: consistency, robustness, and smoothness. In scenarios where distributional information about predictions is available, a strong expected performance is required. Typically, the design of these algorithms involves a natural tradeoff between consistency and robustness, and previous works aimed to achieve Pareto-optimal tradeoffs for specific problems. However, in some settings, this comes at the expense of smoothness. This paper demonstrates that certain problems involve multiple tradeoffs between consistency, robustness, smoothness, and average performance.

📄 PDF Abstract BibTeX arXiv:2501.12770

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음

Similar Papers 제목 키워드 기반

Learning-Augmented Algorithms for Online Vertex Cover

2026-06-22 · Tianhang Lu, Runtian Ren, Shengcai Liu arxiv

This paper studies learning-augmented online weighted vertex cover with local advice and a tradeoff parameter $λ\in (0,1)$. We consider two graph settings: bipartite graphs and general graphs. In both settings, the onlin…

Learning-Augmented Online Bidding in Stochastic Settings

2025-10-29 · Spyros Angelopoulos, Bertrand Simon arxiv

Online bidding is a classic optimization problem, with several applications in online decision-making, the design of interruptible systems, and the analysis of approximation algorithms. In this work, we study online bidd…

Learning-Augmented Frequency Estimation in Sliding Windows

2024-09-17 · Rana Shahout, Ibrahim Sabek, Michael Mitzenmacher

We show how to utilize machine learning approaches to improve sliding window algorithms for approximate frequency estimation problems, under the ``algorithms with predictions'' framework. In this dynamic environment, pre…

Learning-Augmented Streaming Algorithms for Correlation Clustering

2025-10-12 · Yinhao Dong, Shan Jiang, Shi Li, Pan Peng arxiv

We study streaming algorithms for Correlation Clustering. Given a graph as an arbitrary-order stream of edges, with each edge labeled as positive or negative, the goal is to partition the vertices into disjoint clusters,…

Overcoming Brittleness in Pareto-Optimal Learning-Augmented Algorithms

2024-08-07 · Spyros Angelopoulos, Christoph Dürr, Alex Elenter, Yanni Lefki

The study of online algorithms with machine-learned predictions has gained considerable prominence in recent years. One of the common objectives in the design and analysis of such algorithms is to attain (Pareto) optimal…