diff options
| author | YurenHao0426 <Blackhao0426@gmail.com> | 2026-08-29 20:53:51 -0500 |
|---|---|---|
| committer | YurenHao0426 <Blackhao0426@gmail.com> | 2026-08-29 20:53:51 -0500 |
| commit | 142fa5cca29d8153dd2fed5cb395c4485a332515 (patch) | |
| tree | 9aa1aeba21db7bdf82547e27de25a789b224f304 | |
| parent | f13019b203b1f8ffe70dc941163bfdabc1009789 (diff) | |
docs: position SDIL against hardware bias correction
| -rw-r--r-- | THREE_PART_EVIDENCE.md | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/THREE_PART_EVIDENCE.md b/THREE_PART_EVIDENCE.md index 725753d..01a738b 100644 --- a/THREE_PART_EVIDENCE.md +++ b/THREE_PART_EVIDENCE.md @@ -153,6 +153,23 @@ The hardware claim is: the full update is simulated with published device equations and nonideal local sampling, and its primitive sample/subtract path has a SPICE check. A fabricated-chip demonstration remains future work. +## Closest hardware-correction methods + +[Dillavou et al. (2025)](https://arxiv.org/abs/2505.22887) identify biased +local updates in a physical CLLN and introduce overclamping. Their appendix +describes each edge's actual bias as an unknown deterministic function of +system state, while their tractable dynamics use a fixed bias vector. This is +the direct experimental problem behind the state-dependent ladder. + +[Wu et al. (2025)](https://arxiv.org/abs/2502.06309) and +[Xiao et al. (2026)](https://arxiv.org/abs/2602.21321) correct asymmetric +conductance updates in analog in-memory SGD using residual arrays or dynamic +symmetric-point tracking. Their correction acts on how a requested gradient +update is written into a device. SDIL acts on the measured local teaching +signal that generates the requested update. Its implementation uses the same +edge's task and instruction-off measurements, so it also applies when the +teaching rule itself is contrastive and local. + ## Main figures 1. Method and transfer across Dual Propagation, EP, standard CLLN, and |
