Vehicle Camera Motion Detection Using Distance-Based Image Grids

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing moving object detection technologies, such as those using deep neural networks, require significant data preparation and processing load, leading to delays in detecting moving objects near vehicles.

Innovation Solution

A moving object detection device that calculates difference images between frames, binarizes pixel differences, and extracts grids with varying sizes based on distance from the camera, using a processor to detect moving objects efficiently.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Measurement precision

If deep neural network is used for moving object detection, then detection accuracy is improved, but processing load increases and detection speed decreases

Engineering Contradiction:
Improvedetection accuracyVSAvoiddetection speed
Core Design Contradiction:
Measurement precisionVSProductivity

Solution Approach 1:

The patent divides the detection process into multiple processing stages: frame acquisition, difference image calculation, grid extraction, and moving object detection. This segmentation allows each stage to be optimized independently, reducing overall processing load while maintaining detection accuracy.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The patent applies different processing strategies to different regions of the image by dividing the difference image into multiple grids. Each grid can be processed with appropriate threshold values and detection criteria, allowing efficient processing of distant regions while maintaining high accuracy for nearby regions.

Inventive Principle:
Principle #3Local quality

2Measurement precision

If deep neural network is used for moving object detection, then detection accuracy is improved, but data preparation requirements increase

Engineering Contradiction:
Improvedetection accuracyVSAvoiddata preparation complexity
Core Design Contradiction:
Measurement precisionVSDevice complexity

Solution Approach 1:

The patent uses the vehicle's own movement information (speed, yaw rate) to automatically correct and align frames, eliminating the need for extensive manual data preparation and labeling. The system leverages readily available sensor data to improve detection accuracy without requiring large annotated datasets.

Inventive Principle:
Principle #25Self-service

Solution Approach 2:

The patent performs preliminary frame correction and alignment using vehicle movement data before moving object detection. This preliminary processing prepares the data in advance, reducing the need for complex data preparation and making the detection process more efficient.

Inventive Principle:
Principle #10Preliminary action

3Ease of operation

If uniform grid size is used in difference image, then processing simplicity is maintained, but detection accuracy for distant objects decreases

Engineering Contradiction:
Improveprocessing simplicityVSAvoiddetection accuracy
Core Design Contradiction:
Ease of operationVSMeasurement precision

Solution Approach 1:

The patent applies different grid sizes to different regions based on distance from the camera. Near-region grids use larger sizes for detailed detection, while far-region grids use smaller sizes to capture more detail at distance. This local adaptation improves overall detection accuracy while maintaining processing efficiency.

Inventive Principle:
Principle #3Local quality

Solution Approach 2:

The patent dynamically adjusts grid sizes based on the spatial position in the difference image. Rather than using a static uniform grid, the system adapts grid dimensions to the detection requirements of each region, improving accuracy for both near and distant objects.

Inventive Principle:
Principle #15Dynamics

Data Source

PatentUS12511759B2Moving object detection device, moving object detection method, system, and storage medium
Publication Date: 2025.12.30 HONDA MOTOR CO LTD
  • US12511759B2 patent drawing
  • US12511759B2 patent drawing
  • US12511759B2 patent drawing

AI summary

Provided is a moving object detection device including a storage medium storing computer-readable commands and a processor connected to the storage medium, the processor executing the computer-readable commands to: acquire image data including a plurality of frames representing a surrounding condition of a mobile object, which are photographed by a camera mounted in the mobile object in time series; calculate a difference image between the plurality of frames by calculating differences between the plurality of frames and binarizing the differences using a first value and a second value; extract a grid for which the density of pixels with the first value is equal to or larger than a first threshold value from among a plurality of grids set in the difference image; and detect the extracted grid as a moving object.