If your AI is capable of reproducing part or whole of a bit of content it was trained on, then your AI is subject to copyright. Training an AI to create derivative works, does not absolve you of violating the copyright of the authors your AI is building derivative works from. If this is too much of a legal burden for you, then don’t train your AI on work it may create derivative forms from. It’s a pretty simple probl…
You seem to be very confident that you know exactly how the law is going to be interpreted in this case. If I were you I'd moderate that confidence a bit to cover the possibility that you are not in fact the top legal scholar you seem to think you are. I could see this go either way. There's the argument you put forth, and then there's the argument that a text to image model is a transformative work. You can use copy…
AI is in danger of being swallowed up by copyright law
631–640 of 705 posts
Re: AI is in danger of being swallowed up by copyright law
#632There's no part of AI that is being swallowed up by copyright. AI companies can ask for permission if they want to train their models on other people's works. It's not that hard, various image hosting sites have already added an opt-in/opt-out toggle to their services. Sites might even get away with using this stuff as compensation for free hosting. The fact of the matter is that the AI companies don't want to ask fo…
Re: AI is in danger of being swallowed up by copyright law
#633I'd be far more amenable to corporations training their AI on my content of those exact same corporations hadn't spent the last two decades aggressively defending their own IP with DRM and multi-million dollar lawsuits. So they can go fuck themselves, or alternatively they can make their super advanced AI reproduce my copyright statement and license every time it copies my code. Which shouldn't be difficult at all.
Which corporations are you referring to?
Re: AI is in danger of being swallowed up by copyright law
#634I'd be far more amenable to corporations training their AI on my content of those exact same corporations hadn't spent the last two decades aggressively defending their own IP with DRM and multi-million dollar lawsuits. So they can go fuck themselves, or alternatively they can make their super advanced AI reproduce my copyright statement and license every time it copies my code. Which shouldn't be difficult at all.
Your stance, if it becomes law, guarantees that only the giant corporations you hate will be able to negotiate licenses to train their AI. It guarantees that libre AI tools will be left far behind. Is that what you want?
anyways, there's a lot of ways that AI researchers could engage with IP owners to come up with a fair way to use their work, but nobody's making that effort. If my content is part of an AI's training set (and especially if that AI has a tendency to output excerpts of its own training set verbatim, as github's copilot has been shown to do) then it's not unreasonable to set terms and conditions, which could restrict how the content is used for training and what sort of compensation (if any) I deserve.
I'm of the opinion that it's time for new versions of GPL and CC licenses to be created which will enumerate how content can be used for AI training.
Re: AI is in danger of being swallowed up by copyright law
#635Earlier quoted context omitted.
If you understand that the model is a tool, and that as a tool it can be used to generate activity that can violate laws and be used for other perfectly legal activities, then as a broad principle the distribution of said tool is not a violation of said laws. Cars, phones, guns, knives (practically anything) can be used to generate activities that break the law. They are perfectly legal to distribute. The onus on the…
While it’s true that knives and guns have both legal and illegal uses, it’s another straw man in this context, irrelevant to both neural networks and copyright law. In the case of neural networks, you’re distributing the copied material along with the tool, in the form of network weights, thus breaking the law by distribution whenever the network can reproduce significant portions of any of its individual training sa…
Making statements and assuming the truth without reason nor evidence nor examples to back it up. Logical fallacy of begging the question. You have also not reasoned how freely available information is “illegal” to read/index/store amongst other things.
Not here to win you over. The audience can see how weak your position is. My last response here.
Re: AI is in danger of being swallowed up by copyright law
#636Earlier quoted context omitted.
It gets called plagiarism, and there are lots of lawsuits preventing this.
It's not plagiarism at all. The AI is trained on 5 billion images yet it stores only 4gb of data. Thus it is impossible that it stores the actual work. For any image that the AI generates, you can't point to any image in the training data that the image is derived from.
This was about the humans consuming other people's content.
> Humans are constantly ingesting gobs of "copyrighted" insights that they eventually remix into their own creations without necessarily reimbursing the original source(s) of their creativity.
If humans make stuff that is too close to someone else's source materials then it is considered plagiarism and not "inspired by".
> For any image that the AI generates, you can't point to any image in the training data that the image is derived from.
Why can't you point to the Getty Images watermark that it is quite happy to reproduce? Isn't that surely evidence that it doesn't actually understand what it is reproducing?
> The AI is trained on 5 billion images yet it stores only 4gb of data. Thus it is impossible that it stores the actual work.
I have also seen billions of images, therefore I cannot be actually store the real images in my head and thus nothing I paint could ever be considered plagiarism. That's brilliant, I think there are a few law firms defending artists who would be looking to hire you.
Re: AI is in danger of being swallowed up by copyright law
#637Earlier quoted context omitted.
AI companies can ask for permission if they want to train their models on other people's works Do you ask for permission when you train your mind on copyrighted books? Or observe paintings? Or listen to music? Do you ask for permission when you get new ideas from HN that aren't your own? Humans are constantly ingesting gobs of "copyrighted" insights that they eventually remix into their own creations without necessar…
> Do you ask for permission when you train your mind on copyrighted books? Or observe paintings? Or listen to music? Yes, that’s exactly what happens when you buy a book, or pay for a music subscription. The work is in the public domain, then global permission to observe and copy the work is already granted. > Do you ask for permission when you get new ideas from HN that aren't your own? You don’t need to. It’s impli…
My experience with ML tools like co-pilot is why I reject copyright claims on ML systems. there are a tool that generated original work based on my instructions not unlike a paintbrush, photoshop, or a CNC machine. My instructions were based on my exposure to copyrighted works.
I use co-pilot as an accessibility device enabling me to write code again. like with speech recognition co-pilot is a force multiplier IF you change how you work. If you keep using the habits formed by typing, you will get shit results.
The end result of the shift in how I work is now I know how to tell co-pilot how to write code in my style. My co-pilot generated code is no less my code than what I generate by hand. Co-pilot acts as an extension of my brain, not my fingers.
Is my co-pilot generated code copyrightable? I say yes because it is the result of this human's creation and instruction.
Re: AI is in danger of being swallowed up by copyright law
#638Earlier quoted context omitted.
But you can still see the code and learn generally how to write code. Maybe you see a style of unit testing in a library, and decide to incorporate the techniques into your own code. This is not a copyright violation. It can't be, or all creative expression would be dead.
Don't be so sure of that: in music it's now established that getting too close from the "style" of another musician is a copyright violation: https://www.jdsupra.com/legalnews/what-s-going-on-another-ma...
a similar ruling will also be a disaster for software as our tools of expression are very restricted. code is based on boolean algebra and predicate calculus, practice guides like design patterns and books teaching algorithms and data structures.
there are lots of ways to write bad code and only a few for good, correct code. Recognizing this led me to replicating known working code, code I had created, for multiple employers. so who's copyright did I intentionally violate?
I think we are attacking the wrong problem WRT ML and copyright. to me, ML shows the foundation on which copyright is built is a lie. we should use ML to break copyright for code.
Re: AI is in danger of being swallowed up by copyright law
#639I think the underlying question is one of "degrees of derivation". There's a famous Carl Sagan quote: “If you wish to make an apple pie from scratch, you must first invent the universe” which hints at the problem: Nothing is created in a vacuum. Let's compare what Stable Diffusion does with what Franz von Holzhausen, head of design at Tesla, does. Franz didn't come into existence out of nothing and knew how to design…
The key point is: an AI calls itself an intelligence but this so far is quite a bit of marketing. A human is considered an intelligent being. Where a process of creating new things happen. They are based on true learning and not just reproduction. And where they have been just reproduction, of course it went to the courts.
Keep in mind, we don't know how humans learn either (on a neurological level). It might end up being that we stumbled onto the same general idea, using matrices and linear algebra instead of neurones, synapses and neurotransmitters.
Re: AI is in danger of being swallowed up by copyright law
#640Earlier quoted context omitted.
> How much of that is going back to the copyright holders whose work their service derives value from ? how much of the earnings of the student of art goes to the textbook authors, paintings and learning materials he used to get to where he is today?
Derivative works are their own things (when sufficiently derivative). And AIs are not humans - using an algorithm does not automatically remove the copyright. See also "I uploaded a movie to youtube but it's upside down, why did it get taken down".