中文
相关论文

相关论文: An Optimal Algorithm for Online Unconstrained Subm…

200 篇论文

We consider the problem of online learning in Linear Quadratic Control systems whose state transition and state-action transition matrices $A$ and $B$ may be initially unknown. We devise an online learning algorithm and provide guarantees…

机器学习 · 计算机科学 2021-09-30 Yassir Jedra , Alexandre Proutiere

The goal of a learner in standard online learning is to maintain an average loss close to the loss of the best-performing single function in some class. In many real-world problems, such as rating or ranking items, there is no single best…

机器学习 · 计算机科学 2013-03-18 Edward Moroshko , Koby Crammer

For each of $T$ time steps, $m$ experts report probability distributions over $n$ outcomes; we wish to learn to aggregate these forecasts in a way that attains a no-regret guarantee. We focus on the fundamental and practical aggregation…

机器学习 · 计算机科学 2023-10-11 Eric Neyman , Tim Roughgarden

In this work, we study the classical problem of maximizing a submodular function subject to a matroid constraint. We develop deterministic algorithms that are very parsimonious with respect to querying the submodular function, for both the…

数据结构与算法 · 计算机科学 2024-08-29 Eric Balkanski , Steven DiSilvio , Alan Kuhnle , ChunLi Peng

Consider the following online version of the submodular maximization problem under a matroid constraint: We are given a set of elements over which a matroid is defined. The goal is to incrementally choose a subset that remains independent…

数据结构与算法 · 计算机科学 2012-05-08 Niv Buchbinder , Joseph , Naor , R. Ravi , Mohit Singh

In this work, we propose a computationally efficient algorithm for the problem of global optimization in univariate loss functions. For the performance evaluation, we study the cumulative regret of the algorithm instead of the simple regret…

机器学习 · 计算机科学 2022-01-19 Kaan Gokcesu , Hakan Gokcesu

Optimising queries in real-world situations under imperfect conditions is still a problem that has not been fully solved. We consider finding the optimal order in which to execute a given set of selection operators under partial ignorance…

数据库 · 计算机科学 2015-07-30 Khaled H. Alyoubi , Sven Helmer , Peter T. Wood

In this work, we study the problem of finding the maximum value of a non-negative submodular function subject to a limit on the number of items selected, a ubiquitous problem that appears in many applications, such as data summarization and…

数据结构与算法 · 计算机科学 2023-08-08 Yixin Chen , Alan Kuhnle

In this paper, we study the problem of learning Kalman filtering with unknown system model in partially observed linear dynamical systems. We propose a unified algorithmic framework based on online optimization that can be used to solve…

机器学习 · 计算机科学 2026-03-31 Lintao Ye , Ankang Zhang , Ming Chi , Bin Du , Jianghai Hu

We study the repeated optimal stopping problem, in which the same optimal stopping instance with an unknown distribution is solved repeatedly over $T$ rounds. We aim to simultaneously achieve strong per-round performance guarantees relative…

数据结构与算法 · 计算机科学 2026-05-18 Tsubasa Harada , Yasushi Kawase , Hanna Sumita

For many optimization problems in machine learning, finding an optimal solution is computationally intractable and we seek algorithms that perform well in practice. Since computational intractability often results from pathological…

机器学习 · 计算机科学 2021-02-25 Eric Balkanski , Sharon Qian , Yaron Singer

The goal of a learner, in standard online learning, is to have the cumulative loss not much larger compared with the best-performing function from some fixed class. Numerous algorithms were shown to have this gap arbitrarily close to zero,…

机器学习 · 计算机科学 2013-03-04 Nina Vaits , Edward Moroshko , Koby Crammer

In the classical selection problem, the input consists of a collection of elements and the goal is to pick a subset of elements from the collection such that some objective function $f$ is maximized. This problem has been studied…

数据结构与算法 · 计算机科学 2021-09-06 Sofia Maria Nikolakaki , Alina Ene , Evimaria Terzi

Many tasks in machine learning and data mining, such as data diversification, non-parametric learning, kernel machines, clustering etc., require extracting a small but representative summary from a massive dataset. Often, such problems can…

We propose subsampling as a unified algorithmic technique for submodular maximization in centralized and online settings. The idea is simple: independently sample elements from the ground set, and use simple combinatorial techniques (such…

数据结构与算法 · 计算机科学 2021-04-08 Christopher Harshaw , Ehsan Kazemi , Moran Feldman , Amin Karbasi

Maximizing monotone submodular functions under cardinality constraints is a classic optimization task with several applications in data mining and machine learning. In this paper we study this problem in a dynamic environment with…

数据结构与算法 · 计算机科学 2024-05-31 Paul Dütting , Federico Fusco , Silvio Lattanzi , Ashkan Norouzi-Fard , Morteza Zadimoghaddam

Algorithm selection is typically based on models of algorithm performance, learned during a separate offline training sequence, which can be prohibitively expensive. In recent work, we adopted an online approach, in which a performance…

人工智能 · 计算机科学 2013-01-31 Matteo Gagliolo , Juergen Schmidhuber

In this paper, we consider the unconstrained submodular maximization problem. We propose the first algorithm for this problem that achieves a tight $(1/2-\varepsilon)$-approximation guarantee using $\tilde{O}(\varepsilon^{-1})$ adaptive…

数据结构与算法 · 计算机科学 2018-11-20 Lin Chen , Moran Feldman , Amin Karbasi

Algorithms for online learning typically require one or more boundedness assumptions: that the domain is bounded, that the losses are Lipschitz, or both. In this paper, we develop a new setting for online learning with unbounded domains and…

机器学习 · 计算机科学 2023-07-18 Andrew Jacobsen , Ashok Cutkosky

Submodular maximization arises in many applications, and has attracted a lot of research attentions from various areas such as artificial intelligence, finance and operations research. Previous studies mainly consider only one kind of…

数据结构与算法 · 计算机科学 2023-07-20 Yu-Ran Gu , Chao Bian , Chao Qian