I can pay someone to attend meetings all over the world, by just impersonating me.
Avatarify lets users run realtime deepfakes on live video calls
31–40 of 127 posts
Re: Avatarify lets users run realtime deepfakes on live video calls
#32Re: Avatarify lets users run realtime deepfakes on live video calls
#33Earlier quoted context omitted.
As someone whose tried this repo extensively with politican sound clips (I wanted to troll buddies on discord) - it kinds blows. Don't get me wrong - it's really neat but the results are far less good than one may expect. Sometimes it almost works, and then it's just totally absurd. Long pauses, voices that don't sound compelling, total failures on female voices. It's great in theory but it showed me that there's a t…
Real Time Voice Cloning certainly has iffy output, but it's probably the most popular because it provides the easiest plug-and-play experience with even a simple UI to get started. The author says he's working on a more polished toolkit called Resemble.AI, but I've never tried it. https://www.resemble.ai/ There's certainly a market out there for just beautifying existing repos to making it easier for non-scholars to…
Re: Avatarify lets users run realtime deepfakes on live video calls
#34Re: Avatarify lets users run realtime deepfakes on live video calls
#35Earlier quoted context omitted.
If I understood it correctly, deepfakes are relatively easy to detect by software if you know what you’re looking for. I can imagine video conferencing software can implement this, and display a warning in similar ways that phishing emails are currently handled.
Deepfakes are implemented with Generative Adverserial Networks (GANs), where one component is a discriminative network that is already trying to distinguish real from fake, to provide feedback to the generation. So I think any detection algorithms would get into a never-ending arms race.
Re: Avatarify lets users run realtime deepfakes on live video calls
#36Earlier quoted context omitted.
If I understood it correctly, deepfakes are relatively easy to detect by software if you know what you’re looking for. I can imagine video conferencing software can implement this, and display a warning in similar ways that phishing emails are currently handled.
Deepfakes are implemented with Generative Adverserial Networks (GANs), where one component is a discriminative network that is already trying to distinguish real from fake, to provide feedback to the generation. So I think any detection algorithms would get into a never-ending arms race.
Re: Avatarify lets users run realtime deepfakes on live video calls
#37Train a model locally ahead of time and upload it to a server, then whenever you have a call scheduled the model is downloaded in advance by the other participants.
Now, instead of having to send video data, you only have to send a representation of the facial movements so that the recipients can render it on their end. When the tech is a little further along, it should be possible to get good quality video using only a fraction of the bandwidth.
Re: Avatarify lets users run realtime deepfakes on live video calls
#38Earlier quoted context omitted.
As someone whose tried this repo extensively with politican sound clips (I wanted to troll buddies on discord) - it kinds blows. Don't get me wrong - it's really neat but the results are far less good than one may expect. Sometimes it almost works, and then it's just totally absurd. Long pauses, voices that don't sound compelling, total failures on female voices. It's great in theory but it showed me that there's a t…
Real Time Voice Cloning certainly has iffy output, but it's probably the most popular because it provides the easiest plug-and-play experience with even a simple UI to get started. The author says he's working on a more polished toolkit called Resemble.AI, but I've never tried it. https://www.resemble.ai/ There's certainly a market out there for just beautifying existing repos to making it easier for non-scholars to…
Re: Avatarify lets users run realtime deepfakes on live video calls
#39It would be interesting to see how far you could get using deepfakes as a method for video call compression. Train a model locally ahead of time and upload it to a server, then whenever you have a call scheduled the model is downloaded in advance by the other participants. Now, instead of having to send video data, you only have to send a representation of the facial movements so that the recipients can render it on…
Downside could be some uncanny valley if the models are not very high quality.
But if I had to make a prediction, I'd expect we'll get much more value from higher bandwidth, ultra high definition streaming and features like 3d cameras / virtual reality. I think we have a tendency to really underestimate how important high definition is for human communication.
Re: Avatarify lets users run realtime deepfakes on live video calls
#40It would be interesting to see how far you could get using deepfakes as a method for video call compression. Train a model locally ahead of time and upload it to a server, then whenever you have a call scheduled the model is downloaded in advance by the other participants. Now, instead of having to send video data, you only have to send a representation of the facial movements so that the recipients can render it on…