Papers › PersFormer: 3D Lane Detection via Perspective Transformer and the OpenLane Benchmark

PersFormer: 3D Lane Detection via Perspective Transformer and the OpenLane Benchmark

21 Mar 2022arXiv:2203.11089archive 2025-07-28

Li Chen, Chonghao Sima, Yang Li, Zehan Zheng, Jiajie Xu, Xiangwei Geng, Hongyang Li, Conghui He, Jianping Shi, Yu Qiao, Junchi Yan

Methods for 3D lane detection have been recently proposed to address the issue of inaccurate lane layouts in many autonomous driving scenarios (uphill/downhill, bump, etc.). Previous work struggled in complex cases due to their simple designs of the spatial transformation between front view and bird's eye view (BEV) and the lack of a realistic dataset. Towards these issues, we present PersFormer: an end-to-end monocular 3D lane detector with a novel Transformer-based spatial feature transformation module. Our model generates BEV features by attending to related front-view local regions with camera parameters as a reference. PersFormer adopts a unified 2D/3D anchor design and an auxiliary task to detect 2D/3D lanes simultaneously, enhancing the feature consistency and sharing the benefits of multi-task learning. Moreover, we release one of the first large-scale real-world 3D lane datasets: OpenLane, with high-quality annotation and scenario diversity. OpenLane contains 200,000 frames, over 880,000 instance-level lanes, 14 lane categories, along with scene tags and the closed-in-path object annotations to encourage the development of lane detection and more industrial-related autonomous driving methods. We show that PersFormer significantly outperforms competitive baselines in the 3D lane detection task on our new OpenLane dataset as well as Apollo 3D Lane Synthetic dataset, and is also on par with state-of-the-art algorithms in the 2D task on OpenLane. The project page is available at https://github.com/OpenPerceptionX/PersFormer_3DLane and OpenLane dataset is provided at https://github.com/OpenPerceptionX/OpenLane.

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="2203.11089")

Code

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

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

OpenDriveLab/PersFormer_3DLane officialmentioned on GitHubpytorch report
OpenDriveLab/OpenLane mentioned on GitHubApache-2.0 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

15 samples harvested; 8 ran; 0 honoured the contract we drafted; 7 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.

8ran
7unverified

Licence: 0 of the 15 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.

Doublecnv OpenDriveLab/PersFormer_3DLane/models/PersFormer.py official repository ran fingerprinted Apache-2.0 (permissive) · 3e5a266c8b4c142b · report
Down OpenDriveLab/PersFormer_3DLane/models/PersFormer.py official repository ran fingerprinted Apache-2.0 (permissive) · c8e163dd34a88de5 · report
DropoutMSDeformAttn OpenDriveLab/PersFormer_3DLane/models/PersFormer.py official repository ran Apache-2.0 (permissive) · 1aeeb6a71a7b8167 · report
FFN OpenDriveLab/PersFormer_3DLane/models/PersFormer.py official repository ran Apache-2.0 (permissive) · b0c3559adbcc832e · report
IdentityMSDeformAttn OpenDriveLab/PersFormer_3DLane/models/PersFormer.py official repository ran Apache-2.0 (permissive) · 7b5a12f8b0e31572 · report
PositionEmbeddingLearned OpenDriveLab/PersFormer_3DLane/models/PersFormer.py official repository ran fingerprinted Apache-2.0 (permissive) · 7d9fec0f231cd723 · report
SegmentHead OpenDriveLab/PersFormer_3DLane/models/PersFormer.py official repository ran Apache-2.0 (permissive) · 40c69fe30813367b · report
Up OpenDriveLab/PersFormer_3DLane/models/PersFormer.py official repository ran Apache-2.0 (permissive) · 4550ba51e5cea42b · report
BEVHead OpenDriveLab/PersFormer_3DLane/models/PersFormer.py official repository unverified Apache-2.0 (permissive) · 9d865bc0a906acf8 · report
EncoderLayer OpenDriveLab/PersFormer_3DLane/models/PersFormer.py official repository unverified Apache-2.0 (permissive) · b98ca5cf2d4e94de · report
PersFormer OpenDriveLab/PersFormer_3DLane/models/PersFormer.py official repository unverified Apache-2.0 (permissive) · 4217030b0dd16d15 · report
PerspectiveTransformer OpenDriveLab/PersFormer_3DLane/models/PersFormer.py official repository unverified Apache-2.0 (permissive) · af4a49818df9165c · report
prune_3d_lane_by_range OpenDriveLab/OpenLane/eval/LANE_evaluation/lane3d/utils/utils.py community (archive-listed) unverified Apache-2.0 (permissive) · 85fcc376cd599f4e · report
prune_3d_lane_by_visibility OpenDriveLab/OpenLane/eval/LANE_evaluation/lane3d/utils/utils.py community (archive-listed) unverified Apache-2.0 (permissive) · aaff3ef48e2fb71a · report
resample_laneline_in_y OpenDriveLab/OpenLane/eval/LANE_evaluation/lane3d/utils/utils.py community (archive-listed) unverified Apache-2.0 (permissive) · f4018ad6acc7e447 · report

Tasks

3D Lane DetectionAutonomous DrivingLane DetectionMulti-Task Learning

Datasets

Introduced by this paper, per the archive.

OpenLane

Results from the paper archive 2025-07-28

TaskDatasetModelMetricValueRank at snapshotLeaderboardReport
3D Lane Detection Apollo Synthetic 3D Lane PersFormer F1 92.9 #6 of 10 Archive leaderboard report
3D Lane Detection Apollo Synthetic 3D Lane PersFormer X error far 0.356 #6 of 10 Archive leaderboard report
3D Lane Detection Apollo Synthetic 3D Lane PersFormer X error near 0.054 #6 of 10 Archive leaderboard report
3D Lane Detection Apollo Synthetic 3D Lane PersFormer Z error far 0.234 #6 of 10 Archive leaderboard report
3D Lane Detection Apollo Synthetic 3D Lane PersFormer Z error near 0.010 #6 of 10 Archive leaderboard report
3D Lane Detection OpenLane PersFormer (version 1.2) Curve 58.4 #16 of 21 Archive leaderboard report
3D Lane Detection OpenLane PersFormer (version 1.2) Extreme Weather 51.8 #16 of 21 Archive leaderboard report
3D Lane Detection OpenLane PersFormer (version 1.2) F1 (all) 52.9 #16 of 21 Archive leaderboard report
3D Lane Detection OpenLane PersFormer (version 1.2) FPS (pytorch) - #16 of 21 Archive leaderboard report
3D Lane Detection OpenLane PersFormer (version 1.2) Intersection 42.1 #16 of 21 Archive leaderboard report
3D Lane Detection OpenLane PersFormer (version 1.2) Merge & Split 50.9 #16 of 21 Archive leaderboard report
3D Lane Detection OpenLane PersFormer (version 1.2) Night 47.4 #16 of 21 Archive leaderboard report
3D Lane Detection OpenLane PersFormer (version 1.2) Up & Down 47.5 #16 of 21 Archive leaderboard report
3D Lane Detection OpenLane PersFormer (version 1.1) Curve 58.7 #18 of 21 Archive leaderboard report
3D Lane Detection OpenLane PersFormer (version 1.1) Extreme Weather 54.0 #18 of 21 Archive leaderboard report
3D Lane Detection OpenLane PersFormer (version 1.1) F1 (all) 50.5 #18 of 21 Archive leaderboard report
3D Lane Detection OpenLane PersFormer (version 1.1) FPS (pytorch) - #18 of 21 Archive leaderboard report
3D Lane Detection OpenLane PersFormer (version 1.1) Intersection 41.6 #18 of 21 Archive leaderboard report
3D Lane Detection OpenLane PersFormer (version 1.1) Merge & Split 53.1 #18 of 21 Archive leaderboard report
3D Lane Detection OpenLane PersFormer (version 1.1) Night 50.0 #18 of 21 Archive leaderboard report
3D Lane Detection OpenLane PersFormer (version 1.1) Up & Down 45.6 #18 of 21 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.

Methods

Apollo

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