Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Spatial As Deep: Spatial CNN for Traffic Scene Understanding

About

Convolutional neural networks (CNNs) are usually built by stacking convolutional operations layer-by-layer. Although CNN has shown strong capability to extract semantics from raw pixels, its capacity to capture spatial relationships of pixels across rows and columns of an image is not fully explored. These relationships are important to learn semantic objects with strong shape priors but weak appearance coherences, such as traffic lanes, which are often occluded or not even painted on the road surface as shown in Fig. 1 (a). In this paper, we propose Spatial CNN (SCNN), which generalizes traditional deep layer-by-layer convolutions to slice-byslice convolutions within feature maps, thus enabling message passings between pixels across rows and columns in a layer. Such SCNN is particular suitable for long continuous shape structure or large objects, with strong spatial relationship but less appearance clues, such as traffic lanes, poles, and wall. We apply SCNN on a newly released very challenging traffic lane detection dataset and Cityscapse dataset. The results show that SCNN could learn the spatial relationship for structure output and significantly improves the performance. We show that SCNN outperforms the recurrent neural network (RNN) based ReNet and MRF+CNN (MRFNet) in the lane detection dataset by 8.7% and 4.6% respectively. Moreover, our SCNN won the 1st place on the TuSimple Benchmark Lane Detection Challenge, with an accuracy of 96.53%.

Xingang Pan, Xiaohang Zhan, Jianping Shi, Ping Luo, Xiaogang Wang, Xiaoou Tang• 2017

Related benchmarks

TaskDatasetResultRank
Semantic segmentationCityscapes (test)
mIoU68.2
1145
Lane DetectionCULane (test)
F1 Score (Total)71.6
268
Lane DetectionTuSimple (test)
Accuracy96.53
250
Lane DetectionCULane
F1@5071.6
39
Lane SegmentationBDD100K v1.0 (test)
IoU15.84
36
Lane DetectionBDD100K (test)
Accuracy56.83
33
Lane DetectionCULane
F-measure (Total)71.6
25
Lane DetectionCurveLanes
F1 Score65.02
23
Road marking segmentationLLAMAS (test)
mAP59.7
13
Lane DetectionTuSimple
F1 Score0.9597
13
Showing 10 of 20 rows

Other info

Code

Follow for update