Google Built the Perfect Deepfake Engine. Can a Hidden Pixel Signal Stop the Chaos?
Google has introduced its Gemini Omni model, a powerful generative engine that allows users to create hyper-realistic videos and avatars. This technology raises concerns about the rise of deepfakes, which have increased by 900 percent this year. To combat potential misuse, Google is implementing verification measures like C2PA credentials and the SynthID watermark to distinguish real content from synthetic media.
- ▪Google's Gemini Omni model enables users to create realistic videos and avatars from text prompts.
- ▪Deepfake incidents have surged by 900 percent, raising concerns about misinformation.
- ▪Google is implementing C2PA credentials and SynthID watermarks to verify content authenticity.
Opening excerpt (first ~120 words) tap to expand
try { if(localStorage) { let currentUser = localStorage.getItem('current_user'); if (currentUser) { currentUser = JSON.parse(currentUser); if (currentUser.id === 3608751) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } Kumar Kislay Posted on May 24 • Originally published at forg.to Google Built the Perfect Deepfake Engine. Can a Hidden Pixel Signal Stop the Chaos? Imagine scrolling through your feed and seeing a perfectly rendered, physics accurate video of yourself doing a backflip over a moving car. You do not know how to backflip. You have never been near that car. But the lighting is flawless. The fluid dynamics of your jacket catching the wind look entirely real.
…
Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV.to (Top).