MLCVLGOct 30, 2017

A Connection between Feed-Forward Neural Networks and Probabilistic Graphical Models

arXiv:1710.11052v11 citations
Originality Incremental advance
AI Analysis

This work provides a theoretical link between two major modeling paradigms in computer vision, potentially enabling better generalization in tasks like classification and segmentation.

The paper establishes a connection between feed-forward neural networks and Bayesian networks, showing that any FFN approximates a corresponding BN, and validates this with a new learning algorithm that improves performance and generalization on CIFAR-10 and Weizmann Horse datasets.

Two of the most popular modelling paradigms in computer vision are feed-forward neural networks (FFNs) and probabilistic graphical models (GMs). Various connections between the two have been studied in recent works, such as e.g. expressing mean-field based inference in a GM as an FFN. This paper establishes a new connection between FFNs and GMs. Our key observation is that any FFN implements a certain approximation of a corresponding Bayesian network (BN). We characterize various benefits of having this connection. In particular, it results in a new learning algorithm for BNs. We validate the proposed methods for a classification problem on CIFAR-10 dataset and for binary image segmentation on Weizmann Horse dataset. We show that statistically learned BNs improve performance, having at the same time essentially better generalization capability, than their FFN counterparts.

Foundations

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

Your Notes