Earlier quoted context omitted.
Weights are data in the same way that instruction codes in memory is data.
Values for the variables do not the function make.
AI weights are not open “source”
211–220 of 274 posts
Re: AI weights are not open “source”
#212Earlier quoted context omitted.
It's just a race for which test case gets to the supreme court first really...
...and the Supreme Court could rule however it likes. It doesn't matter what anyone else says, or what any law says, what any lawyer or other judge says. They could be completely biased, could completely ignore everyone and everything else and rule however they want. I'm almost surprised they still bother to write any kind of "legal reasoning" in their ruling and don't simply focus on what the ruling is rather than w…
Plenty of companies who have legal teams will keep an eye on the legal landscape of court decisions, and use them to decide if our T&C's or contracts need rewriting, or if any precedent puts us at legal risk.
Sure - the supreme court could overthrow its precedent anytime, but until it does, a lot of people will act as if what they say is the law.
Re: AI weights are not open “source”
#213Weights are an information asset that require millions in capital and burned-out GPUs to mine and refine.
Re: AI weights are not open “source”
#214But if you are going to make that distinction, for which you can make a case I think, shouldn't you include a third dimension, 'data'? The code alone is hardly useful if you want to rebuild the weights, but all it tells you is that they're loading their proprietary data and then using PyTorch to set up and train the model. You can't reproduce anything using just that. So the real equivalent of open source would be imho either open weights, or open data plus code plus weights (the latter are arguably redundant, but still practical to include). Given that the size of that repo will typically be gigantic, I think open weights is the case we should really be focusing on. I'd rather have a paper explaining the model together with the weights, rather than code that I can't run anyway, if I'm designing an algorithm to continue training the model.
Re: AI weights are not open “source”
#215Earlier quoted context omitted.
Then it's a derivative work and copyright law covers that too.
And you're basing this theory on what exactly?
Re: AI weights are not open “source”
#216Earlier 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…
> Outputs from LLMs, machine generated art, and machine generated music probably are not copyrightable either. I don't have a strong sense of whether this is reasonable (I see arguments both ways) but I do think it's pretty strongly at odds with how we treat photographs. There are a bunch of photos on my phone where I unquestionably own the copyright, despite putting in much less creativity than I did for some AI ima…
The interesting part is, those controversial case are pretty recent when the art of photography is century(ies?) old now. I wouldn't expect super clear guidelines regarding AI art before a few decades of weird cases fought tooth and nails in court.
Re: AI weights are not open “source”
#217Earlier 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…
They are instructions if you consider the LLM system itself to be a kind of weird, indirect virtual machine. Each number can be mapped to a set of instructions that are executed. Even your CPU uses numbers (machine codes) to execute.
Join me in saying: ...code is data is code is data is code is data...
Re: AI weights are not open “source”
#218Earlier 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…
> Outputs from LLMs, machine generated art, and machine generated music probably are not copyrightable either. Let me put a straw man, and try to find a middle point, when the copyright argument stops being applicable: 1. A painting was done by an artist. 2. On a computer. 3. With a help from an image processor software. 4. Using some advanced filters, like super-resolution, that utilize computer vision techniques. L…
Even non-generative-AI inside Photoshop only mutates images. Generative AI is the source of images.
Re: AI weights are not open “source”
#219Earlier 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…
More over, you are clearly not in violation of copyright if you are talking about statistics about the material. In your example, printing out a "there were 7000 instances of the word 'the'" is certainly not a violation. A ML model is just a huge pile of these statistics. However, saying "the first word of the book is 'The'" would not be a violation, while repeating that for every word in the book, as a whole, would…
All that to say, the models have potential to memorize, but they don't, and if they do it's an undesirable failure mode, not some deliberate copying.
Re: AI weights are not open “source”
#220Earlier quoted context omitted.
> Outputs from LLMs, machine generated art, and machine generated music probably are not copyrightable either. Let me put a straw man, and try to find a middle point, when the copyright argument stops being applicable: 1. A painting was done by an artist. 2. On a computer. 3. With a help from an image processor software. 4. Using some advanced filters, like super-resolution, that utilize computer vision techniques. L…
The distinction, defining your straw man, is simply that the image itself is generated by the “commissioned artist” that is the AI. Even non-generative-AI inside Photoshop only mutates images. Generative AI is the source of images.
Or, is the distinction you are making based on there being an image before the model is used?