Hybrid Pose Estimation Model Filtering Low-Reliability Key Points

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing person pose estimation methods struggle with inaccurate key point detection due to non-existent key points and quantization errors, particularly when key points are densely arranged, leading to reduced accuracy and reliability.

Innovation Solution

A hybrid pose estimation model that filters out key points with low reliability by comparing coordinate values with probability values from a visibility map, using a threshold to remove unreliable joints and align key point distributions with an uncorrelated visibility map.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Reliability

If heatmap-based estimation method is used to remove non-existent key points, then reliability of key point detection is improved, but quantization errors occur and densely arranged key points cannot be distinguished

Engineering Contradiction:
Improvereliability of key point detectionVSAvoidprecision of key point coordinates
Core Design Contradiction:
ReliabilityVSMeasurement precision

Solution Approach 1:

The patent segments the key point detection process into two independent branches: one for detecting key point coordinates and another for generating visibility maps. This segmentation allows each branch to specialize - the coordinate detection branch focuses on precision while the visibility map branch focuses on reliability, resolving the contradiction between the two requirements.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The patent introduces visibility maps as an intermediary element that mediates between the detected key points and the final pose estimation. The visibility maps provide probability information that helps distinguish reliable key points from unreliable ones, especially for densely arranged key points, without introducing quantization errors.

Inventive Principle:
Principle #24Intermediary (Mediator)

2Productivity

If heatmap-less regression method is used for coordinate estimation, then processing speed is improved, but unexpected results occur due to non-existent key points

Engineering Contradiction:
Improveprocessing speedVSAvoidreliability of key point detection
Core Design Contradiction:
ProductivityVSReliability

Solution Approach 1:

The patent merges the advantages of both heatmap-based and heatmap-less regression methods by combining coordinate regression (for speed) with visibility map generation (for reliability). The hybrid architecture maintains the fast processing of regression while adding the reliability filtering capability of visibility maps.

Inventive Principle:
Principle #5Merging (Combining)

Solution Approach 2:

The patent changes the output parameters of the pose estimation model to include not only key point coordinates but also visibility probabilities. This parameter expansion allows the system to maintain fast processing while providing reliability information for filtering non-existent key points.

Inventive Principle:
Principle #35Parameter changes

3Quantity of substance

If all detected key points are used for pose estimation, then completeness of pose information is improved, but accuracy decreases due to inclusion of low-reliability key points

Engineering Contradiction:
Improvequantity of key pointsVSAvoidaccuracy of pose estimation
Core Design Contradiction:
Quantity of substanceVSMeasurement precision

Solution Approach 1:

The patent applies local quality filtering by assigning different reliability scores (visibility probabilities) to different key points based on their individual characteristics. Instead of uniformly treating all key points, the system evaluates each key point's reliability locally and filters them differently, maintaining high accuracy while preserving complete pose information.

Inventive Principle:
Principle #3Local quality

Data Source

PatentEP4672151A1Image-based human pose estimation device and method
Publication Date: 2025.12.31 LG ELECTRONICS INC
  • EP4672151A1 patent drawingFigure 1~2
  • EP4672151A1 patent drawingFigure 3
  • EP4672151A1 patent drawingFigure 4~5

AI summary

The present disclosure relates to an apparatus and a method for estimating person pose based on image and method capable of removing low-reliability joint information, and the apparatus for estimating person pose includes a memory storing a hybrid pose estimation model; and a processor estimating a person pose within an image based on the hybrid pose estimation model, in which the processor may obtain image data; input the obtained image data into the pre-trained hybrid pose estimation model to extract coordinate values of key points corresponding to person join locations within the image data and probability values of a visibility map, respectively; check whether the probability value of a joint matching the coordinate value of the key point is equal to or less than a threshold value; and if the probability value of the joint matching the coordinate value of the key point is equal to or less than the threshold value, filter out and remove the key point of the corresponding joint.