Order Fraud Classification Using Unmatched Item Detection

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Current online systems struggle to accurately classify fraud instances in completed orders due to difficulties in discerning whether a picker has added unauthorized items or taken advantage of promotions, leading to potential fraud against the system or customers.

Innovation Solution

An online concierge system compares completed orders with transaction logs to identify unmatched items, generates a user interface for auditor review, and deactivates picker accounts if a fraud total exceeds a threshold based on auditor feedback or machine learning models.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Measurement precision

If the system automatically compares completed orders with transaction logs to identify unmatched items, then the ability to detect potential fraud is improved, but the complexity of the system increases

Engineering Contradiction:
Improvefraud detection accuracyVSAvoidsystem complexity
Core Design Contradiction:
Measurement precisionVSDevice complexity

Solution Approach 1:

The system segments the fraud detection process into distinct modules: order retrieval, transaction log comparison, unmatched item identification, and fraud classification. This segmentation allows each component to perform its specific function independently, improving overall system maintainability and detection accuracy without creating an unmanageable monolithic system.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The system introduces an intermediary comparison mechanism that automatically matches completed orders with transaction logs to identify unmatched items. This intermediary layer simplifies the fraud detection process by pre-identifying potential fraud cases before human review, reducing the complexity of manual investigation while improving detection accuracy.

Inventive Principle:
Principle #24Intermediary (Mediator)

2Measurement precision

If the system provides manual review capability for unmatched items, then the ability to distinguish between legitimate promotions and fraud is improved, but the time required for review increases

Engineering Contradiction:
Improvefraud classification accuracyVSAvoidreview time
Core Design Contradiction:
Measurement precisionVSLoss of time

Solution Approach 1:

The system performs preliminary comparison of orders with transaction logs to automatically identify unmatched items before human review is needed. This preliminary action filters out obvious fraud cases and prepares only the uncertain cases for manual review, reducing the overall review time while maintaining high classification accuracy through human expertise on ambiguous cases.

Inventive Principle:
Principle #10Preliminary action

Solution Approach 2:

The system implements feedback loops where auditors review unmatched items and provide classifications that feed back into the system. This feedback mechanism allows the system to learn from human judgment and improve its automated detection algorithms, reducing future review time while maintaining high accuracy through continuous improvement.

Inventive Principle:
Principle #23Feedback

3Object-affected harmful factors

If the system deactivates picker accounts based on fraud thresholds, then the protection against financial loss is improved, but the risk of false positives increases

Engineering Contradiction:
Improvefinancial loss from fraudVSAvoidaccount deactivation reliability
Core Design Contradiction:
Object-affected harmful factorsVSReliability

Solution Approach 1:

The system implements a multi-layer protective mechanism that cushion against false positives before account deactivation occurs. Unmatched items are first identified, then reviewed by auditors, and only after confirmation of fraud does the system proceed to fraud total calculation and potential account deactivation. This layered approach cushions against erroneous deactivations while maintaining strong protection against actual fraud.

Inventive Principle:
Principle #11Beforehand cushioning (Prior cushioning)

Solution Approach 2:

The system uses feedback mechanisms where auditors review and confirm fraud instances before they are added to a picker's fraud total. This feedback loop allows for verification and correction of potential false positives, ensuring that account deactivation only occurs after confirmed fraud, thereby improving reliability while maintaining financial protection.

Inventive Principle:
Principle #23Feedback

Data Source

PatentUS12488358B2Classifying fraud instances in completed orders
Publication Date: 2025.12.02 MAPLEBEAR INC
  • US12488358B2 patent drawing
  • US12488358B2 patent drawing
  • US12488358B2 patent drawing

AI summary

An online concierge system for fraud detection in customer orders fulfilled by a picker. A picker client device, with an installed picker application, sends a first list of items related to a fulfilled customer order. Separately, a transaction log containing a second list of items purchased is received from the retailer's inventory system. These lists are compared to identify any unmatched items. A pretrained fraud detection model, trained on historical data with labeled instances of fraud or non-fraud, is applied to the unmatched items to assess the likelihood of fraud. If this likelihood surpasses a predefined threshold, the item is flagged as a fraudulent instance. This determination is then sent to an auditor client device for further action.