+
+
+
+
+By the end of this tour, my goal is to help you understand how some existing artists are incorporating AI tools and concepts into their work, and how using AI art tools might augment your creativity.
+Disclaimer: I’m not a real expert on computer vision, neuroscience or art. But I have spent a couple years learning about the space, so I’ll do my best to explain things as I understand them so far.
+For those more familiar with AI, I plan on making some broad generalizations in the interest of brevity. If you’re interested in the technical details, I’ve done my best to include relevant links on where to go deeper.
+
+What is AI art?
+Many artistic tools come from people striving to understand how algorithms affect our lives. I’ve distilled a framework to understand different types of AI Art, and am sharing it in the hopes that it makes the concepts easier to discuss and compare.
+Here are 3 ways I can think of to define “AI Art”:
+
+- Making creative use of outputs from an AI Tool
+- Leveraging how AI represents information to deliberately craft an Effect
+- Exploring the Concepts within AI and what they mean for us
+
+
+
+Some Definitions
+Given the amount of cultural baggage we all associate with words like “AI” and “art”, it’s worth clarifying some definitions up front. “AI Art” has stuck as a phrase to describe an emerging category of creative work, but it might be more accurate to call it “Machine Learning Art.”
+The art I’m discussing here is mostly made by humans using statistical methods, not by sentient robots with their own creative ideas. Sorry to disappoint, but this post isn’t dedicated to anthropomorphic machines that paint:
+
+
+SPIRAL by Deepmind (blog, pdf, youtube)
+
+
+AI
+AI is a term used in so many contexts, that it’s a bit of a loaded term. Most mentions of AI can be bucketed into one of two broad categories:
+
+- General AI: The futuristic aspiration of computers that experience consciousness
+- Specialized AI: Systems using statistics to learn patterns from data in order to make predictions.
+
+I’ll be focused on artistic applications of techniques that have sprung out of real-world research from the category of Specialized AI, also known as Machine Learning.
+
+
+
+Machine Learning
+Machine Learning (usually) refers to a type of algorithm that (1) is built to perform a clearly-defined task, and (2) learns patterns and relationships from training data
+
+For example, imagine that we want to predict housing prices. We’d probably start with a spreadsheet of prices we know to be true, alongside features for each house that we expect to be related to the price. If we plot price vs. size on this toy dataset, we can start to see a slope.
+
+

+
+If we were to draw a line through these points, the “slope” would be what you multiply the size
by in order to get the price
(plus a “bias” term, if the slope doesn’t meet the Y-axis right at zero). The objective of an ML algorithm is to find a line to draw through these points that minimizes the error in its predictions. You can visualize the error as the distance from each real data point’s Y
coordinate to the prediction: the line’s value at the corresponding X
coordinate.
+
+

+
+“Art is everything that you don’t have to do.” - brian eno
+Whole books could be written in an attempt to define art, so I won’t attempt an exhaustive definition.
+
+
+“Fountain,” Marcel Duchamp, 1917 (wikipedia)
+
+The truth is that art can be defined by whoever is creating it, and art history is full of boundary-pushing acts leading onlookers to ask “but is it art?”
+
+
+Back to AI Art
+Now I’ll step through three possible ways to define AI art and provide some examples along the way.
+
+- Making creative use of outputs from an AI Tool
+- Leveraging how AI represents information to deliberately craft an Effect
+- Exploring the Concepts within AI and what they mean for us
+
+
+
+
+
+
+
+Definition #3: Exploring the Concepts within AI and what they means for us
+Among other things, this could encompass exploring AI’s relationships to:
+
+- our society
+- the individual
+- the nature of consciousness
+
+
+Example: Treachery of Imagenet
+Tom White made some beautifully designed prints, each of which fools a computer vision network into believing it’s actually a picture of a specific object (see the predicted categories to the right of the image below).
+
+
+source
+
+There’s a new field of security concerned with adversarial machine learning, concerned with how attackers can fool neural networks into misinterpreting what they see. It’s not intuitive, but the consequences can be serious - imagine a self-driving car fooled into missing a stop sign. I admire how Tom White took a complex concept and used it to make a visually appealing piece that sparks curiosity and raises awareness about concepts that may affect our lives but don’t have easy conversational entry points for outsiders.
+
+
+Example: Simulating How Humans Draw
+I’m fascinated when researchers attempt to mimic how humans draw. In particular, I’m interested in how the researchers set up an algorithm to mimic the process of drawing - they have to choose what happens next, how much the first part of the drawing affects what happens next, and how to define success.
+
+
+source
+
+In my analog artworks, I’ve noticed that sometimes I start a drawing not knowing how it will end up. Small accidents or random movements early in the drawing lead me to see something unexpected, adjust my course and capture what I saw. Oddly enough, thinking about the rigid framing of machine learning problems (input: view of the canvas, output: X,Y,Z coordinates of brush movement) has led to some fun experiments. For example, what happens if i close my eyes and draw?
+
+
+
+
+In Conclusion
+Given that there are several ways to define AI art (and I’m sure my list is not comprehensive), my hope is that we can broaden our view of what AI art means. While it does include fun images made using new mobile apps, I’d also like to think that there’s some more profound works out there. Works that can surprise people, help them understand the role of new technologies in their daily lives, and stoke their curiosity to learn more.
+
+“Stop thinking about art works as objects, and start thinking about them as triggers for experiences. … what makes a work of art ‘good’ for you is not something that is already ‘inside’ it, but something that happens inside you — so the value of the work lies in the degree to which it can help you have the kind of experience that you call art.”
+Brian Eno, via brainpickings
+
+
+
+
+
+