Traffic Sign Detection With RT-DETR for Small-Object Accuracy

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Current traffic sign detection algorithms, particularly those based on DETR, face challenges with poor detection of small objects and long training times, leading to recognition difficulties in complex traffic scenes.

Innovation Solution

A traffic sign detection method utilizing an improved Real-Time Detection Transformer (RT-DETR) network model, incorporating a feature learning fusion module DualBlocks and a dynamic up-sampling operator Dysample, to enhance feature extraction and up-sampling processes.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Measurement precision

If DETR-based detection algorithms are used, then global semantics and large target detection performance are improved, but small object detection capability deteriorates and training time increases

Engineering Contradiction:
Improvelarge target detection performanceVSAvoidsmall object detection capability
Core Design Contradiction:
Measurement precisionVSReliability

Solution Approach 1:

The patent segments the feature processing into multiple stages with different resolutions. It introduces parallel feature processing branches that handle features at different scales, allowing the model to simultaneously process both large and small targets effectively. The feature pyramid structure divides features into different levels, each optimized for detecting targets of specific size ranges.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The patent applies local quality by using different processing strategies for different regions of the feature map. It introduces task-specific attention mechanisms that adaptively adjust feature processing based on local characteristics, applying stronger down-sampling and feature extraction in regions containing small objects while maintaining global semantic context for larger targets.

Inventive Principle:
Principle #3Local quality

2Loss of information

If DETR-based detection algorithms are used, then global semantics are enhanced, but training time and convergence difficulty increase

Engineering Contradiction:
Improveglobal semanticsVSAvoidtraining time
Core Design Contradiction:
Loss of informationVSLoss of time

Solution Approach 1:

The patent performs preliminary feature extraction and processing before the main detection task. It pre-processes input images through multiple convolutional layers to extract hierarchical features, and pre-computes attention maps and feature embeddings. This preliminary action prepares the model for faster convergence during training by initializing features in a more favorable state.

Inventive Principle:
Principle #10Preliminary action

Solution Approach 2:

The patent maintains continuous feature processing throughout the network architecture. It introduces residual connections that allow gradient flow and feature propagation across all layers, ensuring that useful information continues to flow through the network during both training and inference. The parallel processing branches operate continuously to maintain feature representations at all scales simultaneously.

Inventive Principle:
Principle #20Continuity of useful action

Data Source

PatentUS20260024310A1Traffic sign detection method, device and storage medium
Publication Date: 2026.01.22 NANJING UNIV OF POSTS & TELECOMM
  • US20260024310A1 patent drawing
  • US20260024310A1 patent drawing
  • US20260024310A1 patent drawing

AI summary

The present application discloses a traffic sign detection method, including: obtaining an image of a traffic road to be detected; pre-processing the image of the traffic road; inputting the pre-processed image of the traffic road into a pre-trained traffic sign detection model, to obtain a classification result output by the traffic sign detection model; and marking a detected traffic sign based on the classification result of the traffic sign detection model, to output a marked traffic sign image.