YOLO Vision 2026:
Ultralytics用語集に戻る

Model Collapse

AI におけるモデル崩壊(model collapse)の原因とリスクを探ります。人間が検証したデータを YOLO26 と共に使用して、データの劣化を防ぎモデルの品質を維持する方法を学びましょう。

Model collapse refers to a degenerative process in artificial intelligence where a generative model progressively loses information, variance, and quality after being trained on data produced by earlier versions of itself. As artificial intelligence systems increasingly rely on web-scraped datasets, they risk ingesting vast amounts of content created by other AI models. Over successive generations of training—where the output of model n becomes the input for model n+1—the resulting models begin to misinterpret reality. They tend to converge on the "average" data points while failing to capture the nuances, creativity, and rare edge cases found in the original human-generated distribution. This phenomenon poses a significant challenge for the long-term sustainability of generative AI and emphasizes the continued need for high-quality, human-curated datasets.

崩壊のメカニズム#

To understand model collapse, one must view machine learning models as approximate representations of a probability distribution. When a model trains on a dataset, it learns the underlying patterns but also introduces small errors or "approximations." If a subsequent model trains primarily on this approximated synthetic data, it learns from a simplified version of reality rather than the rich, complex original.

This cycle creates a feedback loop often described as the "curse of recursion." Researchers publishing in Nature have demonstrated that without access to original human data, models quickly forget the "tails" of the distribution—the unlikely but interesting events—and their outputs become repetitive, bland, or hallucinated. This degradation affects various architectures, from large language models (LLMs) to computer vision systems.

現実世界での影響と例#

モデル崩壊のリスクは単なる理論上の問題ではありません。実環境にAIを導入する開発者にとって実用上の結果をもたらすものです。

  • Language Model Degradation: In text generation, model collapse manifests as a loss of vocabulary richness and factual accuracy. For instance, an LLM trained repeatedly on its own summaries might eventually produce text that is grammatically correct but semantically empty, repeating common phrases while losing specific historical dates or nuanced cultural references. This drift mirrors the concept of regression toward the mean, where distinct writing styles wash out into a generic, unrecognizable voice.
  • Visual Artifact Amplification: In the realm of image generation, collapse can lead to the "melting" of distinct features. If a model generates images of hands that are slightly anatomically incorrect, and the next generation trains on those images, the concept of a "hand" may devolve into a distorted blob. This impacts data augmentation strategies for object detection, where maintaining high fidelity is crucial for tasks like medical image analysis or safety-critical perception.

関連する概念との違い#

モデル崩壊を、ディープラーニングにおける他の一般的な失敗モードと区別することが重要です。

  • Model Collapse vs. Overfitting: While overfitting occurs when a model memorizes noise in the training data to the detriment of generalization, model collapse is a structural loss of the data distribution itself. The model isn't just memorizing; it is actively forgetting the diversity of the real world.
  • Model Collapse vs. Catastrophic Forgetting: Catastrophic forgetting typically happens when a model learns a new task and completely loses the ability to perform a previous one. In contrast, model collapse is a gradual degradation of performance on the same task due to polluted training data.
  • Model Collapse vs. Mode Collapse: Often seen in Generative Adversarial Networks (GANs), mode collapse happens when a generator finds a single output that tricks the discriminator and produces only that output (e.g., generating the same face repeatedly). Model collapse is a broader systemic issue affecting the entire distribution over time.

ビジョンAIにおける崩壊の防止#

For developers using Ultralytics YOLO for object detection or segmentation, preventing model collapse involves rigorous data management. The most effective defense is preserving access to original, human-verified data. When using synthetic data to expand a dataset, it should be mixed with real-world examples rather than replacing them entirely.

Tools like the Ultralytics Platform facilitate this by allowing teams to manage dataset versions, track data drift, and ensure that fresh, human-annotated images are continuously integrated into the training pipeline.

以下の例は、Pythonで特定のデータセット設定を使用して学習を開始する方法を示しています。明確なデータソース('coco8.yaml'など)を定義することで、モデルが純粋な合成ノイズではなく、根拠のある分布から学習することを保証します。

from ultralytics import YOLO

# Load the YOLO26n model (nano version for speed)
model = YOLO("yolo26n.pt")

# Train the model using a standard dataset configuration
# Ensuring the use of high-quality, verified data helps prevent collapse
results = model.train(data="coco8.yaml", epochs=5, imgsz=640)

# Evaluate the model's performance to check for degradation
metrics = model.val()

Ensuring the longevity of AI systems requires a balanced approach to automated machine learning. By prioritizing high-quality human data and monitoring for signs of distributional shift, engineers can build robust models that avoid the pitfalls of recursive training.

Explore solutions

Real-time AI that works with your team

ロボティクスにおけるAI

Ultralytics YOLOモデルで、よりスマートなマシンを実現しましょう。ロボティクスにおけるビジョンAIは、自律航行、認識、物体追跡、リアルタイム制御を推進します。
詳細はこちら
Real-time AI that works with your team

物流におけるAI

Ultralytics YOLOモデルで物流を効率化しましょう。ビジョンAIにより、荷物の検査、仕分け、車両追跡、リアルタイムの倉庫安全モニタリングが可能になります。
詳細はこちら
Real-time AI that works with your team

小売業界におけるAI

Ultralytics YOLOモデルで小売を再定義しましょう。ビジョンAIは、在庫追跡、棚のモニタリング、キュー管理、そしてより賢明な顧客インサイトを促進します。
詳細はこちら
Real-time AI that works with your team

ヘルスケアにおけるAI

Ultralytics YOLOモデルを使用してヘルスケアソリューションを構築しましょう。ヘルスケア分野におけるビジョンAIは、より高速な医療画像診断、よりスマートな診断、患者モニタリングを推進します。
詳細はこちら
Real-time AI that works with your team

製造におけるAI

Ultralytics YOLOモデルで製造を最適化しましょう。ビジョンAIは、品質管理、欠陥検出、PPEコンプライアンス、組立ラインの自動化を促進します。
詳細はこちら
Real-time AI that works with your operation

自動車におけるAI

Ultralytics YOLOモデルを使用して、自動車分野にコンピュータビジョンを適用しましょう。ビジョンAIは、道路の安全性、運転支援、車両の自動化を向上させ、よりスマートな道路を実現します。
詳細はこちら
Real-time AI tailored to your operation

農業におけるAI

Ultralytics YOLOモデルを使用して、スマート農業にビジョンAIを導入しましょう。作物モニタリング、家畜のトラッキング、精密農業を強化し、より高くスマートな収穫を実現します。
詳細はこちら
Real-time AI that works with your team

ロボティクスにおけるAI

Ultralytics YOLOモデルで、よりスマートなマシンを実現しましょう。ロボティクスにおけるビジョンAIは、自律航行、認識、物体追跡、リアルタイム制御を推進します。
詳細はこちら
Real-time AI that works with your team

物流におけるAI

Ultralytics YOLOモデルで物流を効率化しましょう。ビジョンAIにより、荷物の検査、仕分け、車両追跡、リアルタイムの倉庫安全モニタリングが可能になります。
詳細はこちら
Real-time AI that works with your team

小売業界におけるAI

Ultralytics YOLOモデルで小売を再定義しましょう。ビジョンAIは、在庫追跡、棚のモニタリング、キュー管理、そしてより賢明な顧客インサイトを促進します。
詳細はこちら
Real-time AI that works with your team

ヘルスケアにおけるAI

Ultralytics YOLOモデルを使用してヘルスケアソリューションを構築しましょう。ヘルスケア分野におけるビジョンAIは、より高速な医療画像診断、よりスマートな診断、患者モニタリングを推進します。
詳細はこちら
Real-time AI that works with your team

製造におけるAI

Ultralytics YOLOモデルで製造を最適化しましょう。ビジョンAIは、品質管理、欠陥検出、PPEコンプライアンス、組立ラインの自動化を促進します。
詳細はこちら
Real-time AI that works with your operation

自動車におけるAI

Ultralytics YOLOモデルを使用して、自動車分野にコンピュータビジョンを適用しましょう。ビジョンAIは、道路の安全性、運転支援、車両の自動化を向上させ、よりスマートな道路を実現します。
詳細はこちら
Real-time AI tailored to your operation

農業におけるAI

Ultralytics YOLOモデルを使用して、スマート農業にビジョンAIを導入しましょう。作物モニタリング、家畜のトラッキング、精密農業を強化し、より高くスマートな収穫を実現します。
詳細はこちら
Real-time AI that works with your team

ロボティクスにおけるAI

Ultralytics YOLOモデルで、よりスマートなマシンを実現しましょう。ロボティクスにおけるビジョンAIは、自律航行、認識、物体追跡、リアルタイム制御を推進します。
詳細はこちら
Real-time AI that works with your team

物流におけるAI

Ultralytics YOLOモデルで物流を効率化しましょう。ビジョンAIにより、荷物の検査、仕分け、車両追跡、リアルタイムの倉庫安全モニタリングが可能になります。
詳細はこちら
Real-time AI that works with your team

小売業界におけるAI

Ultralytics YOLOモデルで小売を再定義しましょう。ビジョンAIは、在庫追跡、棚のモニタリング、キュー管理、そしてより賢明な顧客インサイトを促進します。
詳細はこちら
Real-time AI that works with your team

ヘルスケアにおけるAI

Ultralytics YOLOモデルを使用してヘルスケアソリューションを構築しましょう。ヘルスケア分野におけるビジョンAIは、より高速な医療画像診断、よりスマートな診断、患者モニタリングを推進します。
詳細はこちら
Real-time AI that works with your team

製造におけるAI

Ultralytics YOLOモデルで製造を最適化しましょう。ビジョンAIは、品質管理、欠陥検出、PPEコンプライアンス、組立ラインの自動化を促進します。
詳細はこちら
Real-time AI that works with your operation

自動車におけるAI

Ultralytics YOLOモデルを使用して、自動車分野にコンピュータビジョンを適用しましょう。ビジョンAIは、道路の安全性、運転支援、車両の自動化を向上させ、よりスマートな道路を実現します。
詳細はこちら
Real-time AI tailored to your operation

農業におけるAI

Ultralytics YOLOモデルを使用して、スマート農業にビジョンAIを導入しましょう。作物モニタリング、家畜のトラッキング、精密農業を強化し、より高くスマートな収穫を実現します。
詳細はこちら

AIの未来を共に築き上げましょう!

機械学習の未来とともに旅を始めましょう