Anchor-Free Object Detection Using 2D Gaussian Heatmaps

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Anchor-based object recognition methods are complex, requiring many box candidate regions and heatmaps, making real-time object detection difficult and parameter tuning challenging, especially due to the need for accurate corner representation and weight balancing between loss functions.

Innovation Solution

An anchor-free object detection method using a 2D Gaussian kernel for deep learning, which generates a heatmap with one channel and a single loss function, facilitating intuitive understanding and quick recognition by determining center points and boundary boxes through local maximum values, and applying a size weight mask to improve object size independence.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Reliability

If anchor-based object recognition is used to extract box candidate regions and detect objects, then object detection can be performed, but the structure becomes complex and requires many heatmaps and parameters making real-time detection difficult

Engineering Contradiction:
Improveobject detection accuracyVSAvoiddetection structure complexity
Core Design Contradiction:
ReliabilityVSDevice complexity

Solution Approach 1:

The patent extracts only the essential element for object detection - the center point of the object - and eliminates the complex anchor box structures. By using anchor-free detection that outputs only center point heatmaps rather than multiple anchor box heatmaps, the system achieves simpler structure while maintaining detection capability.

Inventive Principle:
Principle #2Taking out (Extraction)

Solution Approach 2:

Instead of the conventional approach of generating many anchor box candidates and selecting the best match, this patent inverts the logic by directly predicting the center point of objects and deriving bounding boxes from these center points. This reversal simplifies the detection structure significantly.

Inventive Principle:
Principle #13The other way round (Inversion)

2Measurement precision

If anchor-based object recognition is used with multiple heatmaps for corner representation, then object detection can be performed, but the amount of calculation increases making real-time detection difficult

Engineering Contradiction:
Improveobject location accuracyVSAvoiddetection speed
Core Design Contradiction:
Measurement precisionVSProductivity

Solution Approach 1:

The patent extracts only the center point information from objects and discards the need for multiple corner heatmaps. By focusing solely on center point detection and deriving other object properties from this single point, the calculation amount is significantly reduced while maintaining sufficient detection precision.

Inventive Principle:
Principle #2Taking out (Extraction)

Solution Approach 2:

The patent merges multiple detection tasks (center point detection, bounding box regression, object classification) into a unified anchor-free framework that processes only center point heatmaps, thereby reducing computational overhead while achieving comprehensive object detection functionality.

Inventive Principle:
Principle #5Merging (Combining)

3Reliability

If anchor-based object recognition is used with multiple channels and loss functions, then object detection can be performed, but parameter tuning becomes challenging and complex

Engineering Contradiction:
Improvedetection accuracyVSAvoidparameter tuning ease
Core Design Contradiction:
ReliabilityVSEase of operation

Solution Approach 1:

The patent extracts and retains only the essential loss function for center point heatmap regression, removing the need for multiple corner representation loss functions and weight balancing parameters. This extraction simplifies parameter tuning while maintaining detection accuracy.

Inventive Principle:
Principle #2Taking out (Extraction)

4Reliability

If anchor-based object recognition is used with defined anchor box sizes and rates, then object detection can be performed, but the detection structure becomes complex requiring careful selection

Engineering Contradiction:
Improveobject detection performanceVSAvoidanchor box configuration complexity
Core Design Contradiction:
ReliabilityVSDevice complexity

Solution Approach 1:

The patent inverts the conventional anchor-based approach by eliminating anchor boxes entirely and directly predicting object center points. This inversion removes the complexity of anchor box size and rate configurations while maintaining effective object detection performance.

Inventive Principle:
Principle #13The other way round (Inversion)

Data Source

PatentUS11450023B2Method and apparatus for detecting anchor-free object based on deep learning
Publication Date: 2022.09.20 HYUNDAI MOTOR CO LTD
  • US11450023B2 patent drawing
  • US11450023B2 patent drawing
  • US11450023B2 patent drawing

AI summary

A method for detecting an anchor-free object based on deep learning may include receiving a target image for object detection, inputting the image to a backbond network and performing learning to generate a heatmap, post-processing the heatmap, and outputting the post-processed result on a screen.