paper-with-me

홈 › Papers

Pandar128 dataset for lane line detection

2025-11-10 · Filip Beránek, Václav Diviš, Ivan Gruber arxiv

We present Pandar128, the largest public dataset for lane line detection using a 128-beam LiDAR. It contains over 52,000 camera frames and 34,000 LiDAR scans, captured in diverse real-world conditions in Germany. The dataset includes full sensor calibration (intrinsics, extrinsics) and synchronized odometry, supporting tasks such as projection, fusion, and temporal modeling. To complement the dataset, we also introduce SimpleLidarLane, a light-weight baseline method for lane line reconstruction that combines BEV segmentation, clustering, and polyline fitting. Despite its simplicity, our method achieves strong performance under challenging various conditions (e.g., rain, sparse returns), showing that modular pipelines paired with high-quality data and principled evaluation can compete with more complex approaches. Furthermore, to address the lack of standardized evaluation, we propose a novel polyline-based metric - Interpolation-Aware Matching F1 (IAM-F1) - that employs interpolation-aware lateral matching in BEV space. All data and code are publicly released to support reproducibility in LiDAR-based lane detection.

📄 PDF Abstract BibTeX arXiv:2511.07084

Code (0)

등록된 구현이 없습니다.

Tasks

BEV SegmentationLine DetectionLane Detection

Similar Papers 제목 키워드 기반

CondLaneNet: a Top-to-down Lane Detection Framework Based on Conditional Convolution

2021-05-11 · ICCV 2021 10 · Lizhe Liu, Xiaohao Chen, Siyu Zhu, Ping Tan

Modern deep-learning-based lane detection methods are successful in most scenarios but struggling for lane lines with complex topologies. In this work, we propose CondLaneNet, a novel top-to-down lane detection framework…

Lane Detection

BSNet: Lane Detection via Draw B-spline Curves Nearby

2023-01-17 · Haoxin Chen, Mengmeng Wang, Yong liu

Curve-based methods are one of the classic lane detection methods. They learn the holistic representation of lane lines, which is intuitive and concise. However, their performance lags behind the recent state-of-the-art …

Lane Detection

Geometric Constrained Joint Lane Segmentation and Lane Boundary Detection

2018-09-01 · ECCV 2018 9 · Jie Zhang, Yi Xu, Bingbing Ni, Zhenyu Duan

Lane detection is playing an indispensable role in advanced driver assistance systems. The existing approaches for lane detection can be categorized as lane area segmentation and lane boundary detection. Most of these me…

Boundary DetectionLane Detection

K-Lane: Lidar Lane Dataset and Benchmark for Urban Roads and Highways

2021-10-21 · Donghee Paek, Seung-Hyun Kong, Kevin Tirta Wijaya

Lane detection is a critical function for autonomous driving. With the recent development of deep learning and the publication of camera lane datasets and benchmarks, camera lane detection networks (CLDNs) have been rema…

Autonomous DrivingLane DetectionMotion Planning

VIL-100: A New Dataset and A Baseline Model for Video Instance Lane Detection

2021-08-19 · ICCV 2021 10 · Yujun Zhang, Lei Zhu, Wei Feng, Huazhu Fu 외

Lane detection plays a key role in autonomous driving. While car cameras always take streaming videos on the way, current lane detection works mainly focus on individual images (frames) by ignoring dynamics along the vid…

Autonomous DrivingLane DetectionSemantic SegmentationVideo Object Segmentation+1