paper-with-me

Papers

Texture Generation Using A Graph Generative Adversarial Network And Differentiable Rendering

2022-06-17 · Dharma KC, Clayton T. Morrison, Bradley Walls

Novel photo-realistic texture synthesis is an important task for generating novel scenes, including asset generation for 3D simulations. However, to date, these methods predominantly generate textured objects in 2D space. If we rely on 2D object generation, then we need to make a computationally expensive forward pass each time we change the camera viewpoint or lighting. Recent work that can generate textures in 3D requires 3D component segmentation that is expensive to acquire. In this work, we present a novel conditional generative architecture that we call a graph generative adversarial network (GGAN) that can generate textures in 3D by learning object component information in an unsupervised way. In this framework, we do not need an expensive forward pass whenever the camera viewpoint or lighting changes, and we do not need expensive 3D part information for training, yet the model can generalize to unseen 3D meshes and generate appropriate novel 3D textures. We compare this approach against state-of-the-art texture generation methods and demonstrate that the GGAN obtains significantly better texture generation quality (according to Frechet inception distance). We release our model source code as open source.

📄 PDF Abstract BibTeX arXiv:2206.08547

Code (1)

ml4ai/ggan 공식 구현 pytorch

Tasks

Generative Adversarial NetworkTexture Synthesis

Methods 이 논문이 사용한 방법론

RoIPool 설명 없음
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
RoIAlign Region of Interest Align, or RoIAlign, is an operation for extracting a small feature map from each RoI in detection and segmentation based tasks. It removes the harsh…

Similar Papers 제목 키워드 기반

GAGAN: Geometry-Aware Generative Adversarial Networks

2017-12-03 · CVPR 2018 6 · Jean Kossaifi, Linh Tran, Yannis Panagakis, Maja Pantic

Deep generative models learned through adversarial training have become increasingly popular for their ability to generate naturalistic image textures. However, aside from their texture, the visual appearance of objects …

Face GenerationImage Generation

ClipFace: Text-guided Editing of Textured 3D Morphable Models

2022-12-02 · Shivangi Aneja, Justus Thies, Angela Dai, Matthias Nießner

We propose ClipFace, a novel self-supervised approach for text-guided editing of textured 3D morphable model of faces. Specifically, we employ user-friendly language prompts to enable control of the expressions as well a…

Texture Synthesis

GET3D: A Generative Model of High Quality 3D Textured Shapes Learned from Images

2022-09-22 · Jun Gao, Tianchang Shen, Zian Wang, Wenzheng Chen 외

As several industries are moving towards modeling massive 3D virtual worlds, the need for content creation tools that can scale in terms of the quantity, quality, and diversity of 3D content is becoming evident. In our w…

Diversity

Co-occurrence Based Texture Synthesis

2020-05-17 · Anna Darzi, Itai Lang, Ashutosh Taklikar, Hadar Averbuch-Elor 외

As image generation techniques mature, there is a growing interest in explainable representations that are easy to understand and intuitive to manipulate. In this work, we turn to co-occurrence statistics, which have lon…

Generative Adversarial NetworkImage GenerationMORPHTexture Classification+1

GANosaic: Mosaic Creation with Generative Texture Manifolds

2017-12-01 · Nikolay Jetchev, Urs Bergmann, Calvin Seward

This paper presents a novel framework for generating texture mosaics with convolutional neural networks. Our method is called GANosaic and performs optimization in the latent noise space of a generative texture model, wh…

MORPHTexture Synthesis