this post was submitted on 22 Sep 2023
25 points (66.2% liked)

Technology

57609 readers
5761 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related content.
  3. Be excellent to each another!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, to ask if your bot can be added please contact us.
  9. Check for duplicates before posting, duplicates may be removed

Approved Bots


founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] Zarxrax@lemmy.world 25 points 11 months ago (3 children)

I'm kind of mixed on this, because I think AI art is pretty cool, but I also hate our current copyright system. I kind of agree with the copyright office that images generated by a prompt should not be covered by copyright. What if I just type in "cat" and set the seed to 1, and try to copyright that? What if I copyright the image for EVERY seed with that prompt? Literally anyone else could easily generate the exact same image, and are they going to be in violation of my copyright now?

It gets really complicated though. What if I draw a sketch and then feed it into stable diffusion to flesh it out further? Then I do extensive inpainting across the whole thing, then I take it to Photoshop and do further edits. At this point, I think it's fair to say this is an original image of my own creation, which should be eligible for copyright protection.

[–] snooggums@kbin.social 11 points 11 months ago (1 children)

Your second example is the artist doing a significant portion of the work and would be copyrightable.

[–] Renacles@discuss.tchncs.de 1 points 11 months ago (1 children)

What if we go back to example 1 but this time they design the AI themselves?

[–] snooggums@kbin.social 5 points 11 months ago

If they can prove that all of the art used to train an AI model is their own art, and treated the output as derivative work, then they should be able to enforce copyright the output of that specific AI. Using public domain works might be possible, although there would need to be some kind of significant portion that is theirs so the AI isn't used to copyright public works that were simply fed through the AI.

Note that I didn't say who created the AI model, as the AI is a tool and not the creator of the work. The problem with the current implementations of AI and copyright are that the models are trained on a mix of copyrighted and public domain works so there is no way to know who to identify the derivative work that comes out of the AI.

Personal opinion as I see AI as something like Photoshop that outputs something with a change based on an algorithm, with the AI just being a far more complex algorithm.

[–] sorrybookbroke@sh.itjust.works 0 points 11 months ago* (last edited 11 months ago) (1 children)

I can understand partially your argument, and I'd agree the work you personally do is your own, but the art generated by the AI is not.

It's as much your art as the person who googles extensively to find images that they ten cut out and place into your art. It's as much your art as taking it to another person, asking them to make the edits, and revising.

Now, if the image you get from google is creative commons, and the revision artist agrees to signing off their rights, you'd be able to copywrite your work. I'd agree to the same situation with AI, if the people who's art makes up the model agree to that circumstance, you should be able to copywrite. Otherwise you're just taking credit for others work because you described it well enough while ingraining it into your own.

[–] Zarxrax@lemmy.world 6 points 11 months ago (1 children)

No specific person's art is being put into my generated image, unlike if I were to copy an image from Google. If a model is trained on 1 trillion images, then every single one of those images influenced the weights in the model which then resulted in the output.

But my argument there is that when the generation becomes very integrated into the workflow as a tool, then it can be nearly impossible to separate out what was actually created by me vs what the ai did.

[–] sorrybookbroke@sh.itjust.works 7 points 11 months ago* (last edited 10 months ago) (1 children)

I disagree, you can see signatures and figures drawn by individual artists in even the largest models of today. Also, only a fraction are what you specified

Though trillions may be used, only billions are of dragons, millions of clocks, and thousands of something more specific or in certain style. A picture of a cat has nothing to do with the prompt "rick and Morty inflation porn, big feet, (feet:1.3), cartoon, drawn, colourful"

I've worked in the AI field specializing in vectorization, a method of creating automated systems to catch failures, and it's clear to me what gets imprinted onto the nodes is just other peoples work. The line-work, colouration, composition, etc. on a particular output will be from a tiny fraction of the models training and will be, individually per addition or edit, directly taken from a handful of images.

This is why you can get text based or code based AI to word for word output some of their trained work. Same with image based, though only pieces again.

All the actual decision making, the colouration, the composition, line-work, perspective, base stylistic choice, etc. will be made by another person or people before being detected by the AI and output when the correct input (prompt) is given.

To be clear, If I had called Pokemon fish whenever you put in the word fish something stylistically Pokemon would be output with nothing to do with fish. It's not learning what our prompt actually means just what gets it a head pat from the dev.

It's not just learning what a word means and outputting a new image, it's finding a way to output the original data in a way that makes somebody like me, an AI dev, say "yeah that's about right". That's all

Once more, because each time I stare I hate AI I get misinterpreted, I hate that it's taking without permission. If that is granted then it's perfectly moral.

[–] lolcatnip@reddthat.com 0 points 11 months ago (1 children)

If I like a particular element of a piece of art, like the way they painted a distinctive piece of clothing in a portrait, and I copy that element in my own work, am I stealing their work?

[–] sorrybookbroke@sh.itjust.works 7 points 11 months ago* (last edited 11 months ago)

Did you trace the linework, did you copy near exactly the colouration and composition, could you place one over the other and see it's very close to the origional? if so, yes. Yes you did. If you think to yourself, I like these specific elements of this art and am going to take them into account while creating a new piece, with new ideas, then no. You did not. AI art does the first. It doesn't know what makes up the art. It can't. It just knows if I take this data from the origional data set and place it in this manner when this term is present I have done well. It's just pattern recognition, no critical thought

[–] FaceDeer@kbin.social -2 points 11 months ago

Literally anyone else could easily generate the exact same image, and are they going to be in violation of my copyright now?

It is already the case that if an AI generates an image that happens to be effectively identical to a copyrighted one the person who generated the image can be in violation of that copyright. It doesn't matter how the copyright originated.

In the case of your cat example, though, the solution is trivial. Use a random seed. There's far too many potential images any given model could generate to ever copyright all of them, or even a tiny sliver of them, and if that did miraculously happen just train the model a little more and you get a whole new set of outputs. It's unfeasible.