cd /news/machine-learning/jointmatch-a-unified-heterogeneous-g… · home topics machine-learning article
[ARTICLE · art-133373] src=machinebrief.com ↗ pub= topic=machine-learning verified=true sentiment=↑ positive

JointMatch: A Unified Heterogeneous Graph Neural Solver for Large-Scale Ride-Sharing Matching

Researchers introduced JointMatch, a learning-based framework that solves ride-sharing request pairing and vehicle assignment together on a single sparsified graph using a graph neural network. On New York City Yellow Taxi data, JointMatch exceeded both the classical Blossom heuristic and a faithfully-trained two-stage GNN baseline, and at city scale with a fleet of 10,000 vehicles it ran more than 20 times faster per dispatch epoch than either. A supervised training stage closes most of the remaining revenue gap, and a policy-gradient fine-tune aligns the trained model with realised revenue.

by read1 min views1 publishedSep 18, 2026

arXiv:2609.20200v1 Announce Type: new Abstract: Ride-sharing platforms must continuously decide which open requests to bundle into shared trips and which idle vehicles should serve them. The dominant academic approach decomposes this into two sequential matching problems -- request pairing first, then vehicle assignment -- and applies a separate solver to each. This decomposition is convenient computationally but loses revenue and scales poorly because the first stage commits to ride bundles before the available vehicles are known. We propose JointMatch, a learning-based framework that handles request pairing and vehicle assignment together on a single graph. The graph is sparsified by spatial proximity so that its size grows linearly rather than quadratically with the number of vehicles and requests, and a graph neural network scores all candidate decisions in one forward pass. On the New York City Yellow Taxi data, the framework already exceeds both the classical Blossom heuristic and a faithfully-trained two-stage GNN baseline -- often by a wide margin -- and at city scale (fleet 10000) it runs more than $20\times$ faster per dispatch epoch than either. A supervised training stage closes most of the remaining revenue gap, and a policy-gradient fine-tune aligns the trained model with realised revenue.

── more in #machine-learning 4 stories · sorted by recency
── more on @jointmatch 3 stories trending now
sponsored brought to you by zahid.host 4,200+ EU-deployed projects
reading about agents? ship yours in a single git push.

Run your AI side-project on zahid.host

EU-based hosting, git-push deploys, automatic HTTPS, no cold starts. Free tier with a custom domain — perfect for shipping the agent you just read about.

$git push zahid main
Live at https://your-agent.zahid.host
Get free account → Pricing
from €0/mo · no card required
LIVE [news/jointmatch-a-unified…] indexed:0 read:1min 2026-09-18 ·