CVMMApr 26, 2021

VCGAN: Video Colorization with Hybrid Generative Adversarial Network

arXiv:2104.12357v237 citations
Originality Incremental advance
AI Analysis

This work solves the problem of generating realistic and consistent color videos from grayscale inputs for video editing and restoration applications, representing an incremental improvement over prior approaches.

The paper tackled video colorization by proposing VCGAN, a hybrid generative adversarial network that addresses temporal consistency and integrates colorization and refinement into a single architecture, resulting in higher-quality and more temporally consistent videos than existing methods.

We propose a hybrid recurrent Video Colorization with Hybrid Generative Adversarial Network (VCGAN), an improved approach to video colorization using end-to-end learning. The VCGAN addresses two prevalent issues in the video colorization domain: Temporal consistency and unification of colorization network and refinement network into a single architecture. To enhance colorization quality and spatiotemporal consistency, the mainstream of generator in VCGAN is assisted by two additional networks, i.e., global feature extractor and placeholder feature extractor, respectively. The global feature extractor encodes the global semantics of grayscale input to enhance colorization quality, whereas the placeholder feature extractor acts as a feedback connection to encode the semantics of the previous colorized frame in order to maintain spatiotemporal consistency. If changing the input for placeholder feature extractor as grayscale input, the hybrid VCGAN also has the potential to perform image colorization. To improve the consistency of far frames, we propose a dense long-term loss that smooths the temporal disparity of every two remote frames. Trained with colorization and temporal losses jointly, VCGAN strikes a good balance between color vividness and video continuity. Experimental results demonstrate that VCGAN produces higher-quality and temporally more consistent colorful videos than existing approaches.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes