Cursor Navigation via Optical Flow Motion Vectors

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing hand-tracking mechanisms in electronic devices suffer from jitteriness, quantized tracking, delay, and overshooting, which hinder smooth and responsive cursor navigation, especially when tracking hand gestures for natural user interfaces.

Innovation Solution

The implementation of an optical flow algorithm to calculate the main motion vector of an object, rather than tracking a specific point, allows for smooth and responsive cursor movement by applying movement to a rendered cursor, with configurable stabilization and responsiveness levels through threshold adjustments.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Device complexity

If a specific point tracking method is used, then the tracking mechanism is simple to implement, but the cursor movement becomes jittery and quantized

Engineering Contradiction:
Improvetracking mechanism complexityVSAvoidcursor movement smoothness
Core Design Contradiction:
Device complexityVSStability of the object's composition

Solution Approach 1:

The patent segments the hand object into multiple feature points (fingertips, palm center, etc.) and tracks each point's motion vector separately. By combining these segmented motion vectors, the system achieves smoother overall cursor movement while maintaining implementation simplicity through modular processing of individual points.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The patent transitions from tracking a single point in 2D space to tracking multiple points with their respective motion vectors, adding a temporal dimension through frame-by-frame analysis. This dimensional expansion allows the system to calculate average motion vectors that smooth out jitter while preserving responsiveness.

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

2Stability of the object's composition

If stabilization algorithms are applied, then cursor jitter is reduced, but tracking delay increases

Engineering Contradiction:
Improvecursor movement stabilityVSAvoidtracking delay
Core Design Contradiction:
Stability of the object's compositionVSLoss of time

Solution Approach 1:

The patent performs preliminary action by calculating motion vectors for multiple feature points in advance and averaging them before applying to cursor position. This pre-calculation of averaged motion vectors eliminates the need for post-processing stabilization, reducing tracking delay while maintaining smooth cursor movement.

Inventive Principle:
Principle #10Preliminary action

Solution Approach 2:

The patent introduces motion vectors as an intermediary element between hand tracking and cursor positioning. By computing and averaging motion vectors from multiple feature points, the system creates a smoothed intermediate representation that directly drives cursor movement without requiring additional stabilization processing, thus reducing delay.

Inventive Principle:
Principle #24Intermediary (Mediator)

3Stability of the object's composition

If smoothing algorithms are applied, then cursor jitter is reduced, but overshooting occurs

Engineering Contradiction:
Improvecursor movement smoothnessVSAvoidtracking accuracy
Core Design Contradiction:
Stability of the object's compositionVSMeasurement precision

Solution Approach 1:

The patent performs preliminary averaging of motion vectors from multiple feature points before cursor positioning, which pre-smooths the tracking data. This preliminary action eliminates the need for post-processing smoothing that causes overshooting, as the cursor is directly positioned based on already-averaged motion vectors that inherently reduce jitter without introducing lag or overshoot.

Inventive Principle:
Principle #10Preliminary action

4Stability of the object's composition

If optical flow algorithm is used to track multiple points, then cursor movement smoothness is improved, but computational complexity increases

Engineering Contradiction:
Improvecursor movement smoothnessVSAvoidalgorithm complexity
Core Design Contradiction:
Stability of the object's compositionVSDevice complexity

Solution Approach 1:

The patent segments the hand into a limited number of key feature points (typically 5-10 points including fingertips and palm center) rather than analyzing all pixels. This segmentation maintains computational efficiency while capturing sufficient motion information to generate smooth cursor movement through averaged motion vectors.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The patent applies partial action by tracking only the most significant feature points of the hand rather than performing full optical flow analysis on the entire hand region. This selective tracking of key points provides sufficient motion information for smooth cursor movement while keeping computational complexity manageable through focused analysis of critical regions.

Inventive Principle:
Principle #16Partial or excessive action

Data Source

PatentUS10254854B2Tracker for cursor navigation
Publication Date: 2019.04.09 INTEL CORP
  • US10254854B2 patent drawing
  • US10254854B2 patent drawing
  • US10254854B2 patent drawing

AI summary

A system for a tracker for cursor navigation is described herein. The system includes a display, camera, memory, and processor. The memory that is to store instructions and is communicatively coupled to the camera and the display. The processor is communicatively coupled to the camera, the display, and the memory. When the processor is to execute the instructions, the processor is to extract an object mask of an object and execute an optical flow on good feature points from the object mask. The processor is also to estimate a movement of the object and render a cursor on the display based on the movement of the object.