Detecting Driveable Area for Autonomous Vehicles
Niral Shah, Ashwin Shankar, Jae-hong Park

TL;DR
This paper explores using Mask R-CNN on the BDD100k dataset to detect driveable areas and differentiate lanes, aiding autonomous vehicle decision-making.
Contribution
It demonstrates the feasibility of deep learning for driveable area recognition and lane differentiation in autonomous driving.
Findings
Mask R-CNN successfully identifies driveable regions
Differentiates between current and alternative lanes
Shows potential for real-time autonomous driving applications
Abstract
Autonomous driving is a challenging problem where there is currently an intense focus on research and development. Human drivers are forced to make thousands of complex decisions in a short amount of time,quickly processing their surroundings and moving factors. One of these aspects, recognizing regions on the road that are driveable is vital to the success of any autonomous system. This problem can be addressed with deep learning framed as a region proposal problem. Utilizing a Mask R-CNN trained on the Berkeley Deep Drive (BDD100k) dataset, we aim to see if recognizing driveable areas, while also differentiating between the car's direct (current) lane and alternative lanes is feasible.
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
TopicsAdvanced Neural Network Applications · Autonomous Vehicle Technology and Safety · Video Surveillance and Tracking Methods
MethodsRegion Proposal Network · Softmax · Convolution · RoIAlign · Mask R-CNN
