Free SKILL.md scraped from GitHub. Clone the repo or copy the file directly into your Claude Code skills directory.
npx versuz@latest install hiyenwong-ai-collection-collection-skills-frequency-matching-snn-mmwavegit clone https://github.com/hiyenwong/ai_collection.gitcp ai_collection/SKILL.MD ~/.claude/skills/hiyenwong-ai-collection-collection-skills-frequency-matching-snn-mmwave/SKILL.md--- name: frequency-matching-snn-mmwave description: "Frequency-matching methodology for Spiking Neural Networks in mmWave sensing. LIF dynamics provide inherent low-pass filtering that suppresses high-frequency noise in mmWave signals. Derives principled criterion for membrane decay factor by matching LIF effective bandwidth to data's discriminative spectral content. Use when applying SNNs to sensor data with frequency structure, configuring SNN temporal filtering, or optimizing edge perception systems. Trigger: mmWave SNN, frequency matching LIF, membrane decay factor, temporal filtering SNN, edge sensing, mechanism-data alignment, 2605.09983." --- # Frequency-Matching SNN for mmWave Sensing **Paper:** arXiv:2605.09983 (May 2026) **Authors:** Di Yu, Zhenyu Liao, Changze Lv, Wentao Tong, Linshan Jiang, Sijie Ji, Xin Du, Hailiang Zhao, Xiaoqing Zheng, Shuiguang Deng ## Problem mmWave sensing data is sparse, temporally irregular, and corrupted by high-frequency noise. ANNs need extensive preprocessing or deep architectures, limiting edge efficiency. ## Key Insight: LIF as Implicit Low-Pass Filter Leaky Integrate-and-Fire (LIF) neurons naturally act as **low-pass filters**: - Membrane potential integration smooths high-frequency components - Spike generation threshold further filters noise - The **membrane decay factor τ** determines the effective bandwidth ### Frequency Matching Principle ``` When discriminative info is in LOW-TO-MID frequencies: → LIF dynamics suppress HIGH-frequency noise → SNN > ANN When discriminative info is in HIGH frequencies: → LIF filters out signal → ANN > SNN ``` ## Membrane Decay Factor Configuration ### Criterion Match LIF effective bandwidth to the data's discriminative spectral content: 1. **Analyze frequency spectrum** of input signal 2. **Identify discriminative frequency band** (where class differences lie) 3. **Set τ** so LIF bandwidth covers discriminative band and attenuates noise band 4. **Validate** with ablation on τ values ### Formula (conceptual) ``` τ_optimal ≈ 1 / (2π × f_cutoff) where f_cutoff separates discriminative from noise frequencies ``` ## Results Across 4 mmWave datasets: - **Average accuracy improvement**: +6.22% over ANN baselines - **Energy reduction**: 3.64× lower theoretical energy consumption - **Unified protocol**: Same SNN architecture, only τ differs per dataset ## Generalization to Other Sensor Domains This methodology applies to any time-series data where: 1. Signal has **frequency structure** (not white noise) 2. **Discriminative information** concentrates in specific frequency bands 3. **Noise** occupies different frequency bands 4. **Edge deployment** requires energy efficiency Examples: EEG, ECG, audio, radar, lidar, vibration sensing ## Design Checklist - [ ] Analyze input signal frequency spectrum - [ ] Identify discriminative vs. noise frequency bands - [ ] Configure membrane decay τ to match - [ ] Test multiple τ values (grid search around theoretical optimum) - [ ] Compare with ANN baseline (same parameter count) - [ ] Measure energy consumption on target hardware ## Activation Keywords - frequency matching SNN - LIF low-pass filter - mmWave spiking neural network - membrane decay factor optimization - temporal filtering SNN - mechanism-data alignment SNN - edge sensing neural network - 2605.09983 ## Related Skills - snn-learning-survey - spikingjelly-framework - edgespike-edge-iot-snn