Self-organized learning in oscillatory neural networks (ONNs) using memristive signed couplings. Inhibitory (negative) weights enable anti-phase attractors, expanding accessible attractor structures beyond purely synchronous couplings for autonomous neuromorphic learning.
Scanned 9/11/2026
Install to Claude Code
npx -y skills add hiyenwong/ai_collection --skill memristive-signed-couplings-onn --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Memristive Signed Couplings Onn?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/hiyenwong-memristive-signed-couplings-onn)More formats (shields.io, HTML) on the badges page.
---
name: memristive-signed-couplings-onn
description: Self-organized learning in oscillatory neural networks (ONNs) using memristive signed couplings. Inhibitory (negative) weights enable anti-phase attractors, expanding accessible attractor structures beyond purely synchronous couplings for autonomous neuromorphic learning.
version: 1.0.0
date: 2026-07-02
arxiv_id: 2607.00286
tags: [oscillatory neural networks, memristive devices, signed weights, inhibitory coupling, phase-coded memory, neuromorphic computing]
activation_keywords: [oscillatory neural network, ONN, memristive signed coupling, anti-phase attractor, phase-coded memory, inhibitory weight]
---
# Self-Organized Learning in Oscillatory Neural Networks with Memristive Signed Couplings
## 概述
提出一种使用忆阻器边缘(memristive edges)实现抑制性耦合的神经形态原语(neuromorphic primitive),作为自主学习的潜在设计。关键创新:实现负权重使 ONN 可访问反相吸引子(anti-phase attractors),扩展了振荡器网络可用的吸引子结构类别。
## 核心创新
### 1. 符号权重的神经形态实现
- **问题**:数值 Hopfield/Ising 模型常规假设符号权重,但 ONN 的神经形态实现常因器件/电路约束无法实现负权重
- **解决方案**:使用忆阻器边缘实现抑制性(负)耦合
- **意义**:实际可实现的路径,扩展吸引子结构类别
### 2. 反相吸引子的自主持续性
- **关键发现**:符号有效权重(signed effective weights)是反相吸引子自主持续的必要条件
- **区分**:反相约束不仅是训练期间暂时强制的,而且在释放后可以自主持续
- **应用**:支持相位编码记忆(phase-coded memories)
### 3. 自组织学习
- **架构**:耦合动力系统通过相位关系执行计算和表示信息
- **特性**:内在能量最小化动力学
- **任务**:联想记忆和优化
- **定位**:持续学习和推理的候选架构
## 方法论
### 电路级实现
```
振荡器节点 (oscillator nodes)
↕ 忆阻器边缘 (memristive edges)
↕ 抑制性耦合 (inhibitory couplings)
→ 符号有效权重 (signed effective weights)
```
### 验证框架
1. **电路仿真**:验证系统能够去噪(denoising)自动联想任务中的噪声输入
2. **理论分析**:证明符号有效权重对反相吸引子自主持续的必要性
3. **对比实验**:纯同步耦合 vs 符号耦合的吸引子结构可访问性
## 关键理论结果
### 定理:反相吸引子的必要条件
- 纯同步耦合(positive-only weights):仅支持同步吸引子
- 符号权重(signed weights):支持同步 + 反相吸引子
- 必要性证明:无反相权重时,反相吸引子无法自主持续
### 扩展的吸引子结构类别
| 权重类型 | 可用吸引子 | 记忆容量 |
|---------|-----------|---------|
| 纯正 | 同步相位 | 受限 |
| 符号 | 同步 + 反相 | 扩展 |
| 全符号 | 任意相位关系 | 最大 |
## 实施步骤
### 1. 设计忆阻器耦合电路
- 使用忆阻器实现边缘权重
- 设计抑制性耦合机制
- 验证符号有效权重的产生
### 2. 构建 ONN 架构
- 振荡器节点(如 VO2 振荡器、环形振荡器)
- 忆阻器交叉阵列实现耦合
- 支持相位编码信息表示
### 3. 自组织学习协议
```
1. 初始化振荡器网络
2. 呈现训练模式(相位模式)
3. 忆阻器权重自调整(能量最小化)
4. 测试:噪声输入 → 去噪恢复
5. 验证:反相吸引子自主持续
```
### 4. 电路仿真验证
- SPICE 级仿真验证
- 自动联想任务性能
- 噪声鲁棒性评估
## 陷阱与注意事项
### 1. 器件约束
- 忆阻器非理想性:非线性、漂移、可变性
- 需要校准机制确保有效权重的符号正确性
- 器件到器件变异性可能影响吸引子稳定性
### 2. 相位编码的脆弱性
- 反相吸引子对噪声更敏感
- 需要足够的耦合强度维持稳定性
- 频率失配会破坏相位关系
### 3. 扩展性挑战
- 大规模网络中的串扰
- 布线复杂性随网络规模增加
- 需要层次化架构设计
## 验证清单
- [ ] 忆阻器电路:验证有效权重的符号(正/负)
- [ ] 反相吸引子:测试反相模式的自主持续性
- [ ] 去噪能力:自动联想任务中的噪声输入恢复
- [ ] 理论一致性:仿真结果与理论预测一致
- [ ] 扩展性:随网络规模变化的性能保持
## 应用场景
### 适用场景
- 神经形态联想记忆
- 相位编码优化问题
- 持续学习/在线学习系统
- 低能耗模式识别
### 不适用场景
- 需要精确幅度编码的任务
- 超大规模网络(> 1000 节点)
- 需要快速收敛的实时系统
## 与现有工作的关系
- **扩展 Hopfield 网络**:从纯同步扩展到符号权重
- **连接 Ising 模型**:神经形态实现负耦合
- **相位编码记忆**:超越频率编码的替代方案
## 参考实现要点
1. **振荡器选择**:VO2 Mott 振荡器、环形振荡器、自旋扭矩振荡器
2. **忆阻器技术**:HfOx、TaOx、PCM 等
3. **仿真工具**:LTspice、Cadence、MATLAB
4. **评估指标**:相位误差、能量消耗、收敛时间
## 触发词
oscillatory neural network, memristive signed coupling, anti-phase attractor, phase-coded memory, inhibitory coupling, neuromorphic primitive, self-organized learning, energy-minimizing dynamics, oscillator networkIs 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!