Terrain Diffusion: A Diffusion-Based Successor to Perlin Noise in Infinite, Real-Time Terrain Generation

Papers with Code Trending Papers

Summary

Terrain Diffusion introduces a diffusion-based successor to Perlin noise, using a novel InfiniteDiffusion algorithm to generate realistic, seamless, and boundless procedural worlds with constant-time random access.

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. We introduce Terrain Diffusion, an AI-era successor to Perlin noise that bridges the fidelity of diffusion models with the properties that made procedural noise indispensable: seamless infinite extent, seed-consistency, and constant-time random access. At its core is InfiniteDiffusion, a novel algorithm for infinite generation, enabling seamless, real-time synthesis of boundless landscapes. A hierarchical stack of diffusion models couples planetary context with local detail, while a compact Laplacian encoding stabilizes outputs across Earth-scale dynamic ranges. An open-source infinite-tensor framework supports constant-memory manipulation of unbounded tensors, and few-step consistency distillation enables efficient generation. Together, these components establish diffusion models as a practical foundation for procedural world generation, capable of synthesizing entire planets coherently, controllably, and without limits.
Original Article
View Cached Full Text

Cached at: 06/26/26, 05:14 PM

Paper page - Terrain Diffusion: A Diffusion-Based Successor to Perlin Noise in Infinite, Real-Time Terrain Generation

Source: https://huggingface.co/papers/2512.08309

Abstract

Terrain Diffusion uses diffusion models and a novel algorithm called InfiniteDiffusion to generate realistic, seamless, and boundless procedural worlds with constant-time random access.

For decades, procedural worlds have been built onprocedural noisefunctions such asPerlin noise, which are fast and infinite, yet fundamentally limited in realism and large-scale coherence. We introduceTerrain Diffusion, an AI-era successor toPerlin noisethat bridges the fidelity ofdiffusion modelswith the properties that madeprocedural noiseindispensable:seamless infinite extent,seed-consistency, andconstant-time random access. At its core isInfiniteDiffusion, a novel algorithm for infinite generation, enabling seamless, real-time synthesis of boundless landscapes. Ahierarchical stackofdiffusion modelscouplesplanetary contextwithlocal detail, while acompact Laplacian encodingstabilizes outputs acrossEarth-scale dynamic ranges. An open-sourceinfinite-tensor frameworksupportsconstant-memory manipulationof unbounded tensors, andfew-step consistency distillationenables efficient generation. Together, these components establishdiffusion modelsas a practical foundation for procedural world generation, capable of synthesizing entire planets coherently, controllably, and without limits.

View arXiv pageView PDFProject pageGitHub512Add to collection

Get this paper in your agent:

hf papers read 2512\.08309

Don’t have the latest CLI?curl \-LsSf https://hf\.co/cli/install\.sh \| bash

Models citing this paper6

#### xandergos/terrain-diffusion-30m #### xandergos/terrain-diffusion-90m #### xandergos/TerrainDiffusion-Consistency-Base-192x3 UpdatedDec 14, 2025 • 13 • 1 #### xandergos/TerrainDiffusion-Consistency-Decoder-64x3 Browse 6 models citing this paper## Datasets citing this paper0

No dataset linking this paper

Cite arxiv.org/abs/2512.08309 in a dataset README.md to link it from this page.

Spaces citing this paper0

No Space linking this paper

Cite arxiv.org/abs/2512.08309 in a Space README.md to link it from this page.

Collections including this paper2

Similar Articles

Quantum Generative Diffusion Model for Real-World Time Series

arXiv cs.LG

QDiffusion-TS is the first quantum generative diffusion model for real-world time series synthesis, replacing feed-forward components in a denoising transformer with quantum neural networks. It reduces trainable parameters by nearly three orders of magnitude and improves Wasserstein distance by 44% on financial data, with downstream forecasting gains up to 71% in RMSE.

From Noise to Control: Parameterized Diffusion Policies

arXiv cs.AI

This paper introduces Parameterized Diffusion Policy (PDP), a framework that makes diffusion policies controllable by conditioning on low-dimensional latent parameters, enabling smooth behavior interpolation and adaptation without retraining. It demonstrates improved performance on complex multimodal robot tasks in simulation and real-world experiments.

The Hidden Elegance of Gradient Noise

Lobsters Hottest

A detailed explanation of Perlin noise and its implementation in ClojureScript, including code snippets and a visualization of moving water filaments.