Papers › U-GAT-IT: Unsupervised Generative Attentional Networks with Adaptive Layer-Instance...
U-GAT-IT: Unsupervised Generative Attentional Networks with Adaptive Layer-Instance Normalization for Image-to-Image Translation
Junho Kim, Minjae Kim, Hyeonwoo Kang, Kwanghee Lee
We propose a novel method for unsupervised image-to-image translation, which incorporates a new attention module and a new learnable normalization function in an end-to-end manner. The attention module guides our model to focus on more important regions distinguishing between source and target domains based on the attention map obtained by the auxiliary classifier. Unlike previous attention-based method which cannot handle the geometric changes between domains, our model can translate both images requiring holistic changes and images requiring large shape changes. Moreover, our new AdaLIN (Adaptive Layer-Instance Normalization) function helps our attention-guided model to flexibly control the amount of change in shape and texture by learned parameters depending on datasets. Experimental results show the superiority of the proposed method compared to the existing state-of-the-art models with a fixed network architecture and hyper-parameters. Our code and datasets are available at https://github.com/taki0112/UGATIT or https://github.com/znxlwm/UGATIT-pytorch.
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="1907.10830")
Code
Syntology Ran 5 of 36 code samples harvested from 7 repositories linked to this paper; 31 have no recorded run. Of those that ran: 1 ran · honoured contract; 3 ran · our draft was wrong; 1 ran with no contract checked.
By repository: official repository: 6 samples from 1 repository, 1 ran; community (archive-listed): 30 samples from 6 repositories, 4 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.
28 repositories listed; official and paper-mentioned ones first.
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
36 samples harvested; 5 ran; 1 honoured the contract we drafted; 31 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.
Licence: 0 of the 36 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 7 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.
52d10a10fb72fb9f · report
e800290c5ea55efd · report
8d4ee7233484c7ee · report
c0cc8abf625f3018 · report
eab7ba887c245523 · report
5b8b7a85da8c0a00 · report
ad5dbf57f3ea2633 · report
ea7941eb1ea8ffb2 · report
c54fea429589425d · report
b9e24c3e3e0e88a7 · report
76abd03df3e34279 · report
fa02bf7e7932504d · report
0def50a351111624 · report
2811e9848f00c8a2 · report
a02edf11f9d11fba · report
ad1334727ae62246 · report
72e396da0b31090e · report
7b41327814ab3634 · report
0bdaf2a87d584365 · report
cbe8f1a4723b5a27 · report
a9ab0e1cf475ecc3 · report
2296f6890f1691ee · report
b618276bbfb0ff04 · report
dcce1222c3697159 · report
f2723b22ce3e5bcf · report
273d5df61b8a0cd5 · report
8680451bc76772d9 · report
3c6369f9ae61cac7 · report
526ac17b5dc23c6c · report
738456e1b7388e7e · report
96a9939953d5992d · report
5377fb88325fa9b5 · report
dfa35c437d3cf0d5 · report
d5ad87b0555590d1 · report
1b24534ac198587f · report
56f419ded8d6d63a · report
Tasks
Datasets
Introduced by this paper, per the archive.
Results from the paper archive 2025-07-28
| Task | Dataset | Model | Metric | Value | Rank at snapshot | Leaderboard | Report |
|---|---|---|---|---|---|---|---|
| Fundus to Angiography Generation | Fundus Fluorescein Angiogram Photographs & Colour Fundus Images of Diabetic Patients | U-GAT-IT | FID | 24.5 | #3 of 9 | Archive leaderboard | report |
| Fundus to Angiography Generation | Fundus Fluorescein Angiogram Photographs & Colour Fundus Images of Diabetic Patients | U-GAT-IT | Kernel Inception Distance | 0.00131 | #3 of 9 | Archive leaderboard | report |
| Image-to-Image Translation | anime-to-selfie | U-GAT-IT | Kernel Inception Distance | 11.52 | #2 of 2 | Archive leaderboard | report |
| Image-to-Image Translation | cat2dog | U-GAT-IT | Kernel Inception Distance | 7.07 | #5 of 5 | Archive leaderboard | report |
| Image-to-Image Translation | dog2cat | U-GAT-IT | Kernel Inception Distance | 8.15 | #1 of 1 | Archive leaderboard | report |
| Image-to-Image Translation | horse2zebra | U-GAT-IT | Kernel Inception Distance | 7.06 | #1 of 4 | Archive leaderboard | report |
| Image-to-Image Translation | photo2portrait | U-GAT-IT | Kernel Inception Distance | 1.79 | #1 of 1 | Archive leaderboard | report |
| Image-to-Image Translation | photo2vangogh | U-GAT-IT | Kernel Inception Distance | 4.28 | #1 of 3 | Archive leaderboard | report |
| Image-to-Image Translation | portrait2photo | U-GAT-IT | Kernel Inception Distance | 1.69 | #1 of 1 | Archive leaderboard | report |
| Image-to-Image Translation | selfie-to-anime | U-GAT-IT | Kernel Inception Distance | 11.61 | #2 of 2 | Archive leaderboard | report |
| Image-to-Image Translation | vangogh2photo | U-GAT-IT | Kernel Inception Distance | 5.61 | #1 of 3 | Archive leaderboard | report |
| Image-to-Image Translation | zebra2horse | U-GAT-IT | Kernel Inception Distance | 7.47 | #1 of 3 | Archive leaderboard | report |
Ranks are positions in the archive's leaderboards as they stood at the 2025-07-28 snapshot. Results published since then are not among these rows, so a rank here is not a current standing.
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