Papers › Selective Focus: Investigating Semantics Sensitivity in Post-training Quantization for...

Selective Focus: Investigating Semantics Sensitivity in Post-training Quantization for Lane Detection

10 May 2024arXiv:2405.06264archive 2025-07-28

Yunqian Fan, Xiuying Wei, Ruihao Gong, Yuqing Ma, Xiangguo Zhang, Qi Zhang, Xianglong Liu

Lane detection (LD) plays a crucial role in enhancing the L2+ capabilities of autonomous driving, capturing widespread attention. The Post-Processing Quantization (PTQ) could facilitate the practical application of LD models, enabling fast speeds and limited memories without labeled data. However, prior PTQ methods do not consider the complex LD outputs that contain physical semantics, such as offsets, locations, etc., and thus cannot be directly applied to LD models. In this paper, we pioneeringly investigate semantic sensitivity to post-processing for lane detection with a novel Lane Distortion Score. Moreover, we identify two main factors impacting the LD performance after quantization, namely intra-head sensitivity and inter-head sensitivity, where a small quantization error in specific semantics can cause significant lane distortion. Thus, we propose a Selective Focus framework deployed with Semantic Guided Focus and Sensitivity Aware Selection modules, to incorporate post-processing information into PTQ reconstruction. Based on the observed intra-head sensitivity, Semantic Guided Focus is introduced to prioritize foreground-related semantics using a practical proxy. For inter-head sensitivity, we present Sensitivity Aware Selection, efficiently recognizing influential prediction heads and refining the optimization objectives at runtime. Extensive experiments have been done on a wide variety of models including keypoint-, anchor-, curve-, and segmentation-based ones. Our method produces quantized models in minutes on a single GPU and can achieve 6.4% F1 Score improvement on the CULane dataset.

PaperPDFCode 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="2405.06264")

Code

Syntology Ran 6 of 14 code samples harvested from 1 repository linked to this paper; 8 have no recorded run. Of those that ran: 3 ran · our draft was wrong; 3 ran with no contract checked.

By repository: found in paper text by Syntology: 14 samples from 1 repository, 6 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

PannenetsF/SelectiveFocus found in paper text by Syntology 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

14 samples harvested; 6 ran; 0 honoured the contract we drafted; 8 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 · our draft was wrong
3ran
8unverified

Licence: 14 of the 14 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 PannenetsF/SelectiveFocus. “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.

QConfig PannenetsF/SelectiveFocus/pad/utils/runners/lane_det_quant_trainer.py found in paper text by Syntology ran · our draft was wrong no licence file found · pointer only · 9abccdfbe5440910 · report
get_rank PannenetsF/SelectiveFocus/pad/utils/runners/lane_det_quant_trainer.py found in paper text by Syntology ran · metamorphic tier: well formed no licence file found · pointer only · 41ff89724cf234e1 · report
get_sampler PannenetsF/SelectiveFocus/pad/utils/runners/lane_det_quant_trainer.py found in paper text by Syntology ran · our draft was wrong no licence file found · pointer only · eb3e7062d67261a5 · report
get_world_size PannenetsF/SelectiveFocus/pad/utils/runners/lane_det_quant_trainer.py found in paper text by Syntology ran · metamorphic tier: well formed no licence file found · pointer only · c9d133b7656f2129 · report
is_main_process PannenetsF/SelectiveFocus/pad/utils/runners/lane_det_quant_trainer.py found in paper text by Syntology ran · metamorphic tier: deterministic no licence file found · pointer only · e4d71e90ee09ce61 · report
reduce_dict PannenetsF/SelectiveFocus/pad/utils/runners/lane_det_quant_trainer.py found in paper text by Syntology ran · our draft was wrong no licence file found · pointer only · 3a37f431350cb887 · report
BaseRunner PannenetsF/SelectiveFocus/pad/utils/runners/lane_det_quant_trainer.py found in paper text by Syntology unverified no licence file found · pointer only · 211dabacfbcea7c7 · report
BaseTrainer PannenetsF/SelectiveFocus/pad/utils/runners/lane_det_quant_trainer.py found in paper text by Syntology unverified no licence file found · pointer only · ddbb781402a89bb4 · report
LaneDetQuantTrainer PannenetsF/SelectiveFocus/pad/utils/runners/lane_det_quant_trainer.py found in paper text by Syntology unverified no licence file found · pointer only · b1603fdccb472975 · report
LaneDetTrainer PannenetsF/SelectiveFocus/pad/utils/runners/lane_det_quant_trainer.py found in paper text by Syntology unverified no licence file found · pointer only · c89efb6f77bb1758 · report
get_collate_fn PannenetsF/SelectiveFocus/pad/utils/runners/lane_det_quant_trainer.py found in paper text by Syntology unverified no licence file found · pointer only · 2a2c02ba64d3e902 · report
init_distributed_mode PannenetsF/SelectiveFocus/pad/utils/runners/lane_det_quant_trainer.py found in paper text by Syntology unverified no licence file found · pointer only · fee17d06c0661f3e · report
set_random_seed PannenetsF/SelectiveFocus/pad/utils/runners/lane_det_quant_trainer.py found in paper text by Syntology unverified no licence file found · pointer only · 045cf9d1358080e2 · report
setup_for_distributed PannenetsF/SelectiveFocus/pad/utils/runners/lane_det_quant_trainer.py found in paper text by Syntology unverified no licence file found · pointer only · 689e589a252baec7 · report

Tasks

Autonomous DrivingLane DetectionQuantizationSensitivity

1 archive task tag without a task page not shown.

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

AWAREFocus

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