Oscillatory Spiking Neural Network with time-delayed coordination methodology. Models cognition-level neural synchrony emerging from iterative bottom-up and top-down interactions between micro-scale spiking dynamics and macro-scale oscillatory synchronization. Use when studying S2-Net, spiking-by-synchronization, oscillatory neural networks, time-delayed coordination, cortical rhythm modeling, temporal binding, or brain-inspired learning primitives.
Scanned 9/11/2026
Install to Claude Code
npx -y skills add hiyenwong/ai_collection --skill oscillatory-snn-time-delayed-coordination --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Oscillatory Snn Time Delayed Coordination?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/hiyenwong-oscillatory-snn-time-delayed-coordination-3853475c)More formats (shields.io, HTML) on the badges page.
---
name: oscillatory-snn-time-delayed-coordination
description: Oscillatory Spiking Neural Network with time-delayed coordination methodology. Models cognition-level neural synchrony emerging from iterative bottom-up and top-down interactions between micro-scale spiking dynamics and macro-scale oscillatory synchronization. Use when studying S2-Net, spiking-by-synchronization, oscillatory neural networks, time-delayed coordination, cortical rhythm modeling, temporal binding, or brain-inspired learning primitives.
---
# Oscillatory SNN with Time-Delayed Coordination (S2-Net)
## Overview
S2-Net (Spiking-by-Synchronization Neural Network) is a brain-inspired learning primitive where cognition-level neural synchrony emerges through iterative bottom-up and top-down interactions between micro-scale spiking neuron dynamics and macro-scale oscillatory synchronization mechanisms.
**Source**: Dan & Wu, "From Cortical Synchronous Rhythm to Brain Inspired Learning Mechanism: An Oscillatory Spiking Neural Network with Time-Delayed Coordination" (arXiv:2605.01656, May 2026)
## Key Principles
### 1. Bottom-Up: Oscillatory Synchronization from Spiking Activity
- Each parcel (cortical region, image pixel, etc.) is modeled as a spiking neuron
- Neurons are embedded in a **predefined connectivity scaffold**
- Spiking activity accumulates over a **finite memory window**
- Past spiking patterns form oscillatory synchronization — rhythms emerge from spike history
- Low-level information is encoded in **spatiotemporal domain**: neurons selectively group and fire spontaneously
### 2. Top-Down: Time-Delayed Modulation
- Brain dynamics operate in **partial and transient synchronization**, NOT global phase locking
- Oscillatory coordination uses a **time-delayed synchronization formulation**
- This enables top-down modulation of heterogeneous neural spiking for large-scale distributed systems
- The rhythmic timing acts as a **control mechanism** for information routing
### 3. Spiking-by-Synchronization Paradigm
- Unlike standard SNNs where information flows through spike trains, S2-Net uses **rhythmic timing** as the primary control signal
- Synchronization patterns (which neurons fire together, at what phase) encode information
- The interplay between individual spiking and collective oscillation creates a two-level representation:
- **Micro**: individual spike timing and rate
- **Macro**: phase relationships and synchronization clusters
## Architecture
```
Input → [Spiking Neurons on Connectivity Scaffold]
↓ (bottom-up accumulation over memory window)
[Oscillatory Synchronization Formation]
↓ (top-down time-delayed modulation)
[Heterogeneous Neural Spiking Modulation]
↓ (iterative loop)
[Output: Synchronized Spike Patterns]
```
### Core Components
1. **Connectivity Scaffold**: Predefined structure defining which neurons can synchronize
2. **Memory Window**: Finite temporal window for accumulating spiking history
3. **Time-Delayed Synchronization Formulation**: Models the lag between neural events and rhythmic responses
4. **Selective Grouping**: Neurons self-organize into functional groups through dynamics
## Applications
The methodology has demonstrated results across:
- **Neural activity decoding**: Reconstructing stimuli or intentions from neural recordings
- **Energy-efficient signal processing**: Sparse, event-driven computation leveraging temporal structure
- **Temporal binding**: Associating features across time through synchronized oscillations
- **Semantic reasoning**: Using oscillatory patterns for higher-level cognitive tasks
## Implementation Guidelines
### Scaffold Design
1. Choose connectivity reflecting the target system's structure:
- For images: grid/graph connectivity over pixels/superpixels
- For cortex: structural connectivity from DTI or functional connectivity
- For abstract data: similarity-based or learned adjacency
2. Scaffold density controls synchronization capacity:
- Too dense → everything synchronizes, no selectivity
- Too sparse → no coordination, isolated neurons
### Memory Window Tuning
1. Window length T determines oscillation timescale:
- Short T → high-frequency oscillations, fine temporal resolution
- Long T → low-frequency oscillations, global integration
2. Match T to the task's relevant timescale:
- Sensory processing: short (10-100ms)
- Cognitive/semantic: longer (100ms-seconds)
### Time-Delay Parameters
1. Delays should reflect biological/physical constraints:
- Axonal conduction delays (distance-dependent)
- Synaptic transmission delays
- Processing pipeline delays
2. Heterogeneous delays enhance computational capacity:
- Uniform delays → limited dynamic range
- Varied delays → richer oscillatory patterns
## Verification Steps
1. **Synchronization emergence**: Verify that oscillatory patterns emerge spontaneously from spiking, not imposed externally
2. **Partial synchronization**: Confirm system operates in partial/transient sync regime, not global locking
3. **Bottom-up causality**: Show that spike statistics predict synchronization patterns
4. **Top-down modulation**: Show that synchronization state modulates subsequent spiking
5. **Task performance**: Validate on at least one of: decoding, signal processing, temporal binding, reasoning
## Pitfalls
- **Global phase locking trap**: If all neurons synchronize identically, the system loses representational power — ensure heterogeneity
- **Memory window too long**: Accumulating too much history smooths out temporal structure, losing the dynamic benefit
- **Ignoring delay heterogeneity**: Uniform time delays severely limit the oscillatory pattern space
- **Scaffold mismatch**: Using incorrect connectivity (e.g., fully-connected for spatial data) breaks the spatial structure
- **Not iterative**: The power comes from bottom-up ↔ top-down iteration; single-pass loses the emergent dynamics
- **SNN conversion issues**: Converting pre-trained ANNs to S2-Net requires careful spike-timing calibration
## Activation Keywords
S2-Net, spiking-by-synchronization, oscillatory SNN, time-delayed coordination, cortical rhythm modeling, neural synchrony, temporal binding SNN, bottom-up top-down SNN, partial synchronization, rhythmic timing control, brain-inspired learning primitive, oscillatory neural dynamics
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!