AIHCLGNEAug 29, 2013

Learning-Based Procedural Content Generation

arXiv:1308.6415v233 citationsHas Code
Originality Incremental advance
AI Analysis

This addresses content generation problems for game developers and AI researchers, but it appears incremental as an alternative to existing search-based approaches.

The paper tackles challenges in procedural content generation (PCG) by proposing a learning-based framework (LBPCG) that uses data-driven learning from game development and beta tests to generate adaptable content, with simulation results on Quake showing promising quality.

Procedural content generation (PCG) has recently become one of the hottest topics in computational intelligence and AI game researches. Among a variety of PCG techniques, search-based approaches overwhelmingly dominate PCG development at present. While SBPCG leads to promising results and successful applications, it poses a number of challenges ranging from representation to evaluation of the content being generated. In this paper, we present an alternative yet generic PCG framework, named learning-based procedure content generation (LBPCG), to provide potential solutions to several challenging problems in existing PCG techniques. By exploring and exploiting information gained in game development and public beta test via data-driven learning, our framework can generate robust content adaptable to end-user or target players on-line with minimal interruption to their experience. Furthermore, we develop enabling techniques to implement the various models required in our framework. For a proof of concept, we have developed a prototype based on the classic open source first-person shooter game, Quake. Simulation results suggest that our framework is promising in generating quality content.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes