Fraudulent Listing Detection via Feature Vector Extraction

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Real estate websites face significant challenges in detecting and removing fraudulent listings, which undermines user trust and the overall value of the platform, as existing methods lack an efficient automated system to differentiate between legitimate and fraudulent listings in real-time.

Innovation Solution

A system utilizing machine learning techniques to create models that analyze feature vectors extracted from real estate listings, combining multiple models to predict the probability of a listing being fraudulent, and automatically flagging or removing suspicious listings based on predefined thresholds.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Productivity

If manual review methods are used to detect fraudulent listings, then detection accuracy may be maintained, but the system cannot operate in real-time and requires significant human resources

Engineering Contradiction:
Improvedetection speedVSAvoiddetection accuracy
Core Design Contradiction:
ProductivityVSMeasurement precision

Solution Approach 1:

The patent replaces manual human review (mechanical system) with an automated machine learning system that uses feature vector extraction and multiple prediction models to detect fraudulent listings. This substitution enables real-time automated detection while maintaining high accuracy through sophisticated algorithms including random forest, gradient boosting, and neural network models that analyze multiple listing features simultaneously.

Inventive Principle:
Principle #28Mechanics substitution (Replace mechanical system)

2Extent of automation

If automated detection systems are implemented, then real-time detection is achieved, but the system complexity increases significantly

Engineering Contradiction:
Improveautomation levelVSAvoidsystem complexity
Core Design Contradiction:
Extent of automationVSDevice complexity

Solution Approach 1:

The patent segments the fraud detection system into distinct modular components: feature extraction module that identifies relevant listing attributes, model training module that learns from historical data, prediction module that applies multiple ML models, and threshold-based decision module that determines fraud likelihood. This segmentation manages complexity by creating independent, reusable modules that can be developed and maintained separately.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The patent introduces feature vectors as an intermediary representation that bridges raw listing data and prediction models. The feature extraction process transforms complex unstructured listing data into standardized numerical vectors that can be efficiently processed by multiple prediction models, simplifying the overall system architecture while enabling sophisticated analysis.

Inventive Principle:
Principle #24Intermediary (Mediator)

3Measurement precision

If multiple machine learning models are combined to improve detection accuracy, then fraud identification capability increases, but the computational resources and processing time required increase

Engineering Contradiction:
Improvedetection accuracyVSAvoidcomputational resource consumption
Core Design Contradiction:
Measurement precisionVSUse of energy by moving object

Solution Approach 1:

The patent implements a staged prediction approach where listings are first evaluated by simpler, faster models, and only those that fall into gray areas or require higher confidence are subjected to more computationally intensive models. This partial application of multiple models reduces overall computational burden while maintaining high detection accuracy for critical cases.

Inventive Principle:
Principle #16Partial or excessive action

Solution Approach 2:

The patent dynamically adjusts prediction thresholds and model selection based on listing characteristics, fraud patterns, and computational resource availability. By changing parameters such as confidence thresholds, feature weights, and model ensemble composition, the system optimizes the balance between detection accuracy and computational efficiency for different operational contexts.

Inventive Principle:
Principle #35Parameter changes

Data Source

PatentUS9990639B1Automatic detection of fraudulent real estate listings
Publication Date: 2018.06.05 MFTB HOLDCO INC
  • US9990639B1 patent drawing
  • US9990639B1 patent drawing
  • US9990639B1 patent drawing

AI summary

A system for rental fraud detection comprises an input interface, a feature vector extractor, a model builder, and a predictor. The input interface is to receive a set of training data, wherein the set of training data comprises a set of rental fraud indications and to receive a set of prediction data. The feature vector extractor is to extract a first training set of feature vectors from the set of training data and to extract a first test feature vector from the set of prediction data. The model builder is to build a first model using the first training set of feature vectors and the rental fraud indications. The predictor is to predict whether the first test feature vector corresponds to fraudulent data using the first model.