Design of Supervision-Scalable Learning Systems: Methodology and Performance Benchmarking
Yijing Yang, Hongyu Fu, C.-C. Jay Kuo

TL;DR
This paper proposes modularized learning systems for image classification that maintain stable performance across varying supervision levels, outperforming traditional neural networks in low-data regimes.
Contribution
It introduces two new families of robust, modularized learning systems that adapt to different amounts of training data, demonstrating superior performance in low-supervision scenarios.
Findings
Modular systems outperform LeNet-5 with minimal training data.
Performance of proposed systems is comparable to LeNet-5 with abundant data.
Robustness across supervision levels is achieved by modular design.
Abstract
The design of robust learning systems that offer stable performance under a wide range of supervision degrees is investigated in this work. We choose the image classification problem as an illustrative example and focus on the design of modularized systems that consist of three learning modules: representation learning, feature learning and decision learning. We discuss ways to adjust each module so that the design is robust with respect to different training sample numbers. Based on these ideas, we propose two families of learning systems. One adopts the classical histogram of oriented gradients (HOG) features while the other uses successive-subspace-learning (SSL) features. We test their performance against LeNet-5, which is an end-to-end optimized neural network, for MNIST and Fashion-MNIST datasets. The number of training samples per image class goes from the extremely weak…
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
TopicsDomain Adaptation and Few-Shot Learning · Neural Networks and Applications · Image Processing Techniques and Applications
MethodsTest
