CVAIJun 16, 2021

Structured DropConnect for Uncertainty Inference in Image Classification

arXiv:2106.08624v23 citations
Originality Incremental advance
AI Analysis

This addresses uncertainty estimation for image classification systems, but it is incremental as it builds on existing DropConnect and uncertainty inference techniques.

The authors tackled uncertainty inference in image classification by proposing a structured DropConnect framework that models network outputs with a Dirichlet distribution, achieving performance comparable to other methods on MNIST and CIFAR-10 datasets.

With the complexity of the network structure, uncertainty inference has become an important task to improve the classification accuracy for artificial intelligence systems. For image classification tasks, we propose a structured DropConnect (SDC) framework to model the output of a deep neural network by a Dirichlet distribution. We introduce a DropConnect strategy on weights in the fully connected layers during training. In test, we split the network into several sub-networks, and then model the Dirichlet distribution by match its moments with the mean and variance of the outputs of these sub-networks. The entropy of the estimated Dirichlet distribution is finally utilized for uncertainty inference. In this paper, this framework is implemented on LeNet$5$ and VGG$16$ models for misclassification detection and out-of-distribution detection on MNIST and CIFAR-$10$ datasets. Experimental results show that the performance of the proposed SDC can be comparable to other uncertainty inference methods. Furthermore, the SDC is adapted well to different network structures with certain generalization capabilities and research prospects.

Code Implementations1 repo
Foundations

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

Your Notes