Earlier quoted context omitted.
That's probably a very relevant point. (I'm guessing.) If I ask for an image of a red dragon in the style of $ARTIST, and the algorithm goes off and says "Oh, I've got the perfect one already in my data"--or even "I've got a few like that, I'll just paste them together"--that's a problem.
That's extremely not how it works. If there's only one training example it's not going to remember anything like actual visual details of it.
We’ve filed a lawsuit challenging Stable Diffusion
451–460 of 473 posts
Re: We’ve filed a lawsuit challenging Stable Diffusion
#452Earlier quoted context omitted.
All the handwringing about generative AI brings to mind the aphorism about genies returning to bottles. There can be lawsuits and laws--and there may even be cases where an output by chance or by tickling the input sufficiently looks very close to something in the training set. But anyone who thinks this technology will be banned in some manner is... mistaken.
So as a code author I am pretty upset about Copilot specifically, and it seems like SD is similar (hadn't heard before about DeviantArt doing the same as what GitHub did). But I agree with this take: the tech is here, it's going to be used, and it's not going to be shut down by a lawsuit. Nor should it, frankly. What I object to is not the AI itself, or even that my code has been used to train it. It's the copyright…
Re: We’ve filed a lawsuit challenging Stable Diffusion
#453I keep getting reminded of the Tom Scott near-future video on how lawyers end up ruining the singularity. [1] As the line between artificial neural nets and natural neural nets continue to blur, surely the same rules should apply to both? Of course the counter-argument "some NNs are somehow different than others based on color [2]" walks you straight into an ongoing ethical minefield in the social sciences and biolog…
>>I keep getting reminded of the Tom Scott near-future video on how lawyers end up ruining the singularity If you think that this tech is remotely close to anything resembling general intelligence or a singularity, I've got an image model to sell you.
Re: We’ve filed a lawsuit challenging Stable Diffusion
#454They are going to have to show that the model copies ALL source images with perfect retention, and they are 100 percent full of shit if they think they can demonstrate that. What you may find is that some models out there are heavily biased on source images and can produce some outputs that are too similar to original works, in that case, there may be an issue.
Re: We’ve filed a lawsuit challenging Stable Diffusion
#455Earlier quoted context omitted.
Not a copy, a hash or fingerprint. Just enough data to measure if it's substantially similar. But yes, it may be infeasible to index and compare against every image ever uploaded.
Couldn't I just add a few non-sense bytes into my images to change the hash/fingerprint?
Re: We’ve filed a lawsuit challenging Stable Diffusion
#456Earlier quoted context omitted.
Not a copy, a hash or fingerprint. Just enough data to measure if it's substantially similar. But yes, it may be infeasible to index and compare against every image ever uploaded.
If I understand correctly, wouldn't a hash database of be larger than the actual model? (in fact by 1 or 2 orders of magnitude?)
Re: We’ve filed a lawsuit challenging Stable Diffusion
#457Earlier quoted context omitted.
There's a key difference. A compression algorithm is made to be reversible. The point of compressing an MP3 is to be able to decompress as much of the original audio signal as possible. Stable Diffusion is not made to decompress the original and actually has no direct mechanism for decompressing any originals. The originals are not present. The only thing present is an embedding of key components of the original in a…
Lossy compression isn't reversible but presumably the content when compressed tjis way is still covered by copyright.
Re: We’ve filed a lawsuit challenging Stable Diffusion
#458Earlier quoted context omitted.
I can draw Biden, yes, but SD can only draw Biden by deriving it's output from the images on which it was trained. This is a simple tautology, because SD cannot draw Biden without having been trained on that data. SD both creates derivative works and also sometimes creates pixel level copies from portions of the trained data.
Yes, and we are now using the artistic definition of “derived” and not the legal definition. You cannot copyright “any image that resembles Joe Biden”.
Re: We’ve filed a lawsuit challenging Stable Diffusion
#459Good luck with that - DevianArt doesn't produce work, just hosts it, which is mostly indeterminable from human input, and Midjourney use their own engine trained on different data. Advertising the fact you've not done adequate due diligence before public announcement of intent to sue doesn't (imho) give me the best impression of your lawyering chops.
Re: We’ve filed a lawsuit challenging Stable Diffusion
#460Earlier quoted context omitted.
That's probably a very relevant point. (I'm guessing.) If I ask for an image of a red dragon in the style of $ARTIST, and the algorithm goes off and says "Oh, I've got the perfect one already in my data"--or even "I've got a few like that, I'll just paste them together"--that's a problem.
That's extremely not how it works. If there's only one training example it's not going to remember anything like actual visual details of it.
A trained model holds relationships between patterns/colours in artwork and their affinity to the other images in the model (ignoring the English tagging of images data within this model for a minute). To this degree, it holds relationships between millions of images and the degree of similarities (i.e. affinity weighting of the patterns within them) in a big blob (the model).
When you ask for a dragon by $ARTIST it will find within it's model an area of data with high affinity to a dragon and that of $ARTIST. What has been glossed over in discussion here is that there are millions of other bits of related images - that have lower affinity - from lots of unrelated artwork which gives the generated image uniqueness. Because of this, you can never recreate 1:1 the original image, it's always diluted by the relationships from the huge mass of other training data, e.g. a colour from a dinosaur exhibit in a museum may also be incorporated as it looks like a dragon, along with many other minor traits from millions of other images, chosen at random (and other seed values).
Another interesting point is that a picture of a smiling dark haired woman would have high affinity with Mona Lisa, but when you prompt for Mona Lisa you may get parts of that back and not the patterns from the Mona Lisa*, even though it looks the same. That arguably (not getting Mona Lisa) is no longer the copyrighted data.
* Nb. this is a contrived example, since in SD the real Mona Lisa weightings will out number the individual dark haired woman's many times, however this concept might be (more) appropriate for minor artists whose work is not popular enough to form a significantly large amount of weighting in the training data.