Papers › PTQ4SAM: Post-Training Quantization for Segment Anything

PTQ4SAM: Post-Training Quantization for Segment Anything

6 May 2024CVPR 2024 1arXiv:2405.03144archive 2025-07-28

Chengtao Lv, Hong Chen, Jinyang Guo, Yifu Ding, Xianglong Liu

Segment Anything Model (SAM) has achieved impressive performance in many computer vision tasks. However, as a large-scale model, the immense memory and computation costs hinder its practical deployment. In this paper, we propose a post-training quantization (PTQ) framework for Segment Anything Model, namely PTQ4SAM. First, we investigate the inherent bottleneck of SAM quantization attributed to the bimodal distribution in post-Key-Linear activations. We analyze its characteristics from both per-tensor and per-channel perspectives, and propose a Bimodal Integration strategy, which utilizes a mathematically equivalent sign operation to transform the bimodal distribution into a relatively easy-quantized normal distribution offline. Second, SAM encompasses diverse attention mechanisms (i.e., self-attention and two-way cross-attention), resulting in substantial variations in the post-Softmax distributions. Therefore, we introduce an Adaptive Granularity Quantization for Softmax through searching the optimal power-of-two base, which is hardware-friendly. Extensive experimental results across various vision tasks (instance segmentation, semantic segmentation and object detection), datasets and model variants show the superiority of PTQ4SAM. For example, when quantizing SAM-L to 6-bit, we achieve lossless accuracy for instance segmentation, about 0.5\% drop with theoretical 3.9× acceleration. The code is available at \url{https://github.com/chengtao-lv/PTQ4SAM}.

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

Code

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

By repository: official repository: 9 samples from 1 repository, 7 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

chengtao-lv/ptq4sam officialmentioned in papermentioned on GitHubpytorch 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

9 samples harvested; 7 ran; 0 honoured the contract we drafted; 2 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
4ran
2unverified

Licence: 9 of the 9 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 chengtao-lv/PTQ4SAM. “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.

round_ste chengtao-lv/PTQ4SAM/ptq4sam/quantization/util_quant.py official repository ran · our draft was wrong fingerprinted no licence file found · pointer only · 675da8641c602b03 · report
fake_logquantize_per_tensor_affine chengtao-lv/PTQ4SAM/ptq4sam/quantization/util_quant.py official repository ran no licence file found · pointer only · 235ca98c280dc43c · report
fake_quantize_per_tensor_affine chengtao-lv/PTQ4SAM/ptq4sam/quantization/util_quant.py official repository ran · our draft was wrong fingerprinted no licence file found · pointer only · f5f3045a5c318d7c · report
get_module_args chengtao-lv/PTQ4SAM/ptq4sam/quantization/quantized_module_matmul.py official repository ran no licence file found · pointer only · 2f381ebd3e023bfa · report
lp_loss chengtao-lv/PTQ4SAM/ptq4sam/solver/recon.py official repository ran · our draft was wrong fingerprinted no licence file found · pointer only · 8003cb7a5176e497 · report
parse_config chengtao-lv/PTQ4SAM/ptq4sam/solver/utils.py official repository ran no licence file found · pointer only · afb8f93395a730c8 · report
update_specialized_quantizer_config chengtao-lv/PTQ4SAM/ptq4sam/model/quant_model.py official repository ran no licence file found · pointer only · 7a2978318593f764 · report
ordered_yaml_dump chengtao-lv/PTQ4SAM/mmdetection/.dev_scripts/gather_models.py official repository unverified no licence file found · pointer only · 8ff99a6bd2ebf598 · report
process_checkpoint chengtao-lv/PTQ4SAM/mmdetection/.dev_scripts/gather_models.py official repository unverified no licence file found · pointer only · 138e112e22b0314e · report

Tasks

Instance SegmentationObject DetectionQuantizationSegmentationSemantic Segmentationobject-detection

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

SAMSoftmax

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