Adaptive Motion Detection Using Texture-Based Thresholds

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Conventional motion detection methods in video fields rely on a constant threshold value, leading to inaccurate interpolation and potential flickering during playback, especially when motion status changes between fields, and do not adapt to texture information or minimize memory usage.

Innovation Solution

The method calculates adaptive threshold values based on texture information from multiple video fields, using equations to determine differential values and detect motion, thereby improving interpolation accuracy and reducing memory usage.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Productivity

If a constant threshold value is used for motion detection, then the detection process is simple and fast, but the accuracy deteriorates when motion status changes between fields

Engineering Contradiction:
Improvemotion detection speedVSAvoidmotion detection accuracy
Core Design Contradiction:
ProductivityVSMeasurement precision

Solution Approach 1:

The patent applies dynamics by transitioning from a static constant threshold to a dynamic adaptive threshold that changes based on motion history. The threshold is adjusted according to whether motion was detected in previous fields, allowing the system to adapt to changing motion conditions and maintain accurate detection across field boundaries.

Inventive Principle:
Principle #15Dynamics

Solution Approach 2:

The patent implements feedback by using motion detection results from previous fields to influence the threshold selection for current field detection. The system feeds back the motion status information to adjust the threshold, creating a closed-loop control mechanism that improves accuracy over time.

Inventive Principle:
Principle #23Feedback

2Device complexity

If a predefined threshold value is used, then processing is simplified, but the ability to adapt to different pixel relationships deteriorates

Engineering Contradiction:
Improveprocessing complexityVSAvoidadaptability to pixel relationships
Core Design Contradiction:
Device complexityVSAdaptability or versatility

Solution Approach 1:

The patent applies local quality by making the threshold adaptive to local characteristics of each pixel and its neighbors. Instead of using a global constant threshold, the system adjusts the threshold based on local motion patterns and pixel relationships, allowing different regions of the image to be processed with appropriate local parameters.

Inventive Principle:
Principle #3Local quality

Solution Approach 2:

The patent changes the threshold parameter dynamically based on local image characteristics and motion history. The threshold is no longer fixed but varies according to the specific conditions at each pixel location, enabling the system to adapt to different textures, motions, and spatial relationships in the video data.

Inventive Principle:
Principle #35Parameter changes

3Loss of energy

If constant threshold motion detection is used, then system bandwidth is reduced, but interpolation accuracy deteriorates

Engineering Contradiction:
Improvesystem bandwidth consumptionVSAvoidinterpolation accuracy
Core Design Contradiction:
Loss of energyVSManufacturing precision

Solution Approach 1:

The system dynamically adjusts the threshold based on motion history to improve interpolation accuracy without continuously consuming high bandwidth. By adapting the threshold to actual motion conditions, the system can achieve better interpolation results when needed while maintaining efficiency during static scenes.

Inventive Principle:
Principle #15Dynamics

Solution Approach 2:

The motion detection system serves itself by using its own output (motion status information) to improve its future performance. The system uses previously detected motion information to adjust future threshold selections, creating a self-improving mechanism that enhances interpolation accuracy without requiring external intervention or additional bandwidth.

Inventive Principle:
Principle #25Self-service

Data Source

PatentUS8917354B2Motion detection in video fields
Publication Date: 2014.12.23 AMLOGIC
  • US8917354B2 patent drawing
  • US8917354B2 patent drawing
  • US8917354B2 patent drawing

AI summary

A method for detecting motion in video fields of video data, comprises the steps of: calculating texture information for a pixel in the video fields; determining a threshold value as a function of the calculated texture information; calculating a differential value for the pixel; and detecting motion in the video fields as a function of the determined threshold value and the calculated differential value.