Papers › Memory-guided Unsupervised Image-to-image Translation

Memory-guided Unsupervised Image-to-image Translation

12 Apr 2021CVPR 2021 1arXiv:2104.05170archive 2025-07-28

Somi Jeong, Youngjung Kim, Eungbean Lee, Kwanghoon Sohn

We present a novel unsupervised framework for instance-level image-to-image translation. Although recent advances have been made by incorporating additional object annotations, existing methods often fail to handle images with multiple disparate objects. The main cause is that, during inference, they apply a global style to the whole image and do not consider the large style discrepancy between instance and background, or within instances. To address this problem, we propose a class-aware memory network that explicitly reasons about local style variations. A key-values memory structure, with a set of read/update operations, is introduced to record class-wise style variations and access them without requiring an object detector at the test time. The key stores a domain-agnostic content representation for allocating memory items, while the values encode domain-specific style representations. We also present a feature contrastive loss to boost the discriminative power of memory items. We show that by incorporating our memory, we can transfer class-aware and accurate style representations across domains. Experimental results demonstrate that our model outperforms recent instance-level methods and achieves state-of-the-art performance.

PaperPDFConference PDFCode 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="2104.05170")

Code

Syntology Ran 20 of 25 code samples harvested from 1 repository linked to this paper; 5 have no recorded run. Of those that ran: 6 ran · our draft was wrong; 14 ran with no contract checked.

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

HsinYingLee/DRIT found in paper text by Syntology 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

25 samples harvested; 20 ran; 0 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.

6ran · our draft was wrong
14ran
5unverified

Licence: 25 of the 25 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 HsinYingLee/DRIT. “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.

BasicBlock HsinYingLee/DRIT/src/model.py found in paper text by Syntology ran · metamorphic tier: deterministic fingerprinted no licence file found · pointer only · f8aba562a629bcc2 · report
Dis HsinYingLee/DRIT/src/model.py found in paper text by Syntology ran · metamorphic tier: deterministic no licence file found · pointer only · 740cc4c112a7292f · report
Dis_content HsinYingLee/DRIT/src/model.py found in paper text by Syntology ran · metamorphic tier: deterministic no licence file found · pointer only · c03766f07a3fc8ae · report
E_attr HsinYingLee/DRIT/src/model.py found in paper text by Syntology ran · metamorphic tier: deterministic no licence file found · pointer only · ff99bd28542eb0b7 · report
E_attr_concat HsinYingLee/DRIT/src/model.py found in paper text by Syntology ran · metamorphic tier: deterministic no licence file found · pointer only · 51b77b83aa8057da · report
G HsinYingLee/DRIT/src/model.py found in paper text by Syntology ran · metamorphic tier: deterministic no licence file found · pointer only · 8555d745df56cef9 · report
GaussianNoiseLayer HsinYingLee/DRIT/src/model.py found in paper text by Syntology ran · metamorphic tier: deterministic fingerprinted no licence file found · pointer only · b3f1716e12bfd7ac · report
INSResBlock HsinYingLee/DRIT/src/model.py found in paper text by Syntology ran · metamorphic tier: deterministic fingerprinted no licence file found · pointer only · 760216b6617fdf18 · report
LayerNorm HsinYingLee/DRIT/src/model.py found in paper text by Syntology ran · metamorphic tier: deterministic fingerprinted no licence file found · pointer only · 62b928ee0474739e · report
LeakyReLUConv2d HsinYingLee/DRIT/src/model.py found in paper text by Syntology ran · metamorphic tier: deterministic fingerprinted no licence file found · pointer only · 9010126e54b1ee4e · report
MisINSResBlock HsinYingLee/DRIT/src/model.py found in paper text by Syntology ran · metamorphic tier: deterministic no licence file found · pointer only · 13c89236de773a2e · report
ReLUINSConv2d HsinYingLee/DRIT/src/model.py found in paper text by Syntology ran · metamorphic tier: deterministic fingerprinted no licence file found · pointer only · f438c4b487df22da · report
ReLUINSConvTranspose2d HsinYingLee/DRIT/src/model.py found in paper text by Syntology ran · metamorphic tier: deterministic fingerprinted no licence file found · pointer only · dc83bd8478c21ca9 · report
SpectralNorm HsinYingLee/DRIT/src/model.py found in paper text by Syntology ran no licence file found · pointer only · 43fb0d94c6f43e76 · report
conv3x3 HsinYingLee/DRIT/src/model.py found in paper text by Syntology ran · our draft was wrong fingerprinted no licence file found · pointer only · c8b7ae4531a13031 · report
convMeanpool HsinYingLee/DRIT/src/model.py found in paper text by Syntology ran · our draft was wrong no licence file found · pointer only · ac9996943f2e1621 · report
get_non_linearity HsinYingLee/DRIT/src/model.py found in paper text by Syntology ran · our draft was wrong no licence file found · pointer only · bc9778c1df0b2c6c · report
get_scheduler HsinYingLee/DRIT/src/model.py found in paper text by Syntology ran · our draft was wrong no licence file found · pointer only · fcd2cbd6dab69214 · report
meanpoolConv HsinYingLee/DRIT/src/model.py found in paper text by Syntology ran · our draft was wrong no licence file found · pointer only · 623150b77cda933f · report
spectral_norm HsinYingLee/DRIT/src/model.py found in paper text by Syntology ran · our draft was wrong no licence file found · pointer only · 8de6eeebb8e3638f · report
DRIT HsinYingLee/DRIT/src/model.py found in paper text by Syntology unverified no licence file found · pointer only · 35c8e32f50daf88d · report
E_content HsinYingLee/DRIT/src/model.py found in paper text by Syntology unverified no licence file found · pointer only · 4441b221040411ce · report
G_concat HsinYingLee/DRIT/src/model.py found in paper text by Syntology unverified no licence file found · pointer only · 11297da98dec3c4c · report
MultiScaleDis HsinYingLee/DRIT/src/model.py found in paper text by Syntology unverified no licence file found · pointer only · 424e28d74856b61a · report
gaussian_weights_init HsinYingLee/DRIT/src/model.py found in paper text by Syntology unverified no licence file found · pointer only · ecaec8fbc5fc577d · report

Tasks

Image-to-Image TranslationTranslationUnsupervised Image-To-Image Translation

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

Memory Network

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