Methods › Computer Vision › Generative Models › Pix2Pix
Pix2Pix
archive 2025-07-28 Description, source and code snippet are the archive's method entry.
Pix2Pix is a conditional image-to-image translation architecture that uses a conditional GAN objective combined with a reconstruction loss. The conditional GAN objective for observed images x, output images y and the random noise vector z is:
ℒ_(cGAN)(G, D) =𝔼_(x,y)[logD(x, y)]+ 𝔼_(x,z)[log(1 − D(x, G(x, z))]
We augment this with a reconstruction term:
ℒ_(L1)(G) = 𝔼_(x,y,z)[||y - G(x, z)||₁]
and we get the final objective as:
G^* = min_Gmax_Dℒ_(cGAN)(G, D) + λℒ_(L1)(G)
The architectures employed for the generator and discriminator closely follow DCGAN, with a few modifications:
Papers archive 2025-07-28
30 shown of 132, newest first. Repository counts are the archive's code-links table. A Syntology line states what Syntology ran from that paper's harvested code; it is per sample and not a correctness claim.
-
Deep histological synthesis from mass spectrometry imaging for multimodal registration 5 Jun 2025 · 0 repositories · arXiv:2506.05441
-
Towards Generating Realistic Underwater Images 20 May 2025 · 0 repositories · arXiv:2505.14296
-
Object detection in adverse weather conditions for autonomous vehicles using Instruct Pix2Pix 13 May 2025 · 0 repositories · arXiv:2505.08228
-
Canny2Palm: Realistic and Controllable Palmprint Generation for Large-scale Pre-training 8 May 2025 · 0 repositories · arXiv:2505.04922
-
Whole-Body Image-to-Image Translation for a Virtual Scanner in a Healthcare Digital Twin 18 Mar 2025 · 0 repositories · arXiv:2503.15555
-
Generalizable Image Repair for Robust Visual Autonomous Racing 7 Mar 2025 · 1 repository · arXiv:2503.05911
-
A Physics-Informed Deep Learning Model for MRI Brain Motion Correction 13 Feb 2025 · 1 repository · arXiv:2502.09296
-
DGSSA: Domain generalization with structural and stylistic augmentation for retinal vessel segmentation 7 Jan 2025 · 0 repositories · arXiv:2501.03466
-
Mapping the Mind of an Instruction-based Image Editing using SMILE 20 Dec 2024 · 2 repositories · arXiv:2412.16277
-
Ensemble Learning and 3D Pix2Pix for Comprehensive Brain Tumor Analysis in Multimodal MRI 16 Dec 2024 · 0 repositories · arXiv:2412.11849
-
Generative AI: A Pix2pix-GAN-Based Machine Learning Approach for Robust and Efficient Lung Segmentation 14 Dec 2024 · 0 repositories · arXiv:2412.10826
-
Utilizing Multi-step Loss for Single Image Reflection Removal 11 Dec 2024 · 1 repository · arXiv:2412.08582
-
AI-based 3-Lead to 12-Lead ECG Reconstruction: Towards Smartphone-based Public Healthcare 17 Oct 2024 · 0 repositories · arXiv:2410.13528
-
Synthesizing Proton-Density Fat Fraction and R₂^* from 2-point Dixon MRI with Generative Machine Learning 15 Oct 2024 · 0 repositories · arXiv:2410.11186
-
Training a Computer Vision Model for Commercial Bakeries with Primarily Synthetic Images 30 Sep 2024 · 0 repositories · arXiv:2409.20122
-
Improving Cone-Beam CT Image Quality with Knowledge Distillation-Enhanced Diffusion Model in Imbalanced Data Settings 19 Sep 2024 · 0 repositories · arXiv:2409.12539
-
Enhanced Pix2Pix GAN for Visual Defect Removal in UAV-Captured Images 10 Sep 2024 · 0 repositories · arXiv:2409.06889
-
Simulating realistic short tandem repeat capillary electrophoretic signal using a generative adversarial network 28 Aug 2024 · 0 repositories · arXiv:2408.16169
-
Decision Support System to triage of liver trauma 4 Aug 2024 · 0 repositories · arXiv:2408.02012
-
VIMs: Virtual Immunohistochemistry Multiplex staining via Text-to-Stain Diffusion Trained on Uniplex Stains 26 Jul 2024 · 0 repositories · arXiv:2407.19113
-
McGAN: Generating Manufacturable Designs by Embedding Manufacturing Rules into Conditional Generative Adversarial Network 24 Jul 2024 · 0 repositories · arXiv:2407.16943
-
Novel Hybrid Integrated Pix2Pix and WGAN Model with Gradient Penalty for Binary Images Denoising 16 Jul 2024 · 1 repository · arXiv:2407.11865
-
Cyclic 2.5D Perceptual Loss for Cross-Modal 3D Medical Image Synthesis: T1w MRI to Tau PET 18 Jun 2024 · 1 repository · arXiv:2406.12632
-
PotatoGANs: Utilizing Generative Adversarial Networks, Instance Segmentation, and Explainable AI for Enhanced Potato Disease Identification and Classification 12 May 2024 · 1 repository · arXiv:2405.07332
-
Detecting and Refining HiRISE Image Patches Obscured by Atmospheric Dust 8 May 2024 · 1 repository · arXiv:2405.04722
-
Mapping New Realities: Ground Truth Image Creation with Pix2Pix Image-to-Image Translation 30 Apr 2024 · 0 repositories · arXiv:2404.19265
-
Toward Physics-Aware Deep Learning Architectures for LiDAR Intensity Simulation 24 Apr 2024 · 1 repository · arXiv:2404.15774
-
StainDiffuser: MultiTask Dual Diffusion Model for Virtual Staining 17 Mar 2024 · 0 repositories · arXiv:2403.11340
-
BraSyn 2023 challenge: Missing MRI synthesis and the effect of different learning objectives 12 Mar 2024 · 0 repositories · arXiv:2403.07800
-
Learning to Find Missing Video Frames with Synthetic Data Augmentation: A General Framework and Application in Generating Thermal Images Using RGB Cameras 29 Feb 2024 · 0 repositories · arXiv:2403.00196
Tasks archive 2025-07-28
20 shown of 133 tasks the archive attaches to papers tagged with this method, by distinct papers. A task without a page in the catalog is plain text.
| Task | Papers |
|---|---|
| Translation | 41 |
| Image-to-Image Translation | 37 |
| Generative Adversarial Network | 31 |
| Image Generation | 19 |
| SSIM | 14 |
| Semantic Segmentation | 12 |
| Segmentation | 11 |
| Data Augmentation | 9 |
| Diagnostic | 7 |
| Colorization | 6 |
| Style Transfer | 6 |
| Autonomous Driving | 5 |
| Anatomy | 4 |
| Decoder | 4 |
| Deep Learning | 4 |
| Denoising | 4 |
| Object | 4 |
| Object Detection | 4 |
| object-detection | 4 |
| Autonomous Vehicles | 3 |
Usage over time archive 2025-07-28
Components: the archive holds no method-to-method composition, so PwC's Components table cannot be rebuilt; the Papers list carries no Results column for the same reason (the archive does not join its leaderboard rows to method tags).
Categories archive 2025-07-28
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