paper-with-me

Papers

Procedural 3D Terrain Generation using Generative Adversarial Networks

2020-10-13 · Emmanouil Panagiotou, Eleni Charou

Procedural 3D Terrain generation has become a necessity in open world games, as it can provide unlimited content, through a functionally infinite number of different areas, for players to explore. In our approach, we use Generative Adversarial Networks (GAN) to yield realistic 3D environments based on the distribution of remotely sensed images of landscapes, captured by satellites or drones. Our task consists of synthesizing a random but plausible RGB satellite image and generating a corresponding Height Map in the form of a 3D point cloud that will serve as an appropriate mesh of the landscape. For the first step, we utilize a GAN trained with satellite images that manages to learn the distribution of the dataset, creating novel satellite images. For the second part, we need a one-to-one mapping from RGB images to Digital Elevation Models (DEM). We deploy a Conditional Generative Adversarial network (CGAN), which is the state-of-the-art approach to image-to-image translation, to generate a plausible height map for every randomly generated image of the first model. Combining the generated DEM and RGB image, we are able to construct 3D scenery consisting of a plausible height distribution and colorization, in relation to the remotely sensed landscapes provided during training.

📄 PDF Abstract BibTeX arXiv:2010.06411

Code (1)

Panagiotou/Procedural3DTerrain 공식 구현

Tasks

ColorizationGenerative Adversarial NetworkImage-to-Image Translation

Similar Papers 제목 키워드 기반

A step towards procedural terrain generation with GANs

2017-07-11 · Christopher Beckham, Christopher Pal

Procedural terrain generation for video games has been traditionally been done with smartly designed but handcrafted algorithms that generate heightmaps. We propose a first step toward the learning and synthesis of these…

Procedural terrain generation with style transfer

2024-01-28 · Fabio Merizzi

In this study we introduce a new technique for the generation of terrain maps, exploiting a combination of procedural generation and Neural Style Transfer. We consider our approach to be a viable alternative to competing…

Style Transfer

Believable Minecraft Settlements by Means of Decentralised Iterative Planning

2023-09-19 · Arthur van der Staaij, Jelmer Prins, Vincent L. Prins, Julian Poelsma 외

Procedural city generation that focuses on believability and adaptability to random terrain is a difficult challenge in the field of Procedural Content Generation (PCG). Dozens of researchers compete for a realistic appr…

Minecraft

InfiniteDiffusion: Bridging Learned Fidelity and Procedural Utility for Open-World Terrain Generation

2025-12-09 · Alexander Goslin arxiv

For decades, procedural worlds have been built on procedural noise functions such as Perlin noise, which are fast and infinite, yet fundamentally limited in realism and large-scale coherence. Conversely, diffusion models…

Procedural modelling of terrains with constraints

2020-08-18 · Multimedia Tools and Applications 2020 8 · Cristina Gasch, Miguel Chover, Inmaculada Remolar, Cristina Rebollo

Terrain is an essential part of any outdoor environment and, consequently, many techniques have appeared that deal with the problem of its automatic generation, such as procedural modeling. One form to create terrains is…