{"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/transtic-transferring-transformer-based-image","title":"TransTIC: Transferring Transformer-based Image Compression from Human Perception to Machine Perception","arxiv_id":"2306.05085","date":"2023-06-08","proceeding":"ICCV 2023 1","authors":["Yi-Hsin Chen","Ying-Chieh Weng","Chia-Hao Kao","Cheng Chien","Wei-Chen Chiu","Wen-Hsiao Peng"],"abstract":"This work aims for transferring a Transformer-based image compression codec from human perception to machine perception without fine-tuning the codec. We propose a transferable Transformer-based image compression framework, termed TransTIC. Inspired by visual prompt tuning, TransTIC adopts an instance-specific prompt generator to inject instance-specific prompts to the encoder and task-specific prompts to the decoder. Extensive experiments show that our proposed method is capable of transferring the base codec to various machine tasks and outperforms the competing methods significantly. To our best knowledge, this work is the first attempt to utilize prompting on the low-level image compression task.","url_abs":"https://arxiv.org/abs/2306.05085v2","url_pdf":"https://arxiv.org/pdf/2306.05085v2.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":"transtic-transferring-transformer-based-image","repo_url":"https://github.com/NYCU-MAPL/TransTIC","is_official":1,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":null}],"tasks":[{"task_slug":"decoder","task_name":"Decoder"},{"task_slug":"image-compression","task_name":"Image Compression"},{"task_slug":"visual-prompt-tuning","task_name":"Visual Prompt Tuning"}],"methods":[{"method_slug":"base","method_name":"BASE"}],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"syntology_url":null,"atlas_url":"https://app.syntology.ai/?focus=2306.05085","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2306.05085"}},"developers":"https://syntology.ai/developers","read_at":"2026-09-24T18:15:14+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/NYCU-MAPL/TransTIC","reach":null}],"summary":{"ran":1,"ran_honours":1,"unverified":6},"by_repo_kind":{"official":{"samples":8,"ran":2,"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":0,"samples":[{"code_sha256_prefix":"0d052438a099d116","entry":"Mask_Gen_Shallow","repo":"NYCU-MAPL/TransTIC","repo_kind":"official","path":"compressai/models/tic_promptmodel.py","file_url":"https://github.com/NYCU-MAPL/TransTIC/blob/HEAD/compressai/models/tic_promptmodel.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"0d052438a099d116"}},{"code_sha256_prefix":"0655c193d6ef7868","entry":"get_scale_table","repo":"NYCU-MAPL/TransTIC","repo_kind":"official","path":"compressai/models/tic_promptmodel.py","file_url":"https://github.com/NYCU-MAPL/TransTIC/blob/HEAD/compressai/models/tic_promptmodel.py","link_basis":"first_harvest_node","language":"python","status":"ran_honours","verification_level":1,"contract_check":"HONOURS","metamorphic_tier":"well_formed","behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"0655c193d6ef7868"}},{"code_sha256_prefix":"213033cdc1197aec","entry":"EntropyBottleneck","repo":"NYCU-MAPL/TransTIC","repo_kind":"official","path":"compressai/models/tic_promptmodel.py","file_url":"https://github.com/NYCU-MAPL/TransTIC/blob/HEAD/compressai/models/tic_promptmodel.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"213033cdc1197aec"}},{"code_sha256_prefix":"834d0b288545ca81","entry":"EntropyModel","repo":"NYCU-MAPL/TransTIC","repo_kind":"official","path":"compressai/models/tic_promptmodel.py","file_url":"https://github.com/NYCU-MAPL/TransTIC/blob/HEAD/compressai/models/tic_promptmodel.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"834d0b288545ca81"}},{"code_sha256_prefix":"821c50b43b127f67","entry":"GaussianConditional","repo":"NYCU-MAPL/TransTIC","repo_kind":"official","path":"compressai/models/tic_promptmodel.py","file_url":"https://github.com/NYCU-MAPL/TransTIC/blob/HEAD/compressai/models/tic_promptmodel.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"821c50b43b127f67"}},{"code_sha256_prefix":"98a9717711fd4c58","entry":"TIC_PromptModel_first2","repo":"NYCU-MAPL/TransTIC","repo_kind":"official","path":"compressai/models/tic_promptmodel.py","file_url":"https://github.com/NYCU-MAPL/TransTIC/blob/HEAD/compressai/models/tic_promptmodel.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"98a9717711fd4c58"}},{"code_sha256_prefix":"c88f24038c7eeb3a","entry":"_EntropyCoder","repo":"NYCU-MAPL/TransTIC","repo_kind":"official","path":"compressai/models/tic_promptmodel.py","file_url":"https://github.com/NYCU-MAPL/TransTIC/blob/HEAD/compressai/models/tic_promptmodel.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"c88f24038c7eeb3a"}},{"code_sha256_prefix":"03f1aebf64f96ace","entry":"_forward","repo":"NYCU-MAPL/TransTIC","repo_kind":"official","path":"compressai/models/tic_promptmodel.py","file_url":"https://github.com/NYCU-MAPL/TransTIC/blob/HEAD/compressai/models/tic_promptmodel.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"03f1aebf64f96ace"}}]},"arxiv_metadata":null,"syntology_extracted_results":null}