TasksSotADatasetsPapersMethodsSubmitAbout
Papers With Code 2

A community resource for machine learning research: papers, code, benchmarks, and state-of-the-art results.

Explore

Notable BenchmarksAll SotADatasetsPapersMethods

Community

Submit ResultsAbout

Data sourced from the PWC Archive (CC-BY-SA 4.0). Built by the community, for the community.

Papers/A Keypoint-based Global Association Network for Lane Detec...

A Keypoint-based Global Association Network for Lane Detection

Jinsheng Wang, Yinchao Ma, Shaofei Huang, Tianrui Hui, Fei Wang, Chen Qian, Tianzhu Zhang

2022-04-15CVPR 2022 1Lane DetectionKeypoint Estimation
PaperPDFCode(official)Code

Abstract

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.

Results

TaskDatasetMetricValueModel
Autonomous VehiclesCULaneF1 score79.63GANet(ResNet-101)
Autonomous VehiclesCULaneF1 score79.39GANet(ResNet-34)
Autonomous VehiclesCULaneF1 score78.79GANet(ResNet-18)
Autonomous VehiclesTuSimpleF1 score97.71GANet(ResNet-34)
Autonomous VehiclesTuSimpleF1 score97.68GANet(ResNet-18)
Autonomous VehiclesTuSimpleF1 score97.45GANet(ResNet-101)
Lane DetectionCULaneF1 score79.63GANet(ResNet-101)
Lane DetectionCULaneF1 score79.39GANet(ResNet-34)
Lane DetectionCULaneF1 score78.79GANet(ResNet-18)
Lane DetectionTuSimpleF1 score97.71GANet(ResNet-34)
Lane DetectionTuSimpleF1 score97.68GANet(ResNet-18)
Lane DetectionTuSimpleF1 score97.45GANet(ResNet-101)

Related Papers

Geo-ORBIT: A Federated Digital Twin Framework for Scene-Adaptive Lane Geometry Detection2025-07-11Attend-and-Refine: Interactive keypoint estimation and quantitative cervical vertebrae analysis for bone age assessment2025-07-10RelTopo: Enhancing Relational Modeling for Driving Scene Topology Reasoning2025-06-16Cosmos-Drive-Dreams: Scalable Synthetic Driving Data Generation with World Foundation Models2025-06-10Monocular 3D Hand Pose Estimation with Implicit Camera Alignment2025-06-10DLNet: Direction-Aware Feature Integration for Robust Lane Detection in Complex Environments2025-06-09TopoPoint: Enhance Topology Reasoning via Endpoint Detection in Autonomous Driving2025-05-23Towards Texture- And Shape-Independent 3D Keypoint Estimation in Birds2025-05-22