paper-with-me

홈 › Papers

End-to-End Vectorized HD-map Construction with Piecewise Bezier Curve

2023-06-16 · CVPR 2023 1 · Limeng Qiao, Wenjie Ding, Xi Qiu, Chi Zhang

Vectorized high-definition map (HD-map) construction, which focuses on the perception of centimeter-level environmental information, has attracted significant research interest in the autonomous driving community. Most existing approaches first obtain rasterized map with the segmentation-based pipeline and then conduct heavy post-processing for downstream-friendly vectorization. In this paper, by delving into parameterization-based methods, we pioneer a concise and elegant scheme that adopts unified piecewise Bezier curve. In order to vectorize changeful map elements end-to-end, we elaborate a simple yet effective architecture, named Piecewise Bezier HD-map Network (BeMapNet), which is formulated as a direct set prediction paradigm and postprocessing-free. Concretely, we first introduce a novel IPM-PE Align module to inject 3D geometry prior into BEV features through common position encoding in Transformer. Then a well-designed Piecewise Bezier Head is proposed to output the details of each map element, including the coordinate of control points and the segment number of curves. In addition, based on the progressively restoration of Bezier curve, we also present an efficient Point-Curve-Region Loss for supervising more robust and precise HD-map modeling. Extensive comparisons show that our method is remarkably superior to other existing SOTAs by 18.0 mAP at least.

📄 PDF Abstract BibTeX arXiv:2306.09700

Code (1)

er-muyue/bemapnet 공식 구현 pytorch

Tasks

3D geometryAutonomous Driving

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Position-Wise Feed-Forward Layer 설명 없음
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…

Similar Papers 제목 키워드 기반

Approximating rational Bezier curves by constrained Bezier curves of arbitrary degree

2012-12-14 · Mao Shi, Jiansong Deng

In this paper, we propose a method to obtain a constrained approximation of a rational B\'{e}zier curve by a polynomial B\'{e}zier curve. This problem is reformulated as an approximation problem between two polynomial B\…

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

BG-Triangle: Bezier Gaussian Triangle for 3D Vectorization and Rendering

2025-01-01 · CVPR 2025 1 · Minye Wu, Haizhao Dai, Kaixin Yao, Tinne Tuytelaars 외

Differentiable rendering enables efficient optimization by allowing gradients to be computed through the rendering process, facilitating 3D reconstruction, inverse rendering and neural scene representation learning. …

3DGS3D ReconstructionInverse RenderingRepresentation Learning+1

BezierSeg: Parametric Shape Representation for Fast Object Segmentation in Medical Images

2021-08-02 · Haichou Chen, Yishu Deng, Bin Li, Zeqin Li 외

Delineating the lesion area is an important task in image-based diagnosis. Pixel-wise classification is a popular approach to segmenting the region of interest. However, at fuzzy boundaries such methods usually result in…

SegmentationSemantic Segmentation

Stroke-based Character Reconstruction

2018-06-23 · Zhewei Huang, Wen Heng, Yuanzheng Tao, Shuchang Zhou

Background elimination for noisy character images or character images from real scene is still a challenging problem, due to the bewildering backgrounds, uneven illumination, low resolution and different distortions. We …