paper-with-me

Papers

Unsupervised Domain Adaptation with Random Walks on Target Labelings

2017-06-16 · Twan van Laarhoven, Elena Marchiori

Unsupervised Domain Adaptation (DA) is used to automatize the task of labeling data: an unlabeled dataset (target) is annotated using a labeled dataset (source) from a related domain. We cast domain adaptation as the problem of finding stable labels for target examples. A new definition of label stability is proposed, motivated by a generalization error bound for large margin linear classifiers: a target labeling is stable when, with high probability, a classifier trained on a random subsample of the target with that labeling yields the same labeling. We find stable labelings using a random walk on a directed graph with transition probabilities based on labeling stability. The majority vote of those labelings visited by the walk yields a stable label for each target example. The resulting domain adaptation algorithm is strikingly easy to implement and apply: It does not rely on data transformations, which are in general computational prohibitive in the presence of many input features, and does not need to access the source data, which is advantageous when data sharing is restricted. By acting on the original feature space, our method is able to take full advantage of deep features from external pre-trained neural networks, as demonstrated by the results of our experiments.

📄 PDF Abstract BibTeX arXiv:1706.05335

Code (0)

등록된 구현이 없습니다.

Tasks

Domain AdaptationUnsupervised Domain Adaptation

Similar Papers 제목 키워드 기반

Cross-domain Network Representations

2019-08-01 · Shan Xue, Jie Lu, Guangquan Zhang

The purpose of network representation is to learn a set of latent features by obtaining community information from network structures to provide knowledge for machine learning tasks. Recent research has driven significan…

Transfer Learning

UADA3D: Unsupervised Adversarial Domain Adaptation for 3D Object Detection with Sparse LiDAR and Large Domain Gaps

2024-03-26 · Maciej K Wozniak, Mattias Hansson, Marko Thiel, Patric Jensfelt

In this study, we address a gap in existing unsupervised domain adaptation approaches on LiDAR-based 3D object detection, which have predominantly concentrated on adapting between established, high-density autonomous dri…

3D Object DetectionAutonomous DrivingDomain Adaptationobject-detection+2

Few-shot Unsupervised Domain Adaptation for Multi-modal Cardiac Image Segmentation

2022-01-28 · Mingxuan Gu, Sulaiman Vesal, Ronak Kosti, Andreas Maier

Unsupervised domain adaptation (UDA) methods intend to reduce the gap between source and target domains by using unlabeled target domain and labeled source domain data, however, in the medical domain, target domain data …

Domain AdaptationImage SegmentationSemantic SegmentationUnsupervised Domain Adaptation

Faster Clustering via Non-Backtracking Random Walks

2017-08-26 · Brian Rappaport, Anuththari Gamage, Shuchin Aeron

This paper presents VEC-NBT, a variation on the unsupervised graph clustering technique VEC, which improves upon the performance of the original algorithm significantly for sparse graphs. VEC employs a novel application …

ClusteringGraph Clustering

RDA: Robust Domain Adaptation via Fourier Adversarial Attacking

2021-06-05 · ICCV 2021 10 · Jiaxing Huang, Dayan Guan, Aoran Xiao, Shijian Lu

Unsupervised domain adaptation (UDA) involves a supervised loss in a labeled source domain and an unsupervised loss in an unlabeled target domain, which often faces more severe overfitting (than classical supervised lear…

Domain AdaptationUnsupervised Domain Adaptation