paper-with-me

Papers

TopoBDA: Towards Bezier Deformable Attention for Road Topology Understanding

2024-12-25 · Muhammet Esat Kalfaoglu, Halil Ibrahim Ozturk, Ozsel Kilinc, Alptekin Temizel

Understanding road topology is crucial for autonomous driving. This paper introduces TopoBDA (Topology with Bezier Deformable Attention), a novel approach that enhances road topology comprehension by leveraging Bezier Deformable Attention (BDA). TopoBDA processes multi-camera 360-degree imagery to generate Bird's Eye View (BEV) features, which are refined through a transformer decoder employing BDA. BDA utilizes Bezier control points to drive the deformable attention mechanism, improving the detection and representation of elongated and thin polyline structures, such as lane centerlines. Additionally, TopoBDA integrates two auxiliary components: an instance mask formulation loss and a one-to-many set prediction loss strategy, to further refine centerline detection and enhance road topology understanding. Experimental evaluations on the OpenLane-V2 dataset demonstrate that TopoBDA outperforms existing methods, achieving state-of-the-art results in centerline detection and topology reasoning. TopoBDA also achieves the best results on the OpenLane-V1 dataset in 3D lane detection. Further experiments on integrating multi-modal data -- such as LiDAR, radar, and SDMap -- show that multimodal inputs can further enhance performance in road topology understanding.

📄 PDF Abstract BibTeX arXiv:2412.18951

Code (0)

등록된 구현이 없습니다.

Tasks

3D Lane DetectionLane Detection

Methods 이 논문이 사용한 방법론

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$…
Attention 설명 없음
SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

Bezier Everywhere All at Once: Learning Drivable Lanes as Bezier Graphs

2024-01-01 · CVPR 2024 1 · Hugh Blayney, Hanlin Tian, Hamish Scott, Nils Goldbeck 외

Knowledge of lane topology is a core problem in autonomous driving. Aerial imagery can provide high resolution quickly updatable lane source data but detecting lanes from such data has so far been an expensive manual…

AllAutonomous Driving

TopoMaskV2: Enhanced Instance-Mask-Based Formulation for the Road Topology Problem

2024-09-17 · M. Esat Kalfaoglu, Halil Ibrahim Ozturk, Ozsel Kilinc, Alptekin Temizel

Recently, the centerline has become a popular representation of lanes due to its advantages in solving the road topology problem. To enhance centerline prediction, we have developed a new approach called TopoMask. Unlike…

3D Lane Detection

TopoMaskV3: 3D Mask Head with Dense Offset and Height Predictions for Road Topology Understanding

2026-03-02 · Muhammet Esat Kalfaoglu, Halil Ibrahim Ozturk, Ozsel Kilinc, Alptekin Temizel arxiv

Mask-based paradigms for road topology understanding, such as TopoMaskV2, offer a complementary alternative to query-based methods by generating centerlines via a dense rasterized intermediate representation. However, pr…

DOGE: Differentiable Bezier Graph Optimization for Road Network Extraction

2025-11-25 · Jiahui Sun, Junran Lu, Jinhui Yin, Yishuo Xu 외 arxiv

Automatic extraction of road networks from aerial imagery is a fundamental task, yet prevailing methods rely on polylines that struggle to model curvilinear geometry. We maintain that road geometry is inherently curve-ba…

ABCNet: Real-time Scene Text Spotting with Adaptive Bezier-Curve Network

2020-02-24 · CVPR 2020 6 · Yuliang Liu, Hao Chen, Chunhua Shen, Tong He 외

Scene text detection and recognition has received increasing research attention. Existing methods can be roughly categorized into two groups: character-based and segmentation-based. These methods either are costly for ch…

Scene Text DetectionText DetectionText Spotting