中文
相关论文

相关论文: Benchmarking the Robustness of LiDAR Semantic Segm…

200 篇论文

Segment anything model (SAM) has presented impressive objectness identification capability with the idea of prompt learning and a new collected large-scale dataset. Given a prompt (e.g., points, bounding boxes, or masks) and an input image,…

计算机视觉与模式识别 · 计算机科学 2023-05-26 Yihao Huang , Yue Cao , Tianlin Li , Felix Juefei-Xu , Di Lin , Ivor W. Tsang , Yang Liu , Qing Guo

When designing a semantic segmentation module for a practical application, such as autonomous driving, it is crucial to understand the robustness of the module with respect to a wide range of image corruptions. While there are recent…

计算机视觉与模式识别 · 计算机科学 2020-08-26 Christoph Kamann , Carsten Rother

Optical flow estimation is extensively used in autonomous driving and video editing. While existing models demonstrate state-of-the-art performance across various benchmarks, the robustness of these methods has been infrequently…

图像与视频处理 · 电气工程与系统科学 2024-11-25 Zhonghua Yi , Hao Shi , Qi Jiang , Yao Gao , Ze Wang , Yufan Zhang , Kailun Yang , Kaiwei Wang

Deep learning (DL) models are widely used in real-world applications but remain vulnerable to distribution shifts, especially due to weather and lighting changes. Collecting diverse real-world data for testing the robustness of DL models is…

计算机视觉与模式识别 · 计算机科学 2025-05-09 Shashank Agnihotri , David Schader , Nico Sharei , Mehmet Ege Kaçar , Margret Keuper

We introduce the MNIST-C dataset, a comprehensive suite of 15 corruptions applied to the MNIST test set, for benchmarking out-of-distribution robustness in computer vision. Through several experiments and visualizations we demonstrate that…

计算机视觉与模式识别 · 计算机科学 2019-06-07 Norman Mu , Justin Gilmer

Human parsing aims to segment each pixel of the human image with fine-grained semantic categories. However, current human parsers trained with clean data are easily confused by numerous image corruptions such as blur and noise. To improve…

计算机视觉与模式识别 · 计算机科学 2023-09-08 Sanyi Zhang , Xiaochun Cao , Rui Wang , Guo-Jun Qi , Jie Zhou

LiDAR sensor is essential to the perception system in autonomous vehicles and intelligent robots. To fulfill the real-time requirements in real-world applications, it is necessary to efficiently segment the LiDAR scans. Most of previous…

计算机视觉与模式识别 · 计算机科学 2022-09-16 Song Wang , Jianke Zhu , Ruixiang Zhang

Intent Classification (IC) and Slot Labeling (SL) models, which form the basis of dialogue systems, often encounter noisy data in real-word environments. In this work, we investigate how robust IC/SL models are to noisy data. We collect and…

计算与语言 · 计算机科学 2021-11-03 Sailik Sengupta , Jason Krone , Saab Mansour

Panoptic segmentation of point clouds is a crucial task that enables autonomous vehicles to comprehend their vicinity using their highly accurate and reliable LiDAR sensors. Existing top-down approaches tackle this problem by either…

计算机视觉与模式识别 · 计算机科学 2021-11-05 Kshitij Sirohi , Rohit Mohan , Daniel Büscher , Wolfram Burgard , Abhinav Valada

LiDAR (Light Detection And Ranging) is an indispensable sensor for precise long- and wide-range 3D sensing, which directly benefited the recent rapid deployment of autonomous driving (AD). Meanwhile, such a safety-critical application…

密码学与安全 · 计算机科学 2024-02-09 Takami Sato , Yuki Hayakawa , Ryo Suzuki , Yohsuke Shiiki , Kentaro Yoshioka , Qi Alfred Chen

Joint embedding (JE) architectures have emerged as a promising avenue for acquiring transferable data representations. A key obstacle to using JE methods, however, is the inherent challenge of evaluating learned representations without…

Vision-language models (VLMs) have demonstrated impressive capabilities in understanding and reasoning about visual and textual content. However, their robustness to common image corruptions remains under-explored. In this work, we present…

计算机视觉与模式识别 · 计算机科学 2025-04-22 Muhammad Usama , Syeda Aishah Asim , Syed Bilal Ali , Syed Talal Wasim , Umair Bin Mansoor

Despite recent advancements in deep neural networks for point cloud recognition, real-world safety-critical applications present challenges due to unavoidable data corruption. Current models often fall short in generalizing to unforeseen…

计算机视觉与模式识别 · 计算机科学 2023-10-06 Zhuoyuan Wu , Jiachen Sun , Chaowei Xiao

Point cloud datasets for perception tasks in the context of autonomous driving often rely on high resolution 64-layer Light Detection and Ranging (LIDAR) scanners. They are expensive to deploy on real-world autonomous driving sensor…

计算机视觉与模式识别 · 计算机科学 2020-05-28 Leonardo Gigli , B Ravi Kiran , Thomas Paul , Andres Serna , Nagarjuna Vemuri , Beatriz Marcotegui , Santiago Velasco-Forero

In this paper, we consider the transformation of laser range measurements into a top-view grid map representation to approach the task of LiDAR-only semantic segmentation. Since the recent publication of the SemanticKITTI data set,…

计算机视觉与模式识别 · 计算机科学 2020-05-15 Frank Bieder , Sascha Wirges , Johannes Janosovits , Sven Richter , Zheyuan Wang , Christoph Stiller

The costly and time-consuming annotation process to produce large training sets for modelling semantic LiDAR segmentation methods has motivated the development of semi-supervised learning (SSL) methods. However, such SSL approaches often…

计算机视觉与模式识别 · 计算机科学 2025-06-03 Yuyuan Liu , Yuanhong Chen , Hu Wang , Vasileios Belagiannis , Ian Reid , Gustavo Carneiro

Recent research has begun exploring novel view synthesis (NVS) for LiDAR point clouds, aiming to generate realistic LiDAR scans from unseen viewpoints. However, most existing approaches do not reconstruct semantic labels, which are crucial…

计算机视觉与模式识别 · 计算机科学 2025-04-14 Yi Chen , Tianchen Deng , Wentao Zhao , Xiaoning Wang , Wenqian Xi , Weidong Chen , Jingchuan Wang

Semantic Image Segmentation facilitates a multitude of real-world applications ranging from autonomous driving over industrial process supervision to vision aids for human beings. These models are usually trained in a supervised fashion…

计算机视觉与模式识别 · 计算机科学 2024-05-22 Volker Knauthe , Arne Rak , Tristan Wirth , Thomas Pöllabauer , Simon Metzler , Arjan Kuijper , Dieter W. Fellner

LiDAR is used in autonomous driving to provide 3D spatial information and enable accurate perception in off-road environments, aiding in obstacle detection, mapping, and path planning. Learning-based LiDAR semantic segmentation utilizes…

计算机视觉与模式识别 · 计算机科学 2024-09-02 Kasi Viswanath , Peng Jiang , Sujit PB , Srikanth Saripalli

3D point clouds play a pivotal role in outdoor scene perception, especially in the context of autonomous driving. Recent advancements in 3D LiDAR segmentation often focus intensely on the spatial positioning and distribution of points for…

计算机视觉与模式识别 · 计算机科学 2024-11-05 Li Li , Hubert P. H. Shum , Toby P. Breckon