paper-with-me

Papers

CurbNet: Curb Detection Framework Based on LiDAR Point Cloud Segmentation

2024-03-25 · Guoyang Zhao, Fulong Ma, Weiqing Qi, Yuxuan Liu, Ming Liu, Jun Ma

Curb detection is a crucial function in intelligent driving, essential for determining drivable areas on the road. However, the complexity of road environments makes curb detection challenging. This paper introduces CurbNet, a novel framework for curb detection utilizing point cloud segmentation. To address the lack of comprehensive curb datasets with 3D annotations, we have developed the 3D-Curb dataset based on SemanticKITTI, currently the largest and most diverse collection of curb point clouds. Recognizing that the primary characteristic of curbs is height variation, our approach leverages spatially rich 3D point clouds for training. To tackle the challenges posed by the uneven distribution of curb features on the xy-plane and their dependence on high-frequency features along the z-axis, we introduce the Multi-Scale and Channel Attention (MSCA) module, a customized solution designed to optimize detection performance. Additionally, we propose an adaptive weighted loss function group specifically formulated to counteract the imbalance in the distribution of curb point clouds relative to other categories. Extensive experiments conducted on 2 major datasets demonstrate that our method surpasses existing benchmarks set by leading curb detection and point cloud segmentation models. Through the post-processing refinement of the detection results, we have significantly reduced noise in curb detection, thereby improving precision by 4.5 points. Similarly, our tolerance experiments also achieve state-of-the-art results. Furthermore, real-world experiments and dataset analyses mutually validate each other, reinforcing CurbNet's superior detection capability and robust generalizability. The project website is available at: https://github.com/guoyangzhao/CurbNet/.

📄 PDF Abstract BibTeX arXiv:2403.16794

Code (1)

guoyangzhao/curbnet 공식 구현

Tasks

Point Cloud Segmentation

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

How to Build a Curb Dataset with LiDAR Data for Autonomous Driving

2021-10-08 · Dongfeng Bai, Tongtong Cao, Jingming Guo, Bingbing Liu

Curbs are one of the essential elements of urban and highway traffic environments. Robust curb detection provides road structure information for motion planning in an autonomous driving system. Commonly, video cameras an…

Autonomous DrivingAutonomous VehiclesMotion Planningobject-detection+1

LiDAR-based curb detection for ground truth annotation in automated driving validation

2023-12-01 · Jose Luis Apellániz, Mikel García, Nerea Aranjuelo, Javier Barandiarán 외

Curb detection is essential for environmental awareness in Automated Driving (AD), as it typically limits drivable and non-drivable areas. Annotated data are necessary for developing and validating an AD function. Howeve…

Road Curb Extraction from Mobile LiDAR Point Clouds

2016-10-15 · Sheng Xu, Ruisheng Wang, Han Zheng

Automatic extraction of road curbs from uneven, unorganized, noisy and massive 3D point clouds is a challenging task. Existing methods often project 3D point clouds onto 2D planes to extract curbs. However, the projectio…

Multi-modal curb detection and filtering

2022-05-14 · Sandipan Das, Navid Mahabadi, Saikat Chatterjee, Maurice Fallon

Reliable knowledge of road boundaries is critical for autonomous vehicle navigation. We propose a robust curb detection and filtering technique based on the fusion of camera semantics and dense lidar point clouds. The li…

Annotation-Free Detection of Drivable Areas and Curbs Leveraging LiDAR Point Cloud Maps

2026-03-29 · Fulong Ma, Daojie Peng, Jun Ma arxiv

Drivable areas and curbs are critical traffic elements for autonomous driving, forming essential components of the vehicle visual perception system and ensuring driving safety. Deep neural networks (DNNs) have significan…

Autonomous Driving