Semi-supervised learning via Feedforward-Designed Convolutional Neural Networks
Yueru Chen, Yijing Yang, Min Zhang, C.-C. Jay Kuo

TL;DR
This paper introduces a semi-supervised learning method using feedforward-designed CNNs that do not rely on backpropagation, effectively utilizing unlabeled data and ensemble techniques to improve image classification accuracy.
Contribution
The work presents a novel semi-supervised FF-CNN framework that avoids backpropagation and employs data quality scoring and ensemble methods for enhanced performance.
Findings
Outperforms backpropagation-trained CNNs with limited labeled data
Effective unlabeled data selection improves semi-supervised learning
Ensemble systems further boost classification accuracy
Abstract
A semi-supervised learning framework using the feedforward-designed convolutional neural networks (FF-CNNs) is proposed for image classification in this work. One unique property of FF-CNNs is that no backpropagation is used in model parameters determination. Since unlabeled data may not always enhance semi-supervised learning, we define an effective quality score and use it to select a subset of unlabeled data in the training process. We conduct experiments on the MNIST, SVHN, and CIFAR-10 datasets, and show that the proposed semi-supervised FF-CNN solution outperforms the CNN trained by backpropagation (BP-CNN) when the amount of labeled data is reduced. Furthermore, we develop an ensemble system that combines the output decision vectors of different semi-supervised FF-CNNs to boost classification accuracy. The ensemble systems can achieve further performance gains on all three…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Neural Network Applications · Domain Adaptation and Few-Shot Learning · Machine Learning and Data Classification
