paper-with-me

Papers

Semi-supervised classification using a supervised autoencoder for biomedical applications

2022-08-22 · Cyprien Gille, Frederic Guyard, Michel Barlaud

In this paper we present a new approach to solve semi-supervised classification tasks for biomedical applications, involving a supervised autoencoder network. We create a network architecture that encodes labels into the latent space of an autoencoder, and define a global criterion combining classification and reconstruction losses. We train the Semi-Supervised AutoEncoder (SSAE) on labelled data using a double descent algorithm. Then, we classify unlabelled samples using the learned network thanks to a softmax classifier applied to the latent space which provides a classification confidence score for each class. We implemented our SSAE method using the PyTorch framework for the model, optimizer, schedulers, and loss functions. We compare our semi-supervised autoencoder method (SSAE) with classical semi-supervised methods such as Label Propagation and Label Spreading, and with a Fully Connected Neural Network (FCNN). Experiments show that the SSAE outperforms Label Propagation and Spreading and the Fully Connected Neural Network both on a synthetic dataset and on two real-world biological datasets.

📄 PDF Abstract BibTeX arXiv:2208.10315

Code (1)

cypriengille/semi-supervised-autoencoder 공식 구현 pytorch

Tasks

General Classification

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…

Similar Papers 제목 키워드 기반

Semi-supervised Stacked Label Consistent Autoencoder for Reconstruction and Analysis of Biomedical Signals

2019-12-11 · Anupriya Gogna, Angshul Majumdar, Rabab Ward

In this work we propose an autoencoder based framework for simultaneous reconstruction and classification of biomedical signals. Previously these two tasks, reconstruction and classification were treated as separate prob…

Classificationcompressed sensingEEGElectroencephalogram (EEG)+2

Exploring Semi-supervised Variational Autoencoders for Biomedical Relation Extraction

2019-01-18 · Yijia Zhang, Zhiyong Lu

The biomedical literature provides a rich source of knowledge such as protein-protein interactions (PPIs), drug-drug interactions (DDIs) and chemical-protein interactions (CPIs). Biomedical relation extraction aims to au…

DecoderRelationRelation Extraction

A semi-supervised autoencoder framework for joint generation and classification of breathing

2020-10-19 · Oscar Pastor-Serrano, Danny Lathouwers, Zoltán Perkó

One of the main problems with biomedical signals is the limited amount of patient-specific data and the significant amount of time needed to record the sufficient number of samples needed for diagnostic and treatment pur…

DiagnosticGeneral ClassificationTime SeriesTime Series Analysis

A comparative study of semi- and self-supervised semantic segmentation of biomedical microscopy data

2020-11-11 · Nastassya Horlava, Alisa Mironenko, Sebastian Niehaus, Sebastian Wagner 외

In recent years, Convolutional Neural Networks (CNNs) have become the state-of-the-art method for biomedical image analysis. However, these networks are usually trained in a supervised manner, requiring large amounts of …

image-classificationImage ClassificationImage SegmentationSegmentation+2

Semi-supervised Classification for Natural Language Processing

2014-09-25 · Rushdi Shams

Semi-supervised classification is an interesting idea where classification models are learned from both labeled and unlabeled data. It has several advantages over supervised classification in natural language processing …

ClassificationGeneral Classificationtext-classificationText Classification