CVMar 6, 2023

Traffic Scene Parsing through the TSP6K Dataset

arXiv:2303.02835v24 citationsh-index: 90Has Code
AI Analysis

This work addresses the lack of specialized datasets for traffic monitoring scene understanding, which is important for intelligent cities, but it is incremental as it builds on existing scene parsing methods.

The authors tackled the problem of poor performance of existing models on traffic monitoring scenes by introducing the TSP6K dataset, which contains high-quality annotations and more crowded scenes, and they proposed a detail refining decoder that improved parsing effectiveness.

Traffic scene perception in computer vision is a critically important task to achieve intelligent cities. To date, most existing datasets focus on autonomous driving scenes. We observe that the models trained on those driving datasets often yield unsatisfactory results on traffic monitoring scenes. However, little effort has been put into improving the traffic monitoring scene understanding, mainly due to the lack of specific datasets. To fill this gap, we introduce a specialized traffic monitoring dataset, termed TSP6K, containing images from the traffic monitoring scenario, with high-quality pixel-level and instance-level annotations. The TSP6K dataset captures more crowded traffic scenes with several times more traffic participants than the existing driving scenes. We perform a detailed analysis of the dataset and comprehensively evaluate previous popular scene parsing methods, instance segmentation methods and unsupervised domain adaption methods. Furthermore, considering the vast difference in instance sizes, we propose a detail refining decoder for scene parsing, which recovers the details of different semantic regions in traffic scenes owing to the proposed TSP6K dataset. Experiments show its effectiveness in parsing the traffic monitoring scenes. Code and dataset are available at https://github.com/PengtaoJiang/TSP6K.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes