Vehicle Gesture Detection Using Recognition Areas and Motion Vectors

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing vehicle operation detection systems face challenges in accurately detecting user gestures to trigger opening or closing operations, leading to potential errors in vehicle door control.

Innovation Solution

A vehicle operation detection device and method that utilize a trained model from machine learning to identify the position and movement of a user's body part within a recognition area, calculating displacement vectors to determine if a specific gesture is made, thereby accurately triggering door operations.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Measurement precision

If a trained model from machine learning is used to identify body part position and movement, then gesture detection accuracy is improved, but device complexity increases

Engineering Contradiction:
Improvegesture detection accuracyVSAvoidsystem complexity
Core Design Contradiction:
Measurement precisionVSDevice complexity

Solution Approach 1:

The system performs preliminary actions by pre-training a machine learning model offline to recognize body part positions and gestures. The trained model is then deployed in the vehicle system, allowing it to accurately detect gestures without requiring complex real-time processing during actual use. This separates the complex training phase from the simpler detection phase in the vehicle.

Inventive Principle:
Principle #10Preliminary action

Solution Approach 2:

The trained machine learning model acts as an intermediary between the camera input and the gesture recognition system. Instead of directly analyzing raw camera images to detect gestures, the system uses the trained model to first identify body part positions and movements, which then feed into gesture determination logic. This intermediary layer simplifies the overall system architecture while improving accuracy.

Inventive Principle:
Principle #24Intermediary (Mediator)

2Measurement precision

If displacement vector calculation is performed based on multiple images captured at time intervals, then gesture determination accuracy is improved, but calculation load increases

Engineering Contradiction:
Improvegesture determination accuracyVSAvoidcalculation load
Core Design Contradiction:
Measurement precisionVSPower

Solution Approach 1:

The system extracts only the necessary information from multiple captured images - specifically, the displacement vectors of identified body parts - rather than processing all image data. By focusing calculation efforts only on the relevant body part movements detected by the trained model, the system reduces overall calculation load while maintaining gesture determination accuracy.

Inventive Principle:
Principle #2Taking out (Extraction)

Solution Approach 2:

The system performs calculations at selective time intervals rather than continuously processing every captured image. By capturing images at predetermined time intervals and only performing displacement vector calculations on these sampled frames, the system achieves sufficient gesture detection accuracy while significantly reducing the calculation burden compared to continuous processing.

Inventive Principle:
Principle #16Partial or excessive action

Data Source

PatentUS12163368B2Vehicle operation detection device and vehicle operation detection method
Publication Date: 2024.12.10 AISIN CORP
  • US12163368B2 patent drawing
  • US12163368B2 patent drawing
  • US12163368B2 patent drawing

AI summary

A vehicle operation detection device includes a storage unit configured to store a trained model obtained by machine learning using training data in which an image captured in advance and a body part used for a gesture of a user are associated with each other, an entry determination unit configured to determine whether, based on a position of the body part in the image obtained by inputting a newly captured image into the trained model, the body part enters a recognition area set in an imaging area of a camera, and a gesture determination unit configured to calculate a displacement vector of the body part based on images captured at a time interval after it is determined that the body part enters the recognition area, and determine, in accordance with whether a direction of the displacement vector is a direction corresponding to the gesture, whether the gesture is made.