Object Recognition from Moving Platforms via Static and Motion Detection Fusion

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Aerial video analysis from moving platforms is challenging due to factors like moving cameras, viewpoint changes, illumination changes, and distorted object appearances, with existing systems failing to effectively utilize known object samples for robust object recognition.

Innovation Solution

A system combining form and motion detection with bio-inspired classification, utilizing Haar features and AdaBoost learning for static object detection, and convolutional neural networks for classification, which processes video frames from moving platforms to identify and classify static and moving objects.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Measurement precision

If residual saliency detection is used to detect objects in aerial video, then salient areas can be found, but the system cannot effectively utilize known object samples for improved recognition

Engineering Contradiction:
Improveobject recognition accuracyVSAvoidability to use known object samples
Core Design Contradiction:
Measurement precisionVSAdaptability or versatility

Solution Approach 1:

The system performs preliminary actions by pre-training classifiers with known object samples before actual detection. Haar features are extracted and classifiers are trained in advance using labeled object data, allowing the system to leverage prior knowledge about target objects for improved recognition accuracy during video analysis

Inventive Principle:
Principle #10Preliminary action

Solution Approach 2:

The system introduces Haar features and trained classifiers as intermediary components between the video input and object recognition output. These intermediaries process the visual data through feature extraction and classification stages, enabling the system to effectively utilize known object samples while maintaining robust detection capabilities

Inventive Principle:
Principle #24Intermediary (Mediator)

2Reliability

If motion-based detection is used to handle moving objects, then moving targets can be detected, but static objects may be missed or misclassified

Engineering Contradiction:
Improvemoving object detection reliabilityVSAvoidstatic object detection accuracy
Core Design Contradiction:
ReliabilityVSMeasurement precision

Solution Approach 1:

The system segments the object detection task into two distinct pathways: one for detecting moving objects through motion-based methods and another for detecting static objects through frame-based classification. This segmentation allows each pathway to be optimized for its specific task, with results later fused to achieve comprehensive object detection

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The system merges the results from motion-based detection and static object detection by fusing their outputs. This combination allows the system to leverage the strengths of both approaches, reliably detecting moving objects while also accurately identifying static objects that motion methods might miss

Inventive Principle:
Principle #5Merging (Combining)

3Measurement precision

If multiple detection methods are combined to improve object recognition, then recognition performance improves, but system complexity increases

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

Solution Approach 1:

The system segments the complex detection task into modular components: Haar feature extraction, AdaBoost classifier training, motion-based detection, and result fusion. Each module performs a specific function and can be independently optimized or replaced, managing overall system complexity through functional decomposition

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The system employs universal Haar features and trained classifiers that can detect multiple types of objects across different scenarios. These multi-functional components handle various object classes and detection conditions, reducing the need for separate specialized systems for each object type

Inventive Principle:
Principle #6Universality (Multi-functionality)

Data Source

PatentUS9576214B1Robust object recognition from moving platforms by combining form and motion detection with bio-inspired classification
Publication Date: 2017.02.21 HRL LAB
  • US9576214B1 patent drawing
  • US9576214B1 patent drawing
  • US9576214B1 patent drawing

AI summary

Described is system for object recognition from moving platforms. The system receives a video captured from a moving platform as input. The video is processed with a static object detection module to detect static objects in the video, resulting in a set of static object detections. The video is also processed with a moving object detection module to detect moving objects in the video, resulting in a set of moving object detections. The set of static object detections and the set of moving object detections are fused, resulting in a set of detected objects. The set of detected objects are classified with an object classification module, resulting in a set of recognized objects that are then output.