paper-with-me

홈 › Papers

OmniDet: Surround View Cameras based Multi-task Visual Perception Network for Autonomous Driving

2021-02-15 · Varun Ravi Kumar, Senthil Yogamani, Hazem Rashed, Ganesh Sistu, Christian Witt, Isabelle Leang, Stefan Milz, Patrick Mäder

Surround View fisheye cameras are commonly deployed in automated driving for 360\deg{} near-field sensing around the vehicle. This work presents a multi-task visual perception network on unrectified fisheye images to enable the vehicle to sense its surrounding environment. It consists of six primary tasks necessary for an autonomous driving system: depth estimation, visual odometry, semantic segmentation, motion segmentation, object detection, and lens soiling detection. We demonstrate that the jointly trained model performs better than the respective single task versions. Our multi-task model has a shared encoder providing a significant computational advantage and has synergized decoders where tasks support each other. We propose a novel camera geometry based adaptation mechanism to encode the fisheye distortion model both at training and inference. This was crucial to enable training on the WoodScape dataset, comprised of data from different parts of the world collected by 12 different cameras mounted on three different cars with different intrinsics and viewpoints. Given that bounding boxes is not a good representation for distorted fisheye images, we also extend object detection to use a polygon with non-uniformly sampled vertices. We additionally evaluate our model on standard automotive datasets, namely KITTI and Cityscapes. We obtain the state-of-the-art results on KITTI for depth estimation and pose estimation tasks and competitive performance on the other tasks. We perform extensive ablation studies on various architecture choices and task weighting methodologies. A short video at https://youtu.be/xbSjZ5OfPes provides qualitative results.

📄 PDF Abstract BibTeX arXiv:2102.07448

Code (1)

valeoai/WoodScape/tree/master/omnidet 공식 구현 pytorch

Tasks

Autonomous DrivingDepth EstimationMotion Segmentationobject-detectionObject DetectionPose EstimationSemantic SegmentationVisual Odometry

Similar Papers 제목 키워드 기반

A Simple Baseline for Supervised Surround-view Depth Estimation

2023-03-14 · Xianda Guo, Wenjie Yuan, Yunpeng Zhang, Tian Yang 외

Depth estimation has been widely studied and serves as the fundamental step of 3D perception for intelligent vehicles. Though significant progress has been made in monocular depth estimation in the past decades, these at…

Autonomous DrivingDepth EstimationMonocular Depth Estimation

Restricted Deformable Convolution based Road Scene Semantic Segmentation Using Surround View Cameras

2018-01-02 · Liuyuan Deng, Ming Yang, Hao Li, Tianyi Li 외

Understanding the surrounding environment of the vehicle is still one of the challenges for autonomous driving. This paper addresses 360-degree road scene semantic segmentation using surround view cameras, which are wide…

Autonomous DrivingMulti-Task LearningSegmentationSemantic Segmentation

SynWoodScape: Synthetic Surround-view Fisheye Camera Dataset for Autonomous Driving

2022-03-09 · Ahmed Rida Sekkat, Yohan Dupuis, Varun Ravi Kumar, Hazem Rashed 외

Surround-view cameras are a primary sensor for automated driving, used for near-field perception. It is one of the most commonly used sensors in commercial vehicles primarily used for parking visualization and automated …

Autonomous DrivingOptical Flow Estimation

SoilingNet: Soiling Detection on Automotive Surround-View Cameras

2019-05-04 · Michal Uricar, Pavel Krizek, Ganesh Sistu, Senthil Yogamani

Cameras are an essential part of sensor suite in autonomous driving. Surround-view cameras are directly exposed to external environment and are vulnerable to get soiled. Cameras have a much higher degradation in performa…

Autonomous DrivingData AugmentationMulti-Task Learningobject-detection+2

End-to-End Learning of Driving Models with Surround-View Cameras and Route Planners

2018-03-27 · ECCV 2018 9 · Simon Hecker, Dengxin Dai, Luc van Gool

For human drivers, having rear and side-view mirrors is vital for safe driving. They deliver a more complete view of what is happening around the car. Human drivers also heavily exploit their mental map for navigation. N…