Papers › An α-Matte Boundary Defocus Model Based Cascaded Network for Multi-focus Image Fusion

An α-Matte Boundary Defocus Model Based Cascaded Network for Multi-focus Image Fusion

29 Oct 2019arXiv:1910.13136archive 2025-07-28

Haoyu Ma, Qingmin Liao, Juncheng Zhang, Shaojun Liu, Jing-Hao Xue

Capturing an all-in-focus image with a single camera is difficult since the depth of field of the camera is usually limited. An alternative method to obtain the all-in-focus image is to fuse several images focusing at different depths. However, existing multi-focus image fusion methods cannot obtain clear results for areas near the focused/defocused boundary (FDB). In this paper, a novel {\alpha}-matte boundary defocus model is proposed to generate realistic training data with the defocus spread effect precisely modeled, especially for areas near the FDB. Based on this {\alpha}-matte defocus model and the generated data, a cascaded boundary aware convolutional network termed MMF-Net is proposed and trained, aiming to achieve clearer fusion results around the FDB. More specifically, the MMF-Net consists of two cascaded sub-nets for initial fusion and boundary fusion, respectively; these two sub-nets are designed to first obtain a guidance map of FDB and then refine the fusion near the FDB. Experiments demonstrate that with the help of the new {\alpha}-matte boundary defocus model, the proposed MMF-Net outperforms the state-of-the-art methods both qualitatively and quantitatively.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="1910.13136")

Code

Syntology Ran 1 of 12 code samples harvested from 2 repositories linked to this paper; 11 have no recorded run. Of those that ran: 1 ran · violated contract.

By repository: community (archive-listed): 12 samples from 2 repositories, 1 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

xytmhy/MMF-Net-Multi-Focus-Image-Fusion mentioned on GitHubpytorch report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

12 samples harvested; 1 ran; 0 honoured the contract we drafted; 11 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

1ran · violated contract
11unverified

Licence: 0 of the 12 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from 2 repositories linked to this paper, official or community; each sample names its own and says which. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: 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. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

tensor2rgb xytmhy/MMF-Net-Multi-Focus-Image-Fusion/run_inference.py community (archive-listed) ran · violated contract fingerprinted MIT (permissive) · 1f35c95cc56413cd · report
CBAfusionnet xytmhy/MMF-Net-alpha-Matte-Boundary-Defocus-Model-Fusion/models/CBAfusion3.py community (archive-listed) unverified MIT (permissive) · 88715f2d2d347598 · report
CBAfusionnet_bn xytmhy/MMF-Net-alpha-Matte-Boundary-Defocus-Model-Fusion/models/CBAfusion3.py community (archive-listed) unverified MIT (permissive) · 591536509b4c2063 · report
EPE xytmhy/MMF-Net-alpha-Matte-Boundary-Defocus-Model-Fusion/multiscaleloss.py community (archive-listed) unverified MIT (permissive) · c4e8c04d1cd3f12c · report
ResBlock xytmhy/MMF-Net-alpha-Matte-Boundary-Defocus-Model-Fusion/models/util.py community (archive-listed) unverified MIT (permissive) · cc5bae312cc0118b · report
conv xytmhy/MMF-Net-alpha-Matte-Boundary-Defocus-Model-Fusion/models/util.py community (archive-listed) unverified MIT (permissive) · a04ba2a10f4c13ea · report
default_loader xytmhy/MMF-Net-alpha-Matte-Boundary-Defocus-Model-Fusion/datasets/listdataset.py community (archive-listed) unverified MIT (permissive) · b2a303cfd1a18502 · report
make_dataset xytmhy/MMF-Net-alpha-Matte-Boundary-Defocus-Model-Fusion/datasets/data_Fusion.py community (archive-listed) unverified MIT (permissive) · aba4cad8af92fb3b · report
mapEPE xytmhy/MMF-Net-alpha-Matte-Boundary-Defocus-Model-Fusion/multiscaleloss.py community (archive-listed) unverified MIT (permissive) · d6fe55241488d2f7 · report
predict_flow xytmhy/MMF-Net-alpha-Matte-Boundary-Defocus-Model-Fusion/models/util.py community (archive-listed) unverified MIT (permissive) · e8536209d2f05601 · report
realEPE xytmhy/MMF-Net-alpha-Matte-Boundary-Defocus-Model-Fusion/multiscaleloss.py community (archive-listed) unverified MIT (permissive) · 7f5e9ceae937ea27 · report
split2list xytmhy/MMF-Net-alpha-Matte-Boundary-Defocus-Model-Fusion/datasets/util.py community (archive-listed) unverified MIT (permissive) · bc0dde7cfdd4d7b9 · report

Tasks

Multi Focus Image Fusion

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections