paper-with-me

Papers

Semi-Supervised Learning using Siamese Networks

2021-09-02 · Attaullah Sahito, Eibe Frank, Bernhard Pfahringer

Neural networks have been successfully used as classification models yielding state-of-the-art results when trained on a large number of labeled samples. These models, however, are more difficult to train successfully for semi-supervised problems where small amounts of labeled instances are available along with a large number of unlabeled instances. This work explores a new training method for semi-supervised learning that is based on similarity function learning using a Siamese network to obtain a suitable embedding. The learned representations are discriminative in Euclidean space, and hence can be used for labeling unlabeled instances using a nearest-neighbor classifier. Confident predictions of unlabeled instances are used as true labels for retraining the Siamese network on the expanded training set. This process is applied iteratively. We perform an empirical study of this iterative self-training algorithm. For improving unlabeled predictions, local learning with global consistency [22] is also evaluated.

📄 PDF Abstract BibTeX arXiv:2109.00794

Code (2)

attaullah/Self-training 공식 구현 tf
attaullah/Self-training/blob/master/Metric_learning.md 공식 구현 tf

Methods 이 논문이 사용한 방법론

Siamese Network 설명 없음

Similar Papers 제목 키워드 기반

Semi-Supervised Siamese Network for Identifying Bad Data in Medical Imaging Datasets

2021-08-16 · Niamh Belton, Aonghus Lawlor, Kathleen M. Curran

Noisy data present in medical imaging datasets can often aid the development of robust models that are equipped to handle real-world data. However, if the bad data contains insufficient anatomical information, it can hav…

Urban Change Detection Using a Dual-Task Siamese Network and Semi-Supervised Learning

2022-04-26 · Sebastian Hafner, Yifang Ban, Andrea Nascetti

In this study, a Semi-Supervised Learning (SSL) method for improving urban change detection from bi-temporal image pairs was presented. The proposed method adapted a Dual-Task Siamese Difference network that not only pre…

Change DetectionDecoder

A Classification-Based Approach to Semi-Supervised Clustering with Pairwise Constraints

2020-01-18 · Marek Śmieja, Łukasz Struski, Mário A. T. Figueiredo

In this paper, we introduce a neural network framework for semi-supervised clustering (SSC) with pairwise (must-link or cannot-link) constraints. In contrast to existing approaches, we decompose SSC into two simpler clas…

Binary ClassificationClassificationClusteringGeneral Classification

Identification of quantum entanglement with Siamese convolutional neural networks and semi-supervised learning

2022-10-13 · Jarosław Pawłowski, Mateusz Krawczyk

Quantum entanglement is a fundamental property commonly used in various quantum information protocols and algorithms. Nonetheless, the problem of identifying entanglement has still not reached a general solution for syst…

SiamPolar: Semi-supervised Realtime Video Object Segmentation with Polar Representation

2021-10-27 · Yaochen Li, Yuhui Hong, Yonghong Song, Chao Zhu 외

Video object segmentation (VOS) is an essential part of autonomous vehicle navigation. The real-time speed is very important for the autonomous vehicle algorithms along with the accuracy metric. In this paper, we propose…

Objectobject-detectionObject DetectionSemantic Segmentation+3