Papers › Domain Expansion of Image Generators

Domain Expansion of Image Generators

12 Jan 2023CVPR 2023 1arXiv:2301.05225archive 2025-07-28

Yotam Nitzan, Michaël Gharbi, Richard Zhang, Taesung Park, Jun-Yan Zhu, Daniel Cohen-Or, Eli Shechtman

Can one inject new concepts into an already trained generative model, while respecting its existing structure and knowledge? We propose a new task - domain expansion - to address this. Given a pretrained generator and novel (but related) domains, we expand the generator to jointly model all domains, old and new, harmoniously. First, we note the generator contains a meaningful, pretrained latent space. Is it possible to minimally perturb this hard-earned representation, while maximally representing the new domains? Interestingly, we find that the latent space offers unused, "dormant" directions, which do not affect the output. This provides an opportunity: By "repurposing" these directions, we can represent new domains without perturbing the original representation. In fact, we find that pretrained generators have the capacity to add several - even hundreds - of new domains! Using our expansion method, one "expanded" model can supersede numerous domain-specific models, without expanding the model size. Additionally, a single expanded generator natively supports smooth transitions between domains, as well as composition of domains. Code and project page available at https://yotamnitzan.github.io/domain-expansion/.

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

Code

Syntology Ran 16 of 26 code samples harvested from 2 repositories linked to this paper; 10 have no recorded run. Of those that ran: 3 ran · our draft was wrong; 2 ran · fixture could not drive it; 11 ran with no contract checked.

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

adobe-research/domain-expansion mentioned on GitHubpytorch report
lllyasviel/controlnet 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

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

3ran · our draft was wrong
2ran · fixture could not drive it
11ran
10unverified

Licence: 4 of the 26 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. Some samples are identical code Syntology first harvested from another repository; for those, this paper's copy is not located and its licence is not recorded. “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.

CheckpointFunction lllyasviel/controlnet/cldm/cldm.py community (archive-listed) ran Apache-2.0 (permissive) · 70ec8e3dd3981b5e · report
CrossAttention lllyasviel/controlnet/cldm/cldm.py community (archive-listed) ran · metamorphic tier: deterministic Apache-2.0 (permissive) · 87dcf207c5c9187c · report
Downsample lllyasviel/controlnet/cldm/cldm.py community (archive-listed) ran · metamorphic tier: deterministic fingerprinted Apache-2.0 (permissive) · 0feab49c606075bb · report
FeedForward lllyasviel/controlnet/cldm/cldm.py community (archive-listed) ran · metamorphic tier: deterministic Apache-2.0 (permissive) · 1ce39bf592ba310f · report
GEGLU lllyasviel/controlnet/cldm/cldm.py community (archive-listed) ran · metamorphic tier: deterministic fingerprinted Apache-2.0 (permissive) · 387673fa5780bf50 · report
GroupNorm32 lllyasviel/controlnet/cldm/cldm.py community (archive-listed) ran · metamorphic tier: deterministic fingerprinted Apache-2.0 (permissive) · 426c2385fa431d9a · report
MemoryEfficientCrossAttention lllyasviel/controlnet/cldm/cldm.py community (archive-listed) ran · metamorphic tier: deterministic Apache-2.0 (permissive) · 77ce242242a53898 · report
QKVAttention lllyasviel/controlnet/cldm/cldm.py community (archive-listed) ran · metamorphic tier: deterministic Apache-2.0 (permissive) · 186bf0385ab93dad · report
QKVAttentionLegacy lllyasviel/controlnet/cldm/cldm.py community (archive-listed) ran · metamorphic tier: deterministic Apache-2.0 (permissive) · 8dd1080ff568f7f4 · report
Upsample lllyasviel/controlnet/cldm/cldm.py community (archive-listed) ran · metamorphic tier: deterministic fingerprinted Apache-2.0 (permissive) · 1b4579fe4aec5257 · report
linear lllyasviel/controlnet/cldm/cldm.py community (archive-listed) ran · metamorphic tier: deterministic Apache-2.0 (permissive) · 0e30585f04efffbe · report
normalization lllyasviel/controlnet/cldm/cldm.py community (archive-listed) ran · our draft was wrong Apache-2.0 (permissive) · daafc1c89511b8be · report
project_to_subspaces adobe-research/domain-expansion/expansion_utils/latent_operations.py community (archive-listed) ran · fixture could not drive it fingerprinted licence not identified · pointer only · 3d6ab840977ec3fe · report
timestep_embedding lllyasviel/controlnet/cldm/cldm.py community (archive-listed) ran · fixture could not drive it fingerprinted Apache-2.0 (permissive) · 9df115707ad18735 · report
w_to_wplus adobe-research/domain-expansion/expansion_utils/latent_operations.py community (archive-listed) ran · our draft was wrong fingerprinted licence not identified · pointer only · 68d7fb7e4dabea9b · report
wplus_to_w adobe-research/domain-expansion/expansion_utils/latent_operations.py community (archive-listed) ran · our draft was wrong fingerprinted licence not identified · pointer only · 813a9bbe55cbc6bc · report
AttentionBlock lllyasviel/controlnet/cldm/cldm.py community (archive-listed) unverified Apache-2.0 (permissive) · 9ad1408b60f64d8e · report
BasicTransformerBlock lllyasviel/controlnet/cldm/cldm.py community (archive-listed) unverified Apache-2.0 (permissive) · 76c528e8baaee5c6 · report
ControlNet lllyasviel/controlnet/cldm/cldm.py community (archive-listed) unverified Apache-2.0 (permissive) · 422ae8467d21d22b · report
ResBlock lllyasviel/controlnet/cldm/cldm.py community (archive-listed) unverified Apache-2.0 (permissive) · 6ac534327b50ba98 · report
SpatialTransformer lllyasviel/controlnet/cldm/cldm.py community (archive-listed) unverified Apache-2.0 (permissive) · 9c960ef8abe48657 · report
TimestepBlock lllyasviel/controlnet/cldm/cldm.py community (archive-listed) unverified Apache-2.0 (permissive) · 7958a01675377ce4 · report
TimestepEmbedSequential lllyasviel/controlnet/cldm/cldm.py community (archive-listed) unverified Apache-2.0 (permissive) · 07137093faf869ca · report
checkpoint lllyasviel/controlnet/cldm/cldm.py community (archive-listed) unverified Apache-2.0 (permissive) · c596e50230fd9ed8 · report
count_flops_attn lllyasviel/controlnet/cldm/cldm.py community (archive-listed) unverified Apache-2.0 (permissive) · 6e9c81a619f204c5 · report
avg_pool_nd identical code first harvested elsewhere unverified licence of this copy not recorded · ecd0fc28815b65ae · report

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