{"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/arxiv-2607-12753","title":"RFMSR: Residual Flow Matching for Image Super-Resolution","arxiv_id":"2607.12753","date":"2026-07-14","proceeding":null,"authors":["Shuwei Huang","Tianyao Luo","Jicheng Liu","Pan Zhou"],"abstract":"Image super-resolution (ISR) has witnessed remarkable progress with diffusion models and flow matching. The dominant text-to-image (T2I) based approaches leverage large-scale foundation models as generative priors, achieving impressive perceptual quality but at the cost of massive model sizes and prohibitive training expenses. Recent flow-matching-based vision-only approaches have made significant strides; however, they adopt standard flow formulations that transport from a pure Gaussian prior to the data distribution, discarding the rich structural information already present in the low-quality (LQ) input. Furthermore, existing single-step acceleration techniques often forfeit the model's multi-step inference capability. In this paper, we propose Residual Flow Matching for Image Super-Resolution (RFMSR), a vision-only framework that centers the source distribution at the LQ latent, reducing transport distance and preserving structural priors throughout the flow trajectory. We further introduce a two-phase training strategy: Phase I pretrains the velocity field via conditional flow matching, while Phase II applies end-to-end supervision to the single-step prediction while retaining the velocity loss across all timesteps, achieving high-quality single-step generation without sacrificing multi-step refinement. Extensive experiments demonstrate that RFMSR achieves comparable or even superior perceptual quality compared to state-of-the-art (SOTA) methods. The source code is available at https://github.com/Faze-Hsw/RFMSR.","url_abs":"https://arxiv.org/abs/2607.12753","url_pdf":"https://arxiv.org/pdf/2607.12753","source":{"archive":null,"snapshot":"2025-07-28","note":"not in the Papers with Code archive (frozen at the snapshot)","row_kind":"graph","title_abstract_authors_date":"arXiv metadata, CC0 1.0 (https://info.arxiv.org/help/license)"},"code_links":[],"tasks":[],"methods":[],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"atlas_url":"https://app.syntology.ai/?focus=2607.12753","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2607.12753"}},"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":[{"mentioned_in_github":null,"is_official":null,"provenance":"deterministic:regex_extraction","mentioned_in_paper":null,"url":"https://github.com/Faze-Hsw/RFMSR","reach":null}],"summary":{"ran":3,"unverified":6},"by_repo_kind":{"found_in_text":{"samples":9,"ran":3,"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":"cf18d01a00853bcb","entry":"Attention","repo":"Faze-Hsw/RFMSR","repo_kind":"found_in_text","path":"models/rfmsr.py","file_url":"https://github.com/Faze-Hsw/RFMSR/blob/HEAD/models/rfmsr.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":"invariant","behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"cf18d01a00853bcb"}},{"code_sha256_prefix":"29ef40b7fe375f74","entry":"MultiHeadCrossAttention","repo":"Faze-Hsw/RFMSR","repo_kind":"found_in_text","path":"models/rfmsr.py","file_url":"https://github.com/Faze-Hsw/RFMSR/blob/HEAD/models/rfmsr.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":"29ef40b7fe375f74"}},{"code_sha256_prefix":"a64a2a0dd240c48d","entry":"TimestepEmbedder","repo":"Faze-Hsw/RFMSR","repo_kind":"found_in_text","path":"models/rfmsr.py","file_url":"https://github.com/Faze-Hsw/RFMSR/blob/HEAD/models/rfmsr.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":"invariant","behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"a64a2a0dd240c48d"}},{"code_sha256_prefix":"79c5559a6eacf08d","entry":"FinalLayer","repo":"Faze-Hsw/RFMSR","repo_kind":"found_in_text","path":"models/rfmsr.py","file_url":"https://github.com/Faze-Hsw/RFMSR/blob/HEAD/models/rfmsr.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":"79c5559a6eacf08d"}},{"code_sha256_prefix":"113a6b5b0597dd00","entry":"LightningDiT","repo":"Faze-Hsw/RFMSR","repo_kind":"found_in_text","path":"models/rfmsr.py","file_url":"https://github.com/Faze-Hsw/RFMSR/blob/HEAD/models/rfmsr.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":"113a6b5b0597dd00"}},{"code_sha256_prefix":"a8fc345f30ed62ab","entry":"LightningDiTBlock","repo":"Faze-Hsw/RFMSR","repo_kind":"found_in_text","path":"models/rfmsr.py","file_url":"https://github.com/Faze-Hsw/RFMSR/blob/HEAD/models/rfmsr.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":"a8fc345f30ed62ab"}},{"code_sha256_prefix":"0cc392622ee0a7c0","entry":"RFMSR","repo":"Faze-Hsw/RFMSR","repo_kind":"found_in_text","path":"models/rfmsr.py","file_url":"https://github.com/Faze-Hsw/RFMSR/blob/HEAD/models/rfmsr.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":"0cc392622ee0a7c0"}},{"code_sha256_prefix":"ee479f4bf25b2922","entry":"VisionRotaryEmbeddingFast","repo":"Faze-Hsw/RFMSR","repo_kind":"found_in_text","path":"models/rfmsr.py","file_url":"https://github.com/Faze-Hsw/RFMSR/blob/HEAD/models/rfmsr.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":"ee479f4bf25b2922"}},{"code_sha256_prefix":"53fd248e2414e0f0","entry":"modulate_adasin","repo":"Faze-Hsw/RFMSR","repo_kind":"found_in_text","path":"models/rfmsr.py","file_url":"https://github.com/Faze-Hsw/RFMSR/blob/HEAD/models/rfmsr.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":"53fd248e2414e0f0"}}]},"arxiv_metadata":{"licence":"arXiv metadata, CC0 1.0 (https://info.arxiv.org/help/license)","fields":["title","abstract","authors","date"],"primary_category":"cs.CV","source":"arxiv_2026.jsonl"},"syntology_extracted_results":{"kind":"leaderboard_placements","source":"Syntology's leaderboard-shaped extractor over the paper's own arXiv-HTML tables: a model pointed at a cell, the number was read from that cell and checked against the board's metric, dataset, split and scale, and an independent check accepted the entry; not reviewed by the paper's authors or the archive's editors","extractor_model":"global.anthropic.claude-sonnet-4-5-20250929-v1:0","verifier_model":null,"prompt_sha":"fa63d4bb9d755694","coverage":{"sentence":"Syntology has checked 6,264 of the 9,581 papers on this site that are newer than the archive; results from the others appear after they are checked.","papers_newer_than_archive":9581,"papers_checked":6264},"entries":[],"not_placed":{"boards":1,"rejected_by_independent_check":0,"refused_by_a_rule":1,"check_did_not_answer":0,"proposed_without_a_cell":0,"declined_by_site":0}}}