MLLGMar 20, 2018

Domain Adaptation with Randomized Expectation Maximization

arXiv:1803.07634v12 citationsHas Code
Originality Incremental advance
AI Analysis

This provides a scalable and easy-to-implement solution for domain adaptation in text and image data, though it is incremental as it builds on existing EM and linear classifier approaches.

The paper tackles domain adaptation by proposing a simple randomized EM method that uses logistic regression or SVM, achieving state-of-the-art results competitive with complex deep transfer-learning methods on 36 real-life tasks.

Domain adaptation (DA) is the task of classifying an unlabeled dataset (target) using a labeled dataset (source) from a related domain. The majority of successful DA methods try to directly match the distributions of the source and target data by transforming the feature space. Despite their success, state of the art methods based on this approach are either involved or unable to directly scale to data with many features. This article shows that domain adaptation can be successfully performed by using a very simple randomized expectation maximization (EM) method. We consider two instances of the method, which involve logistic regression and support vector machine, respectively. The underlying assumption of the proposed method is the existence of a good single linear classifier for both source and target domain. The potential limitations of this assumption are alleviated by the flexibility of the method, which can directly incorporate deep features extracted from a pre-trained deep neural network. The resulting algorithm is strikingly easy to implement and apply. We test its performance on 36 real-life adaptation tasks over text and image data with diverse characteristics. The method achieves state-of-the-art results, competitive with those of involved end-to-end deep transfer-learning methods.

Code Implementations2 repos
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes