paper-with-me

홈 › Papers

Robust Deep Neural Object Detection and Segmentation for Automotive Driving Scenario with Compressed Image Data

2022-05-13 · Kristian Fischer, Christian Blum, Christian Herglotz, André Kaup

Deep neural object detection or segmentation networks are commonly trained with pristine, uncompressed data. However, in practical applications the input images are usually deteriorated by compression that is applied to efficiently transmit the data. Thus, we propose to add deteriorated images to the training process in order to increase the robustness of the two state-of-the-art networks Faster and Mask R-CNN. Throughout our paper, we investigate an autonomous driving scenario by evaluating the newly trained models on the Cityscapes dataset that has been compressed with the upcoming video coding standard Versatile Video Coding (VVC). When employing the models that have been trained with the proposed method, the weighted average precision of the R-CNNs can be increased by up to 3.68 percentage points for compressed input images, which corresponds to bitrate savings of nearly 48 %.

📄 PDF Abstract BibTeX arXiv:2205.06501

Code (0)

등록된 구현이 없습니다.

Tasks

Autonomous Drivingobject-detectionObject Detection

Methods 이 논문이 사용한 방법론

RPN A Region Proposal Network, or RPN, is a fully convolutional network that simultaneously predicts object bounds and objectness scores at each position. The RPN is trained…
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
RoIAlign Region of Interest Align, or RoIAlign, is an operation for extracting a small feature map from each RoI in detection and segmentation based tasks. It removes the harsh…
Mask R-CNN Mask R-CNN extends Faster R-CNN to solve instance segmentation tasks. It achieves this by adding a branch for predicting an…

Similar Papers 제목 키워드 기반

Contrastive Learning for Automotive mmWave Radar Detection Points Based Instance Segmentation

2022-03-13 · Weiyi Xiong, Jianan Liu, Yuxuan Xia, Tao Huang 외

The automotive mmWave radar plays a key role in advanced driver assistance systems (ADAS) and autonomous driving. Deep learning-based instance segmentation enables real-time object identification from the radar detection…

Autonomous DrivingContrastive LearningInstance SegmentationSemantic Segmentation

LiDAR-BEVMTN: Real-Time LiDAR Bird's-Eye View Multi-Task Perception Network for Autonomous Driving

2023-07-17 · Sambit Mohapatra, Senthil Yogamani, Varun Ravi Kumar, Stefan Milz 외

LiDAR is crucial for robust 3D scene perception in autonomous driving. LiDAR perception has the largest body of literature after camera perception. However, multi-task learning across tasks like detection, segmentation, …

3D Object DetectionAutonomous DrivingMotion EstimationMotion Segmentation+6

TiledSoilingNet: Tile-level Soiling Detection on Automotive Surround-view Cameras Using Coverage Metric

2020-07-01 · Arindam Das, Pavel Krizek, Ganesh Sistu, Fabian Burger 외

Automotive cameras, particularly surround-view cameras, tend to get soiled by mud, water, snow, etc. For higher levels of autonomous driving, it is necessary to have a soiling detection algorithm which will trigger an au…

Autonomous DrivingDecoderobject-detectionObject Detection+2

SemanticKITTI: A Dataset for Semantic Scene Understanding of LiDAR Sequences

2019-04-02 · ICCV 2019 10 · Jens Behley, Martin Garbade, Andres Milioto, Jan Quenzel 외

Semantic scene understanding is important for various applications. In particular, self-driving cars need a fine-grained understanding of the surfaces and objects in their vicinity. Light detection and ranging (LiDAR) pr…

3D Semantic SegmentationScene UnderstandingSegmentationSelf-Driving Cars+1

TJ4DRadSet: A 4D Radar Dataset for Autonomous Driving

2022-04-28 · Lianqing Zheng, Zhixiong Ma, Xichan Zhu, Bin Tan 외

The next-generation high-resolution automotive radar (4D radar) can provide additional elevation measurement and denser point clouds, which has great potential for 3D sensing in autonomous driving. In this paper, we intr…

3D Object DetectionAutonomous Drivingobject-detectionObject Detection