paper-with-me

홈 › Papers

Generative Art Using Neural Visual Grammars and Dual Encoders

2021-05-01 · Chrisantha Fernando, S. M. Ali Eslami, Jean-Baptiste Alayrac, Piotr Mirowski, Dylan Banarse, Simon Osindero

Whilst there are perhaps only a few scientific methods, there seem to be almost as many artistic methods as there are artists. Artistic processes appear to inhabit the highest order of open-endedness. To begin to understand some of the processes of art making it is helpful to try to automate them even partially. In this paper, a novel algorithm for producing generative art is described which allows a user to input a text string, and which in a creative response to this string, outputs an image which interprets that string. It does so by evolving images using a hierarchical neural Lindenmeyer system, and evaluating these images along the way using an image text dual encoder trained on billions of images and their associated text from the internet. In doing so we have access to and control over an instance of an artistic process, allowing analysis of which aspects of the artistic process become the task of the algorithm, and which elements remain the responsibility of the artist.

📄 PDF Abstract BibTeX arXiv:2105.00162

Code (1)

deepmind/arnheim pytorch

Similar Papers 제목 키워드 기반

Discovering Textual Structures: Generative Grammar Induction using Template Trees

2020-09-09 · Thomas Winters, Luc De Raedt

Natural language generation provides designers with methods for automatically generating text, e.g. for creating summaries, chatbots and game content. In practise, text generators are often either learned and hard to int…

Text Generation

Recursive Neural Programs: Variational Learning of Image Grammars and Part-Whole Hierarchies

2022-06-16 · Ares Fisher, Rajesh P. N. Rao

Human vision involves parsing and representing objects and scenes using structured representations based on part-whole hierarchies. Computer vision and machine learning researchers have recently sought to emulate this ca…

Transfer Learning

Dependency Induction Through the Lens of Visual Perception

2021-09-20 · CoNLL (EMNLP) 2021 11 · Ruisi Su, Shruti Rijhwani, Hao Zhu, Junxian He 외

Most previous work on grammar induction focuses on learning phrasal or dependency structure purely from text. However, because the signal provided by text alone is limited, recently introduced visually grounded syntax mo…

Constituency Grammar InductionConstituency ParsingDependency Parsing

Recurrent Neural Network Grammars

2016-02-25 · NAACL 2016 6 · Chris Dyer, Adhiguna Kuncoro, Miguel Ballesteros, Noah A. Smith

We introduce recurrent neural network grammars, probabilistic models of sentences with explicit phrase structure. We explain efficient inference procedures that allow application to both parsing and language modeling. Ex…

Constituency ParsingLanguage ModelingLanguage Modelling

Empirical Risk Minimization with Approximations of Probabilistic Grammars

2010-12-01 · NeurIPS 2010 12 · Noah A. Smith, Shay B. Cohen

Probabilistic grammars are generative statistical models that are useful for compositional and sequential structures. We present a framework, reminiscent of structural risk minimization, for empirical risk minimization …