대규모 텍스트-이미지(Text-to-Image, T2I) 확산(diffusion) 모델은 자연어 프롬프트로부터 고품질의 다양한 이미지를 생성하는 데 성공을 거두며, 예술·디자인·엔터테인먼트 등 여러 창작 분야에�...

http://chineseinput.net/에서 pinyin(병음)방식으로 중국어를 변환할 수 있습니다.
변환된 중국어를 복사하여 사용하시면 됩니다.
https://www.riss.kr/link?id=T17449972
서울 : 서울대학교 대학원, 2026
학위논문(석사) -- 서울대학교 대학원 , 협동과정인공지능전공 , 2026. 2
2026
영어
006.3
서울
xvi, 79 ; 26 cm
지도교수: 전세영
I804:11032-000000193756
0
상세조회0
다운로드대규모 텍스트-이미지(Text-to-Image, T2I) 확산(diffusion) 모델은 자연어 프롬프트로부터 고품질의 다양한 이미지를 생성하는 데 성공을 거두며, 예술·디자인·엔터테인먼트 등 여러 창작 분야에�...
대규모 텍스트-이미지(Text-to-Image, T2I) 확산(diffusion) 모델은 자연어 프롬프트로부터 고품질의 다양한 이미지를 생성하는 데 성공을 거두며, 예술·디자인·엔터테인먼트 등 여러 창작 분야에서 폭넓게 활용되고 있다. 그러나 이러한 모델의 개방성과 접근성은 저작권 침해, 인물 이미지의 오용, 부적절하거나 유해한 콘텐츠 생성 등 심각한 윤리적·법적 문제를 야기하고 있다. 이러한 문제를 완화하기 위해 최근 연구에서는 사전 학습된 확산 모델로부터 특정 개념(예: 인물, 예술적 스타일, 노출 또는 폭력적 요소 등)을 제거하면서도 생성 품질을 유지하려는 개념 제거(concept erasure) 기법이 주목받고 있다.
기존의 대부분 접근법은 텍스트 임베딩과 이미지 특징을 정렬하는 cross-attention 계층만을 미세 조정하여, 관련 없는 개념에 대한 간섭을 줄이는 방식을 사용한다. 그러나 이러한 국소적 업데이트만으로는 목표 개념을 완전히 분리하기 어렵고, 종종 두 가지 부작용을 초래한다. 첫째, 의미적 변형(semantic drift)은 비관련 텍스트 표현의 전역적 의미가 변화하는 현상이며, 둘째, 공간적 왜곡(spatial distortion)은 이미지 내의 관계없는 영역이 의도치 않게 변형되는 문제를 의미한다.
본 논문은 이러한 한계를 해결하기 위해 주변 문맥을 보존하는 개념 제거(context-preserving concept erasure)를 의미적(semantic) 관점과 공간적(spatial) 관점에서 상보적으로 탐구한다.
의미적 수준에서는 cross-attention 계층 내에 Residual Attention Gate (ResAG)를 도입하여 목표 개념과 관련된 활성화를 선택적으로 조절하고, Robust Adversarial Residual Erasure (RARE) 모듈을 통해 제거된 개념이 프롬프트 기반의 적대적 공격으로 재생성되는 것을 방지한다. RARE는 잔존 임베딩 방향을 반복적으로 탐색·억제함으로써 높은 강인성을 확보한다. 공간적 수준에서는 학습이 필요 없는 Gated Low-rank Concept Erasure (GLoCE) 기법을 제안한다. 이는 diffusion 과정 중 특정 층의 임베딩이 목표 개념의 주성분(principal components)과 정렬될 때 low-rank adaptor를 활성화하여, 목표 영역만 국소적으로 억제하면서 주변의 구조적·시각적 일관성을 유지한다.
이 두 접근법—의미적 제어를 수행하는 CPE와 공간적 제거를 수행하는 GLoCE—는 모두 “정확하고(precise), 강인하며(robust), 문맥을 보존하는(context-preserving)” 개념 제거를 지향한다.
본 연구는 비선형 게이팅과 저차원 적응 기법을 결합함으로써, 확산 모델 내 개념 분리(disentanglement)와 제어 가능성(controllability)에 대한 이해를 심화시키고, 보다 안전하고 해석 가능한 생성형 인공지능 시스템 구축의 기반을 제시한다.
다국어 초록 (Multilingual Abstract)
Large-scale text-to-image (T2I) diffusion models have achieved remarkable success in generating high-quality, diverse images from natural language prompts. Their widespread adoption across creative domains—such as art, design, and entertainment—hi...
Large-scale text-to-image (T2I) diffusion models have achieved remarkable success in generating high-quality, diverse images from natural language prompts. Their widespread adoption across creative domains—such as art, design, and entertainment—highlights their transformative potential.
However, their open accessibility has also raised critical ethical and legal concerns, including copyright infringement, identity misuse, and the generation of explicit or harmful content. To mitigate such issues, recent research has explored concept erasure, which aims to remove specific concepts from pretrained diffusion models while preserving their overall generative quality.
Most existing approaches constrain fine-tuning to the cross-attention layers that align text embeddings with image features, thereby reducing interference with unrelated semantics. However, such localized updates remain insufficient to completely isolate target concepts and often lead to two major side effects: semantic drift—global alteration of unrelated text representations—and spatial distortion—unintended modification of irrelevant image regions.
To address these challenges, this thesis approaches context-preserving concept erasure from two complementary perspectives: semantic and spatial.
At the semantic level, we introduce Residual Attention Gates (ResAGs) within the cross-attention layers, enabling selective modulation of target-related activations. A Robust Adversarial Residual Erasure (RARE) scheme further enhances robustness by iteratively detecting and suppressing residual embedding directions that can regenerate the erased concept, providing strong resistance against prompt-based adversarial attacks.
At the spatial level, we develop a training-free Gated Low-rank Concept Erasure (GLoCE) mechanism that activates when layer embeddings align with the principal components of a target concept. This low-rank projection locally suppresses target-associated features while maintaining the structural and visual coherence of surrounding content.
These two complementary approaches—semantic-level control via CPE and spatially-aware erasure via GLoCE—share a unified goal: to make concept removal in diffusion models precise, robust, and context-preserving.
By integrating nonlinear gating and low-rank adaptation, this work advances the understanding of concept disentanglement and controllability in diffusion models, laying the groundwork for safer, more interpretable, and socially responsible generative systems.
목차 (Table of Contents)