Structured DropConnect for Uncertainty Inference in Image Classification
Wenqing Zheng, Jiyang Xie, Weidong Liu, Zhanyu Ma

TL;DR
This paper introduces a structured DropConnect framework that models uncertainty in image classification by using a Dirichlet distribution, improving misclassification and out-of-distribution detection across different neural network architectures.
Contribution
The paper proposes a novel structured DropConnect method that models output uncertainty with a Dirichlet distribution, applicable to various network structures for improved inference.
Findings
Comparable performance to existing uncertainty methods
Effective in misclassification detection
Generalizes well across different network architectures
Abstract
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 and VGG models for misclassification detection and out-of-distribution detection on MNIST and CIFAR- datasets. Experimental…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdversarial Robustness in Machine Learning · Anomaly Detection Techniques and Applications · Advanced Neural Network Applications
MethodsDropConnect
