paper-with-me

홈 › Papers

Distant Supervised Centroid Shift: A Simple and Efficient Approach to Visual Domain Adaptation

2019-06-01 · CVPR 2019 6 · Jian Liang, Ran He, Zhenan Sun, Tieniu Tan

Conventional domain adaptation methods usually resort to deep neural networks or subspace learning to find invariant representations across domains. However, most deep learning methods highly rely on large-size source domains and are computationally expensive to train, while subspace learning methods always have a quadratic time complexity that suffers from the large domain size. This paper provides a simple and efficient solution, which could be regarded as a well-performing baseline for domain adaptation tasks. Our method is built upon the nearest centroid classifier, seeking a subspace where the centroids in the target domain are moderately shifted from those in the source domain. Specifically, we design a unified objective without accessing the source domain data and adopt an alternating minimization scheme to iteratively discover the pseudo target labels, invariant subspace, and target centroids. Besides its privacy-preserving property (distant supervision), the algorithm is provably convergent and has a promising linear time complexity. In addition, the proposed method can be readily extended to multi-source setting and domain generalization, and it remarkably enhances popular deep adaptation methods by borrowing the learned transferable features. Extensive experiments on several benchmarks including object, digit, and face recognition datasets validate that our methods yield state-of-the-art results in various domain adaptation tasks.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Domain AdaptationDomain GeneralizationFace RecognitionPrivacy Preserving

Similar Papers 제목 키워드 기반

Ranking-Based Automatic Seed Selection and Noise Reduction for Weakly Supervised Relation Extraction

2018-07-01 · ACL 2018 7 · Van-Thuy Phi, Joan Santoso, Masashi Shimbo, Yuji Matsumoto

This paper addresses the tasks of automatic seed selection for bootstrapping relation extraction, and noise reduction for distantly supervised relation extraction. We first point out that these tasks are related. Then, i…

RelationRelation ExtractionWord Sense Disambiguation

One-Class Learning with Adaptive Centroid Shift for Audio Deepfake Detection

2024-06-24 · Hyun Myung Kim, Kangwook Jang, Hoirin Kim

As speech synthesis systems continue to make remarkable advances in recent years, the importance of robust deepfake detection systems that perform well in unseen systems has grown. In this paper, we propose a novel adapt…

Audio Deepfake DetectionDeepFake DetectionFace SwappingSpeech Synthesis

Supervised Dimensionality Reduction and Visualization using Centroid-encoder

2020-02-27 · Tomojit Ghosh, Michael Kirby

Visualizing high-dimensional data is an essential task in Data Science and Machine Learning. The Centroid-Encoder (CE) method is similar to the autoencoder but incorporates label information to keep objects of a class cl…

Data VisualizationDimensionality ReductionRetrievalSupervised dimensionality reduction

Deep Metric Learning Meets Deep Clustering: An Novel Unsupervised Approach for Feature Embedding

2020-09-09 · Binh X. Nguyen, Binh D. Nguyen, Gustavo Carneiro, Erman Tjiputra 외

Unsupervised Deep Distance Metric Learning (UDML) aims to learn sample similarities in the embedding space from an unlabeled dataset. Traditional UDML methods usually use the triplet loss or pairwise loss which requires …

BenchmarkingClusteringDeep ClusteringMetric Learning+1

centroIDA: Cross-Domain Class Discrepancy Minimization Based on Accumulative Class-Centroids for Imbalanced Domain Adaptation

2023-08-21 · Xiaona Sun, Zhenyu Wu, Yichen Liu, Saier Hu 외

Unsupervised Domain Adaptation (UDA) approaches address the covariate shift problem by minimizing the distribution discrepancy between the source and target domains, assuming that the label distribution is invariant acro…

Domain AdaptationRobust classificationUnsupervised Domain Adaptation