Skip to main content

cortical-microcircuits-information-flux-optimization

Simulation-based reverse engineering study of cortical microcircuit information flux. Analyzes whether cortical microcircuits are optimized for information flux in recurrent networks. Use when: studying cortical circuit optimization, information theory in neural networks, reverse engineering brain circuits, analyzing mutual information between network states, comparing biological vs artificial neural circuit architectures.

跳到安装

来源信息

仓库
hiyenwong/ai_collection
最近来源活动
2026年6月4日 13:32
检测到的 SKILL.md 语言
英语
星标
2
分支
0

安装方式

默认使用会先检查来源的 Prompt;你也可以切换为直接命令,或下载本地副本。

检查来源文件

决定是否安装前,请先阅读 SKILL.md,以及 SkillsMP 当前展示的配套文件。

正在显示 SKILL.md

SKILL.md
来源说明 · 只读预览
name
cortical-microcircuits-information-flux-optimization
description
Simulation-based reverse engineering study of cortical microcircuit information flux. Analyzes whether cortical microcircuits are optimized for information flux in recurrent networks. Use when: studying cortical circuit optimization, information theory in neural networks, reverse engineering brain circuits, analyzing mutual information between network states, comparing biological vs artificial neural circuit architectures.
# Cortical Microcircuit Information Flux Optimization **arXiv**: 2605.14680 **Authors**: Claus Metzner, Ali Ghebleh, Karin Prebeck **Published**: 2026-05-14 **Categories**: q-bio.NC, cs.NE ## Overview A sufficiently large information flux in recurrent neural networks, quantified by the mutual information between successive network states, is considered essential for rich computational capabilities. This paper investigates whether cortical microcircuits are optimized for information flux through simulation-based reverse engineering. ## Core Concepts ### Information Flux - **Definition**: Mutual information between successive network states I(s_t; s_{t+1}) - **Significance**: High information flux enables rich computational dynamics - **Measurement**: Quantified through simulation of recurrent network dynamics ### Reverse Engineering Approach 1. **Model Construction**: Build computational models of cortical microcircuits 2. **Parameter Optimization**: Search for parameters that maximize information flux 3. **Biological Comparison**: Compare optimized models with real cortical circuit properties 4. **Validation**: Test whether biological circuits operate near information flux optima ### Key Questions - Are cortical microcircuits optimized for information transmission? - What structural properties enable high information flux? - How do biological constraints affect optimization? ## Methodology ### Simulation Framework - Recurrent neural network models based on cortical microcircuit architecture - Excitatory/inhibitory balance constraints - Sparse connectivity patterns matching biological observations - Noise and variability matching experimental recordings ### Information Flux Computation - Estimate mutual information between consecutive network states - Use binning or kernel density estimation for entropy calculation - Analyze flux across different timescales and network regimes ### Optimization Strategy - Gradient-based or evolutionary search over circuit parameters - Constraints: biological plausibility (E/I ratio, connection probability, synaptic weights) - Objective: maximize information flux while maintaining stability ## Applications ### Neuroscience - Understanding computational principles of cortical microcircuits - Identifying design principles of biological neural networks - Comparing biological and artificial circuit optimization ### Neural Network Design - Bio-inspired architecture optimization - Information-theoretic design criteria for RNNs - Understanding trade-offs between information capacity and biological constraints ### Brain-Model Alignment - Evaluating whether artificial neural networks match biological information processing - Identifying gaps between current AI architectures and biological circuits ## Implementation Considerations ### Simulation Requirements - Sufficient network size to capture microcircuit statistics - Long simulation runs for reliable mutual information estimation - Multiple initial conditions to ensure robust optimization ### Biological Constraints - E/I ratio: typically ~80/20 in cortex - Connection probability: sparse (~10-20%) - Synaptic weight distributions: log-normal or heavy-tailed - Neuronal diversity: multiple cell types with distinct properties ### Computational Challenges - Mutual information estimation is computationally expensive - High-dimensional parameter space requires efficient optimization - Need to balance biological realism with tractability ## Activation Keywords - cortical microcircuit optimization - information flux neural networks - reverse engineering brain circuits - mutual information network dynamics - biological circuit design principles - cortical information processing ## Related Skills - neural-population-dynamics: Methods for analyzing neural population dynamics - neural-code-dynamics-analysis: Neural coding dynamics analysis framework - cortical-microcircuit-information-flux: Simulation-based reverse engineering methodology ## Pitfalls - **Mutual information estimation**: Requires sufficient samples; underestimation common with limited data - **Biological realism vs tractability**: More realistic models are harder to optimize - **Timescale selection**: Information flux depends critically on the timescale of analysis - **Stability constraints**: Maximizing information flux may push networks toward instability
在 GitHub 查看