Research on Kuramoto Sakaguchi model applied to bipartite networks (excitatory/inhibitory populations), revealing rich collective dynamics including both continuous and discontinuous transitions from full synchrony to partial synchrony (PS). The PS state constitutes an example of **self-organized quasiperiodicity** in the canonical Kuramoto Sakaguchi model despite its purely linear global coupling.
Scanned 9/11/2026
Install to Claude Code
npx -y skills add hiyenwong/ai_collection --skill synchronization-bipartite-oscillator-networks --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Synchronization Bipartite Oscillator Networks?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/hiyenwong-synchronization-bipartite-oscillator-networks-8d0836c9)More formats (shields.io, HTML) on the badges page.
---
trigger_words:
- Kuramoto Sakaguchi
- bipartite oscillator
- excitatory inhibitory
- neural synchronization
- partial synchrony
- self-organized quasiperiodicity
- oscillator network
- collective dynamics
- neuronal oscillations
- phase synchronization
related_skills:
- kuramoto-control-theory
- complex-valued-kuramoto-network-control
- quantum-synchronization-dynamics-framework
- spiking-oscillation-mapping
- chaos-synchrony-ei-networks
papers:
- arxiv:2606.20345
---
# Synchronization Modes in Bipartite Oscillator Networks
## Summary
Research on Kuramoto Sakaguchi model applied to bipartite networks (excitatory/inhibitory populations), revealing rich collective dynamics including both continuous and discontinuous transitions from full synchrony to partial synchrony (PS). The PS state constitutes an example of **self-organized quasiperiodicity** in the canonical Kuramoto Sakaguchi model despite its purely linear global coupling.
## Key Contributions
1. **Bipartite Network Structure**: Models E-I interactions in neuronal systems using minimal Kuramoto Sakaguchi architecture
2. **Multiple Synchronization Regimes**:
- Full synchrony → Partial synchrony transitions (continuous AND discontinuous)
- Partial synchrony where one population displays quasiperiodic dynamics
3. **Self-Organized Quasiperiodicity**: PS state emerges from linear global coupling alone
4. **Frequency Deviation**: Quasiperiodic population frequency can significantly deviate from global field
## Core Methodology
### Mathematical Framework
- **Kuramoto Sakaguchi Model**: Extended to bipartite networks with excitatory (E) and inhibitory (I) populations
- **Global Coupling**: Purely linear coupling structure
- **Phase Dynamics**: Standard oscillator model with population-specific parameters
### Key Phenomena
1. **Full Synchrony**: Both populations locked to global field frequency
2. **Partial Synchrony (PS)**:
- One population remains synchronized
- Other population shows quasiperiodic dynamics
- Average frequency deviates from global field
3. **Transition Types**: Both continuous and discontinuous bifurcations observed
## Biological Relevance
### Neural Network Applications
- **E-I Balance**: Models cortical excitatory-inhibitory interactions
- **Rhythmic Generation**: Explains how collective oscillations arise from E-I interactions
- **Frequency Deviation**: Accounts for observed frequency differences between neuronal populations
- **Clinical Patterns**: Relates to burst-suppression and other pathological rhythms
### Insights for Neuroscience
1. Minimal structure can produce complex dynamics
2. E-I interactions drive rich synchronization modes
3. Self-organized quasiperiodicity without nonlinear coupling
4. Partial synchrony as mechanism for frequency diversity
## Implementation Guidance
### Model Setup
```python
# Kuramoto Sakaguchi for bipartite networks
# Two populations: excitatory (E) and inhibitory (I)
# Phase equations:
# dθ_E/dt = ω_E + K_E * sin(Θ - θ_E - α_E) # E population
# dθ_I/dt = ω_I - K_I * sin(Θ - θ_I - α_I) # I population (negative coupling)
# Where Θ is global field phase
# α is Sakaguchi phase shift parameter
```
### Transition Detection
- Monitor coherence order parameter for each population
- Identify bifurcation points through parameter sweeps
- Track frequency ratios between populations
## Potential Extensions
1. **Multi-Population Networks**: Extend to 3+ populations
2. **Delayed Coupling**: Add synaptic delay effects
3. **Noise Effects**: Study robustness under stochastic perturbations
4. **Spatial Structure**: Incorporate network topology
5. **Quantum Analogies**: Connect to quantum synchronization frameworks
## Research Directions
### Open Questions
1. Stability boundaries for different PS regimes
2. Noise-induced transitions between modes
3. Learning dynamics for adaptive coupling
4. Applications to specific neurological disorders
### Clinical Applications
- EEG burst-suppression detection
- Seizure dynamics modeling
- Anesthesia depth monitoring
- Sleep rhythm analysis
## References
- arXiv:2606.20345 - Original paper on bipartite oscillator synchronization
- Kuramoto (1984) - Original Kuramoto model
- Sakaguchi & Kuramoto (1986) - Phase shift extension
- Related: quantum-synchronization-dynamics-framework for quantum analogiesIs 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!