Slashdot Mirror


Computer DJ Uses Biofeedback to Mix

srand writes "So some scientists at HP developed this AI to mix new music tracks for dancers based on biofeedback from the clubbers. The clubbers are each given a heart monitor, which sends information to the DJ through a wireless link. The DJ itself mixes music using genetic algorithms to find the tracks the audience likes best. The tracks are the "genes", and feedback from the audience determines the fitness levels of the genes." I still think generative music has a lot of potential, although I'd love an intermediate step where some sort of biofeedback picked MP3s based on your mood.

8 of 217 comments (clear)

  1. This is interesting by MisterQueue · · Score: 5, Interesting

    But it sounds as though it would be pandering to one's audience rather than creating something new. I mean isn't most music about creating something meaningful to you in the hopes that it connects with someone else? If you tailor the music over a period of time to what your audience responds best to then isn't this just pablum. It's like what most record companies do when they create new mainstream music, pick the most watered down flavours to get the biggest appeal.

    I don't know, maybe I just need to get more sleep

    -Q

    --
    "I was not put on this earth to listen to meat! Frylock..were you?" -Master Shake
  2. I want more details. by Xzzy · · Score: 5, Insightful

    Exactly how advanced is this AI? I read the article a day or two ago and the thing failed to really go into many details, nor provide samples of what this AI can produce. Does the AI fall into "traps" where music becomes too repetitive? Or is it unable to progress from one sound to the next, creating unsettling shifts in music that a human will find distasteful?

    Because it seems to me that making music is just a wee bit more involved than having a massive library of sound bites, picking one of them with a rand() function, tossing it into the loop, and waiting for people to react. I could see the AI painting itself into a corner if it only lets itself pick tunes that don't generate a negative value.

    In other words, this AI is going to have to be able to compose interesting tunes or else all the flash and glory of reacting to humans is gonna be a flop.

    If the AI has implemented some form of SOUNDEX for music files, then I could see it working. Like if the audience was really grooving to artist X, it could pick a similar song from artist Y, rather than just plugging in another song that artist X created and hoping people like it.

    Not slamming the project too much though. It is quite cool and spawns all kinds of neat questions that would be a heap of fun to answer.

  3. Not for Raves at least by Quizme2000 · · Score: 5, Insightful

    The reason a lot of people cram into warehouses thousands at a time is dance, listen, but also because the DJ too. Hmmm DJ "heartbeat" or Paul Okenfold. Also what the DJ mixes charges is damn near an art form, the really good ones can deliever quite an experience. We have seen purly computer generated/AI "art" before, imagine having to listen to it at 300Db. Plus I don't think a wireless HB moniter is going to match my leopard pattern leather pants and sparkly vest.

    (no, I don't use drugs at raves)

    --
    "Get them before they get....
  4. Computers everywhere is bad!!! by chrysalis · · Score: 5, Insightful

    When you go to a club, you don't want to just listen to music. You want to see the DJ. You want to hear HIS playlist. You want to discover his personal scratch combos. We all need some human presence, especially when it comes to party.

    Would you enjoy to watch a soccer match, with only robots, executing programmed tasks? "I bet on this team, they probably used 23248234 as a salt for their number generator, it's better than 232488, that has a bug line 8723" . Would it be great?

    You go to a party to be surprised, to discover something. The DJ changes the music according to dancers feeling, that's right. But dancers feeling also depends on the DJ's work.

    Why is Carl Cox a great DJ? Because he does basic beat-matching? No. Carl Cox is fantastic because he plays with the dancers. He smiles, he jokes, he has a wonderful human communication, even without speaking. Why is Qbert a great DJ? Because when you see him, it's just as if he had 10 hands, or as if your eyes were too slow to follow the movements. Can you feel this with a stupid computer playing MP3s?

    I work as a house and hip-hop DJ in Paris, France. People have fun listening to my music because I'm playing with kiddy songs, sometimes to "comment" what's happening on the dancefloor with funny sentences. I'm sometimes scratching on Dragonball Z over kicking funk house, just for fun. People don't expect that (so the HP computer won't do that), but they like it a lot. Once again, a stupid computer won't do this.

    Computers are handy for a lot of stuff. But please, don't bring us a robot society. Keep some human feeling, or you will kill the fun.

    --
    {{.sig}}
  5. Re:Finally we can get rid of lousy music. by brunes69 · · Score: 5, Insightful

    Man, record companies aren't stupid. They're out to make as much money as possible. To do this, they need ot sell the greatest numbr of records as possible. To do this, they have to cater to the majority. Which is what they do. When are you people going to realize that statements like "we don't like plagerized cloned music" are blatently false, at leat when tlaking about the majority of the population. This type music IS what the majority like, thats why they make so much of it. If people didn't like this stuff, it wouldn't sell, and they'd stop making it. It's that simple.

    And no, its not because "Well thats the only stuff they put out nowadays, so poeple have to like it". THats also totaly false. There is tons of music out here. Most people choose Pop music. It's that simple.

  6. This just in... by rkent · · Score: 5, Funny

    The clubbers are each given a heart monitor, which sends information to the DJ through a wireless link.

    This just in: revolutionary new Hearing(tm) technology lets a human DJ bypass the heart monitoring gear altogether and play records based on vocal responses from clubgoers.

  7. Re:Sounds like a good idea... by onion2k · · Score: 5, Funny

    Still, if someone died it'd probably go respectfully quiet..

  8. Re:Yeah by Erasmus+Darwin · · Score: 5, Insightful
    "Mistake number one is calling this "AI." I think the bar for that title is a tad higher, no?"

    No. Just as the term "virtual reality" is applied to a lot more than just perfectly immersive, Matrix-like systems, "aritificial intelligence" has a much wider scope than just HAL-like systems capable of understanding human speech and providing coherent, intelligent replies.

    One example of part of the AI field that isn't close to the movie-like image of AI is the expert system. At its simplest, it's a bunch of yes/no questions about a given topic. An answer to each question leads to either a new question or a conclusion. A classic application of this system is a guessing game that operates somewhat similar to 20 questions -- the user picks something and the expert system asks questions in an effort to guess what it is. If the system fails, it prompts the user for a new question to add to the tree that incorporates the new data item. All of this is trivial for anyone with even rudimentry programming experience to implement, it's not especially profound, and it'll never pass the Turing test, but it is a legitimate part of the AI field.

    This dance system, as near as I can tell, seems to be way ahead of such a cut and dried expert system. It's using genetic algorithms to assemble music based on feedback from users. That sounds like AI any way you slice it. Sure the system isn't a conscious, self-aware entity, but that's just a small bit of the AI field (and most likely won't be realized for a long, long time).