I'm thinking that soon video and images are going to be just dead weight in journalism, adding nothing other than decoration.
Drag Your GAN: Interactive Point-Based Manipulation of Images
51–60 of 90 posts
Re: Drag Your GAN: Interactive Point-Based Manipulation of Images
#52Re: Drag Your GAN: Interactive Point-Based Manipulation of Images
#53Earlier quoted context omitted.
Please try to make an original movie that meets the standard of, say, The Godfather, with AI.
I understand your point but I think it would be easier with AI than without. Many movies are not made to the standard of The Godfather because they don't sell like MCU Movie #53 and if you include more humans in the creation you're more likely to run into the current system's restrictions. Making a movie as beloved as the Godfather would still be challenging of course.
Re: Drag Your GAN: Interactive Point-Based Manipulation of Images
#54I'm thinking that soon video and images are going to be just dead weight in journalism, adding nothing other than decoration.
I think there has to be some kind of cryptographic signature solution, like "The BBC verifies that this image is authentic".
And societal care. Our society seems to really like to whine about "the danger of deepfake images", but our actions reveal that we don't really give a crap, as we could solve this problem today if we really wanted to.
Re: Drag Your GAN: Interactive Point-Based Manipulation of Images
#55The only thing that's new is the interactive interface the rest of it is old tech... You can use it on art breeder.com. Photoshop even has it in their face neural filter. GANs are not feasible for a variety of reasons you need to have models specific to your subject ie. why they change to a elephant model to manipulate the elephant.they are also not style agnostic but it's a great demo and the right time to release i…
With ChatGPT, the only thing new was the chat interface. In fact even Sam Altman mentioned this on Lex Fridman's podcast, IIRC - he said what he was most surprised about was the outsized effect the interface had on bringing LLM to the forefront of public consciousness, despite the existing maturity of the underlying GPT models. At least in that case it was OpenAI adding interactivity to its own existing models. But s…
Re: Drag Your GAN: Interactive Point-Based Manipulation of Images
#56Earlier quoted context omitted.
There are probably ways to embed cryptographic hashes within images. Any device that creates images from the real world could have secret keys that can be used to validate any image created by said device. We will still need a centralized party that holds the secret keys for validation through
There's no way this would work, either the master encryption key would be leaked, or someone would reverse-engineer the chip. Also, what about someone putting a screen just in front of the sensor?
A private key is generated on device and never leaves it. It sits inside a TPM or equivalent.
The public key is pushed to a well-known site, visible to all.
Every shot is signed by hashing the bits into a reasonably short string (say, using sha512) and then encrypted with the private key.
Anyone can now decrypt the hash, and compare it with the hash they computed from the bits.
The problem, of course, is that any transformation whatsoever breaks the signature. You can't adjust levels and contrast, you can't even crop. Maybe it's a good property.
Re: Drag Your GAN: Interactive Point-Based Manipulation of Images
#57Earlier quoted context omitted.
With ChatGPT, the only thing new was the chat interface. In fact even Sam Altman mentioned this on Lex Fridman's podcast, IIRC - he said what he was most surprised about was the outsized effect the interface had on bringing LLM to the forefront of public consciousness, despite the existing maturity of the underlying GPT models. At least in that case it was OpenAI adding interactivity to its own existing models. But s…
The I don't understand the technology but will ramble about stuff until they just give up reading the comment approach ¯\_(ツ)_/¯
Re: Drag Your GAN: Interactive Point-Based Manipulation of Images
#58Earlier quoted context omitted.
The I don't understand the technology but will ramble about stuff until they just give up reading the comment approach ¯\_(ツ)_/¯
Are you referring to my comment? I'm certainly no expert on AI, and if I'm misunderstanding the technology I'd like to know. What is wrong about what I wrote?
Re: Drag Your GAN: Interactive Point-Based Manipulation of Images
#59Hello, post-truth world! More seriously, I think that digital photos, and especially low-res surveillance camera coverage, will soon be inadmissible in any reasonable court, because tools like this would allow to forge such evidence in very natural-looking ways.
Fakes will be relevant for Twitter, TikTok and Co., where random videos are posted and distributed without sources, heavily edited and compressed, such that it is impossible to tell if that video ever started out as a real video or a fake. But in court the whole thing starts to fall apart the moment they ask where that video came from.
Re: Drag Your GAN: Interactive Point-Based Manipulation of Images
#60Hello, post-truth world! More seriously, I think that digital photos, and especially low-res surveillance camera coverage, will soon be inadmissible in any reasonable court, because tools like this would allow to forge such evidence in very natural-looking ways.
There are probably ways to embed cryptographic hashes within images. Any device that creates images from the real world could have secret keys that can be used to validate any image created by said device. We will still need a centralized party that holds the secret keys for validation through
You definitely don't want one single leakable entity.