Complex-Valued CNN for SAR Object Detection Using Phase Data

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing SAR object detection algorithms primarily utilize real-valued neural networks, neglecting the phase component of SAR data, which contains crucial environmental information, and do not employ complex-valued neural networks effectively.

Innovation Solution

A complex-valued convolutional neural network is used to process SAR data, incorporating both amplitude and phase components, with separate real and imaginary weight sets for convolution products, and a tailored loss function for training, including batch normalization and dropout layers to enhance performance.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Device complexity

If real-valued neural networks are used for SAR object detection, then the system is simpler to implement, but the phase component information is lost and detection accuracy deteriorates

Engineering Contradiction:
Improvenetwork complexityVSAvoiddetection accuracy
Core Design Contradiction:
Device complexityVSMeasurement precision

Solution Approach 1:

The patent transforms the real-valued neural network parameters into complex-valued parameters, allowing the network to process both amplitude and phase information simultaneously. This parameter change enables the network to utilize the complete SAR data structure without increasing operational complexity, thereby improving detection accuracy while maintaining implementation simplicity

Inventive Principle:
Principle #35Parameter changes

Solution Approach 2:

The patent creates a composite neural network structure that combines real and imaginary components, similar to how composite materials combine different properties. The complex-valued kernel combines real and imaginary weights to process both amplitude and phase information, creating a more informative detection system that leverages all available data dimensions

Inventive Principle:
Principle #40Composite materials

2Device complexity

If phase component is ignored in SAR processing, then the processing pipeline remains simple, but crucial environmental information is lost

Engineering Contradiction:
Improveprocessing complexityVSAvoidphase information loss
Core Design Contradiction:
Device complexityVSLoss of information

Solution Approach 1:

The complex-valued convolutional layer serves multiple functions simultaneously: it processes amplitude information through the real component, preserves phase information through the imaginary component, and enables both to interact meaningfully through the complex multiplication operation. This multi-functionality allows a single processing stage to achieve what would otherwise require separate processing pipelines

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

3Measurement precision

If complex-valued neural network is implemented with separate real and imaginary weight sets, then detection accuracy improves, but computational complexity increases

Engineering Contradiction:
Improveobject detection accuracyVSAvoidcomputational complexity
Core Design Contradiction:
Measurement precisionVSDevice complexity

Solution Approach 1:

The patent merges the processing of real and imaginary components into a unified complex-valued convolution operation. By combining the separate real and imaginary weight applications into a single complex multiplication and addition operation, the network achieves improved accuracy while minimizing the increase in computational complexity through mathematical optimization

Inventive Principle:
Principle #5Merging (Combining)

Data Source

PatentUS20260110794A1Object detection from synthetic aperture radar using a complex-valued convolutional neural network
Publication Date: 2026.04.23 NORTHROP GRUMMAN SYSTEMS CORP
  • US20260110794A1 patent drawing
  • US20260110794A1 patent drawing
  • US20260110794A1 patent drawing

AI summary

Systems and methods are provided for object detection. A radar interface receives complex-valued data representing a region of interest from a synthetic aperture radar system. A complex-valued convolutional neural network includes a plurality of convolutional layers and provides an output indicating if objects are present in the region of interest. Each convolutional layer includes a complex-valued kernel that is applied to an input. The kernel includes a first set of weights that is applied to each of real and imaginary components of the input to provide respective first and second convolution products and a second set of weights applied to each of real and imaginary components of the input to provide respective third and fourth convolution products. A difference between the first and fourth convolution products provides a real output component and a sum of the second and third convolution products provides an imaginary output component.