中文
相关论文

相关论文: HyperNST: Hyper-Networks for Neural Style Transfer

200 篇论文

This work explores hypernetworks: an approach of using a one network, also known as a hypernetwork, to generate the weights for another network. Hypernetworks provide an abstraction that is similar to what is found in nature: the…

机器学习 · 计算机科学 2016-12-02 David Ha , Andrew Dai , Quoc V. Le

Style transfer algorithms strive to render the content of one image using the style of another. We propose Style Transfer by Relaxed Optimal Transport and Self-Similarity (STROTSS), a new optimization-based style transfer algorithm. We…

计算机视觉与模式识别 · 计算机科学 2019-10-11 Nicholas Kolkin , Jason Salavon , Greg Shakhnarovich

Recent fast style transfer methods use a pre-trained convolutional neural network as a feature encoder and a perceptual loss network. Although the pre-trained network is used to generate responses of receptive fields effective for…

计算机视觉与模式识别 · 计算机科学 2018-07-05 Minseong Kim , Jongju Shin , Myung-Cheol Roh , Hyun-Chul Choi

Neural Architecture Search (NAS) has been widely studied for designing discriminative deep learning models such as image classification, object detection, and semantic segmentation. As a large number of priors have been obtained through the…

计算机视觉与模式识别 · 计算机科学 2019-06-07 Jie An , Haoyi Xiong , Jinwen Ma , Jiebo Luo , Jun Huan

The goal of Arbitrary Style Transfer (AST) is injecting the artistic features of a style reference into a given image/video. Existing methods usually focus on pursuing the balance between style and content, whereas ignoring the significant…

计算机视觉与模式识别 · 计算机科学 2024-01-12 Hanzhang Wang , Haoran Wang , Jinze Yang , Zhongrui Yu , Zeke Xie , Lei Tian , Xinyan Xiao , Junjun Jiang , Xianming Liu , Mingming Sun

Universal style transfer tries to explicitly minimize the losses in feature space, thus it does not require training on any pre-defined styles. It usually uses different layers of VGG network as the encoders and trains several decoders to…

计算机视觉与模式识别 · 计算机科学 2019-08-15 Ming Lu , Hao Zhao , Anbang Yao , Yurong Chen , Feng Xu , Li Zhang

We introduce Color Disentangled Style Transfer (CDST), a novel and efficient two-stream style transfer training paradigm which completely isolates color from style and forces the style stream to be color-blinded. With one same model, CDST…

计算机视觉与模式识别 · 计算机科学 2025-06-18 Shiwen Zhang , Zhuowei Chen , Lang Chen , Yanze Wu

Neural Style Transfer (NST) has evolved from Gatys et al.'s (2015) CNN-based algorithm, enabling AI-driven artistic image synthesis. However, existing CNN and transformer-based models struggle to scale efficiently to complex styles and…

计算机视觉与模式识别 · 计算机科学 2025-10-03 Raahul Krishna Durairaju , K. Saruladha

Transfer learning entails taking an artificial neural network (ANN) that is trained on a source dataset and adapting it to a new target dataset. While this has been shown to be quite powerful, its use has generally been restricted by…

神经与进化计算 · 计算机科学 2020-06-05 AbdElRahman ElSaid , Joshua Karns , Alexander Ororbia , Daniel Krutz , Zimeng Lyu , Travis Desell

We present an approach to example-based stylization of images that uses a single pair of a source image and its stylized counterpart. We demonstrate how to train an image translation network that can perform real-time semantically…

计算机视觉与模式识别 · 计算机科学 2021-10-22 David Futschik , Michal Kučera , Michal Lukáč , Zhaowen Wang , Eli Shechtman , Daniel Sýkora

In this paper, we present DRANet, a network architecture that disentangles image representations and transfers the visual attributes in a latent space for unsupervised cross-domain adaptation. Unlike the existing domain adaptation methods…

计算机视觉与模式识别 · 计算机科学 2021-03-30 Seunghun Lee , Sunghyun Cho , Sunghoon Im

This paper introduces a deep-learning approach to photographic style transfer that handles a large variety of image content while faithfully transferring the reference style. Our approach builds upon the recent work on painterly transfer…

计算机视觉与模式识别 · 计算机科学 2017-04-12 Fujun Luan , Sylvain Paris , Eli Shechtman , Kavita Bala

This research presents a new parametric style transfer framework specifically designed for curve-based design sketches. In this research, traditional challenges faced by neural style transfer methods in handling binary sketch…

计算机视觉与模式识别 · 计算机科学 2024-01-18 Yu-hsuan Chen , Levent Burak Kara , Jonathan Cagan

The paper proposes a Dynamic ResBlock Generative Adversarial Network (DRB-GAN) for artistic style transfer. The style code is modeled as the shared parameters for Dynamic ResBlocks connecting both the style encoding network and the style…

计算机视觉与模式识别 · 计算机科学 2021-10-05 Wenju Xu , Chengjiang Long , Ruisheng Wang , Guanghui Wang

The mechanism of existing style transfer algorithms is by minimizing a hybrid loss function to push the generated image toward high similarities in both content and style. However, this type of approach cannot guarantee visual fidelity,…

计算机视觉与模式识别 · 计算机科学 2023-06-07 Siyu Huang , Jie An , Donglai Wei , Jiebo Luo , Hanspeter Pfister

Given a random pair of images, an arbitrary style transfer method extracts the feel from the reference image to synthesize an output based on the look of the other content image. Recent arbitrary style transfer methods transfer second order…

计算机视觉与模式识别 · 计算机科学 2018-08-15 Xueting Li , Sifei Liu , Jan Kautz , Ming-Hsuan Yang

We present a deep learning-based method for propagating spatially-varying visual material attributes (e.g. texture maps or image stylizations) to larger samples of the same or similar materials. For training, we leverage images of the…

计算机视觉与模式识别 · 计算机科学 2021-12-07 Carlos Rodriguez-Pardo , Elena Garces

Deep learning models are known to exhibit a strong texture bias, while human tends to rely heavily on global shape structure for object recognition. The current benchmark for evaluating a model's global shape bias is a set of…

计算机视觉与模式识别 · 计算机科学 2024-03-01 Ziqi Wen , Tianqin Li , Zhi Jing , Tai Sing Lee

In single image super-resolution (SISR), given a low-resolution (LR) image, one wishes to find a high-resolution (HR) version of it which is both accurate and photo-realistic. Recently, it has been shown that there exists a fundamental…

图像与视频处理 · 电气工程与系统科学 2019-10-10 Xin Deng , Ren Yang , Mai Xu , Pier Luigi Dragotti

The work by Gatys et al. [1] recently showed a neural style algorithm that can produce an image in the style of another image. Some further works introduced various improvements regarding generalization, quality and efficiency, but each of…

计算机视觉与模式识别 · 计算机科学 2018-09-12 Maciej Pęśko , Tomasz Trzciński