paper-with-me

Papers

A Keypoint-based Global Association Network for Lane Detection

2022-04-15 · CVPR 2022 1 · Jinsheng Wang, Yinchao Ma, Shaofei Huang, Tianrui Hui, Fei Wang, Chen Qian, Tianzhu Zhang

Lane detection is a challenging task that requires predicting complex topology shapes of lane lines and distinguishing different types of lanes simultaneously. Earlier works follow a top-down roadmap to regress predefined anchors into various shapes of lane lines, which lacks enough flexibility to fit complex shapes of lanes due to the fixed anchor shapes. Lately, some works propose to formulate lane detection as a keypoint estimation problem to describe the shapes of lane lines more flexibly and gradually group adjacent keypoints belonging to the same lane line in a point-by-point manner, which is inefficient and time-consuming during postprocessing. In this paper, we propose a Global Association Network (GANet) to formulate the lane detection problem from a new perspective, where each keypoint is directly regressed to the starting point of the lane line instead of point-by-point extension. Concretely, the association of keypoints to their belonged lane line is conducted by predicting their offsets to the corresponding starting points of lanes globally without dependence on each other, which could be done in parallel to greatly improve efficiency. In addition, we further propose a Lane-aware Feature Aggregator (LFA), which adaptively captures the local correlations between adjacent keypoints to supplement local information to the global association. Extensive experiments on two popular lane detection benchmarks show that our method outperforms previous methods with F1 score of 79.63% on CULane and 97.71% on Tusimple dataset with high FPS. The code will be released at https://github.com/Wolfwjs/GANet.

📄 PDF Abstract BibTeX arXiv:2204.07335

Code (2)

wolfwjs/ganet 공식 구현 pytorch
zkyntu/UnLanedet pytorch

Tasks

Keypoint EstimationLane Detection

Similar Papers 제목 키워드 기반

Sketch and Refine: Towards Fast and Accurate Lane Detection

2024-01-26 · Chao Chen, Jie Liu, Chang Zhou, Jie Tang 외

Lane detection is to determine the precise location and shape of lanes on the road. Despite efforts made by current methods, it remains a challenging task due to the complexity of real-world scenarios. Existing approache…

Lane Detection

GLane3D : Detecting Lanes with Graph of 3D Keypoints

2025-03-31 · Halil İbrahim Öztürk, Muhammet Esat Kalfaoğlu, Ozsel Kilinc

Accurate and efficient lane detection in 3D space is essential for autonomous driving systems, where robust generalization is the foremost requirement for 3D lane detection algorithms. Considering the extensive variation…

3D Lane DetectionAutonomous DrivingLane Detection

GLane3D: Detecting Lanes with Graph of 3D Keypoints

2025-01-01 · CVPR 2025 1 · Halil İbrahim Öztürk, Muhammet Esat Kalfaoğlu, Ozsel Kilinc

Accurate and efficient lane detection in 3D space is essential for autonomous driving systems, where robust generalization is the foremost requirement for 3D lane detection algorithms. Considering the extensive varia…

3D Lane DetectionAutonomous DrivingLane Detection

Attend to Who You Are: Supervising Self-Attention for Keypoint Detection and Instance-Aware Association

2021-11-25 · Sen yang, Zhicheng Wang, Ze Chen, YanJie Li 외

This paper presents a new method to solve keypoint detection and instance association by using Transformer. For bottom-up multi-person pose estimation models, they need to detect keypoints and learn associative informati…

Instance SegmentationKeypoint DetectionMulti-Person Pose EstimationPose Estimation+1

Multi-Scale Supervised Network for Human Pose Estimation

2018-08-05 · Lipeng Ke, Ming-Ching Chang, Honggang Qi, Siwei Lyu

Human pose estimation is an important topic in computer vision with many applications including gesture and activity recognition. However, pose estimation from image is challenging due to appearance variations, occlusion…

Activity RecognitionKeypoint DetectionPose Estimationregression