paper-with-me

Papers

Improved Texture Networks: Maximizing Quality and Diversity in Feed-forward Stylization and Texture Synthesis

2017-01-09 · CVPR 2017 7 · Dmitry Ulyanov, Andrea Vedaldi, Victor Lempitsky

The recent work of Gatys et al., who characterized the style of an image by the statistics of convolutional neural network filters, ignited a renewed interest in the texture generation and image stylization problems. While their image generation technique uses a slow optimization process, recently several authors have proposed to learn generator neural networks that can produce similar outputs in one quick forward pass. While generator networks are promising, they are still inferior in visual quality and diversity compared to generation-by-optimization. In this work, we advance them in two significant ways. First, we introduce an instance normalization module to replace batch normalization with significant improvements to the quality of image stylization. Second, we improve diversity by introducing a new learning formulation that encourages generators to sample unbiasedly from the Julesz texture ensemble, which is the equivalence class of all images characterized by certain filter responses. Together, these two improvements take feed forward texture synthesis and image stylization much closer to the quality of generation-via-optimization, while retaining the speed advantage.

📄 PDF Abstract BibTeX arXiv:1701.02096

Code (1)

DmitryUlyanov/texture_nets 공식 구현 torch

Tasks

DiversityImage GenerationImage StylizationTexture Synthesis

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…
Instance Normalization Instance Normalization (also known as contrast normalization) is a normalization layer where: $$ y_{tijk} = \frac{x_{tijk} - \mu_{ti}}{\sqrt{\sigma_{ti}^2 +…

Similar Papers 제목 키워드 기반

Diversified Texture Synthesis with Feed-forward Networks

2017-03-05 · CVPR 2017 7 · Yijun Li, Chen Fang, Jimei Yang, Zhaowen Wang 외

Recent progresses on deep discriminative and generative modeling have shown promising results on texture synthesis. However, existing feed-forward based methods trade off generality for efficiency, which suffer from many…

DiversityTexture Synthesis

Fast Texture Synthesis via Pseudo Optimizer

2020-06-01 · CVPR 2020 6 · Wu Shi, Yu Qiao

Texture synthesis using deep neural networks can generate high quality and diversified textures. However, it usually requires a heavy optimization process. The following works accelerate the process by using feed-forward…

DiversityTexture Synthesis

DiffTF++: 3D-aware Diffusion Transformer for Large-Vocabulary 3D Generation

2024-05-13 · Ziang Cao, Fangzhou Hong, Tong Wu, Liang Pan 외

Generating diverse and high-quality 3D assets automatically poses a fundamental yet challenging task in 3D computer vision. Despite extensive efforts in 3D generation, existing optimization-based approaches struggle to p…

3D GenerationDecoderDiversityTexture Synthesis

Texture Reformer: Towards Fast and Universal Interactive Texture Transfer

2021-12-06 · Zhizhong Wang, Lei Zhao, Haibo Chen, Ailin Li 외

In this paper, we present the texture reformer, a fast and universal neural-based framework for interactive texture transfer with user-specified guidance. The challenges lie in three aspects: 1) the diversity of tasks, 2…

Diversity

Cycle3D: High-quality and Consistent Image-to-3D Generation via Generation-Reconstruction Cycle

2024-07-28 · Zhenyu Tang, Junwu Zhang, Xinhua Cheng, Wangbo Yu 외

Recent 3D large reconstruction models typically employ a two-stage process, including first generate multi-view images by a multi-view diffusion model, and then utilize a feed-forward model to reconstruct images to 3D co…

3D Generation3D ReconstructionDenoisingDiversity+1