ROI Regularization for Semi-supervised and Supervised Learning
Hiroshi Kaizuka, Yasuhiro Nagasaki, Ryo Sako

TL;DR
This paper introduces ROI regularization, a semi-supervised learning technique that enhances CNN classification by focusing on image regions contributing most to predictions, and combines it with VAT for improved accuracy.
Contribution
The paper proposes ROI regularization (ROIreg), a novel semi-supervised method that refines CNN classification by focusing on important image regions, and introduces ROI augmentation for supervised learning.
Findings
ROIreg improves classification accuracy on SVHN and CIFAR-10 datasets.
Combining ROIreg with VAT yields state-of-the-art results.
ROI augmentation enhances supervised learning performance.
Abstract
We propose ROI regularization (ROIreg) as a semi-supervised learning method for image classification. ROIreg focuses on the maximum probability of a posterior probability distribution g(x) obtained when inputting an unlabeled data sample x into a convolutional neural network (CNN). ROIreg divides the pixel set of x into multiple blocks and evaluates, for each block, its contribution to the maximum probability. A masked data sample x_ROI is generated by replacing blocks with relatively small degrees of contribution with random images. Then, ROIreg trains CNN so that g(x_ROI ) does not change as much as possible from g(x). Therefore, ROIreg can be said to refine the classification ability of CNN more. On the other hand, Virtual Adverserial Training (VAT), which is an excellent semi-supervised learning method, generates data sample x_VAT by perturbing x in the direction in which g(x)…
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 · Sparse and Compressive Sensing Techniques · Machine Learning and ELM
