Surround View Image Recognition for Accurate Lane and Vehicle Positioning

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing vehicle front cameras with narrow angles of view struggle to accurately detect lanes and adjacent vehicles due to image distortion and loss of height information in top-view conversions, leading to obscured lanes and undetected lane changes.

Innovation Solution

The method employs an SVM camera to capture original images, semantically segments vehicle and lane pixels, and uses a matrix multiplication accelerator network (MMANet) for low-cost DSP processing to extract and convert object information into physical positions, minimizing distortion and noise through polynomial regression and Kalman filtering.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Measurement precision

If top-view conversion is used to extract object information, then position and physical distance recognition is improved, but image distortion increases and height information is lost

Engineering Contradiction:
Improveposition and physical distance recognitionVSAvoidimage distortion
Core Design Contradiction:
Measurement precisionVSShape

Solution Approach 1:

The patent uses SVM cameras mounted at multiple locations (front, rear, left, right) to capture images from different spatial dimensions. By processing these multi-dimensional original images rather than converting to a single top-view, the system achieves accurate position and distance recognition while preserving image geometry and avoiding distortion.

Inventive Principle:
Principle #17Another dimension (Dimensionality change)

Solution Approach 2:

The patent applies semantic segmentation to divide the image into distinct regions (vehicle, lane, road, etc.) and processes each segment independently. This allows accurate extraction of object information from original images without requiring top-view conversion, thereby maintaining image shape while achieving precise measurement.

Inventive Principle:
Principle #1Segmentation

2Ease of operation

If top-view conversion is used to simplify coordinate conversion, then object position conversion is improved, but lane and vehicle detection accuracy deteriorates

Engineering Contradiction:
Improvecoordinate conversion simplicityVSAvoidlane and vehicle detection accuracy
Core Design Contradiction:
Ease of operationVSMeasurement precision

Solution Approach 1:

The patent introduces a processing module that acts as an intermediary between the SVM cameras and the driving controller. This module performs semantic segmentation and coordinate transformation on original images, extracting object information while maintaining accuracy. The intermediary processing enables precise detection without requiring simplified top-view conversion.

Inventive Principle:
Principle #24Intermediary (Mediator)

3Shape

If SVM original images are used for recognition, then image distortion is reduced, but processing complexity increases

Engineering Contradiction:
Improveimage distortionVSAvoidprocessing complexity
Core Design Contradiction:
ShapeVSDevice complexity

Solution Approach 1:

The patent replaces complex geometric transformations and manual processing methods with deep learning-based semantic segmentation networks. The neural network automatically performs feature extraction, object identification, and coordinate transformation on SVM original images, reducing processing complexity while maintaining image integrity and avoiding distortion.

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

Data Source

PatentUS12430927B2Method and system for recognizing surrounding driving environment based on SVM original image
Publication Date: 2025.09.30 HYUNDAI MOBIS CO LTD
  • US12430927B2 patent drawing
  • US12430927B2 patent drawing
  • US12430927B2 patent drawing

AI summary

A method of recognizing a surrounding driving environment based on a surround view mirror (SVM) original image. The method includes: acquiring an image captured by an SVM camera; semantically segmenting a pixel corresponding to a vehicle (hereinafter, a vehicle pixel) and a pixel corresponding to a lane (hereinafter, a lane pixel) from the image; post-processing the semantically segmented vehicle pixel and lane pixel to extract object information including adjacent lane information and adjacent vehicle information from the image; and converting the extracted object information into a physical position and transmitting the physical position to a driving controller.