paper-with-me

홈 › Papers

SSDA: Secure Source-Free Domain Adaptation

2023-01-01 · ICCV 2023 1 · Sabbir Ahmed, Abdullah Al Arafat, Mamshad Nayeem Rizve, Rahim Hossain, Zhishan Guo, Adnan Siraj Rakin

Source-free domain adaptation (SFDA) is a popular unsupervised domain adaptation method where a pre-trained model from a source domain is adapted to a target domain without accessing any source data. Despite rich results in this area, existing literature overlooks the security challenges of the unsupervised SFDA setting in presence of a malicious source domain owner. This work investigates the effect of a source adversary which may inject a hidden malicious behavior (Backdoor/Trojan) during source training and potentially transfer it to the target domain even after benign training by the victim (target domain owner). Our investigation of the current SFDA setting reveals that because of the unique challenges present in SFDA (e.g., no source data, target label), defending against backdoor attack using existing defenses become practically ineffective in protecting the target model. To address this, we propose a novel target domain protection scheme called secure source-free domain adaptation (SSDA). SSDA adopts a single-shot model compression of a pre-trained source model and a novel knowledge transfer scheme with a spectral-norm-based loss penalty for target training. The proposed static compression and the dynamic training loss penalty are designed to suppress the malicious channels responsive to the backdoor during the adaptation stage. At the same time, the knowledge transfer from an uncompressed auxiliary model helps to recover the benign test accuracy. Our extensive evaluation on multiple dataset and domain tasks against recent backdoor attacks reveal that the proposed SSDA can successfully defend against strong backdoor attacks with little to no degradation in test accuracy compared to the vulnerable baseline SFDA methods. Our code is available at https://github.com/ML-Security-Research-LAB/SSDA.

📄 PDF Abstract BibTeX

Code (1)

ml-security-research-lab/ssda 공식 구현 pytorch

Tasks

Backdoor AttackDomain AdaptationModel CompressionSource-Free Domain AdaptationTransfer LearningUnsupervised Domain Adaptation

Similar Papers 제목 키워드 기반

Knowledge-Data Fusion Based Source-Free Semi-Supervised Domain Adaptation for Seizure Subtype Classification

2024-11-29 · Ruimin Peng, Jiayu An, Dongrui Wu

Electroencephalogram (EEG)-based seizure subtype classification enhances clinical diagnosis efficiency. Source-free semi-supervised domain adaptation (SF-SSDA), which transfers a pre-trained model to a new dataset with n…

ClassificationDomain AdaptationEEGElectroencephalogram (EEG)+4

Semi-Supervised Transfer Boosting (SS-TrBoosting)

2024-12-04 · Lingfei Deng, Changming Zhao, Zhenbang Du, Kun Xia 외

Semi-supervised domain adaptation (SSDA) aims at training a high-performance model for a target domain using few labeled target data, many unlabeled target data, and plenty of auxiliary data from a source domain. Previou…

Domain AdaptationSemi-supervised Domain AdaptationSource-Free Domain AdaptationUnsupervised Domain Adaptation

Universal Semi-Supervised Domain Adaptation by Mitigating Common-Class Bias

2024-03-17 · CVPR 2024 1 · Wenyu Zhang, Qingmu Liu, Felix Ong Wei Cong, Mohamed Ragab 외

Domain adaptation is a critical task in machine learning that aims to improve model performance on a target domain by leveraging knowledge from a related source domain. In this work, we introduce Universal Semi-Supervise…

Domain AdaptationPseudo LabelSemi-supervised Domain AdaptationUniversal Domain Adaptation

Federated Semi-Supervised Domain Adaptation via Knowledge Transfer

2022-07-21 · Madhureeta Das, Xianhao Chen, Xiaoyong Yuan, Lan Zhang

Given the rapidly changing machine learning environments and expensive data labeling, semi-supervised domain adaptation (SSDA) is imperative when the labeled data from the source domain is statistically different from th…

Domain AdaptationFederated LearningKnowledge DistillationSemi-supervised Domain Adaptation+1

Semi-Supervised Domain Adaptation with Source Label Adaptation

2023-02-05 · CVPR 2023 1 · Yu-Chu Yu, Hsuan-Tien Lin

Semi-Supervised Domain Adaptation (SSDA) involves learning to classify unseen target data with a few labeled and lots of unlabeled target data, along with many labeled source data from a related domain. Current SSDA appr…

Domain AdaptationPseudo LabelSemi-supervised Domain Adaptation