Destination-Aware Passenger Matching for Driver Route Planning

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing taxi services lack an efficient system to direct drivers to passengers based on the driver's specified destination, leading to suboptimal route planning and potential delays in reaching their desired locations.

Innovation Solution

A system that allows drivers to specify a destination location and time, enabling the backend system to select passengers and plan routes that align with these specifications, optimizing the driver's journey to their desired destination.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Productivity

If drivers are assigned passengers without considering their specified destination, then passenger requests can be fulfilled quickly, but drivers experience delays in reaching their desired locations and suboptimal route planning occurs

Engineering Contradiction:
Improvepassenger request fulfillment speedVSAvoiddriver time to reach destination
Core Design Contradiction:
ProductivityVSLoss of time

Solution Approach 1:

The system changes the parameter of passenger selection by incorporating driver destination specifications as a filtering criterion. Passenger requests are evaluated based on whether their routes align with the driver's desired destination, transforming the assignment process from purely proximity-based to destination-oriented matching.

Inventive Principle:
Principle #35Parameter changes

Solution Approach 2:

Drivers specify their desired destination in advance before receiving passenger assignments. The system uses this preliminary information to pre-filter and prioritize passenger requests that would route the driver toward their specified location, enabling proactive route optimization rather than reactive adjustments.

Inventive Principle:
Principle #10Preliminary action

2Ease of operation

If the system implements destination-based passenger selection, then driver satisfaction and route efficiency improve, but system complexity increases

Engineering Contradiction:
Improvedriver route efficiencyVSAvoidbackend system complexity
Core Design Contradiction:
Ease of operationVSDevice complexity

Solution Approach 1:

The backend system integrates multiple functions into a unified passenger selection process: it handles driver destination specifications, evaluates passenger request compatibility, optimizes route planning, and manages assignments all through a single multi-functional algorithm that considers both driver preferences and passenger needs.

Inventive Principle:
Principle #6Universality (Multi-functionality)

Solution Approach 2:

The system introduces an intermediary matching layer between driver destination specifications and passenger requests. This intermediary process evaluates compatibility between the two and facilitates optimal pairing without requiring direct complex interactions between drivers and passengers, simplifying the overall system architecture.

Inventive Principle:
Principle #24Intermediary (Mediator)

3Productivity

If drivers are directed to geographic regions with high passenger demand, then passenger pickup efficiency increases, but drivers may be diverted from their specified destination

Engineering Contradiction:
Improvepassenger pickup efficiencyVSAvoiddriver destination preference
Core Design Contradiction:
ProductivityVSLoss of information

Solution Approach 1:

The system applies local quality by making passenger selection destination-specific rather than using a uniform approach for all drivers. Each driver receives passenger requests tailored to their specified destination, creating localized optimization that respects individual driver preferences while maintaining overall system efficiency.

Inventive Principle:
Principle #3Local quality

Solution Approach 2:

The passenger selection process is made dynamic by continuously evaluating both driver destination specifications and incoming passenger requests in real-time. The system adapts its matching criteria based on current conditions, balancing destination alignment with passenger pickup opportunities rather than following a static routing rule.

Inventive Principle:
Principle #15Dynamics

Data Source

PatentUS12422261B2Providing navigational data to a driver computing device to direct the driver computing device to a geographic region in view of a location specified by the driver computing device
Publication Date: 2025.09.23 LYFT INC
  • US12422261B2 patent drawing
  • US12422261B2 patent drawing
  • US12422261B2 patent drawing

AI summary

In one embodiment, a method includes: receiving, by a processing device over a network from a driver computing device, a driver destination location and a scheduled arrival time; and determining, based on historical data, a plurality of likelihoods corresponding to a plurality of passenger pick-up regions. Each of the plurality of likelihoods is a corresponding likelihood of the driver computing device arriving at the driver destination location by the scheduled arrival time after completing transportation of a passenger from a corresponding passenger pick-up region. The method further includes: selecting, based on the plurality of likelihoods, a first passenger pick-up region; and providing, by the processing device over the network to the driver computing device, navigational data to direct a driver corresponding to the driver computing device to the first passenger pick-up region.