paper-with-me

Papers

Augmentation Learning for Semi-Supervised Classification

2022-08-03 · Tim Frommknecht, Pedro Alves Zipf, Quanfu Fan, Nina Shvetsova, Hilde Kuehne

Recently, a number of new Semi-Supervised Learning methods have emerged. As the accuracy for ImageNet and similar datasets increased over time, the performance on tasks beyond the classification of natural images is yet to be explored. Most Semi-Supervised Learning methods rely on a carefully manually designed data augmentation pipeline that is not transferable for learning on images of other domains. In this work, we propose a Semi-Supervised Learning method that automatically selects the most effective data augmentation policy for a particular dataset. We build upon the Fixmatch method and extend it with meta-learning of augmentations. The augmentation is learned in additional training before the classification training and makes use of bi-level optimization, to optimize the augmentation policy and maximize accuracy. We evaluate our approach on two domain-specific datasets, containing satellite images and hand-drawn sketches, and obtain state-of-the-art results. We further investigate in an ablation the different parameters relevant for learning augmentation policies and show how policy learning can be used to adapt augmentations to datasets beyond ImageNet.

📄 PDF Abstract BibTeX arXiv:2208.01956

Code (0)

등록된 구현이 없습니다.

Tasks

ClassificationData AugmentationMeta-Learning

Methods 이 논문이 사용한 방법론

FixMatch FixMatch is an algorithm that first generates pseudo-labels using the model's predictions on weakly-augmented unlabeled images. For a given image, the pseudo-label is only…

Similar Papers 제목 키워드 기반

LaplaceNet: A Hybrid Graph-Energy Neural Network for Deep Semi-Supervised Classification

2021-06-08 · Philip Sellars, Angelica I. Aviles-Rivero, Carola-Bibiane Schönlieb

Semi-supervised learning has received a lot of recent attention as it alleviates the need for large amounts of labelled data which can often be expensive, requires expert knowledge and be time consuming to collect. Recen…

Semi-Supervised Image Classification

Colour augmentation for improved semi-supervised semantic segmentation

2021-10-09 · Geoff French, Michal Mackiewicz

Consistency regularization describes a class of approaches that have yielded state-of-the-art results for semi-supervised classification. While semi-supervised semantic segmentation proved to be more challenging, a numbe…

ClassificationSegmentationSelf-Supervised LearningSemantic Segmentation+1

ClassMix: Segmentation-Based Data Augmentation for Semi-Supervised Learning

2020-07-15 · Viktor Olsson, Wilhelm Tranheden, Juliano Pinto, Lennart Svensson

The state of the art in semantic segmentation is steadily increasing in performance, resulting in more precise and reliable segmentations in many different applications. However, progress is limited by the cost of genera…

Data AugmentationSegmentationSemantic SegmentationSemi-Supervised Semantic Segmentation

TransSGAN: GAN based semi-superivsed learning for text classification with Transformer Encoder

2021-11-16 · ACL ARR November 2021 11 · Anonymous

Recent semi-supervised learning for text classification uses data augmentations. However, it is a time-consuming and tricky hyperparametric approach. To overcome this problem, we present GAN-based semi-supervised learnin…

Data Augmentationtext-classificationText Classification

SIAVC: Semi-Supervised Framework for Industrial Accident Video Classification

2024-05-23 · Zuoyong Li, Qinghua Lin, Haoyi Fan, Tiesong Zhao 외

Semi-supervised learning suffers from the imbalance of labeled and unlabeled training data in the video surveillance scenario. In this paper, we propose a new semi-supervised learning method called SIAVC for industrial a…

Fire DetectionModel OptimizationPseudo LabelVideo Classification