TS-DETR: Traffic Sign Detection Based on Positive and Negative Sample Augmentation
Ching-Lun Lin, Huei-Yung Lin, Chieh-Chih Wang
Abstract
Traffic sign detection plays an essential role in advanced driver assistance system (ADAS) or self-driving vehicles. Typically, deep neural networks are employed to analyze road scene images captured by an onboard camera. However, due to the significant variation in appearance of different traffic signs, the classification of high similarity patterns is still a challenging task. To address these issues, this paper presents an end-to-end traffic sign detection framework based on DETR. The proposed network incorporates data augmentation and negative sample learning to mitigate the problem of data imbalance and enhance the model recognition capability effectively. An UASPP module (Upsample Atrous Pyramid Pooling) is introduced to integrate multi-scale features and global information. In the experiments, the performance evaluation has demonstrated the improvement of mAP by 3.9% on TT100K and 36.3% on GTSDB compared to state-of-the-art methods. The code and datasets are available at https://github.com/chinglun/TS-DETR.
BibTeX
@inproceedings{icra2025_tsdetrtrafficsig,
title = {TS-DETR: Traffic Sign Detection Based on Positive and Negative Sample Augmentation},
author = {Ching-Lun Lin and Huei-Yung Lin and Chieh-Chih Wang},
booktitle = {ICRA 2025},
year = {2025}
}