paper-with-me

Papers

Efficient and Consistent Adversarial Bipartite Matching

2018-07-01 · ICML 2018 7 · Rizal Fathony, Sima Behpour, Xinhua Zhang, Brian Ziebart

Many important structured prediction problems, including learning to rank items, correspondence-based natural language processing, and multi-object tracking, can be formulated as weighted bipartite matching optimizations. Existing structured prediction approaches have significant drawbacks when applied under the constraints of perfect bipartite matchings. Exponential family probabilistic models, such as the conditional random field (CRF), provide statistical consistency guarantees, but suffer computationally from the need to compute the normalization term of its distribution over matchings, which is a #P-hard matrix permanent computation. In contrast, the structured support vector machine (SSVM) provides computational efficiency, but lacks Fisher consistency, meaning that there are distributions of data for which it cannot learn the optimal matching even under ideal learning conditions (i.e., given the true distribution and selecting from all measurable potential functions). We propose adversarial bipartite matching to avoid both of these limitations. We develop this approach algorithmically, establish its computational efficiency and Fisher consistency properties, and apply it to matching problems that demonstrate its empirical benefits.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Computational EfficiencyLearning-To-RankMulti-Object TrackingObject TrackingStructured Prediction

Similar Papers 제목 키워드 기반

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…

Graph matching between bipartite and unipartite networks: to collapse, or not to collapse, that is the question

2020-02-05 · Jesús Arroyo, Carey E. Priebe, Vince Lyzinski

Graph matching consists of aligning the vertices of two unlabeled graphs in order to maximize the shared structure across networks; when the graphs are unipartite, this is commonly formulated as minimizing their edge dis…

Graph Matching

Deep Policies for Online Bipartite Matching: A Reinforcement Learning Approach

2021-09-21 · Mohammad Ali Alomrani, Reza Moravej, Elias B. Khalil

The challenge in the widely applicable online matching problem lies in making irrevocable assignments while there is uncertainty about future inputs. Most theoretically-grounded policies are myopic or greedy in nature. I…

Decision Makingreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Allocation Problems in Ride-Sharing Platforms: Online Matching with Offline Reusable Resources

2017-11-22 · John P. Dickerson, Karthik A. Sankararaman, Aravind Srinivasan, Pan Xu

Bipartite matching markets pair agents on one side of a market with agents, items, or contracts on the opposing side. Prior work addresses online bipartite matching markets, where agents arrive over time and are dynamica…

NMS Strikes Back

2022-12-12 · Jeffrey Ouyang-Zhang, Jang Hyun Cho, Xingyi Zhou, Philipp Krähenbühl

Detection Transformer (DETR) directly transforms queries to unique objects by using one-to-one bipartite matching during training and enables end-to-end object detection. Recently, these models have surpassed traditional…

Attributeobject-detectionObject Detection