scispace - formally typeset
Open AccessBook ChapterDOI

A Brief Review of Domain Adaptation

Reads0
Chats0
TLDR
This paper focuses on unsupervised domain adaptation, where the labels are only available in the source domain, and presents some successful shallow and deep domain adaptation approaches that aim to deal with domain adaptation problems.
Abstract
Classical machine learning assumes that the training and test sets come from the same distributions. Therefore, a model learned from the labeled training data is expected to perform well on the test data. However, this assumption may not always hold in real-world applications where the training and the test data fall from different distributions, due to many factors, e.g., collecting the training and test sets from different sources or having an outdated training set due to the change of data over time. In this case, there would be a discrepancy across domain distributions, and naively applying the trained model on the new dataset may cause degradation in the performance. Domain adaptation is a subfield within machine learning that aims to cope with these types of problems by aligning the disparity between domains such that the trained model can be generalized into the domain of interest. This paper focuses on unsupervised domain adaptation, where the labels are only available in the source domain. It addresses the categorization of domain adaptation from different viewpoints. Besides, it presents some successful shallow and deep domain adaptation approaches that aim to deal with domain adaptation problems.

read more

Citations
More filters
Journal ArticleDOI

Deep Learning and Medical Image Analysis for COVID-19 Diagnosis and Prediction.

TL;DR: It is believed that the wide availability of high-quality, curated, and benchmarked COVID-19 imaging data sets offers the great promise of a transformative test bed to develop, validate, and disseminate novel deep learning methods in the frontiers of data science and artificial intelligence.
Posted Content

Distributed Machine Learning for Wireless Communication Networks: Techniques, Architectures, and Applications

TL;DR: In this article, a comprehensive survey of distributed machine learning techniques for wireless networks is presented, focusing on power control, spectrum management, user association, and edge cloud computing, and potential adversarial attacks faced by DML applications.
Journal ArticleDOI

Distributed Machine Learning for Wireless Communication Networks: Techniques, Architectures, and Applications

TL;DR: The latest applications of DML in power control, spectrum management, user association, and edge cloud computing, and the potential adversarial attacks faced by DML applications are reviewed, and state-of-the-art countermeasures to preserve privacy and security are described.
Proceedings ArticleDOI

A Survey on Concept-Level Sentiment Analysis Techniques of Textual Data

TL;DR: In this paper, the techniques of text-based sentiment analysis pipeline including preprocessing, aspect extraction, feature selection, and classification techniques used by scholars have been reviewed and discussed. And different applications of semantic analysis in the context of social media, marketing, and product reviews have been surveyed.
Journal ArticleDOI

Frequency Domain Feature Extraction Investigation to Increase the Accuracy of an Intelligent Nondestructive System for Volume Fraction and Regime Determination of Gas-Water-Oil Three-Phase Flows

TL;DR: In this paper, a methodology consisting of an X-ray tube, one Pyrex-glass pipe, and two NaI detectors was investigated to determine the type of flow regimes and volume fractions of gas-oil-water three-phase flows.
References
More filters
Book ChapterDOI

U-Net: Convolutional Networks for Biomedical Image Segmentation

TL;DR: Neber et al. as discussed by the authors proposed a network and training strategy that relies on the strong use of data augmentation to use the available annotated samples more efficiently, which can be trained end-to-end from very few images and outperforms the prior best method (a sliding-window convolutional network) on the ISBI challenge for segmentation of neuronal structures in electron microscopic stacks.
Journal ArticleDOI

Generative Adversarial Nets

TL;DR: A new framework for estimating generative models via an adversarial process, in which two models are simultaneously train: a generative model G that captures the data distribution and a discriminative model D that estimates the probability that a sample came from the training data rather than G.
Proceedings ArticleDOI

Learning Phrase Representations using RNN Encoder--Decoder for Statistical Machine Translation

TL;DR: In this paper, the encoder and decoder of the RNN Encoder-Decoder model are jointly trained to maximize the conditional probability of a target sequence given a source sequence.
Posted Content

U-Net: Convolutional Networks for Biomedical Image Segmentation

TL;DR: It is shown that such a network can be trained end-to-end from very few images and outperforms the prior best method (a sliding-window convolutional network) on the ISBI challenge for segmentation of neuronal structures in electron microscopic stacks.
Journal ArticleDOI

A Survey on Transfer Learning

TL;DR: The relationship between transfer learning and other related machine learning techniques such as domain adaptation, multitask learning and sample selection bias, as well as covariate shift are discussed.