Target Region Extraction for Small Object Recognition Accuracy

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Current target detection systems face challenges in achieving high detection accuracy for small objects in images, as the size of the target object and the image affect the performance of deep learning neural networks, leading to inefficiencies and loss of features.

Innovation Solution

A recognition system and method that acquires original images and positioning information of target objects, extracts target regions based on this information, and recognizes the objects by comparing feature information with the extracted region features, thereby improving recognition accuracy and efficiency.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Measurement precision

If ultra-high resolution image is input into the neural network to improve small object detection accuracy, then the recognition accuracy of small objects is improved, but the neural network runs slowly

Engineering Contradiction:
Improverecognition accuracyVSAvoidrunning speed
Core Design Contradiction:
Measurement precisionVSProductivity

Solution Approach 1:

The patent divides the image processing into multiple stages: first obtaining positioning information to identify target regions, then extracting only those specific regions for neural network processing. This segmentation approach avoids processing the entire ultra-high resolution image, thus maintaining recognition accuracy while improving running speed.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The patent performs preliminary processing by obtaining positioning information and extracting target regions before inputting images into the neural network. This preliminary action identifies and isolates small objects of interest, allowing the neural network to focus computational resources only on relevant regions rather than processing the complete high-resolution image.

Inventive Principle:
Principle #10Preliminary action

2Loss of information

If down-sampling rate of the image is too low to preserve features, then the features of the target object are preserved, but it is difficult to ensure the running efficiency of the neural network

Engineering Contradiction:
Improvefeature preservationVSAvoidrunning efficiency
Core Design Contradiction:
Loss of informationVSProductivity

Solution Approach 1:

The patent extracts only the necessary target regions containing small objects from the original image based on positioning information. By taking out only the relevant portions rather than processing the entire image, the system preserves essential features while significantly reducing the data volume requiring neural network processing, thus improving running efficiency.

Inventive Principle:
Principle #2Taking out (Extraction)

3Measurement precision

If the neural network depth increases to improve feature extraction, then the semantic information is enhanced, but the detailed information of small objects disappears completely

Engineering Contradiction:
Improvesemantic informationVSAvoiddetailed information
Core Design Contradiction:
Measurement precisionVSLoss of information

Solution Approach 1:

The patent segments the image processing pipeline into positioning-based target region extraction followed by neural network processing. This segmentation allows the neural network to receive preprocessed images containing only target regions, enabling deeper network architectures to extract semantic information without losing detailed information of small objects that would be present in the focused target regions.

Inventive Principle:
Principle #1Segmentation

Data Source

PatentUS20250086932A1Recognition system and recognition method
Publication Date: 2025.03.13 SAMSUNG ELECTRONICS CO LTD
  • US20250086932A1 patent drawing
  • US20250086932A1 patent drawing
  • US20250086932A1 patent drawing

AI summary

A recognition system and a recognition method are provided. The recognition system includes: an image acquisition module configured to acquire an original image of a target object; an information acquisition module configured to acquire positioning information of the target object; and an image recognition module configured to extract a target region in the original image, and to recognize the target object based on the extracted target region.