Contribute Media
A thank you to everyone who makes this possible: Read More

Auria Kathi - The power of Multi Model Machine Learning Pipelines

Description

Considering the current state of art deep learning algorithms, we might not be able to come up with a single algorithm or network which can build an advanced creative application. But the components of the application can be emulated using individual state of art algorithms. This is called a Multi-model Pipeline architecture for Auria.

Basic outline of the talk

  1. Basic Machine Learning Pipelines [3-5mins]
  2. Using multiple models in a Machine Learning Pipeline [5-7mins]
    • Why multiple models?
    • How it is different from the single model pipelines?
    • What are the challenges?
  3. Case study - Auria Kathi the first poet artist [10-15mins]
    • Auria Kathi introduction
    • Engineering Pipeline of Auria Kathi
    • Azure Machine Learning Pipelines
  4. Conclusion and Q&A session [2mins]

Auria Kathi - AI Poet Artist

Auria Kathi is an artificial artist and poet completely living online. "Auria Kathi" is an anagram for "AI Haiku Art". Auria generates a short poem, draws an abstract art based on the poem, and then colors the picture depending upon a mood. All these creative tasks are achieved using a multi-model ML pipeline.

Work of Auria is available in both Instagram and Twitter and will be posting daily for next year.

The engineering pipeline of Auria

  1. An LSTM based language model, trained on 3.5 lakhs Haikus scraped from Reddit. The model is used to generate artificial poetry.
  2. A text to image network, called AttnGAN from Microsoft Research, which converts the generated Haiku to an abstract image.
  3. A photorealistic style transfer algorithm which selects a random style image from WikiArt dataset, and transfer color and brush strokes to the generated image. The WikiArt dataset is a collection of 4k+ curated artworks, which are aggregated on the basis of emotions induced on human beings when the artwork is shown to them.
Engineering Pipeline of Auria

Engineering Pipeline of Auria

Florence Biennale 2019

At the 12th edition of Florence Biennale happens in October 2019, Auria is exhibiting her work under the contemporary digital art section. Being an international platform for Art, the presence of Auria's work produced by AI will be discussed in Florence Biennale with greater importance. Furthermore, how creative machines are going to build our future by inspiring artists to come up with novel ideas is also a crucial part of the discussion.

Collaboration with Microsoft

Auria is a perfect use case of Microsoft envisioned Azure Machine Learning Pipelines, where each step can be conceived as a containerized computation step. Multiple models developed in diverse environments can be incorporated in the reproducible pipelines and it can be easily deployed as an API. Collaborating with Microsoft, Auria's creative pursuit is coming to a wider audience.

Details

Improve this page