Papers › Implicit Image-to-Image Schrodinger Bridge for Image Restoration

Implicit Image-to-Image Schrodinger Bridge for Image Restoration

10 Mar 2024arXiv:2403.06069archive 2025-07-28

Yuang Wang, Siyeop Yoon, Pengfei Jin, Matthew Tivnan, Sifan Song, Zhennong Chen, Rui Hu, Li Zhang, Quanzheng Li, Zhiqiang Chen, Dufan Wu

Diffusion-based models have demonstrated remarkable effectiveness in image restoration tasks; however, their iterative denoising process, which starts from Gaussian noise, often leads to slow inference speeds. The Image-to-Image Schr\"odinger Bridge (I²SB) offers a promising alternative by initializing the generative process from corrupted images while leveraging training techniques from score-based diffusion models. In this paper, we introduce the Implicit Image-to-Image Schr\"odinger Bridge (I³SB) to further accelerate the generative process of I²SB. I³SB restructures the generative process into a non-Markovian framework by incorporating the initial corrupted image at each generative step, effectively preserving and utilizing its information. To enable direct use of pretrained I²SB models without additional training, we ensure consistency in marginal distributions. Extensive experiments across many image corruptions, including noise, low resolution, JPEG compression, and sparse sampling, and multiple image modalities, such as natural, human face, and medical images, demonstrate the acceleration benefits of I³SB. Compared to I²SB, I³SB achieves the same perceptual quality with fewer generative steps, while maintaining or improving fidelity to the ground truth.

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="2403.06069")

Code

Syntology Ran 10 of 15 code samples harvested from 1 repository linked to this paper; 5 have no recorded run. Of those that ran: 1 ran · honoured contract; 2 ran · our draft was wrong; 7 ran with no contract checked.

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

wangya22/I3SB officialmentioned 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

15 samples harvested; 10 ran; 1 honoured the contract we drafted; 5 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 · honoured contract
2ran · our draft was wrong
7ran
5unverified

Licence: 15 of the 15 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 wangya22/I3SB. “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.

approx_standard_normal_cdf wangya22/I3SB/guided_diffusion/losses.py official repository ran · our draft was wrong fingerprinted no licence file found · pointer only · cfd76fd0d89574a4 · report
bbox2mask wangya22/I3SB/corruption/inpaint.py official repository ran no licence file found · pointer only · d538533133adaba1 · report
build_partition wangya22/I3SB/sample.py official repository ran no licence file found · pointer only · 86f3345582c34724 · report
build_subset_per_gpu wangya22/I3SB/sample.py official repository ran no licence file found · pointer only · 845cc9c5a835cbee · report
build_test_transform wangya22/I3SB/dataset/imagenet.py official repository ran no licence file found · pointer only · 23d799453bc47dc8 · report
build_train_transform wangya22/I3SB/dataset/imagenet.py official repository ran no licence file found · pointer only · b5116199ae6fde5a · report
discretized_gaussian_log_likelihood wangya22/I3SB/guided_diffusion/losses.py official repository ran · our draft was wrong no licence file found · pointer only · cd33283d615fb3d7 · report
get_time wangya22/I3SB/logger.py official repository ran no licence file found · pointer only · cbb9d7563e2ebd55 · report
normal_kl wangya22/I3SB/guided_diffusion/losses.py official repository ran · honoured contract fingerprinted no licence file found · pointer only · cf2798b666b231ca · report
normalize_model wangya22/I3SB/evaluation/resnet.py official repository ran no licence file found · pointer only · 584c6b6763a894d1 · report
all_gather wangya22/I3SB/distributed_util.py official repository unverified no licence file found · pointer only · 9cdc17d68988968b · report
dumps_pyarrow wangya22/I3SB/folder2lmdb.py official repository unverified no licence file found · pointer only · 9e7bf674714e06d5 · report
lmdb_loader wangya22/I3SB/dataset/imagenet.py official repository unverified no licence file found · pointer only · 85edfe1f07cf66c7 · report
load_masks wangya22/I3SB/corruption/inpaint.py official repository unverified no licence file found · pointer only · d61c2ffb806efbc6 · report
raw_reader wangya22/I3SB/folder2lmdb.py official repository unverified no licence file found · pointer only · 51738010a21f76a1 · report

Tasks

DenoisingImage RestorationSuper-Resolution

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

Diffusion

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