Spatial As Deep: Spatial CNN for Traffic Scene Understanding
Xingang Pan, Xiaohang Zhan, Jianping Shi, Ping Luo, Xiaogang Wang, Xiaoou Tang

TL;DR
This paper introduces Spatial CNN (SCNN), a novel convolutional architecture that enhances spatial relationship modeling within feature maps, significantly improving traffic scene understanding tasks like lane detection.
Contribution
The paper proposes SCNN, a new layer within CNNs that enables message passing across pixels in feature maps, improving the detection of structures with weak appearance cues.
Findings
SCNN outperforms RNN-based ReNet and MRFNet in lane detection accuracy.
SCNN achieves 96.53% accuracy on the TuSimple Benchmark Lane Detection Challenge.
SCNN significantly improves performance on traffic lane and structure detection datasets.
Abstract
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAutonomous Vehicle Technology and Safety · Advanced Neural Network Applications · Traffic Prediction and Management Techniques
