paper-with-me

Papers

Semi-Supervised Learning by Augmented Distribution Alignment

2019-05-20 · ICCV 2019 10 · Qin Wang, Wen Li, Luc van Gool

In this work, we propose a simple yet effective semi-supervised learning approach called Augmented Distribution Alignment. We reveal that an essential sampling bias exists in semi-supervised learning due to the limited number of labeled samples, which often leads to a considerable empirical distribution mismatch between labeled data and unlabeled data. To this end, we propose to align the empirical distributions of labeled and unlabeled data to alleviate the bias. On one hand, we adopt an adversarial training strategy to minimize the distribution distance between labeled and unlabeled data as inspired by domain adaptation works. On the other hand, to deal with the small sample size issue of labeled data, we also propose a simple interpolation strategy to generate pseudo training samples. Those two strategies can be easily implemented into existing deep neural networks. We demonstrate the effectiveness of our proposed approach on the benchmark SVHN and CIFAR10 datasets. Our code is available at \url{https://github.com/qinenergy/adanet}.

📄 PDF Abstract BibTeX arXiv:1905.08171

Code (1)

qinenergy/adanet 공식 구현 tf

Tasks

Domain AdaptationSemi-Supervised Image Classification

Similar Papers 제목 키워드 기반

FireMatch: A Semi-Supervised Video Fire Detection Network Based on Consistency and Distribution Alignment

2023-11-09 · Qinghua Lin, Zuoyong Li, Kun Zeng, Haoyi Fan 외

Deep learning techniques have greatly enhanced the performance of fire detection in videos. However, video-based fire detection models heavily rely on labeled data, and the process of data labeling is particularly costly…

Data AugmentationFairnessFire DetectionPseudo Label

Revisiting Deep Semi-supervised Learning: An Empirical Distribution Alignment Framework and Its Generalization Bound

2022-03-13 · Feiyu Wang, Qin Wang, Wen Li, Dong Xu 외

In this work, we revisit the semi-supervised learning (SSL) problem from a new perspective of explicitly reducing empirical distribution mismatch between labeled and unlabeled samples. Benefited from this new perspective…

Data AugmentationDomain Adaptation

ReMixMatch: Semi-Supervised Learning with Distribution Alignment and Augmentation Anchoring

2019-11-21 · David Berthelot, Nicholas Carlini, Ekin D. Cubuk, Alex Kurakin 외

We improve the recently-proposed "MixMatch" semi-supervised learning algorithm by introducing two new techniques: distribution alignment and augmentation anchoring. Distribution alignment encourages the marginal distribu…

Image ClassificationSemi-Supervised Image Classification

ReMixMatch: Semi-Supervised Learning with Distribution Matching and Augmentation Anchoring

2020-05-01 · ICLR 2020 1 · David Berthelot, Nicholas Carlini, Ekin D. Cubuk, Alex Kurakin 외

We improve the recently-proposed ``MixMatch semi-supervised learning algorithm by introducing two new techniques: distribution alignment and augmentation anchoring. - Distribution alignment encourages the marginal distri…

PARSE: Pairwise Alignment of Representations in Semi-Supervised EEG Learning for Emotion Recognition

2022-02-11 · Guangyi Zhang, Vandad Davoodnia, Ali Etemad

We propose PARSE, a novel semi-supervised architecture for learning strong EEG representations for emotion recognition. To reduce the potential distribution mismatch between the large amounts of unlabeled data and the li…

Data AugmentationEEGElectroencephalogram (EEG)Emotion Classification+1