AI Object Detection With Retrieval Confirmation for Open Categories

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing object detection models struggle with accuracy when applied to large-scale image databases outside their training data sets, particularly due to the scale variance problem of objects and the challenge of handling open data categories.

Innovation Solution

A dual-stream detection approach combining an object detection model and an object retrieval model, where the detection model performs initial feature extraction and location prediction, followed by the retrieval model for enhanced category confirmation, using a feature pyramid network for multi-scale feature fusion.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Measurement precision

If a single object detection model is used for feature extraction and category prediction, then the detection speed is maintained, but the accuracy deteriorates when applied to large-scale image databases outside training data sets

Engineering Contradiction:
Improveobject detection accuracyVSAvoiddetection system complexity
Core Design Contradiction:
Measurement precisionVSDevice complexity

Solution Approach 1:

The detection system is segmented into two independent streams: an object detection model for initial feature extraction and location prediction, and an object retrieval model for enhanced category confirmation. This segmentation allows each model to specialize in specific tasks, improving overall accuracy while maintaining manageable complexity through modular architecture.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The patent combines the outputs of two separate models (detection model and retrieval model) through confidence level fusion. The detection model provides first confidence levels for initial predictions, while the retrieval model provides second confidence levels for verification, and their combined results achieve higher accuracy than either model alone.

Inventive Principle:
Principle #5Merging (Combining)

2Adaptability or versatility

If multi-scale feature extraction is performed to handle objects of different sizes, then the detection coverage is improved, but the computational complexity increases

Engineering Contradiction:
Improvemulti-scale detection capabilityVSAvoidcomputational resource consumption
Core Design Contradiction:
Adaptability or versatilityVSUse of energy by stationary object

Solution Approach 1:

The feature pyramid network performs multi-scale feature extraction in advance, generating feature maps at multiple scales before the actual detection and retrieval processes. This preliminary multi-scale feature preparation enables the system to handle objects of various sizes efficiently without repeating computationally expensive operations during inference.

Inventive Principle:
Principle #10Preliminary action

3Measurement precision

If a dual-model approach is used with confidence level fusion, then the category prediction accuracy is improved, but the detection time increases

Engineering Contradiction:
Improvecategory prediction accuracyVSAvoiddetection processing time
Core Design Contradiction:
Measurement precisionVSLoss of time

Solution Approach 1:

The system performs partial verification by the retrieval model based on the detection model's initial predictions. Rather than requiring both models to process all cases equally, the retrieval model focuses on confirming categories for detected objects, performing excessive verification only where needed to improve accuracy without proportionally increasing processing time for all cases.

Inventive Principle:
Principle #16Partial or excessive action

Data Source

PatentUS20260024314A1Artificial intelligence-based object detection method and apparatus, device, and storage medium
Publication Date: 2026.01.22 TENCENT TECHNOLOGY (SHENZHEN) CO LTD
  • US20260024314A1 patent drawing
  • US20260024314A1 patent drawing
  • US20260024314A1 patent drawing

AI summary

This application discloses an artificial intelligence-based object detection method and apparatus. The method includes inputting a target image comprising an object to an object detection model; obtaining feature images of different scales from the target image using the object detection model; determining image location information of the object and a first confidence level that the object belongs to each category; acquiring a target region in which the object is located; inputting the target region to an object retrieval model, comparing the target region with sample images of a plurality of categories to obtain a second confidence level that the object belongs to each category; and determining a target category of the object based on the first confidence level and the second confidence level, a sum of the first confidence level and the second confidence level of the target category being the largest of the plurality of categories.