Motion Detection Feature Descriptor Using Position and Gradient

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Conventional gradient-based feature descriptors, such as SIFT, SURF, and HOG, often suffer from poor Signal-to-Noise Ratio (SNR) in smooth areas, leading to increased false detections, especially in dark or dim scenes with translational movement.

Innovation Solution

The proposed solution involves defining feature descriptors for motion-detection regions by incorporating both pixel-value gradients and position information, allowing for the calculation of feature-descriptor values that account for both gradient magnitudes and positions within the region.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Reliability

If conventional gradient-based feature descriptors (SIFT, SURF, HOG) are used for motion detection, then the system can detect motion in video frames, but the system produces increased false detections in smooth areas with poor SNR, especially in dark or dim scenes

Engineering Contradiction:
Improvemotion detection accuracyVSAvoidfeature descriptor SNR
Core Design Contradiction:
ReliabilityVSMeasurement precision

Solution Approach 1:

The patent combines multiple feature types (gradient-based features, raw pixel intensity differences, and position information) into a unified motion detection approach. By merging these different feature sources, the system compensates for the weaknesses of individual descriptors in smooth areas, reducing false detections while maintaining motion detection capability.

Inventive Principle:
Principle #5Merging (Combining)

Solution Approach 2:

The patent creates a composite feature representation by integrating gradient magnitudes, gradient directions, raw pixel intensity differences, and position coordinates into a single comprehensive feature vector. This composite approach类似于 using composite materials, where the strengths of different feature types complement each other to overcome the poor SNR problem in smooth regions.

Inventive Principle:
Principle #40Composite materials

2Difficulty of detecting and measuring

If gradient-based feature descriptors are used in dark or dim scenes with translational movement, then motion can be detected, but false positives increase due to poor SNR in smooth areas

Engineering Contradiction:
Improvemotion detection capabilityVSAvoidfalse detection rate
Core Design Contradiction:
Difficulty of detecting and measuringVSReliability

Solution Approach 1:

The patent applies different feature computation strategies to different regions of the image. In smooth areas where gradient-based descriptors fail, the system relies more on raw pixel intensity differences and position information. In regions with edges or textures, gradient-based features remain effective. This local adaptation reduces false positives while maintaining motion detection capability across various scene conditions.

Inventive Principle:
Principle #3Local quality

Solution Approach 2:

The patent introduces position information and raw pixel intensity differences as intermediary features that bridge the gap in smooth areas where traditional gradient descriptors fail. These intermediary features provide additional information that helps distinguish true motion from noise in dark or dim scenes, reducing false detections.

Inventive Principle:
Principle #24Intermediary (Mediator)

3Reliability

If position information and gradient values are incorporated into feature descriptors, then false detections are reduced in low lighting conditions, but the computational complexity of the motion detection system increases

Engineering Contradiction:
Improvefalse detection reductionVSAvoidfeature descriptor computation complexity
Core Design Contradiction:
ReliabilityVSDevice complexity

Solution Approach 1:

The patent divides the motion detection process into separate computational stages: gradient computation, position information extraction, raw pixel difference calculation, and feature vector assembly. This segmentation allows each component to be optimized independently and enables parallel processing, reducing the overall computational burden while maintaining the comprehensive feature representation that reduces false detections.

Inventive Principle:
Principle #1Segmentation

Data Source

PatentUS12315170B2Motion detection system and method
Publication Date: 2025.05.27 OMNIVISION TECHNOLOGIES INC
  • US12315170B2 patent drawing
  • US12315170B2 patent drawing
  • US12315170B2 patent drawing

AI summary

A motion-detection method includes for a motion-detection region in a first image of a scene, (i) determining a respective first pixel-value gradient at each of a plurality of pixel-coordinates within the motion-detection region, and (ii) determining a first feature-descriptor value as a function of the first pixel-value gradients and position vectors defined by the plurality of pixel-coordinates. The method also includes, for the motion-detection region in a second image of the scene, (i) determining a respective second pixel-value gradient at each of the plurality of pixel-coordinates, and (ii) determining a second feature-descriptor value as a function of the second pixel-value gradients and the position vectors. The method also includes determining a difference-parameter that varies in direct relationship to a difference between the first feature-descriptor value and the second feature-descriptor value.