Earlier quoted context omitted.
> you can't make these machine things without literally feeding this copyrighted information into them, therefore they do contain a copy. They don't necessarily do. Think about that. You can take some copyrighted material and transform the information contained in it (for instance a fictional book). You can then write a summary. The summary contains information that was present in the original but it has been transfo…
> The summary contains information that was present in the original but it has been transformed and hence it's not a copy. The summary also contains original thought, something is added to it by a human to make it unique. AI models are primarily deriviative. A better example would be: if I take 1,000 different copyrighted works and put them into a ZIP file, does that resulting file violate copyright?
AI weights are not open “source”
161–170 of 274 posts
Re: AI weights are not open “source”
#162Earlier quoted context omitted.
> you can't make these machine things without literally feeding this copyrighted information into them, therefore they do contain a copy. They don't necessarily do. Think about that. You can take some copyrighted material and transform the information contained in it (for instance a fictional book). You can then write a summary. The summary contains information that was present in the original but it has been transfo…
> The summary contains information that was present in the original but it has been transformed and hence it's not a copy. The summary also contains original thought, something is added to it by a human to make it unique. AI models are primarily deriviative. A better example would be: if I take 1,000 different copyrighted works and put them into a ZIP file, does that resulting file violate copyright?
Re: AI weights are not open “source”
#163Earlier quoted context omitted.
These are not bad arguments, but I don't think they're conclusive. I am a lawyer, and I could absolutely see this going the other way. "You can't make these machine things without literally feeding this copyrighted information into them, therefore they do contain a copy. You can see this by when they reproduce, e.g. the "getty images" deal." *this is not legal advice, dangit commenter person below
> you can't make these machine things without literally feeding this copyrighted information into them, therefore they do contain a copy. They don't necessarily do. Think about that. You can take some copyrighted material and transform the information contained in it (for instance a fictional book). You can then write a summary. The summary contains information that was present in the original but it has been transfo…
Re: AI weights are not open “source”
#164Earlier quoted context omitted.
This has nothing to do with IP laws, and everything to do with baby formula laws. You don't seriously think that without the ability to sell the recipe, nobody would invent a safe and effective baby formula, right?
I'm not sure you fully grasp all the dimensions of IP law. If you have two brands of baby formula, Death brand that kills babies, and OK brand that is perfectly fine, and you start putting Death brand in fake cans labeled OK brand - that is absolutely an IP enforcement issue. The desire of OK brand to protect their brand, and profits, combined with reasonable IP laws allows them to lead enforcement actions and protec…
The kind of intellectual property we are talking about is the one where Death isn't allowed to make baby formula that doesn't kill babies, because OK patented making baby formula that doesn't kill babies and won't give them a license.
Re: AI weights are not open “source”
#165Earlier quoted context omitted.
It's a very difficult distinction to make. Would you consider a Python program to be data rather than program just because it is text input to the python interpreter instead of machine code for the CPU?
It is not at all a difficult distinction. Weights are literally numbers computed as output. They are not instructions. The semantics of those numbers even when emplaced (loaded) in an artificial neural net is such that they do not execute. They are not instructions. LLM engines and diffusers perform searches where the weights are used to calculate additional output. Is source code, like Python text, data? Yes. All co…
Re: AI weights are not open “source”
#166Earlier quoted context omitted.
I consider that one super likely, but then using the model to make competing works with one the artists in their own style is a non-fair use derivative work
Style explicitly isn’t copyrightable. It’ll need to be for some other reason.
Basically, that world ignores the AI model completely. If your resulting work wouldn't be fair use if you directly were working with something from the training set, it wouldn't be fair use if you fed it through an AI model first.
Re: AI weights are not open “source”
#167Are the weights in our brain copyrightable? Might want to get ahead of the curve on this one. How would this work? Would I get a tattoo with a license spelling out covering the contents of my body?
Re: AI weights are not open “source”
#168The complexity described seems to be resting on the unestablished idea that weights are copyrightable in the first place. If they're not, then presumably "available weights", "ethical weights", and "open weights" are all the same: open weights. Either your weights are under NDA and presumably considered to be a trade secret, or they are public, and the words in your "license" mean absolutely nothing? That seems like…
> The complexity described seems to be resting on the unestablished idea that weights are copyrightable in the first place. Yes. Weights probably aren't copyrightable in the US. See Feist vs. Rural Telephone, in which the Supreme Court ruled that telephone directories are not copyrightable. The copyright clause in the Constitution ("To promote the Progress of Science and useful Arts, by securing for limited Times to…
Ie. if ClosedAI says you can't use output of their API to train competitive models - is that enforceable or not?
Re: AI weights are not open “source”
#169Earlier quoted context omitted.
Copyright is for things that are the result of human creativity. If the weights come from running an algorithm on a training set (that one does not have a copyright to) then how can the weights then be copyrightable? They might be a derivative work, but that just means they infringe copyright, not that they are copyrightable themselves.
The answer would be if the weights are transformative enough, and the copyright would come from the person who decided what images to include in the training set. The act of choosing to place images in a certain arrangement, such as a collage, can be copyrightable. The same could be said for the "act" of choosing what images to include in a training set and which parameters to use to train the model.
Re: AI weights are not open “source”
#170Earlier quoted context omitted.
> The complexity described seems to be resting on the unestablished idea that weights are copyrightable in the first place. Yes. Weights probably aren't copyrightable in the US. See Feist vs. Rural Telephone, in which the Supreme Court ruled that telephone directories are not copyrightable. The copyright clause in the Constitution ("To promote the Progress of Science and useful Arts, by securing for limited Times to…
Assuming that weights are not copyrightable, how much restrictions can you put on output through API from those networks/weights? Ie. if ClosedAI says you can't use output of their API to train competitive models - is that enforceable or not?