Hierarchical Pyramid Object Detection Using Spatio-Temporal Data

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Current object detection systems in applications like automatic driving and unmanned aerial vehicles face challenges in accurately detecting and tracking objects over time, as they primarily rely on spatial information without effectively incorporating time information, which limits their detection performance.

Innovation Solution

The system generates pyramid images from input images captured at different times, adding time information to these images, and uses deep learning based on neural networks to extract and track objects, improving detection performance by utilizing both spatial and temporal data.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Measurement precision

If only spatial information from single images is used for object detection, then the detection process is simple and fast, but the detection accuracy and tracking performance deteriorate due to lack of temporal context

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

Solution Approach 1:

The patent segments the detection process by generating multiple pyramid images from different time points and processing them separately through the object extractor, which then combines results. This segmentation of temporal data into discrete processable units improves accuracy without overwhelming system complexity

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The patent adds the time dimension to traditional spatial object detection by capturing images at multiple time points and generating pyramid images across temporal sequences. This transforms the detection from 2D spatial analysis to 3D spatio-temporal analysis, improving detection accuracy through temporal context

Inventive Principle:
Principle #17Another dimension (Dimensionality change)

2Reliability

If multiple images captured at different times are processed to add time information, then object tracking performance improves, but processing time and computational load increase

Engineering Contradiction:
Improveobject tracking reliabilityVSAvoidprocessing time
Core Design Contradiction:
ReliabilityVSLoss of time

Solution Approach 1:

The patent performs preliminary actions by pre-processing images to generate pyramid structures before object extraction. By organizing images into pyramid formats at different time points in advance, the system prepares temporal data for efficient processing, improving tracking reliability while managing processing time through structured pre-computation

Inventive Principle:
Principle #10Preliminary action

Solution Approach 2:

The patent creates pyramid image copies from original captured images at different time points. These copied and transformed pyramid images serve as processed representations that preserve temporal information while enabling efficient object extraction and tracking without requiring continuous access to raw high-resolution images

Inventive Principle:
Principle #26Copying

Data Source

PatentUS11308324B2Object detecting system for detecting object by using hierarchical pyramid and object detecting method thereof
Publication Date: 2022.04.19 SAMSUNG ELECTRONICS CO LTD
  • US11308324B2 patent drawing
  • US11308324B2 patent drawing
  • US11308324B2 patent drawing

AI summary

An object detecting system, which detects an object by using a hierarchical pyramid structure includes: a pyramid image generator configured to receive a plurality of input images respectively corresponding to a plurality of time points and generate a plurality of pyramid images corresponding to each of the plurality of input images; an object extractor configured to generate a plurality of pieces of object data by extracting at least one object from the plurality of pyramid images; and a buffer storing the plurality of pieces of object data on an object basis.