사전으로 돌아가기

합성 데이터

Synthetic Data
데이터

합성 데이터는 실제 기록을 담지 않으면서 실제 데이터의 통계적 성질을 흉내 내도록 인공적으로 만든 데이터다. 시뮬레이션으로 만들거나, 원본 데이터에 맞춘 통계 모델로 뽑거나, 요즘은 생성 모델이 텍스트와 이미지, 표 형태 행을 필요한 만큼 찍어 낸다. 팀이 이 방식을 택하는 이유는 세 가지다. 실제 데이터는 프라이버시 규제로 쓰기 어렵고, 드문 사례는 표본이 부족하며, 라벨링된 예제는 비싸다. 병원은 연구에 필요한 상관관계를 유지하면서 개인은 드러나지 않는 가상 환자군을 공유할 수 있고, 자율주행 개발은 실제로 연출하기 위험한 상황을 생성해 학습에 쓴다. AI 학습에서도 모델이 만든 예제를 지시 튜닝과 평가에 쓰는 것이 일상이 됐고 NVIDIA는 이 흐름에 맞춘 시뮬레이션 도구를 판다. 함정은 충실도다. 합성 데이터는 그것을 만든 모델의 편향을 그대로 물려받고, 자기 출력만으로 학습을 반복한 모델은 분포의 꼬리를 잃고 밋밋해지는 모델 붕괴 현상을 보인다. 자동으로 익명이 되는 것도 아니다. 규제가 약한 생성기는 원본 기록을 그대로 외워 뱉을 수 있다. 결과는 실제 데이터 표본으로 반드시 검증해야 한다.

Synthetic Data is artificially generated data that mimics the statistical properties of real data without containing real records. It is produced by simulation, by statistical models fitted to a source dataset, or increasingly by generative models that write text, images, or tabular rows on demand. Teams turn to it for three reasons: real data is restricted by privacy rules, rare cases are underrepresented, and labeled examples are expensive. A hospital can share a synthetic patient cohort that preserves the correlations researchers need while exposing no individual, and self-driving programs generate edge-case scenarios that would be dangerous or impractical to stage. In AI training, model-generated examples are now routine for instruction tuning and evaluation, and NVIDIA sells simulation tooling built around this workflow. The pitfall is fidelity. Synthetic data inherits the biases of whatever generated it, and models trained mostly on their own outputs can drift toward blandness and lose the tail of the distribution, a failure researchers describe as model collapse. It also is not automatically anonymous, since a poorly regularized generator can memorize and reproduce source records. Synthetic data supplements real data rather than replacing it, and results should be validated against held-out real samples.

사용 예시

  • 개인정보 규제로 원본을 쓸 수 없어 통계 성질만 옮긴 합성 데이터로 모델을 학습했다
  • 자기 출력만으로 학습을 반복하면 분포의 꼬리를 잃는 모델 붕괴가 나타난다
  • 드문 사고 상황을 합성 데이터로 만들어 자율주행 인식 성능을 보강하고 있다

관련 용어