paper-with-me

홈 › Papers

Controllable Level Blending between Games using Variational Autoencoders

2020-02-27 · Anurag Sarkar, Zhihan Yang, Seth Cooper

Previous work explored blending levels from existing games to create levels for a new game that mixes properties of the original games. In this paper, we use Variational Autoencoders (VAEs) for improving upon such techniques. VAEs are artificial neural networks that learn and use latent representations of datasets to generate novel outputs. We train a VAE on level data from Super Mario Bros. and Kid Icarus, enabling it to capture the latent space spanning both games. We then use this space to generate level segments that combine properties of levels from both games. Moreover, by applying evolutionary search in the latent space, we evolve level segments satisfying specific constraints. We argue that these affordances make the VAE-based approach especially suitable for co-creative level design and compare its performance with similar generative models like the GAN and the VAE-GAN.

📄 PDF Abstract BibTeX arXiv:2002.11869

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
USD Coin Customer Service Number +1-833-534-1729 설명 없음
Dogecoin Customer Service Number +1-833-534-1729 설명 없음

Similar Papers 제목 키워드 기반

Multiverse: Language-Conditioned Multi-Game Level Blending via Shared Representation

2026-03-25 · In-Chang Baek, Jiyun Jung, Geum-Hwan Hwang, Sung-Hyun Kim 외 arxiv

Text-to-level generation aims to translate natural language descriptions into structured game levels, enabling intuitive control over procedural content generation. While prior text-to-level generators are typically limi…

Generating and Blending Game Levels via Quality-Diversity in the Latent Space of a Variational Autoencoder

2021-02-24 · Anurag Sarkar, Seth Cooper

Several works have demonstrated the use of variational autoencoders (VAEs) for generating levels in the style of existing games and blending levels across different games. Further, quality-diversity (QD) algorithms have …

Diversity

Sequential Segment-based Level Generation and Blending using Variational Autoencoders

2020-07-17 · Anurag Sarkar, Seth Cooper

Existing methods of level generation using latent variable models such as VAEs and GANs do so in segments and produce the final level by stitching these separately generated segments together. In this paper, we build on …

Dungeon and Platformer Level Blending and Generation using Conditional VAEs

2021-06-17 · Anurag Sarkar, Seth Cooper

Variational autoencoders (VAEs) have been used in prior works for generating and blending levels from different games. To add controllability to these models, conditional VAEs (CVAEs) were recently shown capable of gener…

Game Level Blending using a Learned Level Representation

2023-06-29 · Venkata Sai Revanth Atmakuri, Seth Cooper, Matthew Guzdial

Game level blending via machine learning, the process of combining features of game levels to create unique and novel game levels using Procedural Content Generation via Machine Learning (PCGML) techniques, has gained in…