paper-with-me

홈 › Papers

SVCNet: Scribble-based Video Colorization Network with Temporal Aggregation

2023-03-21 · Yuzhi Zhao, Lai-Man Po, Kangcheng Liu, Xuehui Wang, Wing-Yin Yu, Pengfei Xian, Yujia Zhang, Mengyang Liu

In this paper, we propose a scribble-based video colorization network with temporal aggregation called SVCNet. It can colorize monochrome videos based on different user-given color scribbles. It addresses three common issues in the scribble-based video colorization area: colorization vividness, temporal consistency, and color bleeding. To improve the colorization quality and strengthen the temporal consistency, we adopt two sequential sub-networks in SVCNet for precise colorization and temporal smoothing, respectively. The first stage includes a pyramid feature encoder to incorporate color scribbles with a grayscale frame, and a semantic feature encoder to extract semantics. The second stage finetunes the output from the first stage by aggregating the information of neighboring colorized frames (as short-range connections) and the first colorized frame (as a long-range connection). To alleviate the color bleeding artifacts, we learn video colorization and segmentation simultaneously. Furthermore, we set the majority of operations on a fixed small image resolution and use a Super-resolution Module at the tail of SVCNet to recover original sizes. It allows the SVCNet to fit different image resolutions at the inference. Finally, we evaluate the proposed SVCNet on DAVIS and Videvo benchmarks. The experimental results demonstrate that SVCNet produces both higher-quality and more temporally consistent videos than other well-known video colorization approaches. The codes and models can be found at https://github.com/zhaoyuzhi/SVCNet.

📄 PDF Abstract BibTeX arXiv:2303.11591

Code (1)

zhaoyuzhi/svcnet 공식 구현 pytorch

Tasks

ColorizationSuper-Resolution

Methods 이 논문이 사용한 방법론

Colorization Colorization is a self-supervision approach that relies on colorization as the pretext task in order to learn image representations.

Similar Papers 제목 키워드 기반

A learning-based approach for automatic image and video colorization

2017-04-15 · Raj Kumar Gupta, Alex Yong-Sang Chia, Deepu Rajan, Huang Zhiyong

In this paper, we present a color transfer algorithm to colorize a broad range of gray images without any user intervention. The algorithm uses a machine learning-based approach to automatically colorize grayscale images…

ColorizationSuperpixels

Pattern-Driven Colorization of 3D Surfaces

2013-06-01 · CVPR 2013 6 · George Leifman, Ayellet Tal

Colorization refers to the process of adding color to black & white images or videos. This paper extends the term to handle surfaces in three dimensions. This is important for applications in which the colors of an objec…

Colorization

Temporally Consistent Video Colorization with Deep Feature Propagation and Self-regularization Learning

2021-10-09 · Yihao Liu, Hengyuan Zhao, Kelvin C. K. Chan, Xintao Wang 외

Video colorization is a challenging and highly ill-posed problem. Although recent years have witnessed remarkable progress in single image colorization, there is relatively less research effort on video colorization and …

ColorizationImage Colorization

VCGAN: Video Colorization with Hybrid Generative Adversarial Network

2021-04-26 · Yuzhi Zhao, Lai-Man Po, Wing-Yin Yu, Yasar Abbas Ur Rehman 외

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 v…

ColorizationGenerative Adversarial NetworkImage Colorization

LatentColorization: Latent Diffusion-Based Speaker Video Colorization

2024-05-09 · Rory Ward, Dan Bigioi, Shubhajit Basak, John G. Breslin 외

While current research predominantly focuses on image-based colorization, the domain of video-based colorization remains relatively unexplored. Most existing video colorization techniques operate on a frame-by-frame basi…

Colorization