현대의 기계학습 모델은 방대한 범용 데이터셋으로 사전 학습된 뒤, 사전 학습 당시의 조건과는 상당히 다른 경우가 많은, 다양하고 끊임없이 변화하는 환경에 배치된다. 따라서 사전 학습 ...

http://chineseinput.net/에서 pinyin(병음)방식으로 중국어를 변환할 수 있습니다.
변환된 중국어를 복사하여 사용하시면 됩니다.
현대의 기계학습 모델은 방대한 범용 데이터셋으로 사전 학습된 뒤, 사전 학습 당시의 조건과는 상당히 다른 경우가 많은, 다양하고 끊임없이 변화하는 환경에 배치된다. 따라서 사전 학습 ...
현대의 기계학습 모델은 방대한 범용 데이터셋으로 사전 학습된 뒤, 사전 학습 당시의 조건과는 상당히 다른 경우가 많은, 다양하고 끊임없이 변화하는 환경에 배치된다. 따라서 사전 학습 이후 모델을 고정한 채 사용하는 것은 매우 취약하다. 배치 환경이 변하면 데이터 분포에 대한 모델의 암묵적 가정이 깨질 수 있고, 이는 성능 저하나 바람직하지 않은 행동으로 이어질 수 있기 때문이다. 이러한 문제는 모델의 적응, 즉 사전 학습된 모델을 목표 환경에서 계속해서 우수한 성능을 내도록 업데이트하는 과정의 필요성을 보여준다. 그러나 현실의 환경을 고려할 때, 이러한 적응은 엄격한 자원 제약 하에서 수행되어야 한다. 본 논문은 자원 제약 하에서의 효율적인 적응 방법을 연구하며, 이를 규정하는 세 가지 핵심 요인인 환경, 모델, 하드웨어에 초점을 맞춘다.
첫째, 목표 도메인이 지속적으로 변화하고, 목표 데이터에 대한 레이블을 얻기 어렵고, 이전 도메인으로부터 저장해 둘 수 있는 샘플 수가 제한적인 환경 기반 제약을 다룬다. 이러한 제약을 해결하기 위해 도메인 적응과 일반화를 상호 보완적으로 결합한 프레임워크인 Complementary Domain Adaptation and Generalization (CoDAG)을 제안한다. CoDAG는 서로 다른 목표를 지닌 두 가지 접근법을 상호 보완적으로 통합함으로써, 동적인 환경에서 전체적인 성능과 강건성을 향상시키는 시너지를 제공한다.
둘째, 대규모 파운데이션 모델을 전체 미세 조정하기에는 계산 비용이 지나치게 크다는 모델 기반 제약을 고려한다. 이를 위해 본 논문은 Parameter-efficient Fine-tuning with Column Space Projection (PiCa)를 제안한다. PiCa는 사전 학습된 가중치의 주성분 열 공간으로 그래디언트를 사영함으로써 적응을 위한 효과적인 귀납적 편향을 부여하고, 레이어간 간 가중치 공유 전략을 통해 파라미터 효율성을 한층 더 향상시킨다.
마지막으로, 엣지 디바이스에서의 적응 과정에서 최대 GPU 메모리 사용량이 치명적인 병목이 되는 하드웨어 기반 제약을 다룬다. 텍스트 기반 이미지 생성 확산 모델의 온디바이스 개인화를 위해, 본 논문은 Hollowed Net을 제안한다. Hollowed Net은 심층 레이어의 일부를 일시적으로 제거함으로써 학습 시 필요한 메모리 사용량을 추론 단계와 유사한 수준으로 낮추면서도, 성능을 유지할 수 있도록 한다.
다국어 초록 (Multilingual Abstract)
Modern machine learning models are pre-trained on large, generic datasets and then deployed in diverse, evolving environments that often differ substantially from their pre-training conditions. A model that remains frozen after pre-training is therefo...
Modern machine learning models are pre-trained on large, generic datasets and then deployed in diverse, evolving environments that often differ substantially from their pre-training conditions. A model that remains frozen after pre-training is therefore fragile: once the deployment environment shifts, its implicit assumptions about the data distribution can break, leading to degraded performance or undesirable behavior. This motivates adaptation—updating a pre-trained model so that it continues to perform well in a target environment—yet such adaptation must operate under strict resource constraints. This thesis studies efficient adaptation under resource constraints and focuses on three key factors that drive them: environment, model, and hardware.
First, we address environment-driven constraints, where target domains continually shift, labels for target data are difficult to obtain, a limited number of samples are stored from previous domains. To tackle this setting, we introduce Complementary Domain Adaptation and Generalization (CoDAG), a framework that combines domain adaptation and generalization in a complementary manner, resulting in a synergistic process that enhances overall performance and robustness in dynamic environments.
Second, we consider model-driven constraints, where full fine-tuning of large foundation models is computationally prohibitive. We present Parameter-efficient Fine-tuning with Column Space Projection (PiCa), which projects gradients onto the principal column space of pre-trained weights as an effective inductive bias for adaptation and further enhance parameter efficiency through a cross-layer weight-sharing strategy.
Finally, we tackle hardware-driven constraints, where peak GPU memory is a critical bottleneck for adaptation on edge devices. For on-device personalization of text-to-image diffusion models, we introduce Hollowed Net, which temporarily removes a fraction of deep layers to reduce training memory to levels comparable to those required for inference, while maintaining competitive performance.
목차 (Table of Contents)