Medical Hand Gesture Recognition with 2D Landmarks and 3D Pose Prediction

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Conventional hand gesture recognition systems in medical environments are error-prone due to the complex anatomy and high dimensionality of human hands, leading to inefficiencies and inaccuracies in interpreting hand gestures for controlling medical devices.

Innovation Solution

A system that uses machine learning models to detect 2D landmarks and predict 3D poses of hands based on images or videos, incorporating self-attention mechanisms and transformer models to enhance accuracy and robustness, allowing for precise control of medical devices through intuitive hand gestures.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Reliability

If conventional hand gesture recognition techniques are used, then the system is simpler to implement, but the accuracy and reliability are poor due to complex anatomy and high dimensionality

Engineering Contradiction:
Improvehand gesture recognition accuracyVSAvoidsystem complexity
Core Design Contradiction:
ReliabilityVSDevice complexity

Solution Approach 1:

The hand is segmented into multiple 2D landmarks (e.g., wrist, knuckles, finger joints) that are detected independently using the first ML model. These segmented landmarks are then processed through a pipeline that transforms them into 3D pose representations, allowing complex hand geometry to be handled through simpler, discrete components.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

An intermediary representation layer is introduced between 2D landmark detection and final gesture classification. The system uses a transformer model that processes 2D landmark sequences as intermediate representations, converting them into 3D pose estimates before final gesture recognition, thereby simplifying the overall architecture while improving accuracy.

Inventive Principle:
Principle #24Intermediary (Mediator)

2Measurement precision

If 2D landmark detection is used, then the processing is faster and simpler, but the 3D pose prediction accuracy is insufficient for precise gesture control

Engineering Contradiction:
Improve3D pose prediction accuracyVSAvoidprocessing time
Core Design Contradiction:
Measurement precisionVSLoss of time

Solution Approach 1:

The system performs preliminary 2D landmark detection and representation creation before final 3D pose prediction. By pre-processing the hand image to extract 2D landmarks and their representations, the system prepares data structures that can be efficiently transformed into 3D poses, reducing the computational burden during the prediction phase.

Inventive Principle:
Principle #10Preliminary action

Solution Approach 2:

The system transitions from 2D landmark coordinates to 3D pose representations by adding a depth dimension. The transformer model processes 2D landmark sequences and outputs 3D pose estimates, effectively moving the problem from two-dimensional image space to three-dimensional physical space while maintaining processing efficiency through sequential processing.

Inventive Principle:
Principle #17Another dimension (Dimensionality change)

3Extent of automation

If hand gesture recognition is used to control medical devices, then automation increases and human intervention decreases, but the risk of misinterpretation and contamination increases

Engineering Contradiction:
Improveautomation levelVSAvoidcontamination risk
Core Design Contradiction:
Extent of automationVSObject-affected harmful factors

Solution Approach 1:

The system incorporates feedback mechanisms where the recognized gestures are validated against expected medical procedures and patient conditions. The transformer model processes sequential landmark data that can be compared against temporal patterns, providing feedback loops that verify gesture authenticity and reduce misinterpretation before executing device control commands.

Inventive Principle:
Principle #23Feedback

Data Source

PatentUS20250218222A1Systems and methods for automatic hand gesture recognition
Publication Date: 2025.07.03 SHANGHAI UNITED IMAGING INTELLIGENCE CO LTD
  • US20250218222A1 patent drawing
  • US20250218222A1 patent drawing
  • US20250218222A1 patent drawing

AI summary

An apparatus in accordance with embodiments of the present disclosure may obtain an image depicting one or more hands of a person in a medical environment; and detect, using a first machine learning (ML) model, a plurality of 2D landmarks associated with a hand of the person depicted in the image. The apparatus may further determine, using a second ML model, 3D features of the hand of the person based on the plurality of 2D landmarks. The apparatus may determine a gesture indicated by the hand of the person based on the 3D features of the hand predicted using the second ML model. Alternatively, in determining the 3D features of the hand, the system may stack the plurality of 2D landmarks across a sequence of image frames in a video, and use a third ML model to determine the 3D features of the hand based on the stacked 2D landmarks.