paper-with-me

Papers

High-Resolution Network for Photorealistic Style Transfer

2019-04-25 · Ming Li, Chunyang Ye, Wei Li

Photorealistic style transfer aims to transfer the style of one image to another, but preserves the original structure and detail outline of the content image, which makes the content image still look like a real shot after the style transfer. Although some realistic image styling methods have been proposed, these methods are vulnerable to lose the details of the content image and produce some irregular distortion structures. In this paper, we use a high-resolution network as the image generation network. Compared to other methods, which reduce the resolution and then restore the high resolution, our generation network maintains high resolution throughout the process. By connecting high-resolution subnets to low-resolution subnets in parallel and repeatedly multi-scale fusion, high-resolution subnets can continuously receive information from low-resolution subnets. This allows our network to discard less information contained in the image, so the generated images may have a more elaborate structure and less distortion, which is crucial to the visual quality. We conducted extensive experiments and compared the results with existing methods. The experimental results show that our model is effective and produces better results than existing methods for photorealistic image stylization. Our source code with PyTorch framework will be publicly available at https://github.com/limingcv/Photorealistic-Style-Transfer

📄 PDF Abstract BibTeX arXiv:1904.11617

Code (3)

limingcv/Photorealistic-Style-Transfer 공식 구현 pytorch
divyanshu092/Photorealistic_Style_Transfer pytorch
jarek-pawlowski/advanced-machine-learning pytorch

Tasks

Image GenerationStyle TransferVocal Bursts Intensity Prediction

Similar Papers 제목 키워드 기반

Universal Photorealistic Style Transfer: A Lightweight and Adaptive Approach

2023-09-18 · Rong Liu, Enyu Zhao, Zhiyuan Liu, Andrew Feng 외

Photorealistic style transfer aims to apply stylization while preserving the realism and structure of input content. However, existing methods often encounter challenges such as color tone distortions, dependency on pair…

GPUStyle TransferSuper-ResolutionVideo Style Transfer

Joint Bilateral Learning for Real-time Universal Photorealistic Style Transfer

2020-04-23 · ECCV 2020 8 · Xide Xia, Meng Zhang, Tianfan Xue, Zheng Sun 외

Photorealistic style transfer is the task of transferring the artistic style of an image onto a content target, producing a result that is plausibly taken with a camera. Recent approaches, based on deep neural networks, …

4kStyle Transfer

PCA-Based Knowledge Distillation Towards Lightweight and Content-Style Balanced Photorealistic Style Transfer Models

2022-03-25 · CVPR 2022 1 · Tai-Yin Chiu, Danna Gurari

Photorealistic style transfer entails transferring the style of a reference image to another image so the result seems like a plausible photo. Our work is inspired by the observation that existing models are slow due to …

Knowledge DistillationStyle Transfer

GIST: Towards Photorealistic Style Transfer via Multiscale Geometric Representations

2024-12-03 · Renan A. Rojas-Gomez, Minh N. Do

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

Image GenerationStyle Transfer

UPST-NeRF: Universal Photorealistic Style Transfer of Neural Radiance Fields for 3D Scene

2022-08-15 · Yaosen Chen, Qi Yuan, Zhiqiang Li, Yuegen Liu 외

3D scenes photorealistic stylization aims to generate photorealistic images from arbitrary novel views according to a given style image while ensuring consistency when rendering from different viewpoints. Some existing s…

NeRFStyle Transfer