Sublinear Time Algorithm for Online Weighted Bipartite Matching

08/05/2022
by   Hang Hu, et al.
0

Online bipartite matching is a fundamental problem in online algorithms. The goal is to match two sets of vertices to maximize the sum of the edge weights, where for one set of vertices, each vertex and its corresponding edge weights appear in a sequence. Currently, in the practical recommendation system or search engine, the weights are decided by the inner product between the deep representation of a user and the deep representation of an item. The standard online matching needs to pay nd time to linear scan all the n items, computing weight (assuming each representation vector has length d), and then decide the matching based on the weights. However, in reality, the n could be very large, e.g. in online e-commerce platforms. Thus, improving the time of computing weights is a problem of practical significance. In this work, we provide the theoretical foundation for computing the weights approximately. We show that, with our proposed randomized data structures, the weights can be computed in sublinear time while still preserving the competitive ratio of the matching algorithm.

READ FULL TEXT

page 1

page 2

page 3

page 4

research
03/04/2021

An Optimal Truthful Mechanism for the Online Weighted Bipartite Matching Problem

In the weighted bipartite matching problem, the goal is to find a maximu...
research
06/27/2018

Online Matching in a Ride-Sharing Platform

We propose a formal graph-theoretic model for studying the problem of ma...
research
12/14/2021

Secretary Matching With Vertex Arrivals and No Rejections

Most prior work on online matching problems has been with the flexibilit...
research
02/17/2019

Prophet inequality for bipartite matching: merits of being simple and non adaptive

We consider Bayesian online selection problem of a matching in bipartite...
research
07/09/2019

Vertex-weighted Online Stochastic Matching with Patience Constraints

Online Bipartite Matching is a classic problem introduced by Karp, Vazir...
research
03/01/2019

Online Graph Exploration on a Restricted Graph Class: Optimal Solutions for Tadpole Graphs

We study the problem of online graph exploration on undirected graphs, w...
research
06/18/2019

Inner Product Oracle can Estimate and Sample

Edge estimation problem in unweighted graphs using local and sometimes g...

Please sign up or login with your details

Forgot password? Click here to reset