{"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/irsrmamba-infrared-image-super-resolution-via","title":"IRSRMamba: Infrared Image Super-Resolution via Mamba-based Wavelet Transform Feature Modulation Model","arxiv_id":"2405.09873","date":"2024-05-16","proceeding":null,"authors":["Yongsong Huang","Tomo Miyazaki","Xiaofeng Liu","Shinichiro Omachi"],"abstract":"Infrared image super-resolution demands long-range dependency modeling and multi-scale feature extraction to address challenges such as homogeneous backgrounds, weak edges, and sparse textures. While Mamba-based state-space models (SSMs) excel in global dependency modeling with linear complexity, their block-wise processing disrupts spatial consistency, limiting their effectiveness for IR image reconstruction. We propose IRSRMamba, a novel framework integrating wavelet transform feature modulation for multi-scale adaptation and an SSMs-based semantic consistency loss to restore fragmented contextual information. This design enhances global-local feature fusion, structural coherence, and fine-detail preservation while mitigating block-induced artifacts. Experiments on benchmark datasets demonstrate that IRSRMamba outperforms state-of-the-art methods in PSNR, SSIM, and perceptual quality. This work establishes Mamba-based architectures as a promising direction for high-fidelity IR image enhancement. Code are available at https://github.com/yongsongH/IRSRMamba.","url_abs":"https://arxiv.org/abs/2405.09873v2","url_pdf":"https://arxiv.org/pdf/2405.09873v2.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":"irsrmamba-infrared-image-super-resolution-via","repo_url":"https://github.com/yongsongh/irsrmamba","is_official":1,"mentioned_in_paper":1,"mentioned_in_github":1,"framework":"pytorch","reach":{"status":"ok","spdx":"Apache-2.0"}}],"tasks":[{"task_slug":"image-enhancement","task_name":"Image Enhancement"},{"task_slug":"image-reconstruction","task_name":"Image Reconstruction"},{"task_slug":"image-super-resolution","task_name":"Image Super-Resolution"},{"task_slug":"infrared-image-super-resolution","task_name":"Infrared image super-resolution"},{"task_slug":"mamba","task_name":"Mamba"},{"task_slug":"ssim","task_name":"SSIM"},{"task_slug":"state-space-models","task_name":"State Space Models"},{"task_slug":"super-resolution","task_name":"Super-Resolution"}],"methods":[],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"syntology_url":"https://syntology.ai/paper/2405.09873","atlas_url":"https://app.syntology.ai/?focus=2405.09873","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2405.09873"}},"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/yongsongh/irsrmamba","reach":{"status":"ok","spdx":"Apache-2.0"}}],"summary":{"ran_fixture":4,"ran":3,"ran_draft_wrong":3,"unverified":5},"by_repo_kind":{"official":{"samples":15,"ran":10,"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":"144d10b49baeb8a6","entry":"window_partition","repo":"yongsongh/irsrmamba","repo_kind":"official","path":"analysis/model_zoo/swinIR.py","file_url":"https://github.com/yongsongh/irsrmamba/blob/HEAD/analysis/model_zoo/swinIR.py","link_basis":"harvester_set","language":"python","status":"ran_fixture","verification_level":2,"contract_check":"RAISES","metamorphic_tier":"invariant","behaviour_fingerprint":true,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"144d10b49baeb8a6"}},{"code_sha256_prefix":"c646b10ea82818bc","entry":"CalculateWeightsIndices","repo":"yongsongh/irsrmamba","repo_kind":"official","path":"bic_dataset.py","file_url":"https://github.com/yongsongh/irsrmamba/blob/HEAD/bic_dataset.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"c646b10ea82818bc"}},{"code_sha256_prefix":"6635958fcc485de3","entry":"cubic","repo":"yongsongh/irsrmamba","repo_kind":"official","path":"bic_dataset.py","file_url":"https://github.com/yongsongh/irsrmamba/blob/HEAD/bic_dataset.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":"6635958fcc485de3"}},{"code_sha256_prefix":"8b0e794d4d8f9b13","entry":"default_conv","repo":"yongsongh/irsrmamba","repo_kind":"official","path":"analysis/model_zoo/rcan.py","file_url":"https://github.com/yongsongh/irsrmamba/blob/HEAD/analysis/model_zoo/rcan.py","link_basis":"harvester_set","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":"deterministic","behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"8b0e794d4d8f9b13"}},{"code_sha256_prefix":"52d96aa31ed74a56","entry":"drop_path","repo":"yongsongh/irsrmamba","repo_kind":"official","path":"analysis/model_zoo/hat.py","file_url":"https://github.com/yongsongh/irsrmamba/blob/HEAD/analysis/model_zoo/hat.py","link_basis":"harvester_set","language":"python","status":"ran_fixture","verification_level":1,"contract_check":"RAISES","metamorphic_tier":"invariant","behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"52d96aa31ed74a56"}},{"code_sha256_prefix":"c21c44ba4d3c7c73","entry":"dwt_init","repo":"yongsongh/irsrmamba","repo_kind":"official","path":"basicsr/archs/irsrmamba_arch.py","file_url":"https://github.com/yongsongh/irsrmamba/blob/HEAD/basicsr/archs/irsrmamba_arch.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":"c21c44ba4d3c7c73"}},{"code_sha256_prefix":"cd569444547de84f","entry":"get_position_from_periods","repo":"yongsongh/irsrmamba","repo_kind":"official","path":"basicsr/models/lr_scheduler.py","file_url":"https://github.com/yongsongh/irsrmamba/blob/HEAD/basicsr/models/lr_scheduler.py","link_basis":"harvester_set","language":"python","status":"ran_fixture","verification_level":1,"contract_check":"RAISES","metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"cd569444547de84f"}},{"code_sha256_prefix":"60363d0620f5778d","entry":"window_partition","repo":"yongsongh/irsrmamba","repo_kind":"official","path":"analysis/model_zoo/hat.py","file_url":"https://github.com/yongsongh/irsrmamba/blob/HEAD/analysis/model_zoo/hat.py","link_basis":"harvester_set","language":"python","status":"ran_fixture","verification_level":1,"contract_check":"RAISES","metamorphic_tier":"invariant","behaviour_fingerprint":true,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"60363d0620f5778d"}},{"code_sha256_prefix":"61bf152e6a42a184","entry":"window_reverse","repo":"yongsongh/irsrmamba","repo_kind":"official","path":"analysis/model_zoo/swinIR.py","file_url":"https://github.com/yongsongh/irsrmamba/blob/HEAD/analysis/model_zoo/swinIR.py","link_basis":"harvester_set","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"MISDECLARED","metamorphic_tier":"invariant","behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"61bf152e6a42a184"}},{"code_sha256_prefix":"4f003e9ad9b7a7cb","entry":"window_reverse","repo":"yongsongh/irsrmamba","repo_kind":"official","path":"analysis/model_zoo/hat.py","file_url":"https://github.com/yongsongh/irsrmamba/blob/HEAD/analysis/model_zoo/hat.py","link_basis":"harvester_set","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"MISDECLARED","metamorphic_tier":"invariant","behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"4f003e9ad9b7a7cb"}},{"code_sha256_prefix":"021a5272d87479c2","entry":"ImResizeNp","repo":"yongsongh/irsrmamba","repo_kind":"official","path":"bic_dataset.py","file_url":"https://github.com/yongsongh/irsrmamba/blob/HEAD/bic_dataset.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":"021a5272d87479c2"}},{"code_sha256_prefix":"9bd135002fbc6534","entry":"make_model","repo":"yongsongh/irsrmamba","repo_kind":"official","path":"analysis/model_zoo/rcan.py","file_url":"https://github.com/yongsongh/irsrmamba/blob/HEAD/analysis/model_zoo/rcan.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":"9bd135002fbc6534"}},{"code_sha256_prefix":"a648a03a952822c0","entry":"reduce_loss","repo":"yongsongh/irsrmamba","repo_kind":"official","path":"basicsr/losses/loss_util.py","file_url":"https://github.com/yongsongh/irsrmamba/blob/HEAD/basicsr/losses/loss_util.py","link_basis":"harvester_set","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":"a648a03a952822c0"}},{"code_sha256_prefix":"1ba39317ea81871a","entry":"weight_reduce_loss","repo":"yongsongh/irsrmamba","repo_kind":"official","path":"basicsr/losses/loss_util.py","file_url":"https://github.com/yongsongh/irsrmamba/blob/HEAD/basicsr/losses/loss_util.py","link_basis":"harvester_set","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":"1ba39317ea81871a"}},{"code_sha256_prefix":"cf63f8afc13f62a7","entry":"weighted_loss","repo":"yongsongh/irsrmamba","repo_kind":"official","path":"basicsr/losses/loss_util.py","file_url":"https://github.com/yongsongh/irsrmamba/blob/HEAD/basicsr/losses/loss_util.py","link_basis":"harvester_set","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":"cf63f8afc13f62a7"}}]},"arxiv_metadata":null,"syntology_extracted_results":null}