中文
相关论文

相关论文: Dynamic Relaxations for Online Bipartite Matching

200 篇论文

Online Contention Resolution Schemes (OCRS's) represent a modern tool for selecting a subset of elements, subject to resource constraints, when the elements are presented to the algorithm sequentially. OCRS's have led to some of the…

数据结构与算法 · 计算机科学 2024-04-03 Calum MacRury , Will Ma , Nathaniel Grammel

We introduce the abstract problem of rounding an unknown fractional bipartite $b$-matching $\bf{x}$ revealed online (e.g., output by an online fractional algorithm), exposed node-by-node on~one~side. The objective is to maximize the…

数据结构与算法 · 计算机科学 2024-10-30 Joseph , Naor , Aravind Srinivasan , David Wajc

In this article, bipartite ranking, a statistical learning problem involved in many applications and widely studied in the passive context, is approached in a much more general \textit{active setting} than the discrete one previously…

机器学习 · 统计学 2026-03-02 James Cheshire , Stephan Clémençon

We introduce a `concrete complexity' model for studying algorithms for matching in bipartite graphs. The model is based on the "demand query" model used for combinatorial auctions. Most (but not all) known algorithms for bipartite matching…

计算复杂性 · 计算机科学 2019-06-12 Noam Nisan

Diverse keyword suggestions for a given landing page or matching queries to diverse documents is an active research area in online advertising. Modern search engines provide advertisers with products like Dynamic Search Ads and Smart…

信息检索 · 计算机科学 2020-12-02 Shreya Malani , Dinesh Gaurav , Anoop Vallabhajosyula , Rahul Agrawal

Although many well-known algorithms can solve each bipartite matching problem instance efficiently, it remains an open question how one could estimate the expected optimal matching distance for arbitrary numbers of randomly distributed…

最优化与控制 · 数学 2025-09-24 Shiyu Shen , Yuhui Zhai , Yanfeng Ouyang

Bipartite b-matching is fundamental in algorithm design, and has been widely applied into economic markets, labor markets, etc. These practical problems usually exhibit two distinct features: large-scale and dynamic, which requires the…

分布式、并行与集群计算 · 计算机科学 2020-05-13 Xiaotian Hao , Junqi Jin , Jianye Hao , Jin Li , Weixun Wang , Yi Ma , Zhenzhe Zheng , Han Li , Jian Xu , Kun Gai

Given a bipartite graph, where the two sets of vertices are applicants and posts and ranks on the edges represent preferences of applicants over posts, a {\em rank-maximal} matching is one in which the maximum number of applicants is…

数据结构与算法 · 计算机科学 2020-09-24 Pratik Ghosal , Adam Kunysz , Katarzyna Paluch

We consider Online Convex Optimization (OCO) in the setting where the costs are $m$-strongly convex and the online learner pays a switching cost for changing decisions between rounds. We show that the recently proposed Online Balanced…

机器学习 · 计算机科学 2019-04-05 Gautam Goel , Adam Wierman

Which ads should we display in sponsored search in order to maximize our revenue? How should we dynamically rank information sources to maximize value of information? These applications exhibit strong diminishing returns: Selection of…

机器学习 · 计算机科学 2009-08-07 Daniel Golovin , Andreas Krause , Matthew Streeter

Bipartite matching systems arise in many settings where agents or tasks from two distinct sets must be paired dynamically under compatibility constraints. We consider a high-dimensional bipartite matching system under uncertainty and seek…

最优化与控制 · 数学 2025-10-20 Baris Ata , Yaosheng Xu

Distributed algorithms for solving additive or consensus optimization problems commonly rely on first-order or proximal splitting methods. These algorithms generally come with restrictive assumptions and at best enjoy a linear convergence…

最优化与控制 · 数学 2017-05-11 Sina Khoshfetrat Pakazad , Christian A. Naesseth , Fredrik Lindsten , Anders Hansson

Online bipartite matching has been extensively studied. In the unweighted setting, Karp et al. gave an optimal $(1 - 1/e)$-competitive randomized algorithm. In the weighted setting, optimal algorithms have been achieved only under…

数据结构与算法 · 计算机科学 2021-11-03 Nguyen Kim Thang

We study stationary online bipartite matching, where both types of nodes--offline and online--arrive according to Poisson processes. Offline nodes wait to be matched for some random time, determined by an exponential distribution, while…

数据结构与算法 · 计算机科学 2024-11-14 Alireza AmaniHamedani , Ali Aouad , Tristan Pollner , Amin Saberi

In the online bipartite matching with reassignments problem, an algorithm is initially given only one side of the vertex set of a bipartite graph; the vertices on the other side are revealed to the algorithm one by one, along with its…

数据结构与算法 · 计算机科学 2020-03-12 Yongho Shin , Kangsan Kim , Seungmin Lee , Hyung-Chan An

A natural optimization model that formulates many online resource allocation and revenue management problems is the online linear program (LP) in which the constraint matrix is revealed column by column along with the corresponding…

数据结构与算法 · 计算机科学 2014-04-10 Shipra Agrawal , Zizhuo Wang , Yinyu Ye

We address the challenge of finding algorithms for online allocation (i.e. bipartite matching) using a machine learning approach. In this paper, we focus on the AdWords problem, which is a classical online budgeted matching problem of both…

机器学习 · 计算机科学 2020-10-19 Goran Zuzic , Di Wang , Aranyak Mehta , D. Sivakumar

We study the classic online bipartite matching problem with a twist: offline vertices, called resources, are $\textit{reusable}$. In particular, when a resource is matched to an online vertex it is unavailable for a deterministic time…

数据结构与算法 · 计算机科学 2022-10-25 Steven Delong , Alireza Farhadi , Rad Niazadeh , Balasubramanian Sivan , Rajan Udwani

Bipartite ranking is a fundamental machine learning and data mining problem. It commonly concerns the maximization of the AUC metric. Recently, a number of studies have proposed online bipartite ranking algorithms to learn from massive…

机器学习 · 计算机科学 2019-03-12 Majdi Khalid , Indrakshi Ray , Hamidreza Chitsaz

We study two-stage bipartite matching, in which the edges of a bipartite graph on vertices $(B_1 \cup B_2, I)$ are revealed in two batches. In stage one, a matching must be selected from among revealed edges $E \subseteq B_1 \times I$. In…

数据结构与算法 · 计算机科学 2025-10-24 Tristan Pollner , Amin Saberi , Anders Wikum