{"about":{"site":"https://codewithpapers.app","non_affiliation":"Code with Papers and Syntology are not affiliated with, endorsed by, or sponsored by Papers with Code, Meta, or the pwc-archive mirror.","licence":"CC BY-SA 4.0","licence_url":"https://creativecommons.org/licenses/by-sa/4.0/legalcode","attribution":"https://codewithpapers.app/attribution","modified":"archive material modified by Syntology; see the attribution page"},"url":"/paper/pa-sam-prompt-adapter-sam-for-high-quality","title":"PA-SAM: Prompt Adapter SAM for High-Quality Image Segmentation","arxiv_id":"2401.13051","date":"2024-01-23","proceeding":null,"authors":["Zhaozhi Xie","Bochen Guan","Weihao Jiang","Muyang Yi","Yue Ding","Hongtao Lu","Lei Zhang"],"abstract":"The Segment Anything Model (SAM) has exhibited outstanding performance in various image segmentation tasks. Despite being trained with over a billion masks, SAM faces challenges in mask prediction quality in numerous scenarios, especially in real-world contexts. In this paper, we introduce a novel prompt-driven adapter into SAM, namely Prompt Adapter Segment Anything Model (PA-SAM), aiming to enhance the segmentation mask quality of the original SAM. By exclusively training the prompt adapter, PA-SAM extracts detailed information from images and optimizes the mask decoder feature at both sparse and dense prompt levels, improving the segmentation performance of SAM to produce high-quality masks. Experimental results demonstrate that our PA-SAM outperforms other SAM-based methods in high-quality, zero-shot, and open-set segmentation. We're making the source code and models available at https://github.com/xzz2/pa-sam.","url_abs":"https://arxiv.org/abs/2401.13051v1","url_pdf":"https://arxiv.org/pdf/2401.13051v1.pdf","source":{"archive":"pwc-archive (Hugging Face), CC BY-SA 4.0","snapshot":"2025-07-28","licence_url":"https://creativecommons.org/licenses/by-sa/4.0/legalcode","row_kind":"abstracts"},"code_links":[{"paper_slug":"pa-sam-prompt-adapter-sam-for-high-quality","repo_url":"https://github.com/xzz2/pa-sam","is_official":1,"mentioned_in_paper":1,"mentioned_in_github":1,"framework":"pytorch","reach":{"status":"ok"}}],"tasks":[{"task_slug":"decoder","task_name":"Decoder"},{"task_slug":"image-segmentation","task_name":"Image Segmentation"},{"task_slug":"segmentation","task_name":"Segmentation"},{"task_slug":"semantic-segmentation","task_name":"Semantic Segmentation"}],"methods":[{"method_slug":"adapter","method_name":"Adapter"},{"method_slug":"sam","method_name":"SAM"}],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"syntology_url":"https://syntology.ai/paper/2401.13051","atlas_url":"https://app.syntology.ai/?focus=2401.13051","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2401.13051"}},"developers":"https://syntology.ai/developers","read_at":"2026-09-25T09:33:49+00:00","read_at_is":"when the build read Syntology's graph, not when any sample ran","claim":"Per-sample execution status on synthesized fixtures; not a correctness claim about the paper. Samples come from repositories linked to the paper, official or community; repo_kind says which.","repos":[{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/xzz2/pa-sam","reach":{"status":"ok"}}],"summary":{"ran":6,"ran_fixture":3,"unverified":6},"by_repo_kind":{"official":{"samples":15,"ran":9,"repositories":1}},"repo_kind_vocabulary":{"official":"The archive marks this repository official for the paper","named_in_paper":"The archive records that the paper mentions this repository; it is not marked official","listed":"In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper","found_in_text":"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"},"n_pointer_only_for_licence":15,"samples":[{"code_sha256_prefix":"899f5dd03c569d81","entry":"all_gather","repo":"xzz2/pa-sam","repo_kind":"official","path":"utils/misc.py","file_url":"https://github.com/xzz2/pa-sam/blob/HEAD/utils/misc.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"899f5dd03c569d81"}},{"code_sha256_prefix":"6377d2b0f1cb0b28","entry":"get_im_gt_name_dict","repo":"xzz2/pa-sam","repo_kind":"official","path":"utils/dataloader.py","file_url":"https://github.com/xzz2/pa-sam/blob/HEAD/utils/dataloader.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"6377d2b0f1cb0b28"}},{"code_sha256_prefix":"733d7f0bedcb74c2","entry":"get_rel_pos","repo":"xzz2/pa-sam","repo_kind":"official","path":"segment_anything_training/modeling/image_encoder.py","file_url":"https://github.com/xzz2/pa-sam/blob/HEAD/segment_anything_training/modeling/image_encoder.py","link_basis":"harvester_set","language":"python","status":"ran_fixture","verification_level":1,"contract_check":"RAISES","metamorphic_tier":"invariant","behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"733d7f0bedcb74c2"}},{"code_sha256_prefix":"752d76eca7bb4a97","entry":"get_uncertain_point_coords_with_randomness","repo":"xzz2/pa-sam","repo_kind":"official","path":"utils/losses.py","file_url":"https://github.com/xzz2/pa-sam/blob/HEAD/utils/losses.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"752d76eca7bb4a97"}},{"code_sha256_prefix":"cab0cc7a7011655b","entry":"masks_to_boxes","repo":"xzz2/pa-sam","repo_kind":"official","path":"utils/misc.py","file_url":"https://github.com/xzz2/pa-sam/blob/HEAD/utils/misc.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"cab0cc7a7011655b"}},{"code_sha256_prefix":"965de439489202e7","entry":"point_sample","repo":"xzz2/pa-sam","repo_kind":"official","path":"utils/losses.py","file_url":"https://github.com/xzz2/pa-sam/blob/HEAD/utils/losses.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"965de439489202e7"}},{"code_sha256_prefix":"4183d276c611a490","entry":"reduce_dict","repo":"xzz2/pa-sam","repo_kind":"official","path":"utils/misc.py","file_url":"https://github.com/xzz2/pa-sam/blob/HEAD/utils/misc.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"4183d276c611a490"}},{"code_sha256_prefix":"105fa08885dc36cc","entry":"window_partition","repo":"xzz2/pa-sam","repo_kind":"official","path":"segment_anything_training/modeling/image_encoder.py","file_url":"https://github.com/xzz2/pa-sam/blob/HEAD/segment_anything_training/modeling/image_encoder.py","link_basis":"harvester_set","language":"python","status":"ran_fixture","verification_level":1,"contract_check":"RAISES","metamorphic_tier":"deterministic","behaviour_fingerprint":true,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"105fa08885dc36cc"}},{"code_sha256_prefix":"50f37d517e2be27f","entry":"window_unpartition","repo":"xzz2/pa-sam","repo_kind":"official","path":"segment_anything_training/modeling/image_encoder.py","file_url":"https://github.com/xzz2/pa-sam/blob/HEAD/segment_anything_training/modeling/image_encoder.py","link_basis":"harvester_set","language":"python","status":"ran_fixture","verification_level":1,"contract_check":"RAISES","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"50f37d517e2be27f"}},{"code_sha256_prefix":"f9bc5f31ce61cee8","entry":"build_sam_vit_b","repo":"xzz2/pa-sam","repo_kind":"official","path":"segment_anything_training/build_sam.py","file_url":"https://github.com/xzz2/pa-sam/blob/HEAD/segment_anything_training/build_sam.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"f9bc5f31ce61cee8"}},{"code_sha256_prefix":"6b77c1f11fff3ed6","entry":"build_sam_vit_h","repo":"xzz2/pa-sam","repo_kind":"official","path":"segment_anything_training/build_sam.py","file_url":"https://github.com/xzz2/pa-sam/blob/HEAD/segment_anything_training/build_sam.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"6b77c1f11fff3ed6"}},{"code_sha256_prefix":"3f8890e695469246","entry":"build_sam_vit_l","repo":"xzz2/pa-sam","repo_kind":"official","path":"segment_anything_training/build_sam.py","file_url":"https://github.com/xzz2/pa-sam/blob/HEAD/segment_anything_training/build_sam.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"3f8890e695469246"}},{"code_sha256_prefix":"3e4ba19cff1075ba","entry":"cat","repo":"xzz2/pa-sam","repo_kind":"official","path":"utils/losses.py","file_url":"https://github.com/xzz2/pa-sam/blob/HEAD/utils/losses.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"3e4ba19cff1075ba"}},{"code_sha256_prefix":"7b785ed7aad4a361","entry":"create_dataloaders","repo":"xzz2/pa-sam","repo_kind":"official","path":"utils/dataloader.py","file_url":"https://github.com/xzz2/pa-sam/blob/HEAD/utils/dataloader.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"7b785ed7aad4a361"}},{"code_sha256_prefix":"ab9b6bc249e53154","entry":"point_sample","repo":"xzz2/pa-sam","repo_kind":"official","path":"utils/function.py","file_url":"https://github.com/xzz2/pa-sam/blob/HEAD/utils/function.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"ab9b6bc249e53154"}}]},"arxiv_metadata":null,"syntology_extracted_results":null}