Edge-Based Motion Detection for Low-Complexity Video Recorders

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Traditional motion detection technologies in video recorders face challenges such as false alarms due to ambient light changes, irrelevant movement, and image noise, particularly in small-sized, portable devices which lack the computational resources needed for real-time processing using optical flow methods, and are prone to missing relevant motion events.

Innovation Solution

A method and system that detect motion events by acquiring and processing images to identify edge pixels, generating edge images, and determining differences between these images, with thresholds to indicate motion events, reducing noise and computational requirements.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Measurement precision

If optical flow methods are used for motion detection, then detection accuracy is improved, but computational complexity increases making real-time processing difficult on portable devices

Engineering Contradiction:
Improvemotion detection accuracyVSAvoidcomputational complexity
Core Design Contradiction:
Measurement precisionVSDevice complexity

Solution Approach 1:

The patent segments the image processing task by focusing only on edge pixels rather than all pixels. Edge detection algorithms identify and extract only the boundary pixels that contain motion information, dividing the full image into edge regions and non-edge regions. This segmentation reduces the number of pixels requiring complex optical flow analysis, thereby lowering computational complexity while maintaining detection accuracy on portable devices

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The patent applies different processing qualities to different regions of the image. Edge regions undergo full optical flow analysis with high computational detail, while non-edge regions use simplified processing or are excluded from analysis. This local differentiation ensures that computational resources are concentrated where motion information is most critical, resolving the contradiction between accuracy and complexity

Inventive Principle:
Principle #3Local quality

2Device complexity

If pixel value-based methods are used for motion detection, then computational complexity is reduced, but false detections from light interference and noise increase

Engineering Contradiction:
Improvecomputational complexityVSAvoiddetection reliability
Core Design Contradiction:
Device complexityVSReliability

Solution Approach 1:

The patent extracts and removes the harmful factor of light interference by using edge detection to isolate only the boundary pixels that contain meaningful motion information. By taking out the edge components from the full image and analyzing only those pixels, the method eliminates false detections caused by ambient light changes affecting entire image regions, while maintaining low computational complexity

Inventive Principle:
Principle #2Taking out (Extraction)

Solution Approach 2:

The patent introduces edge detection as an intermediary step between image capture and motion analysis. This intermediary process filters out noise and irrelevant pixel variations before the actual motion detection occurs, allowing simple pixel-value-based methods to achieve higher reliability by processing only the cleaned edge information rather than the raw full-image data

Inventive Principle:
Principle #24Intermediary (Mediator)

3Ease of operation

If background subtraction methods are used, then motion detection capability is provided, but false alarms occur due to sensitivity to ambient light changes

Engineering Contradiction:
Improvemotion detection capabilityVSAvoidfalse alarm rate
Core Design Contradiction:
Ease of operationVSReliability

Solution Approach 1:

The patent segments the image into edge and non-edge regions, applying background subtraction only to edge pixels. Since ambient light changes typically affect entire image regions uniformly, restricting the analysis to edge boundaries where actual object contours exist reduces sensitivity to such interference, thereby reducing false alarms while maintaining the ease of operation of background subtraction methods

Inventive Principle:
Principle #1Segmentation

Data Source

PatentUS10713798B2Low-complexity motion detection based on image edges
Publication Date: 2020.07.14 KAMI VISION INC
  • US10713798B2 patent drawing
  • US10713798B2 patent drawing
  • US10713798B2 patent drawing

AI summary

A system for detecting a motion event based on images. The system acquires a first image and a comparison image, and generates a first edge image and a comparison edge image based on the first image and the comparison image. The system also determines the difference between the first edge image and the comparison edge image. The system indicates a motion event if the difference between the first edge image and the comparison edge image meets or exceeds a threshold.