{"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/describing-and-localizing-multiple-changes","title":"Describing and Localizing Multiple Changes with Transformers","arxiv_id":"2103.14146","date":"2021-03-25","proceeding":"ICCV 2021 10","authors":["Yue Qiu","Shintaro Yamamoto","Kodai Nakashima","Ryota Suzuki","Kenji Iwata","Hirokatsu Kataoka","Yutaka Satoh"],"abstract":"Change captioning tasks aim to detect changes in image pairs observed before and after a scene change and generate a natural language description of the changes. Existing change captioning studies have mainly focused on a single change.However, detecting and describing multiple changed parts in image pairs is essential for enhancing adaptability to complex scenarios. We solve the above issues from three aspects: (i) We propose a simulation-based multi-change captioning dataset; (ii) We benchmark existing state-of-the-art methods of single change captioning on multi-change captioning; (iii) We further propose Multi-Change Captioning transformers (MCCFormers) that identify change regions by densely correlating different regions in image pairs and dynamically determines the related change regions with words in sentences. The proposed method obtained the highest scores on four conventional change captioning evaluation metrics for multi-change captioning. Additionally, our proposed method can separate attention maps for each change and performs well with respect to change localization. Moreover, the proposed framework outperformed the previous state-of-the-art methods on an existing change captioning benchmark, CLEVR-Change, by a large margin (+6.1 on BLEU-4 and +9.7 on CIDEr scores), indicating its general ability in change captioning tasks.","url_abs":"https://arxiv.org/abs/2103.14146v2","url_pdf":"https://arxiv.org/pdf/2103.14146v2.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":"describing-and-localizing-multiple-changes","repo_url":"https://github.com/cvpaperchallenge/Describing-and-Localizing-Multiple-Change-with-Transformers","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":null},{"paper_slug":"describing-and-localizing-multiple-changes","repo_url":"https://github.com/doiken23/mccformers.pytorch","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":null}],"tasks":[],"methods":[],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"atlas_url":"https://app.syntology.ai/?focus=2103.14146","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2103.14146"}},"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/doiken23/mccformers.pytorch","reach":null},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/cvpaperchallenge/Describing-and-Localizing-Multiple-Change-with-Transformers","reach":null}],"summary":{"ran":5,"ran_draft_wrong":1,"unverified":3},"by_repo_kind":{"listed":{"samples":9,"ran":6,"repositories":2}},"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":1,"samples":[{"code_sha256_prefix":"fa672e2c394eb841","entry":"CoAttentionTransformerEncoderLayer","repo":"doiken23/mccformers.pytorch","repo_kind":"listed","path":"models/model.py","file_url":"https://github.com/doiken23/mccformers.pytorch/blob/HEAD/models/model.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":"invariant","behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"fa672e2c394eb841"}},{"code_sha256_prefix":"182ed251c7d9568d","entry":"MCCFormerEncoderS","repo":"doiken23/mccformers.pytorch","repo_kind":"listed","path":"models/model.py","file_url":"https://github.com/doiken23/mccformers.pytorch/blob/HEAD/models/model.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"182ed251c7d9568d"}},{"code_sha256_prefix":"8e99499938b1efd9","entry":"MCCFormers_S","repo":"cvpaperchallenge/Describing-and-Localizing-Multiple-Change-with-Transformers","repo_kind":"listed","path":"code/models_trans.py","file_url":"https://github.com/cvpaperchallenge/Describing-and-Localizing-Multiple-Change-with-Transformers/blob/HEAD/code/models_trans.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":"deterministic","behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"8e99499938b1efd9"}},{"code_sha256_prefix":"58f682ef650d89c8","entry":"PositionalEncoding","repo":"doiken23/mccformers.pytorch","repo_kind":"listed","path":"models/model.py","file_url":"https://github.com/doiken23/mccformers.pytorch/blob/HEAD/models/model.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":"invariant","behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"58f682ef650d89c8"}},{"code_sha256_prefix":"25103b8f0df4d9c2","entry":"SimpleEncoder","repo":"doiken23/mccformers.pytorch","repo_kind":"listed","path":"models/model.py","file_url":"https://github.com/doiken23/mccformers.pytorch/blob/HEAD/models/model.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":"invariant","behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"25103b8f0df4d9c2"}},{"code_sha256_prefix":"25f24e4d230ced80","entry":"_get_activation_fn","repo":"doiken23/mccformers.pytorch","repo_kind":"listed","path":"models/model.py","file_url":"https://github.com/doiken23/mccformers.pytorch/blob/HEAD/models/model.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"25f24e4d230ced80"}},{"code_sha256_prefix":"a8899349acbad648","entry":"CoAttentionTransformerEncoder","repo":"doiken23/mccformers.pytorch","repo_kind":"listed","path":"models/model.py","file_url":"https://github.com/doiken23/mccformers.pytorch/blob/HEAD/models/model.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"a8899349acbad648"}},{"code_sha256_prefix":"986e31d80012b44f","entry":"MCCFormer","repo":"doiken23/mccformers.pytorch","repo_kind":"listed","path":"models/model.py","file_url":"https://github.com/doiken23/mccformers.pytorch/blob/HEAD/models/model.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"986e31d80012b44f"}},{"code_sha256_prefix":"c3103140b48208b9","entry":"MCCFormerEncoderD","repo":"doiken23/mccformers.pytorch","repo_kind":"listed","path":"models/model.py","file_url":"https://github.com/doiken23/mccformers.pytorch/blob/HEAD/models/model.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"c3103140b48208b9"}}]},"arxiv_metadata":null,"syntology_extracted_results":null}