Resource Efficient Hardware Implementation for Real-Time Traffic Sign Recognition

Weng, Huai-Mao; Chiu, Ching-Te · 2018 · OpenAlex-citations

DOI: 10.1109/icassp.2018.8462298

archive: archived pipeline: cataloged verified

Get this paper ↗ (DOI — opens at the source; we link to it, we don't host it)

Summary

This paper addresses the challenge of implementing real-time Traffic Sign Recognition (TSR) for Advanced Driver Assistance Systems (ADAS) with high resource efficiency. While machine learning methods offer high recognition rates, they often suffer from excessive computational complexity, whereas traditional image-processing methods are fast but less accurate. To balance speed and accuracy, the authors propose a hybrid TSR method divided into detection and recognition stages, optimized for hardware implementation to meet real-time processing requirements while minimizing power consumption and chip area. The proposed method utilizes a two-stage pipeline. In the detection stage, the system employs a modified Normalized RGB (NRB) color transform to segment red and blue colors, followed by a novel Single-Pass Connected Component Labeling (CCL) algorithm. This CCL variant eliminates the traditional "merge-stack" operations by recording connected relations during the scan phase and updating labels iteratively, significantly reducing memory usage and computation time. In the recognition stage, the Histogram of Oriented Gradient (HOG) descriptor is generated using simplified fixed-point arithmetic and approximate formulas for gradient magnitude and orientation. These descriptors are then classified using a Support Vector Machine (SVM). The system was evaluated using the German Traffic Sign Detection Benchmark (GTSDB) dataset, which contains 1360 × 800 pixel images. Experimental results demonstrate that the method achieves a 96.61% detection rate and a 90.85% recognition rate. The authors optimized the HOG module by reducing input data to 4-bit width and output descriptors to 3-bit width without significant loss in accuracy. The hardware implementation, designed using TSMC 90 nm technology, integrates the detection and HOG modules in hardware while handling SVM classification in software. This design operates at a 105 MHz clock rate, processing images at 135 frames per second. The chip occupies approximately 1 mm² and consumes close to 8 mW of power. Compared to advanced existing designs, the proposed CCL storage size is reduced by 20%. The significance of this work lies in its demonstration that TSR can be performed in real-time with minimal hardware resources. By simplifying complex algorithms like CCL and HOG for ASIC implementation, the authors provide a cost-effective and energy-efficient solution for automotive safety systems. The study confirms that hybrid methods, when carefully optimized for hardware constraints, can achieve high accuracy and speed simultaneously, making them viable for deployment in modern vehicles where processing power and energy budgets are limited.

Provenance

The full processing record for this entry. Every stage of this paper's journey through the pipeline is logged — what ran, with which tool and model, how many attempts it took, and when it last completed.

StageOutcomeToolModelPromptAttemptsCompleted
discover success OpenAlex-citations 1 2026-06-25
archive success semantic_scholar 6 2026-06-26
extract success cached 2 2026-06-26
clean success clean 1 2026-06-25
chunk success chunk 1 2026-06-25
embed success embed Qwen/Qwen3-Embedding-8B 1 2026-06-25
promote success 1 2026-06-25
summarize success llm qwen3.6-27b-prismaquant summ-v5 1 2026-06-26
tag success vector_similarity 6 2026-06-25
verify success 1 2026-06-26

Summary generated by qwen3.6-27b-prismaquant on 2026-06-26; verification: verified.

Topics

Ranked by relevance to this paper. Hover a topic for its definition.