Skip to content

Investigation of Optimal Receptive Field Size for Maximizing Mutual Information and Increasing Learning Efficiency

Notifications You must be signed in to change notification settings

thpossidente/Int-Seg-Model

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Investigation of Optimal Receptive Field Size for Maximizing Mutual Information and Increasing Learning Efficiency

Senior Cognitive Science Thesis - Thomas Possidente, Vassar College '19

First Reader: Joshua de Leeuw

Second Reader: Ken Livingston

This repo contains all the code and datasets for the "Investigation of Optimal Receptive Field Size for Maximizing Mutual Information and Increasing Learning Efficiency".

Abstract: As a parameter within an information processing system, receptive field (RF) size should be tuned to maximize information transmission per unit of energy expended. We hypothesize that tuning RF size to maximize the amount of mutual information per RF would result in more efficient statistical learning due to the increased predictability of patterns in inputs. We argue that convolutional neural networks (CNNs) perform statistical learning and are information processing systems governed by the principles of information theory and are thus adequate models of statistical learning in systems like the brain. In this experiment we generate sets of inputs with high mutual information in different spatial resolutions, then use supervised CNNs with various receptive field sizes to classify these inputs. Our results show that RF sizes that increase mutual information per RF generally result in more efficient statistical learning. In light of these results, we contend that RF sizes that increase mutual information per RF could also be advantageous for neural circuits in the brain that perform statistical learning, and thus maximizing mutual information could have been a factor in the evolution of receptive field size.

Link to written thesis: https://digitalwindow.vassar.edu/cgi/viewcontent.cgi?article=1858&context=senior_capstone

Contents of Repo

  • Input Generation.R

    • An R script that contains functions to create toy image datasets of 1s and 0s that have high mutual information at a specified spatial resolution or "receptive field". Noise level, image (matrix) size, receptive field size, and number of matrices can be specified. Also contains a function to make image datasets of randomly placed 1s and 0s.
  • MI_PixelMeasure.cpp

    • An Rcpp file that contains a function to measure the mutual information in an image dataset for a specified receptive field size.
  • MI.Calculation.Script.R

    • An R script containing a simple function to run multiple trials of mutual information measurements (MI_PixelMeasure)
  • Supervised_ANNs.ipynb

    • A python Jupyter notebook that contains code for building and testing supervised Convolutional Neural Networks on toy image datasets created by "Input Generation.R"
  • *Unsupervised_ANNs,ipynb

    • An unfinished python Jupyter notebook that begins to implement the unsupervised version of the analyses run using "Supervised_ANNs.ipynb" using custom layers, loss, and optimizers in Keras.
  • Results

    • This folder contains two excel files that show the results of Experiment 1 ("Testing MI Calculator") and Experiment 2 ("Supervised Network Outcomes")
  • Toy_Image_Datasets

    • Folder containing 2 folders - one containing the datasets used in Experiment 1, the other containing the datasets used in Experiment 2
  • Binary_Datasets_Testing

  • Original Unsupervised Alphabet ANN

    • Contains a prelimary unsupervised ANN that was used to develop methods for implementing Hebbian updating and winner-take-all activation to learn letters of the alphabet of a specific font.
    • R and Rcpp

About

Investigation of Optimal Receptive Field Size for Maximizing Mutual Information and Increasing Learning Efficiency

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published