NCAINEMLJan 18, 2017

Converting Cascade-Correlation Neural Nets into Probabilistic Generative Models

arXiv:1701.05004v14 citations
Originality Synthesis-oriented
AI Analysis

This addresses the challenge of generative modeling for CCNNs, which are used in psychological modeling, but the approach is incremental as it applies an existing MCMC technique to a specific neural network type.

The paper tackles the problem of enabling Cascade-Correlation Neural Networks (CCNNs), which are deterministic and discriminative, to generate samples by converting them into probabilistic generative models using a Metropolis-adjusted Langevin algorithm MCMC method, achieving effective generation as demonstrated through simulations.

Humans are not only adept in recognizing what class an input instance belongs to (i.e., classification task), but perhaps more remarkably, they can imagine (i.e., generate) plausible instances of a desired class with ease, when prompted. Inspired by this, we propose a framework which allows transforming Cascade-Correlation Neural Networks (CCNNs) into probabilistic generative models, thereby enabling CCNNs to generate samples from a category of interest. CCNNs are a well-known class of deterministic, discriminative NNs, which autonomously construct their topology, and have been successful in giving accounts for a variety of psychological phenomena. Our proposed framework is based on a Markov Chain Monte Carlo (MCMC) method, called the Metropolis-adjusted Langevin algorithm, which capitalizes on the gradient information of the target distribution to direct its explorations towards regions of high probability, thereby achieving good mixing properties. Through extensive simulations, we demonstrate the efficacy of our proposed framework.

Foundations

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

Your Notes