HybridNets: End-to-End Perception Network
Dat Vu, Bao Ngo, Hung Phan

TL;DR
HybridNets is an end-to-end perception network designed for autonomous driving that efficiently performs multiple tasks like object detection, lane detection, and drivable area segmentation with improved accuracy and real-time capability.
Contribution
The paper introduces novel optimizations including a weighted bidirectional feature network, customized anchors, and an efficient training strategy for multi-task perception in autonomous driving.
Findings
Achieves 77.3 mAP on Berkeley DeepDrive dataset.
Outperforms prior methods in lane detection with 31.6 mIoU.
Operates in real-time with 12.83 million parameters.
Abstract
End-to-end Network has become increasingly important in multi-tasking. One prominent example of this is the growing significance of a driving perception system in autonomous driving. This paper systematically studies an end-to-end perception network for multi-tasking and proposes several key optimizations to improve accuracy. First, the paper proposes efficient segmentation head and box/class prediction networks based on weighted bidirectional feature network. Second, the paper proposes automatically customized anchor for each level in the weighted bidirectional feature network. Third, the paper proposes an efficient training loss function and training strategy to balance and optimize network. Based on these optimizations, we have developed an end-to-end perception network to perform multi-tasking, including traffic object detection, drivable area segmentation and lane detection…
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
TopicsAdvanced Neural Network Applications · Autonomous Vehicle Technology and Safety · Traffic Prediction and Management Techniques
MethodsDepthwise Convolution · Pointwise Convolution · Depthwise Separable Convolution · *Communicated@Fast*How Do I Communicate to Expedia? · Batch Normalization · BiFPN
