REVIEW 2 major objections 5 minor 1 cited by
Asymmetric Equilibrium Propagation claims to compute the exact cost gradient for arbitrary non-conservative dynamics by adding a local Jacobian-based correction during the nudged phase.
Reviewed by Pith at T0; open to challenge. T0 means a machine referee read the full paper against a public rubric. the ladder, T0–T4 →
T0 review · deepseek-v4-flash
2026-08-03 04:53 UTC pith:5TWQUUTV
load-bearing objection AEP's antisymmetric-Jacobian correction is a clean, correct fix to the Vector Field estimator; the convergence assumption on the augmented dynamics is the main thing a referee should push on. the 2 major comments →
Equilibrium Propagation for Non-Conservative Systems
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
Core claim
The paper's central claim is that AEP computes the exact gradient of the cost function in the limit of infinitesimal nudging for arbitrary differentiable non-conservative dynamics. In AEP, the nudged equilibrium xβ_A satisfies F(xβ_A, θ) − β ∂C/∂x(xβ_A) − 2 A_J(x0, θ)(xβ_A − x0) = 0, where A_J is the antisymmetric part of the Jacobian at the free equilibrium. Because the augmented dynamics have Jacobian J_F^T(x0) at equilibrium, the derivative of the nudged state with respect to β equals (J_F^T(x0))^{-1} ∂C/∂x(x0), which is exactly the post-synaptic factor in the true gradient formula. Therefore the contrastive update Δθ = ε (∂F/∂θ)^T (xβ_A − x−β_A)/(2β) converges to gradient descent on the
What carries the argument
The central object is the antisymmetric part of the Jacobian, A_J = (J_F − J_F^T)/2, evaluated at the free equilibrium. Adding the correction −2 A_J(x0)(x − x0) to the nudged dynamics flips the effective Jacobian at x0 from J_F to J_F^T, since J_F = S_J + A_J and J_F^T = S_J − A_J. This transpose is exactly what the gradient formula requires. The paper's second mechanism, Dyadic EP, constructs an energy H(z, z') = −(z − z')^T F((z + z')/2, θ) over a doubled state space; the difference d = z − z' acts as a physical error signal that relaxes to β (J_F^T)^{-1} ∇C, while the midpoint m follows the original inference dynamics.
Load-bearing premise
The load-bearing premise is that the augmented AEP dynamics in Eq. (20) actually converge to the two stationary states x±β_A used in the update; the paper assumes this relaxation without a proof, and also notes that the exact synaptic mechanism for realizing the corrective force remains future work.
What would settle it
Take a linear non-conservative system dx/dt = J x with J = [[a, −b], [b, a]], a quadratic cost C, and compute the AEP contrast (xβ_A − x−β_A)/(2β) as β → 0; if it does not converge to (J^T)^{-1} ∂C/∂x, then Eq. (25) is false. A second check is to simulate the augmented flow from several initial conditions: if for some bounded F the state never settles to a fixed point within the integration time, the algorithm's update is undefined.
If this is right
- Any differentiable non-conservative system with an invertible Jacobian at a stationary state can be trained by local, contrastive learning rules that require no explicit backward circuit.
- Feedforward networks, where earlier EP-style rules cannot train hidden layers, become trainable because the AEP correction creates effective backward pathways during the learning phase.
- The Dyadic EP formulation shows that the variational energy-based principle behind EP can be applied universally to stationary-state dynamics, and its doubled state space allows the positive and negative nudging phases to run in parallel.
- On MNIST, AEP learns faster and reaches higher accuracy than the Vector Field baseline, and in a purely feedforward architecture it improves test accuracy from about 64% to about 93%.
- The paper identifies the precise failure mode of the earlier Vector Field update: its gradient error grows with the spectral radius of S_J^{-1} A_J, so the correction is needed exactly when the antisymmetric part of the Jacobian is large.
Where Pith is reading between the lines
- The exact-gradient property depends only on the linearization at the free equilibrium, so a testable extension is to reuse a single estimate of A_J across an entire mini-batch, amortizing the cost of the Jacobian decomposition.
- The feedforward result suggests a concrete hardware recipe: physical feedback connections that are inactive during inference and activated only during the nudged phase would realize the AEP correction in analog or neuromorphic substrates.
- Dyadic EP's saddle-point dynamics interpret the difference variable as a physical error signal; one could probe this directly by recording z − z' during the nudged phase in a physical implementation, providing an experimental check of the learning signal.
- The same doubling trick may extend to stochastic dynamics if the stationary distribution replaces the fixed point and the Jacobian is replaced by the appropriate linear response, although the paper does not establish this.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper proposes two algorithms, Asymmetric EP (AEP) and Dyadic EP, that extend Equilibrium Propagation to non-conservative dynamical systems. AEP modifies the nudged-phase dynamics by adding the local term −2A_J(x0,θ)(x−x0), where A_J is the antisymmetric part of the Jacobian at the free equilibrium, so that the Jacobian of the augmented system at x0 becomes J_F^T. The paper proves that the β-derivative of the resulting nudged state is (J_F^T)^{-1}∂C/∂x, which is exactly the post-synaptic term in the gradient formula, and therefore the contrastive update in Eq. (21) recovers dC/dθ in the β→0 limit. Dyadic EP doubles the state space and defines an energy H(z,z′,θ)=−(z−z′)^T F((z+z′)/2,θ), reproducing the same gradient through a saddle-point flow. The theoretical core is supported by appendices, and MNIST experiments compare AEP with EP, VF, and feedforward-only training.
Significance. If the algorithmic assumptions are justified, this is a meaningful advance: it would be the first EP-style algorithm that computes exact cost gradients for arbitrary non-conservative dynamics, with possible applications to neuromorphic hardware and physical learning. The algebraic core is clean and self-contained: the decomposition J_F=S_J+A_J and the identity J_F−2A_J=J_F^T are exactly the right mechanism for correcting the VF gradient error. The Dyadic EP construction is also conceptually interesting and provides a variational interpretation. The paper is transparent about experimental details and includes explicit learning rules in the appendices. However, the central claim as stated depends on a convergence assumption that is neither proved nor verified, and the feedforward illustration contains an incorrect equation. This prevents the paper from currently supporting its broad advertised claim.
major comments (2)
- [§3, Algorithm 1 step 3, Eq. (20)] The proof shows that the augmented Jacobian at the free equilibrium x0 is J_F^T, and hence the fixed point equation has a locally unique branch xβ_A with derivative (J_F^T)^{-1}∂C/∂x. However, Algorithm 1 assumes that the non-gradient flow (20), started at x0, actually relaxes to x±β_A for the finite ±β used in training. Only local stability is demonstrated: because J_FA(x0)=J_F^T(x0) has the same spectrum as J_F, local stability at x0 follows, but it does not imply global convergence or even convergence for the finite β=0.5 and nnudge=10 used in the experiments. Appendix F.2.2 explicitly states that with fixed integration steps "incomplete convergence degrades the accuracy of the gradient estimates." If the trajectory has not reached a stationary state, Eq. (21) is not the β-derivative computed in Eq. (25); the implemented update is a different, biased estimator. Since the paper adverti
- [§5.3, Eq. (41)] The displayed augmented forces in the feedforward example do not follow from Eq. (20). For the dynamics in Eq. (35), the off-diagonal block of J_F(x0) is diag(ρ′(o0)) W_{h→o} diag(ρ′(h0)). Therefore the AEP correction adds +diag(ρ′(h0)) W_{h→o}^T diag(ρ′(o0)) (o−o0) to F_h and −diag(ρ′(o0)) W_{h→o} diag(ρ′(h0)) (h−h0) to F_o. Equation (41) instead writes ρ′(h)⊙(W^T(o−o0)) and ρ′(o)⊙W(h−h0), dropping the ρ′ factors inside the W terms. As written, Eq. (41) is not the dynamics of Algorithm 1, and the explicit demonstration that AEP creates effective backward connections is incorrect. These formulas should be corrected, and the reported feedforward experiments should be checked against the corrected augmented dynamics.
minor comments (5)
- [§5.3] The sentence "As demonstrated in (Scurria, 2026)" cites an in-preparation work that is not available for verification. This is not load-bearing for the main result, but it should be removed or replaced with a verifiable reference.
- [§4, Algorithm 2] In Algorithm 2, the free phase says "starting from ... z0" before z0 is introduced. Specify that z0 is the common initial condition (not necessarily the free fixed point), or define it before use.
- [Appendix A, Eq. (46)] The Neumann expansion requires ∥S_J^{-1}A_J∥<1; this condition should be stated explicitly before Eq. (44)–(46).
- [§3, Eqs. (21)–(25)] The exact-gradient result is stated only in the β→0 limit, but the implemented update uses a finite difference at finite β. The paper does not quantify the finite-β bias of Eq. (21) for AEP. This is not fatal—standard EP also uses finite β—but a bias estimate or at least a remark would strengthen the relation between theory and experiments.
- [Appendix B] The BPTT equivalence is only sketched and the notation s, t is not fully defined. Since the main proof is already in §3, this appendix can be shortened or made more precise.
Circularity Check
No significant circularity: the AEP and Dyadic EP gradient derivations are self-contained; the only self-reference is a non-load-bearing citation.
full rationale
The central identity, Eq. (25), is obtained by differentiating the augmented fixed-point equation (22) and using the fact that the augmented Jacobian at x0 is J_F^T. This is a direct linear-algebra derivation from the stated dynamics, not an input fitted to the cost or to experimental data. The correction term -2A_J(x0)(x-x0) is constructed from the antisymmetric part of the vector-field Jacobian, which is independent of the cost gradient, so the result is not self-definitional. The exact gradient formula Eq. (14) is independently derived by differentiating F(x0,theta)=0. Dyadic EP similarly defines H and D from F and C (Eq. 26) and then derives the adjoint relation (Eq. 65) at stationarity; this is a variational construction with proof, not a renaming of a known result or an ansatz smuggled in via citation. The only self-referential element is the side remark in Section 5.3 citing Scurria (2026, in preparation) for exact backpropagation dynamics; it is not used to justify the paper's load-bearing claims, which are established by the equations in the same section. Appendix F.2.2's admission that 'incomplete convergence degrades the accuracy of the gradient estimates' is a finite-step convergence caveat for the experiments, not a circular reduction of the beta -> 0 identity. Thus there are no circular steps in the derivation chain.
Axiom & Free-Parameter Ledger
free parameters (5)
- Nudging parameter β =
0.5 in experiments; β→0 in theory
- Learning rate ε =
0.05 (input-hidden), 0.01 (hidden-output)
- Time step for dynamics integration =
0.5 (symmetric init / feedforward), 0.3 (fixed r_str)
- Free/nudged integration steps =
n_free = 20/30, n_nudge = 10
- Structural asymmetry ratio r_str =
swept in {0, 0.25, ..., 1}
axioms (5)
- domain assumption The dynamical system relapses to a unique stationary state x0 with F(x0)=0 and invertible Jacobian J_F(x0).
- domain assumption The augmented AEP dynamics in Eq. (20) converge to stationary states x±β_A for ±β.
- domain assumption The Dyadic EP saddle-point flow in Eq. (28) converges to a stationary point (zβ,z′β).
- domain assumption The cost function C does not depend explicitly on the parameters θ.
- ad hoc to paper The separation ∥d∥ = ∥z−z′∥ is O(β), allowing truncation of O(∥d∥^3) terms.
invented entities (2)
-
Doubled state space (z, z′) in Dyadic EP
no independent evidence
-
Augmented energy H(z,z′,θ) = −(z−z′)ᵀF((z+z′)/2)
no independent evidence
read the original abstract
Equilibrium Propagation (EP) is a physics-inspired learning algorithm that uses stationary states of a dynamical system both for inference and learning. In its original formulation it is limited to conservative systems, $\textit{i.e.}$ to dynamics which derive from an energy function. Given their applications, it is important to extend EP to non-conservative systems, $\textit{i.e.}$ systems with non-reciprocal interactions. Previous attempts to generalize EP to such systems failed to compute the exact gradient of the cost function. Here we propose a framework that extends EP to arbitrary non-conservative systems, including feedforward networks. We keep the key property of equilibrium propagation, namely the use of stationary states both for inference and learning. However, we modify the dynamics in the learning phase by a term proportional to the non-reciprocal part of the interaction so as to obtain the exact gradient of the cost function. This algorithm can also be derived using a variational formulation that generates the learning dynamics through an energy function defined over an augmented state space. Numerical experiments show that this algorithm achieves better performance and learns faster than previous proposals.
Figures
Forward citations
Cited by 1 Pith paper
-
Optical Implementation of Equilibrium Propagation Using Spatial Photonic Ising Machines
Hybrid optical implementation of equilibrium propagation via spatial photonic Ising machine demonstrated on Wine classification with numerical MNIST evaluation.
Reference graph
Works this paper leans on
-
[1]
write newline
" write newline "" before.all 'output.state := FUNCTION n.dashify 't := "" t empty not t #1 #1 substring "-" = t #1 #2 substring "--" = not "--" * t #2 global.max substring 't := t #1 #1 substring "-" = "-" * t #2 global.max substring 't := while if t #1 #1 substring * t #2 global.max substring 't := if while FUNCTION format.date year duplicate empty "emp...
-
[2]
Almeida, L. B. A learning rule for asynchronous perceptrons with feedback in a combinatorial environment. In Artificial neural networks: concept learning, pp.\ 102--111. 1990
1990
-
[3]
E., Stern, M., Liu, A
Altman, L. E., Stern, M., Liu, A. J., and Durian, D. J. Experimental demonstration of coupled learning in elastic networks. Physical Review Applied, 22 0 (2): 0 024053, 2024
2024
-
[4]
Aykroyd, C., Bourgoin, A., and Poncin-Lafitte, C. L. Hamiltonian treatment of non-conservative systems. arXiv preprint arXiv:2507.18658, 2025
Pith/arXiv arXiv 2025
-
[5]
On dissipative systems and related variational principles
Bateman, H. On dissipative systems and related variational principles. Physical Review, 38 0 (4): 0 815, 1931
1931
-
[6]
Berneman, M. and Hexner, D. Equilibrium propagation for periodic dynamics. arXiv preprint arXiv:2506.20402, 2025
Pith/arXiv arXiv 2025
-
[7]
J., Biswal, S
Bishop, K. J., Biswal, S. L., and Bharti, B. Active colloids as models, materials, and machines. Annual Review of Chemical and Biomolecular Engineering, 14 0 (1): 0 1--30, 2023
2023
-
[8]
J., Fakhri, N., Marchetti, M
Bowick, M. J., Fakhri, N., Marchetti, M. C., and Ramaswamy, S. Symmetry, thermodynamics, and topology in active matter. Physical Review X, 12 0 (1): 0 010501, 2022
2022
-
[9]
Non-reciprocal robotic metamaterials
Brandenbourger, M., Locsin, X., Lerner, E., and Coulais, C. Non-reciprocal robotic metamaterials. Nature communications, 10 0 (1): 0 4608, 2019
2019
-
[10]
and Lugosi, G
Cesa-Bianchi, N. and Lugosi, G. Prediction, learning, and games. Cambridge university press, 2006
2006
-
[11]
T., Rubanova, Y., Bettencourt, J., and Duvenaud, D
Chen, R. T., Rubanova, Y., Bettencourt, J., and Duvenaud, D. K. Neural ordinary differential equations. Advances in neural information processing systems, 31, 2018
2018
-
[12]
D., Marquardt, F., and Wanjura, C
Cin, N. D., Marquardt, F., and Wanjura, C. C. Training nonlinear optical neural networks with scattering backpropagation. arXiv preprint arXiv:2508.11750, 2025
Pith/arXiv arXiv 2025
-
[13]
and Santos, P
Costa, P. and Santos, P. A. Directed equilibrium propagation revisited. Mathematics, 13 0 (11), 2025. ISSN 2227-7390
2025
-
[14]
The recent excitement about neural networks
Crick, F. The recent excitement about neural networks. Nature, 337, 1989
1989
-
[15]
J., and Durian, D
Dillavou, S., Stern, M., Liu, A. J., and Durian, D. J. Demonstration of decentralized physics-driven learning. Physical Review Applied, 18 0 (1): 0 014040, 2022
2022
-
[16]
D., Stern, M., Liu, A
Dillavou, S., Beyer, B. D., Stern, M., Liu, A. J., Miskin, M. Z., and Durian, D. J. Machine learning without a processor: Emergent learning in a nonlinear analog network. Proceedings of the National Academy of Sciences, 121 0 (28): 0 e2319718121, 2024
2024
-
[17]
Updates of equilibrium prop match gradients of backprop through time in an rnn with static input
Ernoult, M., Grollier, J., Querlioz, D., Bengio, Y., and Scellier, B. Updates of equilibrium prop match gradients of backprop through time in an rnn with static input. Advances in neural information processing systems, 32, 2019
2019
-
[18]
Equilibrium propagation with continual weight updates
Ernoult, M., Grollier, J., Querlioz, D., Bengio, Y., and Scellier, B. Equilibrium propagation with continual weight updates. arXiv preprint arXiv:2005.04168, 2020
Pith/arXiv arXiv 2005
-
[19]
J., Strupp, A
Falk, M. J., Strupp, A. T., Scellier, B., and Murugan, A. Temporal contrastive learning through implicit non-equilibrium memory. Nature Communications, 0 (16), 2025
2025
-
[20]
T., Pequito, S., Santos, P
Farinha, M. T., Pequito, S., Santos, P. A., and Figueiredo, M. A. T. Equilibrium propagation for complete directed neural networks. In Proceedings of the 28th European Symposium on Artificial Neural Networks, Computational Intelligence and Machine Learning (ESANN 2020), 2020
2020
-
[21]
Galley, C. G., Tsang, D., and Stein, L. C. The principle of stationary nonconservative action for classical mechanics and field theories. arXiv preprint arXiv:1412.3082, 2014
Pith/arXiv arXiv 2014
-
[22]
Galley, C. R. Classical mechanics of nonconservative systems. Physical review letters, 110 0 (17): 0 174301, 2013
2013
-
[23]
P., and Richards, B
Guerguiev, J., Lillicrap, T. P., and Richards, B. A. Towards deep learning with segregated dendrites. elife, 6: 0 e22901, 2017
2017
-
[24]
Dual propagation: accelerating contrastive hebbian learning with dyadic neurons
H ier, R., Staudt, D., and Zach, C. Dual propagation: accelerating contrastive hebbian learning with dyadic neurons. In Proceedings of the 40th International Conference on Machine Learning, ICML'23. JMLR.org, 2023
2023
-
[25]
Hopfield, J. J. Neural networks and physical systems with emergent collective computational abilities. Proceedings of the national academy of sciences, 79 0 (8): 0 2554--2558, 1982
1982
-
[26]
Extreme learning machine: theory and applications
Huang, G.-B., Zhu, Q.-Y., and Siew, C.-K. Extreme learning machine: theory and applications. Neurocomputing, 70 0 (1-3): 0 489--501, 2006
2006
-
[27]
and Liu, S.-C
Indiveri, G. and Liu, S.-C. Memory and information processing in neuromorphic systems. Proceedings of the IEEE, 103 0 (8): 0 1379--1397, 2015
2015
-
[28]
P., Gladrow, J., Chu, J., Clegg, J
Kalinin, K. P., Gladrow, J., Chu, J., Clegg, J. H., Cletheroe, D., Kelly, D. J., Rahmani, B., Brennan, G., Canakci, B., Falck, F., et al. Analog optical computer for ai inference and combinatorial optimization. Nature, 645 0 (8080): 0 354--361, 2025
2025
-
[29]
Training end-to-end analog neural networks with equilibrium propagation
Kendall, J., Pantone, R., Manickavasagam, K., Bengio, Y., and Scellier, B. Training end-to-end analog neural networks with equilibrium propagation. arXiv preprint arXiv:2006.01981, 2020
Pith/arXiv arXiv 2006
-
[30]
and Zenke, F
Laborieux, A. and Zenke, F. Holomorphic equilibrium propagation computes exact gradients through finite size oscillations. Advances in Neural Information Processing Systems, 35: 0 12950--12963, 2022
2022
-
[31]
Laborieux, A. and Zenke, F. Improving equilibrium propagation without weight symmetry through jacobian homeostasis. In Proceedings of the International Conference on Learning Representations (ICLR) 2024, Virtual (ICLR), May 2024. doi:10.48550/arXiv.2309.02214
-
[32]
Scaling equilibrium propagation to deep convnets by drastically reducing its gradient estimator bias
Laborieux, A., Ernoult, M., Scellier, B., Bengio, Y., Grollier, J., and Querlioz, D. Scaling equilibrium propagation to deep convnets by drastically reducing its gradient estimator bias. Frontiers in neuroscience, 15: 0 633674, 2021
2021
-
[33]
Training an ising machine with equilibrium propagation
Laydevant, J., Markovi \'c , D., and Grollier, J. Training an ising machine with equilibrium propagation. Nature Communications, 15 0 (1): 0 3671, 2024
2024
-
[34]
The mnist database of handwritten digits
LeCun, Y. The mnist database of handwritten digits. http://yann. lecun. com/exdb/mnist/, 1998
1998
-
[35]
Eqspike: spike-driven equilibrium propagation for neuromorphic implementations
Martin, E., Ernoult, M., Laydevant, J., Li, S., Querlioz, D., Petrisor, T., and Grollier, J. Eqspike: spike-driven equilibrium propagation for neuromorphic implementations. Iscience, 24 0 (3), 2021
2021
-
[36]
Equilibrium propagation for learning in lagrangian dynamical systems
Massar, S. Equilibrium propagation for learning in lagrangian dynamical systems. Physical Review E, 112 0 (3): 0 035304, 2025
2025
-
[37]
and Mognetti, B
Massar, S. and Mognetti, B. M. Equilibrium propagation: the quantum and the thermal cases. Quantum Studies: Mathematics and Foundations, 12 0 (1): 0 6, 2025
2025
-
[38]
Training a spiking neural network with equilibrium propagation
O’Connor, P., Gavves, E., and Welling, M. Training a spiking neural network with equilibrium propagation. In The 22nd international conference on artificial intelligence and statistics, pp.\ 1516--1523. PMLR, 2019
2019
-
[39]
Generalization of back propagation to recurrent and higher order neural networks
Pineda, F. Generalization of back propagation to recurrent and higher order neural networks. In Neural information processing systems, 1987
1987
-
[40]
Pourcel, G., Basu, D., Ernoult, M., and Gilra, A. Lagrangian-based equilibrium propagation: generalisation to arbitrary boundary conditions & equivalence with hamiltonian echo learning. arXiv preprint arXiv:2506.06248, 2025
Pith/arXiv arXiv 2025
-
[41]
and Grollier, J
Rageau, T. and Grollier, J. Training and synchronizing oscillator networks with equilibrium propagation. Neuromorphic Computing and Engineering, 2025
2025
-
[42]
Sajnok, K. and Matuszewski, M. Near-equilibrium propagation training in nonlinear wave systems. arXiv preprint arXiv:2510.16084, 2025
arXiv 2025
-
[43]
Quantum equilibrium propagation: Gradient-descent training of quantum systems
Scellier, B. Quantum equilibrium propagation: Gradient-descent training of quantum systems. arXiv preprint arXiv:2406.00879, 2024
Pith/arXiv arXiv 2024
-
[44]
and Bengio, Y
Scellier, B. and Bengio, Y. Equilibrium propagation: Bridging the gap between energy-based models and backpropagation. Frontiers in computational neuroscience, 11: 0 24, 2017
2017
-
[45]
Generalization of equilibrium propagation to vector field dynamics
Scellier, B., Goyal, A., Binas, J., Mesnard, T., and Bengio, Y. Generalization of equilibrium propagation to vector field dynamics. arXiv preprint arXiv:1808.04873, 2018
Pith/arXiv arXiv 2018
-
[46]
Agnostic physics-driven deep learning
Scellier, B., Mishra, S., Bengio, Y., and Ollivier, Y. Agnostic physics-driven deep learning. arXiv:2205.15021v1, 2022
Pith/arXiv arXiv 2022
-
[47]
Scurria, A. E. Backpropagation as physical relaxation: Exact gradients in finite time. In preparation, 2026
2026
-
[48]
W., and Liu, A
Stern, M., Hexner, D., Rocks, J. W., and Liu, A. J. Supervised learning in physical networks: From machine learning to learning machines. Physical Review X, 11 0 (2): 0 021045, 2021
2021
-
[49]
A review on extreme learning machine
Wang, J., Lu, S., Wang, S.-H., and Zhang, Y.-D. A review on extreme learning machine. Multimedia Tools and Applications, 81 0 (29): 0 41611--41660, 2022
2022
-
[50]
C., and Marquardt, F
Wang, Q., Wanjura, C. C., and Marquardt, F. Training coupled phase oscillators as a neuromorphic platform using equilibrium propagation. Neuromorphic Computing and Engineering, 4 0 (3): 0 034014, 2024
2024
-
[51]
Wanjura, C. C. and Marquardt, F. Quantum equilibrium propagation for efficient training of quantum systems based on onsager reciprocity. Nature Communications, 16 0 (1): 0 6595, 2025
2025
-
[52]
Werbos, P. J. Backpropagation through time: what it does and how to do it. Proceedings of the IEEE, 78 0 (10): 0 1550--1560, 2002
2002
-
[53]
D., Williams, R
Yi, S.-i., Kendall, J. D., Williams, R. S., and Kumar, S. Activity-difference training of deep neural networks using memristor crossbars. Nature Electronics, 6 0 (1): 0 45--51, 2023
2023
discussion (0)
Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.