paper-with-me

Papers

Correlation Alignment for Unsupervised Domain Adaptation

2016-12-06 · Baochen Sun, Jiashi Feng, Kate Saenko

In this chapter, we present CORrelation ALignment (CORAL), a simple yet effective method for unsupervised domain adaptation. CORAL minimizes domain shift by aligning the second-order statistics of source and target distributions, without requiring any target labels. In contrast to subspace manifold methods, it aligns the original feature distributions of the source and target domains, rather than the bases of lower-dimensional subspaces. It is also much simpler than other distribution matching methods. CORAL performs remarkably well in extensive evaluations on standard benchmark datasets. We first describe a solution that applies a linear transformation to source features to align them with target features before classifier training. For linear classifiers, we propose to equivalently apply CORAL to the classifier weights, leading to added efficiency when the number of classifiers is small but the number and dimensionality of target examples are very high. The resulting CORAL Linear Discriminant Analysis (CORAL-LDA) outperforms LDA by a large margin on standard domain adaptation benchmarks. Finally, we extend CORAL to learn a nonlinear transformation that aligns correlations of layer activations in deep neural networks (DNNs). The resulting Deep CORAL approach works seamlessly with DNNs and achieves state-of-the-art performance on standard benchmark datasets. Our code is available at:~\url{https://github.com/VisionLearningGroup/CORAL}

📄 PDF Abstract BibTeX arXiv:1612.01939

Code (4)

VisionLearningGroup/CORAL 공식 구현
adapt-python/adapt tf
domainadaptation/salad pytorch
eridgd/WCT-TF tf

Tasks

Domain AdaptationUnsupervised Domain Adaptation

Methods 이 논문이 사용한 방법론

CORAL 설명 없음
LDA Linear discriminant analysis (LDA), normal discriminant analysis (NDA), or discriminant function analysis is a generalization of Fisher's linear discriminant, a method used in…

Similar Papers 제목 키워드 기반

Minimal-Entropy Correlation Alignment for Unsupervised Deep Domain Adaptation

2017-11-28 · ICLR 2018 1 · Pietro Morerio, Jacopo Cavazza, Vittorio Murino

In this work, we face the problem of unsupervised domain adaptation with a novel deep learning approach which leverages on our finding that entropy minimization is induced by the optimal alignment of second order statist…

Domain AdaptationGeneral ClassificationUnsupervised Domain Adaptation

SEA++: Multi-Graph-based High-Order Sensor Alignment for Multivariate Time-Series Unsupervised Domain Adaptation

2023-11-17 · Yucheng Wang, Yuecong Xu, Jianfei Yang, Min Wu 외

Unsupervised Domain Adaptation (UDA) methods have been successful in reducing label dependency by minimizing the domain discrepancy between a labeled source domain and an unlabeled target domain. However, these methods f…

Domain AdaptationTime SeriesUnsupervised Domain Adaptation

Unsupervised Cumulative Domain Adaptation for Foggy Scene Optical Flow

2023-03-14 · CVPR 2023 1 · Hanyu Zhou, Yi Chang, Wending Yan, Luxin Yan

Optical flow has achieved great success under clean scenes, but suffers from restricted performance under foggy scenes. To bridge the clean-to-foggy domain gap, the existing methods typically adopt the domain adaptation …

Domain AdaptationOptical Flow Estimation

Deep CORAL: Correlation Alignment for Deep Domain Adaptation

2016-07-06 · Baochen Sun, Kate Saenko

Deep neural networks are able to learn powerful representations from large quantities of labeled input data, however they cannot always generalize well across changes in input distributions. Domain adaptation algorithms …

Domain AdaptationDomain GeneralizationImage ClassificationUnsupervised Domain Adaptation

Towards Self-similarity Consistency and Feature Discrimination for Unsupervised Domain Adaptation

2019-04-13 · Chao Chen, Zhihang Fu, Zhihong Chen, Zhaowei Cheng 외

Recent advances in unsupervised domain adaptation mainly focus on learning shared representations by global distribution alignment without considering class information across domains. The neglect of class information, h…

Domain AdaptationUnsupervised Domain Adaptation