paper-with-me

홈 › Papers

Sublinear Time Algorithm for Online Weighted Bipartite Matching

2022-08-05 · Hang Hu, Zhao Song, Runzhou Tao, Zhaozhuo Xu, Junze Yin, Danyang Zhuo

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 deciding 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.

📄 PDF Abstract BibTeX arXiv:2208.03367

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Confidence-Weighted Bipartite Ranking

2016-07-04 · Majdi Khalid, Indrakshi Ray, Hamidreza Chitsaz

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 lea…

Learning-Augmented Online Bipartite Fractional Matching

2025-05-25 · Davin Choo, Billy Jin, Yongho Shin

Online bipartite matching is a fundamental problem in online optimization, extensively studied both in its integral and fractional forms due to its theoretical significance and practical applications, such as online adve…

Learning for Edge-Weighted Online Bipartite Matching with Robustness Guarantees

2023-05-31 · Pengfei Li, Jianyi Yang, Shaolei Ren

Many problems, such as online ad display, can be formulated as online bipartite matching. The crucial challenge lies in the nature of sequentially-revealed online item information, based on which we make irreversible mat…

Reinforcement Learning (RL)

Online bipartite matching with imperfect advice

2024-05-16 · Davin Choo, Themis Gouleakis, Chun Kai Ling, Arnab Bhattacharyya

We study the problem of online unweighted bipartite matching with $n$ offline vertices and $n$ online vertices where one wishes to be competitive against the optimal offline algorithm. While the classic RANKING algorithm…

Weighted Gaussian Process Bandits for Non-stationary Environments

2021-07-06 · Yuntian Deng, Xingyu Zhou, Baekjin Kim, Ambuj Tewari 외

In this paper, we consider the Gaussian process (GP) bandit optimization problem in a non-stationary environment. To capture external changes, the black-box function is allowed to be time-varying within a reproducing ker…

regression