中文
相关论文

相关论文: PyramidStyler: Transformer-Based Neural Style Tran…

200 篇论文

The self-attention mechanism in Transformer architecture, invariant to sequence order, necessitates positional embeddings to encode temporal order in time series prediction. We argue that this reliance on positional embeddings restricts the…

机器学习 · 计算机科学 2024-08-21 Yongbo Yu , Weizhong Yu , Feiping Nie , Xuelong Li

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

Recent research has investigated the shape and texture biases of deep neural networks (DNNs) in image classification which influence their generalization capabilities and robustness. It has been shown that, in comparison to regular DNN…

计算机视觉与模式识别 · 计算机科学 2026-02-06 Ben Hamscher , Edgar Heinert , Annika Mütze , Kira Maag , Matthias Rottmann

Style transfer aims to render an image with the artistic features of a style image, while maintaining the original structure. Various methods have been put forward for this task, but some challenges still exist. For instance, it is…

计算机视觉与模式识别 · 计算机科学 2024-05-31 Sizhe Zheng , Pan Gao , Peng Zhou , Jie Qin

With the development of the convolutional neural network, image style transfer has drawn increasing attention. However, most existing approaches adopt a global feature transformation to transfer style patterns into content images (e.g.,…

计算机视觉与模式识别 · 计算机科学 2022-10-12 Jianbo Wang , Huan Yang , Jianlong Fu , Toshihiko Yamasaki , Baining Guo

Disentangling the content and style in the latent space is prevalent in unpaired text style transfer. However, two major issues exist in most of the current neural models. 1) It is difficult to completely strip the style information from…

计算与语言 · 计算机科学 2019-08-21 Ning Dai , Jianze Liang , Xipeng Qiu , Xuanjing Huang

State-of-the-art Style Transfer methods often leverage pre-trained encoders optimized for discriminative tasks, which may not be ideal for image synthesis. This can result in significant artifacts and loss of photorealism. Motivated by the…

计算机视觉与模式识别 · 计算机科学 2024-12-04 Renan A. Rojas-Gomez , Minh N. Do

Recent advances in MRI reconstruction have demonstrated remarkable success through deep learning-based models. However, most existing methods rely heavily on large-scale, task-specific datasets, making reconstruction in data-limited…

计算机视觉与模式识别 · 计算机科学 2025-02-20 Guoyao Shen , Yancheng Zhu , Mengyu Li , Ryan McNaughton , Hernan Jara , Sean B. Andersson , Chad W. Farris , Stephan Anderson , Xin Zhang

The success of training deep Convolutional Neural Networks (CNNs) heavily depends on a significant amount of labelled data. Recent research has found that neural style transfer algorithms can apply the artistic style of one image to another…

计算机视觉与模式识别 · 计算机科学 2019-09-04 Xu Zheng , Tejo Chalasani , Koustav Ghosal , Sebastian Lutz , Aljosa Smolic

Artistic style transfer aims at migrating the style from an example image to a content image. Currently, optimization-based methods have achieved great stylization quality, but expensive time cost restricts their practical applications.…

计算机视觉与模式识别 · 计算机科学 2021-04-20 Tianwei Lin , Zhuoqi Ma , Fu Li , Dongliang He , Xin Li , Errui Ding , Nannan Wang , Jie Li , Xinbo Gao

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

Style transfer is the task of reproducing the semantic contents of a source image in the artistic style of a second target image. In this paper, we present NeAT, a new state-of-the art feed-forward style transfer method. We re-formulate…

计算机视觉与模式识别 · 计算机科学 2023-04-12 Dan Ruta , Andrew Gilbert , John Collomosse , Eli Shechtman , Nicholas Kolkin

Universal style transfer methods typically leverage rich representations from deep Convolutional Neural Network (CNN) models (e.g., VGG-19) pre-trained on large collections of images. Despite the effectiveness, its application is heavily…

计算机视觉与模式识别 · 计算机科学 2020-03-25 Huan Wang , Yijun Li , Yuehai Wang , Haoji Hu , Ming-Hsuan Yang

Neural Style Transfer (NST) research has been applied to images, videos, 3D meshes and radiance fields, but its application to 3D computer games remains relatively unexplored. Whilst image and video NST systems can be used as a…

计算机视觉与模式识别 · 计算机科学 2023-11-27 Eleftherios Ioannou , Steve Maddock

Our paper addresses the complex task of transferring a hairstyle from a reference image to an input photo for virtual hair try-on. This task is challenging due to the need to adapt to various photo poses, the sensitivity of hairstyles, and…

计算机视觉与模式识别 · 计算机科学 2024-05-28 Maxim Nikolaev , Mikhail Kuznetsov , Dmitry Vetrov , Aibek Alanov

This paper presents a comprehensive pipeline that integrates state-of-the-art techniques to achieve high-quality cartoon style transfer for educational images and videos. The proposed approach combines the Inversion-based Style Transfer…

图形学 · 计算机科学 2025-04-07 Liuxin Yang , Priyanka Ladha

Recent progresses in large-scale text-to-image models have yielded remarkable accomplishments, finding various applications in art domain. However, expressing unique characteristics of an artwork (e.g. brushwork, colortone, or composition)…

计算机视觉与模式识别 · 计算机科学 2023-12-19 Namhyuk Ahn , Junsoo Lee , Chunggi Lee , Kunhee Kim , Daesik Kim , Seung-Hun Nam , Kibeom Hong

A recent variation of Transformer, Performer, scales Transformer to longer sequences with a linear attention mechanism. However, it is not compatible with relative position encoding, which has advantages over absolute position encoding. In…

计算与语言 · 计算机科学 2021-09-09 Peng Chen

Style transfer aims to fuse the artistic representation of a style image with the structural information of a content image. Existing methods train specific networks or utilize pre-trained models to learn content and style features.…

计算机视觉与模式识别 · 计算机科学 2024-10-22 Ying Hu , Chenyi Zhuang , Pan Gao

Deep neural networks are vulnerable to adversarial examples crafted by applying human-imperceptible perturbations on clean inputs. Although many attack methods can achieve high success rates in the white-box setting, they also exhibit weak…

计算机视觉与模式识别 · 计算机科学 2023-08-22 Zhijin Ge , Fanhua Shang , Hongying Liu , Yuanyuan Liu , Liang Wan , Wei Feng , Xiaosen Wang