Enhanced free space detection in multiple lanes based on single CNN with scene identification
Fabio Pizzati, Fernando Garc\'ia

TL;DR
This paper introduces a multi-task CNN that simultaneously detects lane free space and classifies road types, enhancing autonomous vehicle navigation with real-time, resource-efficient processing.
Contribution
It presents a novel single CNN approach for free space detection within lanes and road type classification, improving efficiency and safety in autonomous driving systems.
Findings
Effective free space estimation inside lanes
Accurate road type inference with minimal GPU resources
Real-time implementation compatible with ROS
Abstract
Many systems for autonomous vehicles' navigation rely on lane detection. Traditional algorithms usually estimate only the position of the lanes on the road, but an autonomous control system may also need to know if a lane marking can be crossed or not, and what portion of space inside the lane is free from obstacles, to make safer control decisions. On the other hand, free space detection algorithms only detect navigable areas, without information about lanes. State-of-the-art algorithms use CNNs for both tasks, with significant consumption of computing resources. We propose a novel approach that estimates the free space inside each lane, with a single CNN. Additionally, adding only a small requirement concerning GPU RAM, we infer the road type, that will be useful for path planning. To achieve this result, we train a multi-task CNN. Then, we further elaborate the output of the network,…
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 · Robotic Path Planning Algorithms
