Caesar AI Atlas
Часто путаютСредний

Дрейф данных vs дрейф концепции

Сравнение data drift и concept drift. Разберите, вызвана ли проблема модели изменением input distributions или изменением связи между inputs and outcomes.

Краткий вердикт: Используйте data drift, когда меняется распределение входных данных; используйте concept drift, когда меняется relationship между inputs и target outcome.

Обзор терминов

Дрейф данных

Data Drift describes change over time in the statistical properties or distribution of input data used by a model.

Ключевые характеристики
  • Изменение statistical properties или distribution of input data
  • Может сделать training data less representative
  • Может снизить model performance без monitoring and correction
Обратите внимание
  • Не обязательно означает изменение target relationship
  • Требует investigation перед retraining или pipeline changes

Контекст: Наиболее уместно при monitoring whether production inputs still resemble development data.

VS
Дрейф концепции

Concept Drift describes Concept drift occurs when the statistical relationship between input data and the target outcome changes over time.

Ключевые характеристики
  • Изменение relationship between input data and target outcome
  • Может degrade model performance over time
  • Может требовать monitoring, retraining, recalibration или model/pipeline changes
Обратите внимание
  • Может быть invisible from input distribution alone
  • Может быть mistaken for ordinary data drift without outcome analysis

Контекст: Наиболее уместно, когда predictions become less valid because underlying target relationship changed.

Ключевые отличия

АспектData DriftConcept Drift
ОпределениеData drift — изменение statistical properties or distribution of input data.Concept drift — изменение statistical relationship between input data and target outcome.
Практическое различиеInputs выглядят иначе, чем данные, на которых модель trained или validated.Meaning of inputs for predicting target changed.
Типичный сценарийProduction monitoring of incoming data distributions.Когда outcome patterns change and predictions no longer match reality.
Распространённая ошибкаСчитать любой performance decline результатом changed input distributions.Считать, что concept drift можно detect without outcomes or target relationships.
Значение для governanceТребует monitoring, investigation and correction when training data less representative.Требует review of model validity, recalibration, retraining or pipeline changes.
Заметка Caesar AI

На практике drift labels are diagnostic hypotheses, not final answers. Governance file должен фиксировать, что изменилось, как это detected и почему выбранное corrective action fits the evidence.

Заметки

Частые ошибки

1

Использовать data drift как catch-all для production degradation.

2

Игнорировать concept drift, потому что input distributions stable.

3

Retraining без diagnosis of drift type.

4

Не сохранять monitoring alerts and investigation records.

Когда использовать

data-drift

Используйте Data Drift при обсуждении changes in input data distribution over time. Термин подходит для monitoring whether production data remains representative of training and validation data.

concept-drift

Используйте Concept Drift при обсуждении changes in relationship between inputs and target outcomes. Термин подходит, когда prediction logic becomes stale because the real-world relationship changed.

Примечание о соответствии

NIST AI RMF и ISO 42001 monitoring programs должны отличать data drift от concept drift, потому что они требуют разных investigations and corrective actions. Для high-risk systems EU AI Act evidence может требовать records, showing degradation detected and handled.

Вопросы и ответы

Могут ли data drift и concept drift происходить вместе?+

Да. Input distributions may change while input-outcome relationship also changes, so monitoring should not assume only one drift type.

Какой drift требует retraining?+

Любой может привести к retraining, но решение должно следовать investigation. Concept drift часто требует recalibration, retraining или model/pipeline changes.

Почему различие важно для compliance?+

Different drift types support different corrective actions. Clear terminology помогает показать evidence-based monitoring, investigation and remediation.

Недавно просмотренные

No recently viewed comparisons yet.