Deep Learning Road Extraction via Multi-Task Autoencoder

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Current technologies face challenges in accurately extracting roads from satellite images, which is crucial for map generation and updates.

Innovation Solution

A road extraction device and method utilizing a deep learning model pre-trained through multi-task learning, where autoencoders perform segmentation and object detection, and multiple decoders handle various tasks such as road surface, center line, texture, edge, angle, not-road marks, and road marks.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Measurement precision

If a single deep learning model is used for road extraction, then the model structure is simple, but the extraction accuracy is insufficient

Engineering Contradiction:
Improveroad extraction accuracyVSAvoidmodel structure complexity
Core Design Contradiction:
Measurement precisionVSDevice complexity

Solution Approach 1:

The patent divides the road extraction task into multiple independent sub-tasks (road surface extraction, road center line extraction, road edge extraction, road angle estimation, and object detection). Each sub-task is handled by a dedicated decoder within the autoencoder framework, allowing specialized optimization for each component while maintaining overall system coherence. This segmentation enables higher accuracy without excessive complexity by focusing computational resources where needed.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The patent implements a multi-functional deep learning model that performs multiple tasks simultaneously using a unified architecture. The autoencoder framework with shared encoding layers and multiple decoders enables the system to extract roads, detect objects, and analyze various road characteristics all at once. This multi-functionality improves extraction accuracy by leveraging complementary information from different task outputs while avoiding the need for separate models.

Inventive Principle:
Principle #6Universality (Multi-functionality)

2Measurement precision

If only basic road extraction tasks are performed, then the processing time is short, but the extraction accuracy is insufficient for map generation

Engineering Contradiction:
Improveroad extraction accuracyVSAvoidprocessing time
Core Design Contradiction:
Measurement precisionVSLoss of time

Solution Approach 1:

The patent performs preliminary actions by pre-training the deep learning model on diverse satellite image datasets before actual road extraction tasks. The model learns general features and patterns during pre-training, which then transfer to specific extraction tasks. This preliminary learning enables the system to achieve high accuracy on map generation tasks without requiring extensive real-time computation, as the heavy lifting is done during the pre-training phase.

Inventive Principle:
Principle #10Preliminary action

Solution Approach 2:

The patent maintains continuous useful action through the autoencoder framework that processes images through multiple decoding branches simultaneously. The encoding-decoding process continues seamlessly through different task outputs, with each decoder contributing to the overall extraction accuracy. This continuous processing approach ensures that all road-related information is extracted and refined in a unified manner, improving accuracy without significant time penalties.

Inventive Principle:
Principle #20Continuity of useful action

3Measurement precision

If multiple decoders are provided for different tasks, then the extraction accuracy is improved, but the device complexity increases

Engineering Contradiction:
Improveroad extraction accuracyVSAvoidnumber of decoders
Core Design Contradiction:
Measurement precisionVSDevice complexity

Solution Approach 1:

The patent merges multiple decoding functions into a single unified autoencoder architecture. The encoding layers are shared across all decoders, and the decoders are arranged in a hierarchical manner where lower-level decoders process basic road features while higher-level decoders handle complex patterns and object detection. This merging approach improves extraction accuracy through multiple task perspectives while controlling complexity by reusing computational resources across all decoders.

Inventive Principle:
Principle #5Merging (Combining)

Data Source

PatentUS20250086966A1Road extraction device and method
Publication Date: 2025.03.13 MEISSA INC
  • US20250086966A1 patent drawing
  • US20250086966A1 patent drawing
  • US20250086966A1 patent drawing

AI summary

A road extraction device and method comprising: a data collection module configured to collect a road image associated with a road; and a deep learning module configured to perform a task for extracting the road from the road image by using deep learning technology, wherein the deep learning module comprises: a first deep learning unit configured to perform segmentation on the road image; and a second deep learning unit configured to perform object detection on the road image.