paper-with-me

홈 › Papers

Domain Adaptation Principal Component Analysis: base linear method for learning with out-of-distribution data

2022-08-28 · Evgeny M Mirkes, Jonathan Bac, Aziz Fouché, Sergey V. Stasenko, Andrei Zinovyev, Alexander N. Gorban

Domain adaptation is a popular paradigm in modern machine learning which aims at tackling the problem of divergence (or shift) between the labeled training and validation datasets (source domain) and a potentially large unlabeled dataset (target domain). The task is to embed both datasets red into a common space in which the source dataset is informative for training while the divergence between source and target is minimized. The most popular domain adaptation solutions are based on training neural networks that combine classification and adversarial learning modules, frequently making them both data-hungry and difficult to train. We present a method called Domain Adaptation Principal Component Analysis (DAPCA) that identifies a linear reduced data representation useful for solving the domain adaptation task. DAPCA algorithm introduces positive and negative weights between pairs of data points, and generalizes the supervised extension of principal component analysis. DAPCA is an iterative algorithm that solves a simple quadratic optimization problem at each iteration. The convergence of the algorithm is guaranteed, and the number of iterations is small in practice. We validate the suggested algorithm on previously proposed benchmarks for solving the domain adaptation task. We also show the benefit of using DAPCA in analyzing the single-cell omics datasets in biomedical applications. Overall, DAPCA can serve as a practical preprocessing step in many machine learning applications leading to reduced dataset representations, taking into account possible divergence between source and target domains.

📄 PDF Abstract BibTeX arXiv:2208.13290

Code (1)

mirkes/dapca 공식 구현

Tasks

Domain Adaptation

Similar Papers 제목 키워드 기반

Test-Time Adaptation with Principal Component Analysis

2022-09-13 · Thomas Cordier, Victor Bouvier, Gilles Hénaff, Céline Hudelot

Machine Learning models are prone to fail when test data are different from training data, a situation often encountered in real applications known as distribution shift. While still valid, the training-time knowledge be…

Test-time Adaptationvalid

Detecting genomic signatures of natural selection with principal component analysis: application to the 1000 Genomes data

2015-11-18

To characterize natural selection, various analytical methods for detecting candidate genomic regions have been developed. We propose to perform genome-wide scans of natural selection using principal component analysis. …

Localized Sparse Principal Component Analysis of Multivariate Time Series in Frequency Domain

2024-08-15 · Jamshid Namdari, Amita Manatunga, Fabio Ferrarelli, Robert Krafty

Principal component analysis has been a main tool in multivariate analysis for estimating a low dimensional linear subspace that explains most of the variability in the data. However, in high-dimensional regimes, naive e…

EEGTime Series

Direct domain adaptation through reciprocal linear transformations

2021-08-17 · Tariq Alkhalifah, Oleg Ovcharenko

We propose a direct domain adaptation (DDA) approach to enrich the training of supervised neural networks on synthetic data by features from real-world data. The process involves a series of linear operations on the inpu…

Domain Adaptation

On the estimation of the number of components in multivariate functional principal component analysis

2023-11-08 · Steven Golovkine, Edward Gunning, Andrew J. Simpkin, Norma Bargary

Happ and Greven (2018) developed a methodology for principal components analysis of multivariate functional data observed on different dimensional domains. Their approach relies on an estimation of univariate functional …