최근 Diffusion Model은 높은 합성 품질로 주목받고 있지만 훈련 데이터에 포함된 개인정보가 모델 내부에 잔존하거나, 재합성될 위험이 수반된다. 해당 문제 해결을 위해 차등 프라이버시(Differe...

http://chineseinput.net/에서 pinyin(병음)방식으로 중국어를 변환할 수 있습니다.
변환된 중국어를 복사하여 사용하시면 됩니다.
https://www.riss.kr/link?id=T17407128
순천 : 국립순천대학교 대학원, 2026
학위논문(석사) -- 국립순천대학교 대학원 , 컴퓨터공학과 , 2026. 2
2026
한국어
전라남도
; 26 cm
지도교수: 정세훈
I804:46008-000000011017
0
상세조회0
다운로드최근 Diffusion Model은 높은 합성 품질로 주목받고 있지만 훈련 데이터에 포함된 개인정보가 모델 내부에 잔존하거나, 재합성될 위험이 수반된다. 해당 문제 해결을 위해 차등 프라이버시(Differe...
최근 Diffusion Model은 높은 합성 품질로 주목받고 있지만 훈련 데이터에 포함된 개인정보가 모델 내부에 잔존하거나, 재합성될 위험이 수반된다. 해당 문제 해결을 위해 차등 프라이버시(Differentially Privacy, DP) 적용 연구가 활발히 진행되고 있다. 그러나 기존의 차등 프라이버시 확산 모델(Differentially Private Diffusion Model, DPDM)은 데이터 전 영역에 동일한 크기의 DP 노이즈(Noise)를 주입함으로써 전역적 프라이버시를 보장하지만, 비민감 영역까지 손상시켜 모델의 합성 품질이 저하되는 문제가 발생한다. 이에 본 연구는 데이터 내 영역별 민감도를 반영하여 DP를 적용하는 선택적 차등 프라이버시 확산 모델(Selective Differentially Private Diffusion Model, SDPDM)을 제안했다. 제안하는 SDPDM은 사전훈련(Pretrained)을 통해 비DP Diffusion Model을 학습한 뒤, 출력 파라미터를 DPDM과 SDPDM의 공통 초기값으로 사용함으로써 DP 학습 시 발생하는 수렴 불안정성과 품질 저하를 완화했다. 이후 CelebAMask-HQ 데이터셋의 Segmentation Mask 정보를 활용하여 얼굴 이미지 내 개인 식별이 가능한 민감 영역(Sensitive Region)에는 강화된 프라이버시 보호를 적용하고, 이외 비민감 영역(Standard Region)은 일반적인 학습 경로를 유지하여 불필요한 품질 손실을 최소화하는 선택적 DP 구조를 설계했다. 실험은 기존 DPDM과 동일한 네트워크 구조 및 실험 환경에서 비교 평가를 진행했다. 합성 품질 평가는 FID(Fréchet Inception Distance), LPIPS(Learned Perceptual Image Patch Similarity), SSIM(Structural Similarity Index Measure) 지표를 사용했다. 실험 결과 제안하는 SDPDM은 기존 DPDM 대비 모든 지표에서 일관된 성능 향상을 보였다. 특히, 민감 영역에 의 프라이버시 보호를 적용한 SDPDM-Aggressive 설정은 FID 30.238, LPIPS 0.0359, SSIM 0.5245를 기록하였으며, 더 완화된 프라이버시 설정 을 사용한 DPDM 보다 우수한 성능을 보였다. 이를 통해 동일하거나 더 엄격한 프라이버시 조건에서도 품질 저하 없이 안정적인 합성이 가능함을 입증했다. SDPDM의 실험 결과는 단순한 노이즈 강도 조정보다 데이터의 민감도 분포와 학습 안정성을 고려한 공간적 프라이버시 재구성 전략이 생성 모델의 품질과 보호 효율을 결정하는 핵심 요인임을 보여준다. 향후 연구에서는 사전훈련 단계가 DP 학습의 수렴 안정성에 미치는 영향을 정량적으로 분석하고, SDPDM의 고해상도 이미지 및 다양한 도메인으로 확장하여 선택적 DP 구조의 일반성을 검증할 예정이다. 또한 MIA(Membership Inference Attack) 등 실제 공격 시나리오를 적용해 SDPDM의 방어 성능을 실증적으로 검증함으로써, 프라이버시 보장형 Diffusion Model의 실증적 활용 가능성을 검증할 예정이다.
다국어 초록 (Multilingual Abstract)
The Diffusion Model inherently learns fine-grained patterns within the data, which poses a potential risk that personally identifiable information contained in the training dataset may remain within the model or be unintentionally regenerated during s...
The Diffusion Model inherently learns fine-grained patterns within the data, which poses a potential risk that personally identifiable information contained in the training dataset may remain within the model or be unintentionally regenerated during synthesis. Therefore, extensive research has been conducted to apply DP(Differential Privacy) in order to ensure privacy protection while maintaining high-quality image generation. The existing DPDM(Differentially Private Diffusion Model) injects an equal magnitude of DP noise across the entire data space to guarantee global privacy. However, this approach inevitably degrades image quality by introducing unnecessary distortion in non-sensitive regions. To address this limitation, this study proposes a SDPDM(Selective Differentially Private Diffusion Model) that applies differential privacy selectively based on the sensitivity of each region within the data. The proposed SDPDM first performs pretrained on a non-DP diffusion model, and the resulting parameters are used as common initialization weights for both DPDM and SDPDM. This pretrained step helps mitigate convergence instability and quality degradation that typically occur during DP training. Subsequently, using the segmentation mask information from the CelebAMask-HQ dataset, regions corresponding to personally identifiable facial components defined as sensitive regions are trained with enhanced privacy protection, while standard regions(non-sensitive regions) follow the regular training path to minimize unnecessary quality loss. Through this design, a selective DP framework is constructed to balance privacy preservation and image quality. The experiments were conducted using the CelebAMask-HQ dataset, and comparative evaluations were performed under the same network architecture and experimental settings as the existing DPDM. The quality of image synthesis was evaluated using FID(Fréchet Inception Distance), LPIPS(Learned Perceptual Image Patch Similarity), and SSIM(Structural Similarity Index Measure) metrics. Experimental results indicate that the proposed SDPDM achieved consistent improvements across all evaluation metrics, outperforming the existing DPDM. In particular, the SDPDM-Aggressive configuration, which applies privacy protection with limited to sensitive regions, achieved an FID of 30.238, LPIPS of 0.0359, and SSIM of 0.5245, exhibiting superior performance compared to the DPDM with a more relaxed privacy setting of . This result demonstrates that stable image synthesis can be achieved without quality degradation, even under identical or more stringent privacy conditions. In future work, we plan to quantitatively analyze the impact of the pretrained stage on the convergence stability of DP-based training and extend SDPDM to high-resolution images and diverse domains to validate the generality of the selective DP framework. In addition, we plan to empirically evaluate the defense performance of SDPDM by applying real-world attack scenarios such as MIA(Membership Inference Attacks), thereby verifying the practical applicability of privacy preserving diffusion models.
목차 (Table of Contents)