Papers › A Unified Framework for Microscopy Defocus Deblur with Multi-Pyramid Transformer and...

A Unified Framework for Microscopy Defocus Deblur with Multi-Pyramid Transformer and Contrastive Learning

5 Mar 2024CVPR 2024 1arXiv:2403.02611archive 2025-07-28

Yuelin Zhang, Pengyu Zheng, Wanquan Yan, Chengyu Fang, Shing Shin Cheng

Defocus blur is a persistent problem in microscope imaging that poses harm to pathology interpretation and medical intervention in cell microscopy and microscope surgery. To address this problem, a unified framework including the multi-pyramid transformer (MPT) and extended frequency contrastive regularization (EFCR) is proposed to tackle two outstanding challenges in microscopy deblur: longer attention span and data deficiency. The MPT employs an explicit pyramid structure at each network stage that integrates the cross-scale window attention (CSWA), the intra-scale channel attention (ISCA), and the feature-enhancing feed-forward network (FEFN) to capture long-range cross-scale spatial interaction and global channel context. The EFCR addresses the data deficiency problem by exploring latent deblur signals from different frequency bands. It also enables deblur knowledge transfer to learn cross-domain information from extra data, improving deblur performance for labeled and unlabeled data. Extensive experiments and downstream task validation show the framework achieves state-of-the-art performance across multiple datasets. Project page: https://github.com/PieceZhang/MPT-CataBlur.

PaperPDFConference PDFCodeCode 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="2403.02611")

Code

Syntology Ran 18 of 18 code samples harvested from 1 repository linked to this paper; 0 have no recorded run. Of those that ran: 4 ran · our draft was wrong; 2 ran · fixture could not drive it; 12 ran with no contract checked.

By repository: official repository: 18 samples from 1 repository, 18 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

piecezhang/mpt-catablur officialmentioned in papermentioned on GitHubpytorchApache-2.0 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

18 samples harvested; 18 ran; 0 honoured the contract we drafted; 0 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.

4ran · our draft was wrong
2ran · fixture could not drive it
12ran

Licence: 0 of the 18 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 PieceZhang/MPT-CataBlur. “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.

window_partition PieceZhang/MPT-CataBlur/models/MPT.py official repository ran · fixture could not drive it fingerprinted Apache-2.0 (permissive) · 144d10b49baeb8a6 · report
DPD PieceZhang/MPT-CataBlur/models/utils.py official repository ran Apache-2.0 (permissive) · 3bb760a7d2732e6e · report
adjust_learning_rate PieceZhang/MPT-CataBlur/models/utils.py official repository ran Apache-2.0 (permissive) · 1cbcd4e085ab1f83 · report
bchw_to_bhwc PieceZhang/MPT-CataBlur/models/ops.py official repository ran fingerprinted Apache-2.0 (permissive) · 19bd04b0c14b4b3a · report
bchw_to_blc PieceZhang/MPT-CataBlur/models/ops.py official repository ran fingerprinted Apache-2.0 (permissive) · 3c2506e27e4bc3fe · report
bhwc_to_bchw PieceZhang/MPT-CataBlur/models/ops.py official repository ran fingerprinted Apache-2.0 (permissive) · 63ed46b70a27b821 · report
conv PieceZhang/MPT-CataBlur/models/nn_common.py official repository ran · our draft was wrong Apache-2.0 (permissive) · 3b7e8eedfa7b815f · report
get_config PieceZhang/MPT-CataBlur/configs/config.py official repository ran Apache-2.0 (permissive) · 155f1c18db8b8b67 · report
get_file_path PieceZhang/MPT-CataBlur/utils.py official repository ran fingerprinted Apache-2.0 (permissive) · 14903bb00d7ee9d0 · report
get_psnr2 PieceZhang/MPT-CataBlur/models/utils.py official repository ran Apache-2.0 (permissive) · d324637c3d143420 · report
resnet_block PieceZhang/MPT-CataBlur/models/nn_common.py official repository ran · our draft was wrong Apache-2.0 (permissive) · 691bb91298ff915a · report
set_eval_path PieceZhang/MPT-CataBlur/configs/config.py official repository ran Apache-2.0 (permissive) · 863143d950fa4ff1 · report
tensor2rgb PieceZhang/MPT-CataBlur/run_inference.py official repository ran Apache-2.0 (permissive) · 8f3ff71e5314b661 · report
toGreen PieceZhang/MPT-CataBlur/utils.py official repository ran fingerprinted Apache-2.0 (permissive) · 045caed495c3be39 · report
toRed PieceZhang/MPT-CataBlur/utils.py official repository ran fingerprinted Apache-2.0 (permissive) · 23debb41fe868b57 · report
to_3d PieceZhang/MPT-CataBlur/models/MPT.py official repository ran · fixture could not drive it fingerprinted Apache-2.0 (permissive) · 82a15cc1e46f7e4d · report
upconv PieceZhang/MPT-CataBlur/models/nn_common.py official repository ran · our draft was wrong Apache-2.0 (permissive) · 9e64ae5487522dab · report
window_reverse PieceZhang/MPT-CataBlur/models/MPT.py official repository ran · our draft was wrong Apache-2.0 (permissive) · 61bf152e6a42a184 · report

Tasks

Contrastive LearningTransfer Learning

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