Poisson Matrix-Normal Latent Variable (PMNLV) model for partitioning neural co-variability in population recordings. Extends single-neuron overdispersion to populations with Kronecker-factored covariance for structured gain-modulation analysis. Use when analyzing neural population co-variability, overdispersion in spiking data, Neuropixel recordings, structured gain covariance, or trial-to-trial variability beyond scalar Fano factor summaries. Activation: PMNLV, neural co-variability, overdis...
Scanned 9/11/2026
Install to Claude Code
npx -y skills add hiyenwong/ai_collection --skill pmnlv-neural-covariability --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Pmnlv Neural Covariability?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/hiyenwong-pmnlv-neural-covariability-882ce1fd)More formats (shields.io, HTML) on the badges page.
---
name: pmnlv-neural-covariability
description: >
Poisson Matrix-Normal Latent Variable (PMNLV) model for partitioning neural co-variability
in population recordings. Extends single-neuron overdispersion to populations with
Kronecker-factored covariance for structured gain-modulation analysis. Use when analyzing
neural population co-variability, overdispersion in spiking data, Neuropixel recordings,
structured gain covariance, or trial-to-trial variability beyond scalar Fano factor summaries.
Activation: PMNLV, neural co-variability, overdispersion model, population gain covariance,
Neuropixel analysis, trial-to-trial variability, Kronecker-factored covariance, VEM estimation,
Kernel Tournament Method, structured spiking gain
---
# PMNLV Neural Co-Variability Analysis
## Overview
The **Poisson Matrix-Normal Latent Variable (PMNLV)** model partitions neural co-variability in population recordings by modeling structured gain-modulation across neurons. Addresses the limitation that existing overdispersion models treat each neuron's gain independently, failing to capture network-level statistics.
## Core Model
### Poisson Matrix-Normal Latent Variable
```
spike_count ~ Poisson(rate)
rate = softrect(tuning_term + matrix_normal_gain)
```
- **Matrix-normal prior** over latent gain with Kronecker-factored covariance
- Captures both inter-neuron and temporal covariance structure
- Quadratic soft-rectifying link function for rate computation
### Key Innovation
Single-neuron marginal variability (Fano factor) changes little across cortical areas, but **shared population co-variability** peaks in V1 and declines in higher visual areas — invisible to scalar summaries.
## Estimation Algorithms
### Variational EM (VEM)
- Matrix-normal posterior recovers dense Kronecker factors
- No structural assumptions required
- Best for: general population analysis
### Kernel Tournament Method (KTM)
- Data-driven selection over biologically motivated kernel dictionary
- Composite likelihood optimization
- Best for: interpretable kernel-based analysis
## Validation
- Simulated data: recovers inter-neuron and temporal covariance factors + accurate tuning curves
- Neuropixel recordings across 4 cortical regions of mouse visual hierarchy
- Replicates finding that single-neuron marginal variability is area-invariant
- Novel finding: population co-variability structure varies hierarchically
## Applications
- Simultaneously recorded neural populations with structured gain covariance
- Trial-to-trial variability analysis beyond scalar metrics
- Cross-area comparison of population statistics
- Any domain where network-level gain modulation is of interest
## Reference
- arXiv: 2605.06995 [q-bio.QM; q-bio.NC]
- Authors: Skyler Thomas, Brandon J. Zhu, Kathleen E. Cullen, Adam S. Charles
- Published: 2026-05-07
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!