LWIR Target Detection Using Segmented CNN Pipelines

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing automated target recognition (ATR) systems are not suitable for real-time use due to limitations in processing speed, video resolution, and window-based anchor box systems, especially when using convolutional neural-networks (CNNs) with long wave infrared cameras.

Innovation Solution

A high-resolution long wave infrared imaging system utilizing a custom CNN with a window-based detector for short-range targets and a pixel-based detector for longer range targets, integrated with a multi-target Kalman filter for tracking.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Productivity

If a window-based detector is used for real-time detection, then processing speed is improved, but detection accuracy and target size coverage are limited

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

Solution Approach 1:

The patent divides the detection space into two distinct segments: a window-based detector for short-range targets and a pixel-based detector for long-range targets. This segmentation allows each detector to be optimized for its specific range, with the window-based detector providing fast processing for nearby targets and the pixel-based detector providing high accuracy for distant targets, thereby resolving the contradiction between speed and accuracy.

Inventive Principle:
Principle #1Segmentation

2Measurement precision

If a pixel-based detector is used for high accuracy detection, then detection accuracy is improved, but processing speed decreases below real-time speeds

Engineering Contradiction:
Improvedetection accuracyVSAvoidprocessing speed
Core Design Contradiction:
Measurement precisionVSProductivity

Solution Approach 1:

The patent applies local quality by assigning different detection methods to different spatial regions: window-based detection with faster processing is applied to short-range regions, while pixel-based detection with higher accuracy is applied to long-range regions. This localized approach ensures that computational resources are allocated efficiently, providing high accuracy where needed without sacrificing real-time performance across the entire detection field.

Inventive Principle:
Principle #3Local quality

3Measurement precision

If video resolution is increased for better target detection, then detection capability is improved, but processing complexity and computational load increase

Engineering Contradiction:
Improvetarget detection capabilityVSAvoidprocessing complexity
Core Design Contradiction:
Measurement precisionVSDevice complexity

Solution Approach 1:

The patent implements partial action by applying full-resolution pixel-based detection only to regions where long-range targets are detected, while using lower-resolution window-based detection for short-range targets. This selective approach maintains high detection capability for distant targets without requiring all processing to operate at maximum resolution, thereby reducing overall computational complexity while preserving detection effectiveness.

Inventive Principle:
Principle #16Partial or excessive action

Data Source

PatentUS20250182301A1Vehicle based threat detection and tracking with LWIR video
Publication Date: 2025.06.05 BAE SYSTEMS INFORMATION ANDELECTRONIC SYSTEMS INTEGRATION INC
  • US20250182301A1 patent drawing
  • US20250182301A1 patent drawing
  • US20250182301A1 patent drawing

AI summary

A computer program product interacts with machine-readable mediums with instructions for automated target recognition. It captures a video of a specified region using detectors on a vehicle. Raw image frames from the video undergo pre-processing, followed by feeding through long and short-range target detection pipelines. Image frames are downscaled in the short-range pipeline, generating image windows and applying a trained convolutional neural network (CNN). Full resolution and non-redundant image chips are created. Detection region of interest (ROI) proposal lists are generated and analyzed with the CNN, producing frame detection lists with detected targets. These lists are stacked and processed using a multi-target Kalman filter, ultimately creating a track list of targets for monitoring.