<< Chapter < Page Chapter >> Page >
This report summarizes work done as part of the Computational Neuroscience PFUG under Rice University's VIGRE program. VIGRE is a program of Vertically Integrated Grants for Research and Education in the Mathematical Sciences under the direction of the National Science Foundation. A PFUG is a group of Postdocs, Faculty, Undergraduates and Graduate students formed round the study of a common problem. This module reproduces the work G. Palm "Towards a Theory of Cell Assemblies". This work was studied in the Rice University VIGRE/REU program in the Summer of 2010. This module builds an algorithm to find cell assemblies by Palm's definition and discusses some preliminary employment of that algorithm.

Introduction

History

Models of individual neurons vary in complexity, but in general, neurons tend to behave like this:

  • A neuron is either excited or not excited.
  • When excited, a neuron will stimulate neurons to which it has an outgoing connection. Otherwise, it will not stimulate other neurons.
  • A neuron becomes excited when it receives a sufficient amount of stimulation from other neurons.

When modeling the brain, see seek to model the collective behavior of neurons. The fundamental type of collective behavior is, by the Donald Hebb model of the brain, the cell assembly.

First introduced by Hebb, the cell assembly is, "a diffuse structure comprising cells... capable of acting briefly as a closed system, delivering facilitation to other such systems and usually having a specific motor facilitation" [link] . A cell assembly is a particular arrangement of a group of neurons with certain properties. The most salient of these properties is that a certain fractional portion of the assembly will excite the entire assembly.

By Hebb's proposal, a cell assembly represents a single concept in the brain. For instance, Hebb proposes that the corner of an abstract triangle may be represented by a cell assembly [link]

Since Hebb first discussed the concept of a cell assembly, there has been some amount of biological research supporting his ideas. For instance, the work of György Buzsáki suggests that groups of cells that fire during a given time period are correlated [link] .

Definitions

Node 1 (bright green) has the neighborhood {2, 3, 4, 5} (dark blue)
A k-core for which k=3
The process of closure for k=2: in step 2, an arbitrary 3 vertices are activated. Through each subsequent step, those vertices having at least 2 neighbors in the active set are activated in turn. After step 5, there are no more vertices to activate, so the vertices highlighted in step 5. are the closure of the vertices highlighted in step 2.

Gunther Palm defined Hebb's assembly in the concrete language of graph theory [link] . In brief, Palm's discussion constructs, or depends upon, the following definitions:

  • graph: A graph G has a vertex set, V ( G ) , and a set of edges, E ( G ) V ( G ) × V ( G ) . If u , v V ( G ) and u v E ( G ) , we say that the graph G has an edge directed from the vertex u toward the vertex v . Vertices are labeled with integers by convention.
  • neighborhood: We define the neighborhood of some vertex v V ( G ) with respect to G , call it N ( v , G ) , as { u : u v E ( G ) } ( [link] ).
  • degree: The degree of a vertex v V ( G ) with respect to G , call it D ( v , G ) , is | N ( v , G ) | .
  • subgraph: A graph g is a subgraph of G iff V ( g ) V ( G ) and E ( g ) E ( G ) . Further, g is an induced subgraph of G iff g is a subgraph of G and e E ( G ) ( V ( g ) × V ( g ) ) , e E ( g ) .
  • k-core: A subgraph g of G is a k -core iff v V ( g ) , | X | k , where X = N ( v ) V ( g ) ( [link] ).
  • minimal k-core A subgraph g of G is a minimal k-core iff it has no induced subgraphs which are k-cores.
  • maximum k-core A subgraph g of G is a maximum k-core iff G contains no k-cores h for which the | V ( h ) | > | V ( g ) | .
  • activation: We say that a vertex v V ( G ) can be either active or inactive. We generally say that, initially, an arbitrary subset of vertices M V ( G ) are active and the rest inactive. We further define a map f k ( M , G ) : ( sets of vertices , graphs ) ( sets of vertices ) which performs the following operation:
    • Take a graph G , and a set of vertices, M , where M V ( G ) .
    • v V ( G ) :
      • let Y = M N ( v , G )
      • iff | Y | k , then v R
    • Return R .
    For convenience, we add a superscript f k n ( M , G ) , where f k 2 ( M , G ) = f k ( f k ( M , G ) , G ) , f k 3 ( M , G ) = f k ( f k ( f k ( M , G ) , G ) , G ) , etc.
  • closure: We say that the closure of a set of active nodes M with respect to the graph G , call it c l k ( M , G ) , is equal to f k ( M , G ) . If f k n ( M , G ) does not converge for some sufficiently large n , then the closure of M is undefined ( [link] ).
  • k-tight: A k-core T , which is an induced subgraph of G , is k-tight iff it satisfies the following condition:
    • K where K is an induced subgraph of T and a k-core:
      • c l ( V ( K ) , G ) V ( T ) , or,
      • c l ( V ( T ) V ( K ) , G ) =
  • k-assembly: An induced subgraph A of G is a k-assembly iff V ( A ) = c l ( V ( T ) , G ) where T is a k-tight induced subgraph of G .

Get Jobilize Job Search Mobile App in your pocket Now!

Get it on Google Play Download on the App Store Now




Source:  OpenStax, The art of the pfug. OpenStax CNX. Jun 05, 2013 Download for free at http://cnx.org/content/col10523/1.34
Google Play and the Google Play logo are trademarks of Google Inc.

Notification Switch

Would you like to follow the 'The art of the pfug' conversation and receive update notifications?

Ask