3

Consider the following:

  • person A owns a lot of data
  • person B develops an algorithm that can be trained on this kind of data to produce a ML model that can make statistical predictions
  • person C develops a software that implements said algorithm
  • person D uses A's data, transforms it a little (cleaning, formatting, aggregations…) so that it fits the B's algorithm's expected input format, and trains it using C's software

I imagine it all depends on the license of the data / algorithm / software, but my question is who, via those kind of licenses (or in which conditions) has at least a partial claims on commercial benefits resulting in using the final model?

2 Answers2

4

Person A has to have created the data to hold copyright; for most kinds of data this has no legal effect because facts are not protected by copyright. A mineable database probably does not have the necessary creative elements for copyright. An algorithm is not protected by copyright (it might be patented). Person C's program is copyrighted. The product created by D is probably copyrighted, depending on what degree of creativity is involved in their transformation. If the transformation is automatic then no, but if creative judgments are applied to the output of the program then maybe. Though the resulting product is another database of facts, and the facts cannot be protected.

In terms of "using the model", only C and possibly B have any control. If it is necessary to validate the software using A's data and A has kept the data secret, C might negotiate with A to use the data, in order to complete his program, and that could give A some interest in the program.

user6726
  • 217,973
  • 11
  • 354
  • 589
3

At this point in time, there appears to be not even a consensus on the question if a ML model can be copyrighted. Copyright protects creative works of various kinds, but it is not clear what type of work an ML model would be. Arguably, an ML model is produced by a non-creative automated process, which automatically excludes it from copyright protection. And if there is no copyright, then there is no copyright owner.

MSalters
  • 6,749
  • 16
  • 23