Lane Detection with Versatile AtrousFormer and Local Semantic Guidance
Jiaxing Yang, Lihe Zhang, Huchuan Lu

TL;DR
This paper introduces AtrousFormer, a Transformer-based network with local semantic guidance for lane detection, achieving improved accuracy and efficiency on multiple benchmarks compared to existing CNN and Transformer methods.
Contribution
The paper proposes a novel AtrousTransformer architecture with local AtrousFormer modules and a semantic-guided decoder for enhanced lane detection performance.
Findings
Outperforms state-of-the-art methods on CULane, TuSimple, and BDD100K datasets.
Achieves better global information collection and computational efficiency.
Demonstrates robustness in challenging lane detection scenarios.
Abstract
Lane detection is one of the core functions in autonomous driving and has aroused widespread attention recently. The networks to segment lane instances, especially with bad appearance, must be able to explore lane distribution properties. Most existing methods tend to resort to CNN-based techniques. A few have a try on incorporating the recent adorable, the seq2seq Transformer \cite{transformer}. However, their innate drawbacks of weak global information collection ability and exorbitant computation overhead prohibit a wide range of the further applications. In this work, we propose Atrous Transformer (AtrousFormer) to solve the problem. Its variant local AtrousFormer is interleaved into feature extractor to enhance extraction. Their collecting information first by rows and then by columns in a dedicated manner finally equips our network with stronger information gleaning ability and…
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.
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 · Adversarial Robustness in Machine Learning
MethodsMulti-Head Attention · Attention Is All You Need · Linear Layer · Adam · Absolute Position Encodings · Position-Wise Feed-Forward Layer · Dense Connections · Label Smoothing · Dropout · Softmax
