The derivative work doctrine is a cornerstone of copyright law that governs whether a new work incorporating pre-existing copyrighted material constitutes an infringing copy or a transformative use eligible for separate protection. The doctrine hinges on whether the new work recasts, adapts, or transforms the original expression rather than merely superseding its purpose. In the context of AI, this analysis becomes critical when models are trained on copyrighted datasets, as courts must determine if the model's weights or outputs represent a derivative of the training corpus.
Glossary
Derivative Work Doctrine

What is Derivative Work Doctrine?
The derivative work doctrine is a legal principle determining when a new creation based on pre-existing copyrighted material is sufficiently transformative to qualify for its own independent copyright protection.
The legal test for transformativeness, established in Campbell v. Acuff-Rose Music, examines whether the new work adds "new expression, meaning, or message" to the original. For machine learning pipelines, this raises unresolved questions: does a model that learns statistical patterns from copyrighted text create a derivative work, or is the training process a non-expressive fair use? The doctrine directly intersects with data provenance and training data attribution, as establishing the lineage of ingested content is essential for assessing whether an AI system's outputs infringe upon the exclusive rights of the original copyright holder.
Key Factors in Derivative Work Analysis for AI
Courts evaluate four primary factors to determine whether an AI model trained on copyrighted data constitutes a transformative fair use or an infringing derivative work. These factors are highly fact-specific and remain unsettled in the context of machine learning.
Purpose and Character of Use
This factor examines whether the new work is transformative—adding new expression, meaning, or message—rather than merely supplanting the original. In AI training, courts assess whether the model's purpose is fundamentally different from the original creative works.
- Key test: Does the model generate content that competes with the original, or does it serve a distinct analytical function?
- Commercial vs. non-profit: Commercial use weighs against fair use, but transformativeness can override this.
- Landmark case: Authors Guild v. Google, Inc. (2015) found that scanning books to create a searchable index was transformative because it served a different purpose than reading the books themselves.
Nature of the Copyrighted Work
This factor considers whether the original work is factual or creative. Creative works receive stronger protection than factual compilations, making AI training on artistic content legally riskier.
- Published vs. unpublished: Unpublished works receive stronger protection against unauthorized use.
- Factual compilations: Training on databases of facts or scientific papers faces a lower bar for fair use than training on novels or music.
- Implication for AI: Models trained predominantly on creative works—fiction, visual art, music—face heightened scrutiny under this factor.
Amount and Substantiality of Use
Courts evaluate both the quantitative and qualitative portion of the original work used. In AI training, this factor is complicated by the ingestion of entire works into training datasets.
- Whole-work copying: Training typically requires complete ingestion, which historically weighs against fair use.
- Qualitative heart: Even small excerpts can infringe if they capture the 'heart' of the work.
- Counter-argument: Intermediate copying that is necessary for a transformative purpose may be permitted, as established in Sega v. Accolade (1992) for reverse engineering.
Market Impact on Original Work
Often considered the most important factor, this assesses whether the new use harms the actual or potential market for the original. AI-generated outputs that substitute for licensed content create significant legal exposure.
- Direct substitution: If a model can generate outputs that replace demand for the original—e.g., producing images in a specific artist's style—market harm is established.
- Licensing market: The emergence of AI training licenses (e.g., stock photo platforms offering ML licenses) demonstrates a viable market that unlicensed training may undermine.
- Burden of proof: Rights holders must demonstrate harm, but courts increasingly recognize the loss of licensing revenue as cognizable injury.
Transformativeness Threshold
The transformative use doctrine is the central battleground for AI derivative work analysis. A use is transformative when it employs the original for a distinct purpose or imbues it with new character.
- Warhol Foundation v. Goldsmith (2023): The Supreme Court narrowed transformativeness, ruling that a new work must have a fundamentally different purpose, not merely a different aesthetic.
- AI training implications: The Court's emphasis on commercial purpose and market substitution directly threatens arguments that all ML training is inherently transformative.
- Open question: Whether training a model constitutes a transformative 'intermediate copying' step remains unresolved across circuits.
Output Similarity and Substantial Similarity Test
Even if training is deemed fair use, model outputs face independent scrutiny. The substantial similarity test evaluates whether generated content is substantially similar to protected expression in specific training examples.
- Filtering expression from ideas: Copyright protects expression, not ideas or facts. Outputs replicating unprotected elements do not infringe.
- Memorization risk: Large models can memorize and regurgitate training data verbatim, creating direct infringement liability for the deployer.
- Mitigation: Techniques such as differential privacy, output filtering, and deduplication of training data reduce the risk of producing substantially similar outputs.
Frequently Asked Questions
Clear, technically precise answers to the most common legal and engineering questions surrounding the derivative work doctrine as it applies to artificial intelligence training and model outputs.
The derivative work doctrine is a legal principle in copyright law that grants the original copyright holder the exclusive right to create or authorize adaptations, transformations, or recastings of their protected work. A derivative work is defined as a new creation that is based upon one or more preexisting works, such as a translation, musical arrangement, dramatization, fictionalization, motion picture version, sound recording, art reproduction, abridgment, or condensation. To qualify as an infringing derivative work, the new creation must incorporate a substantial amount of protected expression from the original—not merely ideas, facts, or unprotected elements. The doctrine is codified in 17 U.S.C. § 106(2) in the United States and analogous provisions in international treaties like the Berne Convention. Critically, the doctrine does not protect against independent creation; if a second author arrives at a similar work without copying protected expression, no infringement occurs. In the context of artificial intelligence, the doctrine becomes central to questions of whether training a model on copyrighted data or generating outputs that resemble training data constitutes the creation of an unauthorized derivative work.
Enabling Efficiency, Speed & Accuracy
Intelligent Analysis, Decision & Execution
We build AI systems for teams that need search across company data, workflow automation across tools, or AI features inside products and internal software.
Talk to Us
Search across company data
Give teams answers from docs, tickets, runbooks, and product data with sources and permissions.
Useful when people spend too long searching or get different answers from different systems.

Automate internal workflows
Use AI to route work, draft outputs, trigger actions, and keep approvals and logs in place.
Useful when repetitive work moves across multiple tools and teams.

Add AI to products and internal tools
Build assistants, guided actions, or decision support into the software your team or customers already use.
Useful when AI needs to be part of the product, not a separate tool.
Related Terms
Core legal and technical concepts that intersect with the Derivative Work Doctrine in AI training and model development.
Fair Use Doctrine
A legal defense permitting limited use of copyrighted material without permission. Courts weigh four factors:
- Purpose and character of the use (transformative vs. commercial)
- Nature of the copyrighted work
- Amount and substantiality of the portion used
- Effect on the potential market
In AI training, the transformative use argument is central—whether a model's internal weights represent a new expressive purpose or merely a compressed copy.
Training Data Attribution
The process of identifying which specific training examples most influenced a model's output. Techniques include:
- Influence functions that trace predictions back to training samples
- Nearest-neighbor retrieval in embedding space
- Data Shapley values for equitable contribution scoring
Critical for defending against infringement claims by demonstrating whether a generated output derives from a specific copyrighted source or represents generalized learning.
Data Provenance
A documented, auditable trail establishing the origin, custody, and transformation history of every data point in a training corpus. Includes:
- Source URL and collection timestamp
- Licensing terms and consent status
- All preprocessing and filtering operations applied
Provenance records are the first line of defense in demonstrating that training data was lawfully acquired and properly licensed.
Opt-Out Mechanism
Technical protocols allowing rights holders to exclude their content from AI training pipelines. Common implementations:
- robots.txt directives targeting AI crawlers specifically
- HTML meta tags signaling no-AI-training permissions
- Do Not Train (DNT) registry submissions
The legal weight of these signals under the derivative work doctrine remains unsettled, but they establish a clear expression of the rights holder's intent.
Machine Unlearning
The technical process of removing the influence of specific data from a trained model without full retraining. Approaches include:
- Exact unlearning via data partitioning and selective retraining
- Approximate unlearning using gradient-based scrubbing
- Differential privacy guarantees of removal
Directly relevant when a copyright holder successfully asserts rights over training data and demands removal of their work's influence from model weights.
Model Watermarking
Embedding verifiable identifiers into model weights or outputs to prove intellectual property ownership. Techniques include:
- Backdoor watermarks triggered by specific inputs
- Weight-space fingerprints embedded during training
- Output steganography detectable by the owner
Serves as a deterrent against unauthorized derivative models and provides evidence in IP disputes over model lineage.

About the author
Prasad Kumkar
CEO & MD, Inference Systems
Prasad Kumkar is the CEO & MD of Inference Systems and writes about AI systems architecture, LLM infrastructure, model serving, evaluation, and production deployment. Over 5+ years, he has worked across computer vision models, L5 autonomous vehicle systems, and LLM research, with a focus on taking complex AI ideas into real-world engineering systems.
His work and writing cover AI systems, large language models, AI agents, multimodal systems, autonomous systems, inference optimization, RAG, evaluation, and production AI engineering.
Partnered with leading AI, data, and software stack.
How We Work
Custom AI workflows for your Business
One-fit-all AI don't work for modern businesses. At Inferensys, we aim to understand your business & custom requirements; which we use to define most efficient agentic workflows, the data, and the tools for your business.
01
Review the use case
We understand the task, the users, and where AI can actually help.
Read more02
Pick the right approach
We define what needs search, automation, or product integration.
Read more03
Build the first useful version
We implement the part that proves the value first.
Read more04
Improve from there
We add the checks and visibility needed to keep it useful.
Read moreThe first call is a practical review of your use case and the right next step.
Talk to Us