Gaussian Object Tracking via Rotated Bounding Box

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing object tracking algorithms struggle with accurately tracking non-rigid objects that rotate or transform, particularly in fast-paced battlefield environments, due to their reliance on upright rectangular models that do not account for orientation changes, leading to reduced precision and increased computational burden.

Innovation Solution

A deep-learning based object tracking method using a Gaussian distribution model to define the area of interest, which includes parameters for position, shape, and rotation angle, minimizing a loss function based on Kullback-Leibler divergence to refine predictions and reduce computational requirements.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Measurement precision

If pixel-level prediction with object segmentation module is introduced to increase tracking accuracy, then measurement precision is improved, but device complexity and computational burden increase

Engineering Contradiction:
Improvetracking accuracyVSAvoidcomputational burden
Core Design Contradiction:
Measurement precisionVSDevice complexity

Solution Approach 1:

The patent extracts only the essential parameters (center coordinates, major/minor axes, rotation angle) needed for rotated bounding box representation, eliminating the need for complex pixel-level segmentation while maintaining tracking accuracy. This reduces computational burden by focusing on key geometric parameters rather than processing entire pixel masks.

Inventive Principle:
Principle #2Taking out (Extraction)

Solution Approach 2:

The patent performs preliminary action by directly predicting rotated bounding box parameters through the neural network without requiring post-processing steps like finding rotated bounding boxes from binary masks. This eliminates computationally intensive post-processing operations while maintaining prediction accuracy.

Inventive Principle:
Principle #10Preliminary action

2Device complexity

If upright rectangular models are used for object tracking, then device complexity is reduced, but measurement precision deteriorates when objects rotate or transform

Engineering Contradiction:
Improvemodel simplicityVSAvoidtracking precision
Core Design Contradiction:
Device complexityVSMeasurement precision

Solution Approach 1:

The patent applies dynamics by transitioning from static upright rectangular models to dynamic rotated bounding box models that can adapt to object orientation changes. The neural network predicts rotation angles and adjusted bounding box parameters in real-time, allowing the tracking model to dynamically follow objects regardless of their rotation or transformation state.

Inventive Principle:
Principle #15Dynamics

Solution Approach 2:

The patent changes the parameters used for bounding box representation from simple upright coordinates to rotated parameters including center coordinates, major/minor axes lengths, and rotation angles. This parameter transformation enables accurate tracking of rotating objects while maintaining model efficiency through direct parameter prediction.

Inventive Principle:
Principle #35Parameter changes

3Productivity

If existing object tracking algorithms are applied to fast-paced battlefield environments, then productivity is maintained, but measurement precision deteriorates due to object rotation and transformation

Engineering Contradiction:
Improvetracking speedVSAvoididentification precision
Core Design Contradiction:
ProductivityVSMeasurement precision

Solution Approach 1:

The patent replaces traditional mechanical bounding box adjustment methods with a neural network-based system that directly predicts rotated bounding box parameters. This substitution enables faster processing by eliminating iterative adjustment steps while improving precision through learned parameter predictions that account for object rotation and transformation in real-time.

Inventive Principle:
Principle #28Mechanics substitution (Replace mechanical system)

Data Source

PatentUS20240104749A1Method for tracking object and electronic apparatus supporting thereof
Publication Date: 2024.03.28 AGENCY FOR DEFENSE DEV
  • US20240104749A1 patent drawing
  • US20240104749A1 patent drawing
  • US20240104749A1 patent drawing

AI summary

Devices, systems, methods, and instructions for object tracking based on deep-learning are provided, including pre-training a model for object tracking based on pre-input learning data, receiving a target image of which at least one area contains an image corresponding an object for tracking and a search image of which at least one area contains an image corresponding the object for tracking, and obtaining information on area for tracking regarding to the area corresponding to the object for tracking in the search image by applying the model for object tracking, wherein the area corresponding to the object for tracking is defined by a Gaussian distribution model, and the information on area for tracking includes parameter values of a plurality of parameters based Gaussian distribution corresponding to the area corresponding to the object for tracking.