中文
相关论文

相关论文: Deep Line Art Video Colorization with a Few Refere…

200 篇论文

Text-to-image (T2I) diffusion models, with their impressive generative capabilities, have been adopted for image editing tasks, demonstrating remarkable efficacy. However, due to attention leakage and collision between the cross-attention…

计算机视觉与模式识别 · 计算机科学 2025-05-01 Xingxi Yin , Zhi Li , Jingfeng Zhang , Chenglin Li , Yin Zhang

We explore neural painters, a generative model for brushstrokes learned from a real non-differentiable and non-deterministic painting program. We show that when training an agent to "paint" images using brushstrokes, using a differentiable…

计算机视觉与模式识别 · 计算机科学 2019-04-23 Reiichiro Nakano

Recent image inpainting methods show promising results due to the power of deep learning, which can explore external information available from a large training dataset. However, many state-of-the-art inpainting networks are still limited…

计算机视觉与模式识别 · 计算机科学 2021-03-22 Eunhye Lee , Jeongmu Kim , Jisu Kim , Tae Hyun Kim

Color and structure are the two pillars that combine to give an image its meaning. Interested in critical structures for neural network recognition, we isolate the influence of colors by limiting the color space to just a few bits, and find…

计算机视觉与模式识别 · 计算机科学 2022-08-18 Yunzhong Hou , Liang Zheng , Stephen Gould

Recent image inpainting methods have shown promising results due to the power of deep learning, which can explore external information available from the large training dataset. However, many state-of-the-art inpainting networks are still…

计算机视觉与模式识别 · 计算机科学 2021-10-26 Eunhye Lee , Jeongmu Kim , Jisu Kim , Tae Hyun Kim

This study addresses the challenge of, without training or fine-tuning, controlling the global color aspect of images generated with a diffusion model. We rewrite the guidance equations to ensure that the outputs are closer to a known color…

计算机视觉与模式识别 · 计算机科学 2024-04-11 Tom Bordin , Thomas Maugey

Exemplar-based colourisation aims to add plausible colours to a grayscale image using the guidance of a colour reference image. Most of the existing methods tackle the task as a style transfer problem, using a convolutional neural network…

图像与视频处理 · 电气工程与系统科学 2021-05-06 Marc Gorriz Blanch , Issa Khalifeh , Alan Smeaton , Noel O'Connor , Marta Mrak

Deep learning-based video inpainting has yielded promising results and gained increasing attention from researchers. Generally, these methods usually assume that the corrupted region masks of each frame are known and easily obtained.…

计算机视觉与模式识别 · 计算机科学 2022-11-18 Zhiliang Wu , Hanyu Xuan , Changchang Sun , Kang Zhang , Yan Yan

In recent years, the majority of works on deep-learning-based image colorization have focused on how to make a good use of the enormous datasets currently available. What about when the data at disposal are scarce? The main objective of…

机器学习 · 计算机科学 2019-09-18 Tomaso Fontanini , Eleonora Iotti , Andrea Prati

Image and video inpainting is a classic problem in computer vision and computer graphics, aiming to fill in the plausible and realistic content in the missing areas of images and videos. With the advance of deep learning, this problem has…

计算机视觉与模式识别 · 计算机科学 2024-01-09 Weize Quan , Jiaxi Chen , Yanli Liu , Dong-Ming Yan , Peter Wonka

How to effectively explore the colors of reference exemplars and propagate them to colorize each frame is vital for exemplar-based video colorization. In this paper, we present an effective BiSTNet to explore colors of reference exemplars…

计算机视觉与模式识别 · 计算机科学 2022-12-06 Yixin Yang , Zhongzheng Peng , Xiaoyu Du , Zhulin Tao , Jinhui Tang , Jinshan Pan

Artistic style transfer is an image synthesis problem where the content of an image is reproduced with the style of another. Recent works show that a visually appealing style transfer can be achieved by using the hidden activations of a…

计算机视觉与模式识别 · 计算机科学 2016-12-14 Tian Qi Chen , Mark Schmidt

Colorization is a process that converts a grayscale image into a color one that looks as natural as possible. Over the years this task has received a lot of attention. Existing colorization methods rely on different color spaces: RGB, YUV,…

计算机视觉与模式识别 · 计算机科学 2022-04-07 Coloma Ballester , Aurélie Bugeau , Hernan Carrillo , Michaël Clément , Rémi Giraud , Lara Raad , Patricia Vitoria

Performance of deep learning algorithms decreases drastically if the data distributions of the training and testing sets are different. Due to variations in staining protocols, reagent brands, and habits of technicians, color variation in…

计算机视觉与模式识别 · 计算机科学 2020-12-01 Abhijeet Patil , Mohd. Talha , Aniket Bhatia , Nikhil Cherian Kurian , Sammed Mangale , Sunil Patel , Amit Sethi

We propose a new and, arguably, a very simple reduction of instance segmentation to semantic segmentation. This reduction allows to train feed-forward non-recurrent deep instance segmentation systems in an end-to-end fashion using…

计算机视觉与模式识别 · 计算机科学 2018-07-27 Victor Kulikov , Victor Yurchenko , Victor Lempitsky

We propose a new approach to designing visual markers (analogous to QR-codes, markers for augmented reality, and robotic fiducial tags) based on the advances in deep generative networks. In our approach, the markers are obtained as color…

计算机视觉与模式识别 · 计算机科学 2016-10-31 Oleg Grinchuk , Vadim Lebedev , Victor Lempitsky

Understanding region-wise correspondences between manga line art images is fundamental for high-level manga processing, supporting downstream tasks such as line art colorization and in-between frame generation. Unlike natural images that…

计算机视觉与模式识别 · 计算机科学 2025-11-19 Yingxuan Li , Jiafeng Mao , Qianru Qiu , Yusuke Matsui

Image inpainting methods have shown significant improvements by using deep neural networks recently. However, many of these techniques often create distorted structures or blurry textures inconsistent with surrounding areas. The problem is…

计算机视觉与模式识别 · 计算机科学 2022-01-04 Maitreya Suin , Kuldeep Purohit , A. N. Rajagopalan

Deep representation learning is a subfield of machine learning that focuses on learning meaningful and useful representations of data through deep neural networks. However, existing methods for semantic classification typically employ…

计算机视觉与模式识别 · 计算机科学 2024-08-30 Kangjun Liu , Ke Chen , Kui Jia , Yaowei Wang

For edge coloring, the online and the W-streaming models seem somewhat orthogonal: the former needs edges to be assigned colors immediately after insertion, typically without any space restrictions, while the latter limits memory to…

数据结构与算法 · 计算机科学 2023-06-01 Prantar Ghosh , Manuel Stoeckl