ParaColorizer: Realistic Image Colorization using Parallel Generative Networks
Himanshu Kumar, Abeer Banerjee, Sumeet Saurav, Sanjay Singh

TL;DR
ParaColorizer introduces a parallel GAN framework that separately colorizes foreground and background to improve realistic image colorization, addressing issues like color bleeding and context loss, and achieves state-of-the-art results with fast inference.
Contribution
The paper proposes a novel parallel GAN-based approach with object-level and full-image pipelines, enhancing colorization quality over existing methods.
Findings
Outperforms most existing learning-based colorization methods.
Achieves results comparable to state-of-the-art techniques.
Runs at an average of 24ms per image, enabling real-time applications.
Abstract
Grayscale image colorization is a fascinating application of AI for information restoration. The inherently ill-posed nature of the problem makes it even more challenging since the outputs could be multi-modal. The learning-based methods currently in use produce acceptable results for straightforward cases but usually fail to restore the contextual information in the absence of clear figure-ground separation. Also, the images suffer from color bleeding and desaturated backgrounds since a single model trained on full image features is insufficient for learning the diverse data modes. To address these issues, we present a parallel GAN-based colorization framework. In our approach, each separately tailored GAN pipeline colorizes the foreground (using object-level features) or the background (using full-image features). The foreground pipeline employs a Residual-UNet with self-attention as…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsGenerative Adversarial Networks and Image Synthesis
MethodsColorization
