Ok, so it's not very smart AI; emacs's eliza might do as good a job. But setting aside the article's lack of technical rigor, and its scientism, the film itself is interesting. I was impressed by how the actors could convey feeling, even with a randomly generated script. I imagine that, in acting school, actors have to do this sort of thing as an exercise: learn how to convey feeling using random words or grunts (is…
An AI wrote all of David Hasselhoff’s lines in a bizarre short film
11–20 of 31 posts
Re: An AI wrote all of David Hasselhoff’s lines in a bizarre short film
#12Re: An AI wrote all of David Hasselhoff’s lines in a bizarre short film
#13Ok, so it's not very smart AI; emacs's eliza might do as good a job. But setting aside the article's lack of technical rigor, and its scientism, the film itself is interesting. I was impressed by how the actors could convey feeling, even with a randomly generated script. I imagine that, in acting school, actors have to do this sort of thing as an exercise: learn how to convey feeling using random words or grunts (is…
Are they actually conveying emotion, or is the kuleshov effect [1] at work? I know one of the things they teach film actors is to 'act less' when they don't know what to do. We as humans tend to interpret the actor as displaying an appropriate emotion if their face is otherwise somewhat neutral. [1] https://en.wikipedia.org/wiki/Kuleshov_effect
I guess that's why there's an Oscar for editing! The temporal context of a shot matters as much as the shot itself.
But even if my reaction to the film is conditioned by editing, and not just Hoff's acting, I still find it weird that I'm feeling things that don't depend much on the content of the words he's speaking.
Re: An AI wrote all of David Hasselhoff’s lines in a bizarre short film
#14Re: An AI wrote all of David Hasselhoff’s lines in a bizarre short film
#15https://www.youtube.com/watch?v=oNyXYPhnUIs ?
Re: An AI wrote all of David Hasselhoff’s lines in a bizarre short film
#16Today I learned that Markov chain generation = "AI." Shame on Ars staff for conflating this parlor trick as "artificial intelligence," and failing to explain how this rather simple process works. For fucks sake, they find the raw screenplay of a movie like Knight Rider, regex out the crap, download a Markov chain generator off of github, and train their model on the text. And of course by "training", I mean they run…
Probably because they trained an LSTM model to learn conditional probabilities between words and then sampled using markov methods to actually generate the sequences. It's actually pretty standard and not particularly innovative, technically, in that you can google already existing tutorials on exactly how to do that (even in Keras - forget lower level stuff). At any rate, this doesn't work well, typically. I'm sure…
Re: An AI wrote all of David Hasselhoff’s lines in a bizarre short film
#17Today I learned that Markov chain generation = "AI." Shame on Ars staff for conflating this parlor trick as "artificial intelligence," and failing to explain how this rather simple process works. For fucks sake, they find the raw screenplay of a movie like Knight Rider, regex out the crap, download a Markov chain generator off of github, and train their model on the text. And of course by "training", I mean they run…
A large amount of AI-generated text just swaps in the source dataset, generates the text, calls it AI, and gets many blog posts written about "artificial creativity."
Re: An AI wrote all of David Hasselhoff’s lines in a bizarre short film
#18Here's our film from last year, Sunspring, which was written entirely by an LSTM trained on science fiction screenplays: https://www.youtube.com/watch?v=LY7x2Ihqjmc
It's worth noting that this year I used subtitle files rather than screenplays to train our LSTMs, so we only had dialogue rather than dialogue + action descriptions. The Ars Technica article explains everything.
Re: An AI wrote all of David Hasselhoff’s lines in a bizarre short film
#19Today I learned that Markov chain generation = "AI." Shame on Ars staff for conflating this parlor trick as "artificial intelligence," and failing to explain how this rather simple process works. For fucks sake, they find the raw screenplay of a movie like Knight Rider, regex out the crap, download a Markov chain generator off of github, and train their model on the text. And of course by "training", I mean they run…
Re: An AI wrote all of David Hasselhoff’s lines in a bizarre short film
#20Interesting. Sidenote: a 30+ year old film Death Wish (about a woman who's dying young and how her life becomes a reality tv show) predicted AI-written novels.
That sounds like a very interesting movie I would like to watch very much. But search for Death Wish only turns up tons and tons of the one with Charles Bronson going postal.