AI Navigate

HyPER-GAN: Hybrid Patch-Based Image-to-Image Translation for Real-Time Photorealism Enhancement

arXiv cs.CV / 3/12/2026

📰 NewsTools & Practical UsageModels & Research

Key Points

  • HyPER-GAN is a lightweight, real-time image-to-image translation model with a U-Net-style generator designed to enhance photorealism of synthetic data.
  • It uses a hybrid training strategy that combines paired synthetic-to-photorealism-enhanced images with matched patches from real-world data to improve realism and semantic consistency.
  • The method reportedly achieves lower inference latency and improved visual realism and semantic robustness compared with state-of-the-art paired translation methods.
  • The authors provide code and pretrained models on GitHub for reproducibility and practical deployment.

Abstract

Generative models are widely employed to enhance the photorealism of synthetic data for training computer vision algorithms. However, they often introduce visual artifacts that degrade the accuracy of these algorithms and require high computational resources, limiting their applicability in real-time training or evaluation scenarios. In this paper, we propose Hybrid Patch Enhanced Realism Generative Adversarial Network (HyPER-GAN), a lightweight image-to-image translation method based on a U-Net-style generator designed for real-time inference. The model is trained using paired synthetic and photorealism-enhanced images, complemented by a hybrid training strategy that incorporates matched patches from real-world data to improve visual realism and semantic consistency. Experimental results demonstrate that HyPER-GAN outperforms state-of-the-art paired image-to-image translation methods in terms of inference latency, visual realism, and semantic robustness. Moreover, it is illustrated that the proposed hybrid training strategy indeed improves visual quality and semantic consistency compared to training the model solely with paired synthetic and photorealism-enhanced images. Code and pretrained models are publicly available for download at: https://github.com/stefanos50/HyPER-GAN