CVMar 30, 2018

Learning Structure and Strength of CNN Filters for Small Sample Size Training

arXiv:1803.11405v189 citations
Originality Incremental advance
AI Analysis

This addresses small sample size training issues in computer vision, offering a flexible solution for domains like face recognition, though it appears incremental as it builds on existing filter learning methods.

The paper tackles the problem of training convolutional neural networks with limited data by proposing SSF-CNN, which learns filter structure and strength, reducing parameters and achieving high accuracies, such as a 10% improvement in rank-1 identification accuracy on a newborn face database.

Convolutional Neural Networks have provided state-of-the-art results in several computer vision problems. However, due to a large number of parameters in CNNs, they require a large number of training samples which is a limiting factor for small sample size problems. To address this limitation, we propose SSF-CNN which focuses on learning the structure and strength of filters. The structure of the filter is initialized using a dictionary-based filter learning algorithm and the strength of the filter is learned using the small sample training data. The architecture provides the flexibility of training with both small and large training databases and yields good accuracies even with small size training data. The effectiveness of the algorithm is first demonstrated on MNIST, CIFAR10, and NORB databases, with a varying number of training samples. The results show that SSF-CNN significantly reduces the number of parameters required for training while providing high accuracies the test databases. On small sample size problems such as newborn face recognition and Omniglot, it yields state-of-the-art results. Specifically, on the IIITD Newborn Face Database, the results demonstrate improvement in rank-1 identification accuracy by at least 10%.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes