paper-with-me

홈 › Papers

Data-driven Algorithm Design

2020-11-14 · Maria-Florina Balcan

Data driven algorithm design is an important aspect of modern data science and algorithm design. Rather than using off the shelf algorithms that only have worst case performance guarantees, practitioners often optimize over large families of parametrized algorithms and tune the parameters of these algorithms using a training set of problem instances from their domain to determine a configuration with high expected performance over future instances. However, most of this work comes with no performance guarantees. The challenge is that for many combinatorial problems of significant importance including partitioning, subset selection, and alignment problems, a small tweak to the parameters can cause a cascade of changes in the algorithm's behavior, so the algorithm's performance is a discontinuous function of its parameters. In this chapter, we survey recent work that helps put data-driven combinatorial algorithm design on firm foundations. We provide strong computational and statistical performance guarantees, both for the batch and online scenarios where a collection of typical problem instances from the given application are presented either all at once or in an online fashion, respectively.

📄 PDF Abstract BibTeX arXiv:2011.07177

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Accelerating ERM for data-driven algorithm design using output-sensitive techniques

2022-04-07 · Maria-Florina Balcan, Christopher Seiler, Dravyansh Sharma

Data-driven algorithm design is a promising, learning-based approach for beyond worst-case analysis of algorithms with tunable parameters. An important open problem is the design of computationally efficient data-driven …

Clustering

MatFormBench: A Benchmarking Evaluation Framework for Target-Driven Materials Formulation

2026-05-26 · Linhan Wu, Chenxi Wang, Chuhan Yang, Zhengwei Yang 외 arxiv

Inverse design of materials has significantly advanced target-driven formulation optimization, yet existing materials machine learning benchmarks remain limited to forward property prediction, failing to systematically e…

Agency Among Agents: Designing with Hypertextual Friction in the Algorithmic Web

2025-07-31 · Sophia Liu, Shm Garanganao Almeda arxiv

Today's algorithm-driven interfaces, from recommendation feeds to GenAI tools, often prioritize engagement and efficiency at the expense of user agency. As systems take on more decision-making, users have less control ov…

From Heuristic Selection to Automated Algorithm Design: LLMs Benefit from Strong Priors

2026-03-03 · Qi Huang, Furong Ye, Ananta Shahane, Thomas Bäck 외 arxiv

Large Language Models (LLMs) have already been widely adopted for automated algorithm design, demonstrating strong abilities in generating and evolving algorithms across various fields. Existing work has largely focused …

Mixed Policy Gradient: off-policy reinforcement learning driven jointly by data and model

2021-02-23 · Yang Guan, Jingliang Duan, Shengbo Eben Li, Jie Li 외

Reinforcement learning (RL) shows great potential in sequential decision-making. At present, mainstream RL algorithms are data-driven, which usually yield better asymptotic performance but much slower convergence compare…

Decision MakingReinforcement Learning (RL)Sequential Decision Making