Vehicle Speed Estimation From Uncalibrated CCTV Bounding Boxes

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing traffic monitoring systems using cameras and radar sensors are expensive, difficult to install, and require calibration, which is challenging in dynamic environments, especially when the road geometry is unknown or non-planar.

Innovation Solution

A data-driven approach using a neural network to estimate vehicle speed from uncalibrated CCTV footage by generating Jacobians from bounding boxes, which are trained to minimize reconstruction errors, allowing for accurate speed estimation without camera calibration.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Measurement precision

If camera calibration is performed to achieve accurate speed estimation, then measurement precision is improved, but device complexity and ease of operation worsen due to calibration requirements

Engineering Contradiction:
Improvespeed estimation accuracyVSAvoidcamera calibration
Core Design Contradiction:
Measurement precisionVSEase of operation

Solution Approach 1:

The system performs self-calibration by automatically determining the homography matrix from detected vehicle bounding boxes and their corresponding real-world dimensions. The calibration process is integrated into the normal operation without requiring separate manual calibration steps, allowing the system to adapt to different camera positions and road geometries autonomously.

Inventive Principle:
Principle #25Self-service

Solution Approach 2:

The system changes the calibration approach from manual parameter input to automatic parameter derivation. By using detected vehicle positions and known vehicle dimensions, the system dynamically computes camera parameters (homography matrix) that adapt to varying installation conditions and road geometries.

Inventive Principle:
Principle #35Parameter changes

2Measurement precision

If traditional traffic monitoring hardware (radar, inductive loops) is used, then measurement precision is improved, but device complexity and installation difficulty worsen

Engineering Contradiction:
Improvetraffic speed monitoring accuracyVSAvoidhardware requirements
Core Design Contradiction:
Measurement precisionVSDevice complexity

Solution Approach 1:

The system replaces complex mechanical and electronic traffic monitoring hardware (radar sensors, inductive loops) with a computer vision-based approach using standard CCTV cameras. The speed estimation is achieved through image processing and neural network analysis of vehicle positions across video frames, eliminating the need for specialized traffic monitoring equipment.

Inventive Principle:
Principle #28Mechanics substitution (Replace mechanical system)

Solution Approach 2:

The system creates a virtual representation of the road scene using 2D bounding boxes from camera images, which are then mapped to real-world coordinates through homography transformation. This virtual model allows speed calculation without physical sensors, replacing hardware-based measurement with software-based analysis.

Inventive Principle:
Principle #26Copying

3Ease of operation

If camera systems are used without calibration, then ease of operation is improved, but measurement precision worsens due to unknown homography and road geometry

Engineering Contradiction:
Improvecamera installationVSAvoidspeed estimation accuracy
Core Design Contradiction:
Ease of operationVSMeasurement precision

Solution Approach 1:

The system performs preliminary calibration by detecting multiple vehicle bounding boxes and computing the homography matrix before speed estimation begins. This pre-computed transformation matrix establishes the mapping between image coordinates and real-world coordinates, enabling accurate speed measurement without requiring manual camera calibration during installation.

Inventive Principle:
Principle #10Preliminary action

Solution Approach 2:

The homography matrix serves as an intermediary that bridges the gap between uncalibrated camera images and real-world measurements. By introducing this transformation matrix, the system enables accurate speed estimation from standard cameras without direct calibration, mediating between the simplified installation process and precise measurement requirements.

Inventive Principle:
Principle #24Intermediary (Mediator)

Data Source

PatentUS12530784B2Vehicle speed estimation systems and methods
Publication Date: 2026.01.20 NAVER CORP
  • US12530784B2 patent drawing
  • US12530784B2 patent drawing
  • US12530784B2 patent drawing

AI summary

A speed estimation system includes: a detection module configured to: detect an object on a surface in an image captured using a camera; and generate a bounding box around the object; a Jacobian module configured to generate a Jacobian for the object based on the bounding box; and a speed module configured to determine a speed that the object is traveling on the surface based on the Jacobian.