Papers › A Keypoint-based Global Association Network for Lane Detection

A Keypoint-based Global Association Network for Lane Detection

15 Apr 2022CVPR 2022 1arXiv:2204.07335archive 2025-07-28

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.

PaperPDFConference PDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2204.07335")

Code

Syntology Ran 3 of 7 code samples harvested from 2 repositories linked to this paper; 4 have no recorded run. Of those that ran: 3 ran with no contract checked.

By repository: official repository: 3 samples from 1 repository, 0 ran; community (archive-listed): 4 samples from 1 repository, 3 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

wolfwjs/ganet officialmentioned in papermentioned on GitHubpytorchMIT report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

7 samples harvested; 3 ran; 0 honoured the contract we drafted; 4 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

3ran
4unverified

Licence: 0 of the 7 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from 2 repositories linked to this paper, official or community; each sample names its own and says which. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

compute_locations wolfwjs/ganet/mmdet/models/dense_heads/ganet_head.py official repository unverified MIT (permissive) · f06980dfe43b7c39 · report
make_coordmat wolfwjs/ganet/mmdet/models/dense_heads/ganet_head.py official repository unverified MIT (permissive) · b8e738d2a502bad4 · report
make_mask wolfwjs/ganet/mmdet/models/dense_heads/ganet_head.py official repository unverified MIT (permissive) · f58a2eec42e3f15f · report
CtnetHead zkyntu/UnLanedet/unlanedet/model/GANet/head.py community (archive-listed) ran fingerprinted Apache-2.0 (permissive) · fe6679885d8666ee · report
GANetHead zkyntu/UnLanedet/unlanedet/model/GANet/head.py community (archive-listed) ran Apache-2.0 (permissive) · d04d955eb6f89f54 · report
Lane zkyntu/UnLanedet/unlanedet/model/GANet/head.py community (archive-listed) ran Apache-2.0 (permissive) · 79f8d381e9a2dbc1 · report
kaiming_init zkyntu/UnLanedet/unlanedet/model/GANet/head.py community (archive-listed) unverified Apache-2.0 (permissive) · 94b6a7396eb44132 · report

Tasks

Keypoint EstimationLane Detection

Results from the paper archive 2025-07-28

TaskDatasetModelMetricValueRank at snapshotLeaderboardReport
Lane Detection CULane GANet(ResNet-101) F1 score 79.63 #21 of 63 Archive leaderboard report
Lane Detection CULane GANet(ResNet-34) F1 score 79.39 #24 of 63 Archive leaderboard report
Lane Detection CULane GANet(ResNet-18) F1 score 78.79 #28 of 63 Archive leaderboard report
Lane Detection TuSimple GANet(ResNet-34) F1 score 97.71 #39 of 43 Archive leaderboard report
Lane Detection TuSimple GANet(ResNet-18) F1 score 97.68 #40 of 43 Archive leaderboard report
Lane Detection TuSimple GANet(ResNet-101) F1 score 97.45 #42 of 43 Archive leaderboard report

Ranks are positions in the archive's leaderboards as they stood at the 2025-07-28 snapshot. Results published since then are not among these rows, so a rank here is not a current standing.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections