this post was submitted on 22 Dec 2024
1491 points (97.5% liked)
Technology
60055 readers
3360 users here now
This is a most excellent place for technology news and articles.
Our Rules
- Follow the lemmy.world rules.
- Only tech related content.
- Be excellent to each another!
- Mod approved content bots can post up to 10 articles per day.
- Threads asking for personal tech support may be deleted.
- Politics threads may be removed.
- No memes allowed as posts, OK to post as comments.
- Only approved bots from the list below, to ask if your bot can be added please contact us.
- Check for duplicates before posting, duplicates may be removed
Approved Bots
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
So what you're saying is that there's no way to make it legal and it simply needs to be deleted entirely.
I agree.
There's no need to "make it legal", things are legal by default until a law is passed to make them illegal. Or a court precedent is set that establishes that an existing law applies to the new thing under discussion.
Training an AI doesn't involve copying the training data, the AI model doesn't literally "contain" the stuff it's trained on. So it's not likely that existing copyright law makes it illegal to do without permission.
Yes, and that's already happened: it's called "copyright law." You can't mix things with incompatible licenses into a derivative work and pretend it's okay.
You have to copy something before copyright law applies.
By this logic, you can copy a copyrighted imege as long as you decrease the resolution, because the new image does not contain all the information in the original one.
Am I allowed to take a copyrighted image, decrease its size to 1x1 pixels and publish it? What about 2x2?
It's very much not clear when a modification violates copyright because copyright is extremely vague to begin with.
Just because something is defined legally instead of technologically, that doesn't make it vague. The modification violates copyright when the result is a derivative work; no more, no less.
What is a derivative work though? That's again extremely vague and has been subject to countless lawsuits seeking to determine the bounds.
If your work depends on the original, such that it could not exist without it, it's derivative.
I can easily create a pixel of any arbitrary color, so it's sufficiently transformative that it's considered a separate work.
The four fair use tests are pretty reliable in making a determination.
The issue with this definition is that it's overly broad. For instance, a hash of a picture could not exist without that picture. Nor do certain downscalings, like 2x2, 3x3 or 4x4. There must be an exact pixel value you can legally downscale any image to without violating copyright. Similarly, there is a point where creating a book's synopsis starts violating copyright and where a song sounds too similar to another one.
And based on their size, LLMs - in my opinion - cannot possibly violate copyright for their source material because they couldn't possibly store more than a couple of bits per work. Only works that occue frequently in the training data can actually be somewhat reproduced by LLMs.
By the way, fair use doesn't even exist in every - including my - jurisdiction.
This has lead to people being successfully sued for copyright infringement because they posted pictures of their home online that contained a copyrighted wallpaper in the background.
I'm in the US, as are most of these companies, so that's generally what's being discussed here. I don't have any experience with other countries' copyright law.
But for the US, it's intentional that there isn't an exact objective threshold. The fair use tests are subjective, to allow use of a copyrighted work in artistic and other non-commercial uses. And, as you mentioned, incidental inclusions in personal photos.
More like reduce it to a handful of vectors that get merged with other vectors.
In the case of Stable Diffusion, they used 5 billion images to train a model 1.83 gigabytes in size. So if you reduce a copyrighted image to 3 bits (not bytes - bits), then yeah, I think you're probably pretty safe.
Your calculation is assuming that the input images are statistically independent, which is certainly not the case (otherwise the model would be useless for generating new images)
Of course it's silly. Of course the images are not statistically independent, that's the point. There are still people to this day who claim that stable diffusion and its ilk are producing "collages" of their training images, please tell this to them.
The way that these models work is by learning patterns from their training material. They learn styles, shapes, meanings. None of those things are covered by copyright.