REVIEW 3 major objections 4 minor 75 references
Time-multiplexed layer reuse for physical neural networks
T0 review · 3 major / 4 minor · reviewed 2026-08-04 · deepseek-v4-flash
Pith's one-line read Physical neural networks gain depth by switching fixed weight banks.
desk verdict The hardware-motivated idea of periodic layer reuse is real and clearly presented, but the abstract's equal-parameter scaling claim is contradicted by the paper's own fixed-budget experiment. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The central mechanism is the periodic switching schedule θ[t] = θ_{t mod L_W} inside the update h[t+1] = αh[t] + f(W_xh x[t] + W_hh[t] h[t] + b_h[t]). It turns one physical nonlinear element and L_W sets of slow-tunable weights into an L_T-layer network by time multiplexing, keeping all components except switches on slow timescales. The work it does is to generate effective depth from temporal repetition: reused layers form a function between a stateless RNN and a fully untied DNN, and because the same layer appears at several times, gradients from the different occurrences add together during training, which the paper credits for its stability against vanishing or exploding gradients.
What would settle it
A hardware measurement: run the same ReLaX-Net schedule on a photonic or spintronic testbed with real switches, and compare end-to-end accuracy and throughput against a stateless RNN and an untied DNN with equal parameters. If switch reconfiguration time or insertion loss makes L_T forward steps slower than a single repeated layer, the claimed scaling fails.
Extended reading notes
Core claim
The load-bearing discovery is a middle architecture between a recurrent and a feedforward network. Instead of reconfiguring weights at every time step or keeping one fixed matrix, ReLaX-Net defines a small number L_W of distinct hidden-layer parameter sets and cycles through them periodically over L_T time steps, with a residual connection and optional input at each step. The nonlinear activation is shared; only the weight and bias elements are duplicated, and fast switches route the hidden state between the fixed parameter banks. The paper's numerical findings are that, for 1 < L_W < L_T, this scheme beats a pure stateless RNN at equal hidden-parameter count on an image classification task
Load-bearing premise
The whole advantage rests on fast switches being able to route the hidden state between fixed weight banks at forward-pass speed without appreciable latency, loss, or added noise; if switching is slow or lossy, the gain over simply duplicating layers disappears.
Editorial extensions
If this is right
- Adding fast switches to an existing PNN with slow weight tuning yields a deeper effective network without fast weight reconfiguration; the only new hardware elements are the switches.
- On the tested benchmarks, ReLaX-Net with more than one weight set exceeds a same-size stateless RNN, and repeating layers improves performance even when the total parameter count stays fixed.
- Under a fixed parameter budget, the best observed configuration is a single wide layer repeated several times, not many narrow distinct layers, so ReLaX-Net is most useful when physical constraints cap the width of each trainable layer.
- The scheme is compatible with photonic and spintronic weight banks and with at least two different nonlinearities, suggesting it is a general way to scale intermediate-size physical neural networks.
Reading between the lines
- This suggests a testable corollary: an aperiodic or learned switching schedule should outperform the fixed periodic schedule used in the paper, since the periodic choice is presented as the simplest option rather than the optimal one.
- The fixed-budget result points to a design rule for intermediate-scale PNNs: keep each trainable layer as wide as fabrication allows and use repetition for depth, rather than splitting width into more distinct layers.
- The same layer-reuse principle may transfer to other weight-constrained analog systems and to training methods that do not use backpropagation-through-time, because only the forward-path routing has to be fast; the paper's gradient analysis is one training route, not a requirement.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper proposes ReLaX-Net, a physical-neural-network architecture in which a small set of L_W fixed trainable weight matrices is periodically switched over L_T time steps, interpolating between a stateless RNN (L_W=1) and a fully unrolled DNN (L_W=L_T). The claimed advantage is that only fast switches need to operate at forward-pass speed, while all weight parameters can be reconfigured slowly. The authors validate the idea numerically on SVHN image classification and Shakespeare character-level next-token prediction, with supporting experiments on oscillator-based activations and MNIST in the appendices. The central advertised claim is favorable scaling: ReLaX-Nets 'exceed the performance of equivalent traditional RNNs or DNNs with the same number of parameters' (abstract).
Significance. If the central claim were supported, ReLaX-Net would be a useful intermediate design point for PNNs, allowing extra effective depth without fast weight reconfiguration. The paper has clear strengths: it reports direct training results on two benchmark classes, includes ablations on repetition (L_T) and parameter budget (L_W), and is unusually honest in Section 4.3 where the fixed-budget experiment actually contradicts the abstract's equal-parameter claim. The architecture is simple, plausible, and the empirical setup is largely reproducible from the description. The value of the paper, however, depends on which claim is taken as the contribution: the narrow claim (under a fixed per-layer width cap, a few switched distinct layers improve over a same-width RNN) is supported by Figs. 5–7; the broad equal-parameter scaling claim is not.
major comments (3)
- [Abstract; §4.3, Table 1, Fig. 8] The abstract's central claim that ReLaX-Nets 'exceed the performance of equivalent traditional RNNs or DNNs with the same number of parameters' is not supported by the paper's own controlled test. In §4.3, the total hidden parameter budget is held fixed (roughly 33k) while H is traded against L_W (Table 1). Fig. 8a reports the best test error at L_W=1, L_T>1 — the standard single-weight RNN limit. Thus, at equal parameter count, the wide stateless RNN outperforms all switched multi-layer configurations. Figures 5–6 increase parameters with L_W, so they do not provide an equal-parameter comparison, and no same-parameter DNN baseline appears anywhere. Please replace the equal-parameter claim with the supported claim (fixed per-layer width cap: a few switched distinct layers outperform a same-width RNN; repeated use at fixed L_W helps), or supply a proper same-parameter baseline that overtu
- [§4.1–4.2, Figs. 5–7] Main performance figures lack error bars and seed counts. Fig. 7 shows differences of roughly 1–2% in test loss between configurations; without repeated runs or confidence intervals the improvement from repetition is not statistically established. Supplementary Fig. C1 reports five trials for the NLP experiment, so multi-seed evaluation is feasible. Please add error bars or at least state the number of seeds for all main quantitative comparisons.
- [§3, Appendix B] The hardware premise is load-bearing: the advantage over simply duplicating layers evaporates if the fast switches are slow, lossy, or have overhead that scales with hidden-state dimension. The text mentions DMD, fiber, and current switches but provides no system-level model of latency, insertion loss, crosstalk, or control power. I ask for either an explicit analysis (even a simple cost model) or a softened statement that practical gains are conditional on switch overhead being negligible.
minor comments (4)
- [Title/Abstract] The abstract refers to 'Time-Indexed Deep Alternating Layers Network (TIDAL-Net)', while the main text and title use 'ReLaX-Net'. Please unify the nomenclature throughout.
- [Cross-references] References to 'Supplemental Information Section 3.8/3.9' in §4 correspond to Appendix C.8/C.9; the numbering is inconsistent and should be fixed.
- [Eq. (3), Eq. (6)–(7)] The relation between W_hh[t] in Eq. (3) and θ[t] in Eq. (7) could be made explicit; currently the periodic switching rule appears only in Eq. (7), which may confuse readers about whether Eq. (3) allows arbitrary time variation.
- [Terminology] The label 'stateless RNN' for Eq. (5) is unconventional; a fixed-weight RNN with recurrent connections is stateful. Consider renaming to 'single-weight RNN' or 'fixed-weight RNN'.
Circularity Check
No circularity: ReLaX-Net's claims are empirical training results; the paper's own fixed-budget experiment undercuts the abstract's scaling claim, which is an inconsistency, not a circular reduction.
full rationale
ReLaX-Net is presented as a numerical architecture study, not a derivation. The core update rule (Eq. 6) and periodic switching (Eq. 7) are explicit architectural assumptions, and performance is measured against standard RNN/DNN limits rather than derived from them. There are no fitted constants subsequently renamed as predictions, and no uniqueness theorem is invoked. The few self-citations (Fit-DNN [47], adjoint-based training [70]) are used as illustrative comparisons or compatibility remarks and are not load-bearing. The closest potential issue is the abstract's claim that ReLaX-Nets 'exceed the performance of equivalent traditional RNNs or DNNs with the same number of parameters', but the paper's own controlled fixed-budget experiment (Table 1, Fig. 8) reports the opposite: performance is best at L_W=1, the standard wide RNN limit. That is an internal inconsistency/overclaim, not a case where the result is equivalent to its inputs by construction. The paper explicitly acknowledges the trade-off ('Surprisingly, "dividing" a large physical trainable layer into multiple smaller ones ... is not worth the trade-off according to our numerical simulations') and candidly states that similar ideas may have been considered before ('We would be surprised to find that they had not been considered at all before'). No circular reduction exists.
Assumptions & free parameters
free parameters (3)
- Residual connection strength alpha =
trained; initialized to 1.0
- Layer-switching hyperparameters (L_T, L_W, hidden width H) =
L_T=12; L_W=1..12; H=64/128; fixed-budget widths in Table 1
- Oscillator coefficients (gamma_p, gamma_nl, Delta_t, eta) =
trained; eta fixed to 3
assumptions (4)
- domain assumption Fast switches can route entire hidden-state vectors between fixed weight banks at forward-pass speed without significant latency, loss, or noise penalty.
- domain assumption Slow weight reconfiguration is the common bottleneck in PNNs, justifying the timescale-separation design.
- standard math Backpropagation through time with standard autograd can train the periodically switched graph stably.
- domain assumption SVHN and Shakespeare character prediction are representative benchmarks for PNN-relevant tasks.
Cite this review
Pith. "Pith review of Time-multiplexed layer reuse for physical neural networks." pith.science (2026). https://pith.science/paper/OSJCPSOV
@misc{pith2026251100044,
author = {Pith},
title = {Pith review of: Time-multiplexed layer reuse for physical neural networks},
year = {2026},
howpublished = {\url{https://pith.science/paper/OSJCPSOV}},
note = {Machine review of arXiv:2511.00044}
}
read the original abstract
Physical neural networks (PNNs) are promising candidates for next-generation computing, but existing demonstrations remain several orders of magnitude smaller than modern digital neural networks, whose recent advances have been driven by rapid growth in trainable parameters. This situation resembles the constraints of early digital neural networks, which led to ideas around parameter reuse. We investigate what similarly efficient hardware architectures may look like, focusing specifically on the common bottleneck of slow re-adjustment of the weights in PNNs. We propose the Time-Indexed Deep Alternating Layers Network (TIDAL-Net), which occupies an intermediate regime between recurrent and deep neural networks, specifically aimed at the scales and restrictions of common PNN prototypes. TIDAL-Net leverages the timescale separation found in many PNNs between fast forward dynamics and slowly trainable weights and biases, using layer-by-layer time multiplexing to increase effective depth while limiting implementation cost. Numerical experiments on image classification and natural language processing tasks show that TIDAL-Net improves performance with only minor modifications to conventional PNNs.
Reference graph
Works this paper leans on
-
[1]
Deep learning.nature, 521(7553):436–444, 2015
Yann LeCun, Yoshua Bengio, and Geoffrey Hinton. Deep learning.nature, 521(7553):436–444, 2015
2015
-
[2]
Karen Simonyan and Andrew Zisserman. Very deep convolutional networks for large-scale image recognition.arXiv preprint arXiv:1409.1556, 2014
arXiv 2014
-
[3]
You only look once: Unified, real-time object detection
Joseph Redmon, Santosh Divvala, Ross Girshick, and Ali Farhadi. You only look once: Unified, real-time object detection. InProceedings of the IEEE conference on computer vision and pattern recognition, pages 779–788, 2016
2016
-
[4]
Deep residual learning for image recognition
Kaiming He, Xiangyu Zhang, Shaoqing Ren, and Jian Sun. Deep residual learning for image recognition. InProceedings of the IEEE conference on computer vision and pattern recognition, pages 770–778, 2016
2016
-
[5]
Attention is all you need
Ashish Vaswani, Noam Shazeer, Niki Parmar, Jakob Uszkoreit, Llion Jones, Aidan N Gomez, Lukasz Kaiser, and Illia Polosukhin. Attention is all you need. Advances in neural information processing systems, 30, 2017
2017
-
[6]
Bert: Pre-training of deep bidirectional transformers for language understanding
Jacob Devlin, Ming-Wei Chang, Kenton Lee, and Kristina Toutanova. Bert: Pre-training of deep bidirectional transformers for language understanding. In Proceedings of the 2019 conference of the North American chapter of the associ- ation for computational linguistics: human language technologies, volume 1 (long and short papers), pages 4171–4186, 2019
2019
-
[7]
Inference in artificial intelligence with deep optics and photonics.Nature, 588(7836):39–47, 2020
Gordon Wetzstein, Aydogan Ozcan, Sylvain Gigan, Shanhui Fan, Dirk Englund, Marin Soljaˇ ci´ c, Cornelia Denz, David AB Miller, and Demetri Psaltis. Inference in artificial intelligence with deep optics and photonics.Nature, 588(7836):39–47, 2020
2020
-
[8]
Information processing using a single dynamical node as complex system
Lennert Appeltant, Miguel Cornelles Soriano, Guy Van der Sande, Jan Danckaert, Serge Massar, Joni Dambre, Benjamin Schrauwen, Claudio R Mirasso, and Ingo Fischer. Information processing using a single dynamical node as complex system. Nature communications, 2(1):468, 2011
2011
Show all 75 references
-
[9]
Experimental demonstration of reservoir computing on a silicon photonics chip.Nature communications, 5(1):3541, 2014
Kristof Vandoorne, Pauline Mechet, Thomas Van Vaerenbergh, Martin Fiers, Geert Morthier, David Verstraeten, Benjamin Schrauwen, Joni Dambre, and Peter Bienstman. Experimental demonstration of reservoir computing on a silicon photonics chip.Nature communications, 5(1):3541, 2014
2014
-
[10]
Deep learning with coherent nanophotonic circuits.Nature photonics, 11(7):441– 446, 2017
Yichen Shen, Nicholas C Harris, Scott Skirlo, Mihika Prabhu, Tom Baehr-Jones, Michael Hochberg, Xin Sun, Shijie Zhao, Hugo Larochelle, Dirk Englund, et al. Deep learning with coherent nanophotonic circuits.Nature photonics, 11(7):441– 446, 2017. 16
2017
-
[11]
Neuromorphic photonic networks using silicon photonic weight banks.Scientific reports, 7(1):7430, 2017
Alexander N Tait, Thomas Ferreira De Lima, Ellen Zhou, Allie X Wu, Mitchell A Nahmias, Bhavin J Shastri, and Paul R Prucnal. Neuromorphic photonic networks using silicon photonic weight banks.Scientific reports, 7(1):7430, 2017
2017
-
[12]
Reinforcement learning in a large-scale photonic recurrent neural network.Optica, 5(6):756–760, 2018
Julian Bueno, Sheler Maktoobi, Luc Froehly, Ingo Fischer, Maxime Jacquot, Lau- rent Larger, and Daniel Brunner. Reinforcement learning in a large-scale photonic recurrent neural network.Optica, 5(6):756–760, 2018
2018
-
[13]
All-optical machine learning using diffractive deep neural networks.Science, 361(6406):1004–1008, 2018
Xing Lin, Yair Rivenson, Nezih T Yardimci, Muhammed Veli, Yi Luo, Mona Jarrahi, and Aydogan Ozcan. All-optical machine learning using diffractive deep neural networks.Science, 361(6406):1004–1008, 2018
2018
-
[14]
Silicon photonics for artificial intelligence acceleration: Hotchips
Carl Ramey. Silicon photonics for artificial intelligence acceleration: Hotchips
-
[15]
A crossbar array of magnetoresistive memory devices for in-memory computing
Seungchul Jung, Hyungwoo Lee, Sungmeen Myung, Hyunsoo Kim, Seung Keun Yoon, Soon-Wan Kwon, Yongmin Ju, Minje Kim, Wooseok Yi, Shinhee Han, et al. A crossbar array of magnetoresistive memory devices for in-memory computing. Nature, 601(7892):211–216, 2022
2022
-
[16]
Wright, Tatsuhiro Onodera, Martin M
Logan G. Wright, Tatsuhiro Onodera, Martin M. Stein, Tianyu Wang, Darren T. Schachter, Zoey Hu, and Peter L. McMahon. Deep physical neural networks trained with backpropagation.Nature, 601:549–555, 2022
2022
-
[17]
Neuromorphic computing with nanoscale spintronic oscillators
Jacob Torrejon, Mikael Riou, Fabio AP Araujo, Shunsuke Tsunegi, Guru Khalsa, Damien Querlioz, Paolo Bortolotti, Vincent Cros, Kay Yakushiji, Akio Fukushima, et al. Neuromorphic computing with nanoscale spintronic oscillators. Nature, 547(7664):428–431, 2017
2017
-
[18]
Training a multilayer dynamical spintronic network with stan- dard machine-learning tools to perform time-series classification.Physical Review Applied, 23(3):034051, mar 2025
Erwan Plouet, D´ edalo Sanz Hern´ andez, Aymeric Vecchiola, Julie Grollier, and Alice Mizrahi. Training a multilayer dynamical spintronic network with stan- dard machine-learning tools to perform time-series classification.Physical Review Applied, 23(3):034051, mar 2025
2025
-
[19]
Vowel recognition with four coupled spin-torque nano- oscillators.Nature, 563(7730):230–234, 2018
Miguel Romera, Philippe Talatchian, Sumito Tsunegi, Flavio Abreu Araujo, Vincent Cros, Paolo Bortolotti, Juan Trastoy, Kay Yakushiji, Akio Fukushima, Hitoshi Kubota, et al. Vowel recognition with four coupled spin-torque nano- oscillators.Nature, 563(7730):230–234, 2018
2018
-
[20]
A pro- grammable chemical computer with memory and pattern recognition.Nature communications, 11(1):1442, 2020
Juan Manuel Parrilla-Gutierrez, Abhishek Sharma, Soichiro Tsuda, Geoffrey JT Cooper, Gerardo Aragon-Camarasa, Kevin Donkers, and Leroy Cronin. A pro- grammable chemical computer with memory and pattern recognition.Nature communications, 11(1):1442, 2020
2020
-
[21]
Phys- ical implementation of reservoir computing through electrochemical reaction
Shaohua Kan, Kohei Nakajima, Tetsuya Asai, and Megumi Akai-Kasaya. Phys- ical implementation of reservoir computing through electrochemical reaction. Advanced Science, 9(6):2104076, 2022
2022
-
[22]
Imagenet classification with deep convolutional neural networks
Alex Krizhevsky, Ilya Sutskever, and Geoffrey E Hinton. Imagenet classification with deep convolutional neural networks. InAdvances in Neural Information Processing Systems, volume 25, pages 1097–1105, 2012
2012
-
[23]
Improv- ing language understanding by generative pre-training
Alec Radford, Karthik Narasimhan, Tim Salimans, Ilya Sutskever, et al. Improv- ing language understanding by generative pre-training. 2018
2018
-
[24]
Megatron-lm: Training multi-billion parameter 17 language models using model parallelism.arXiv preprint arXiv:1909.08053, 2019
Mohammad Shoeybi, Mostofa Patwary, Raul Puri, Patrick LeGresley, Jared Casper, and Bryan Catanzaro. Megatron-lm: Training multi-billion parameter 17 language models using model parallelism.arXiv preprint arXiv:1909.08053, 2019
1909 arXiv
-
[25]
Language models are unsupervised multitask learners.OpenAI blog, 1(8):9, 2019
Alec Radford, Jeffrey Wu, Rewon Child, David Luan, Dario Amodei, Ilya Sutskever, et al. Language models are unsupervised multitask learners.OpenAI blog, 1(8):9, 2019
2019
-
[26]
Exploring the limits of transfer learning with a unified text-to-text transformer.Journal of machine learning research, 21(140):1–67, 2020
Colin Raffel, Noam Shazeer, Adam Roberts, Katherine Lee, Sharan Narang, Michael Matena, Yanqi Zhou, Wei Li, and Peter J Liu. Exploring the limits of transfer learning with a unified text-to-text transformer.Journal of machine learning research, 21(140):1–67, 2020
2020
-
[27]
Brown, Benjamin Mann, Nick Ryder, Melanie Subbiah, Jared Kaplan, Prafulla Dhariwal, Arvind Neelakantan, Pranav Shyam, Girish Sastry, Amanda Askell, et al
Tom B. Brown, Benjamin Mann, Nick Ryder, Melanie Subbiah, Jared Kaplan, Prafulla Dhariwal, Arvind Neelakantan, Pranav Shyam, Girish Sastry, Amanda Askell, et al. Language models are few-shot learners. InAdvances in Neural Information Processing Systems, volume 33, pages 1877–1...
1901
-
[28]
Switch transformers: Scaling to trillion parameter models with simple and efficient sparsity.Journal of Machine Learning Research, 23(120):1–39, 2022
William Fedus, Barret Zoph, and Noam Shazeer. Switch transformers: Scaling to trillion parameter models with simple and efficient sparsity.Journal of Machine Learning Research, 23(120):1–39, 2022
2022
-
[29]
Palm: Scaling language modeling with pathways.Journal of Machine Learning Research, 24(240):1–113, 2023
Aakanksha Chowdhery, Sharan Narang, Jacob Devlin, Maarten Bosma, Gaurav Mishra, Adam Roberts, Paul Barham, Hyung Won Chung, Charles Sutton, Sebas- tian Gehrmann, et al. Palm: Scaling language modeling with pathways.Journal of Machine Learning Research, 24(240):1–113, 2023
2023
-
[30]
All-optical spiking neurosynaptic networks with self- learning capabilities.Nature, 569(7755):208–214, 2019
Johannes Feldmann, Nathan Youngblood, C David Wright, Harish Bhaskaran, and Wolfram HP Pernice. All-optical spiking neurosynaptic networks with self- learning capabilities.Nature, 569(7755):208–214, 2019
2019
-
[31]
Fully hardware-implemented memristor convolutional neural network.Nature, 577(7792):641–646, 2020
Peng Yao, Huaqiang Wu, Bin Gao, Jianshi Tang, Qingtian Zhang, Wenqiang Zhang, J Joshua Yang, and He Qian. Fully hardware-implemented memristor convolutional neural network.Nature, 577(7792):641–646, 2020
2020
-
[32]
IEEE Computer Society, 2020
In2020 IEEE hot chips 32 symposium (HCS), pages 1–26. IEEE Computer Society, 2020
2020
-
[33]
Novel nondelay-based reservoir computing with a single micromechanical nonlinear resonator for high-efficiency information processing.Microsystems & Nanoengineering, 7(1):83, 2021
Jie Sun, Wuhao Yang, Tianyi Zheng, Xingyin Xiong, Yunfei Liu, Zheng Wang, Zhitian Li, and Xudong Zou. Novel nondelay-based reservoir computing with a single micromechanical nonlinear resonator for high-efficiency information processing.Microsystems & Nanoengineering, 7(1):83, 2021
2021
-
[34]
Collective and synchronous dynamics of photonic spiking neurons.Nature communications, 12(1):2325, 2021
Takahiro Inagaki, Kensuke Inaba, Timoth´ ee Leleu, Toshimori Honjo, Takuya Ikuta, Koji Enbutsu, Takeshi Umeki, Ryoichi Kasahara, Kazuyuki Aihara, and Hiroki Takesue. Collective and synchronous dynamics of photonic spiking neurons.Nature communications, 12(1):2325, 2021
2021
-
[35]
Scaling laws for neural language models.arXiv preprint arXiv:2001.08361, 2020
Jared Kaplan, Sam McCandlish, Tom Henighan, Tom B Brown, Benjamin Chess, Rewon Child, Scott Gray, Alec Radford, Jeffrey Wu, and Dario Amodei. Scaling laws for neural language models.arXiv preprint arXiv:2001.08361, 2020
2001 arXiv
-
[36]
Machine learning model sizes and the parameter gap.arXiv preprint arXiv:2207.02852, 2022
Pablo Villalobos, Jaime Sevilla, Tamay Besiroglu, Lennart Heim, Anson Ho, and Marius Hobbhahn. Machine learning model sizes and the parameter gap.arXiv preprint arXiv:2207.02852, 2022
2022 arXiv
-
[37]
Diffractive optical computing in free space.Nature Communications, 15(1):1525, 2024
Jingtian Hu, Deniz Mengu, Dimitrios C Tzarouchis, Brian Edwards, Nader Engheta, and Aydogan Ozcan. Diffractive optical computing in free space.Nature Communications, 15(1):1525, 2024
2024
-
[38]
Scaling up silicon photonic-based accelerators: Challenges and opportunities.APL Photonics, 7(2), 2022
MA Al-Qadasi, L Chrostowski, BJ Shastri, and S Shekhar. Scaling up silicon photonic-based accelerators: Challenges and opportunities.APL Photonics, 7(2), 2022. 18
2022
-
[39]
On the effect of the thermal cross-talk in a photonic feed-forward neural network based on silicon microresonators.Frontiers in Physics, 10:1093191, 2022
Stefano Biasi, Riccardo Franchi, Davide Bazzanella, and Lorenzo Pavesi. On the effect of the thermal cross-talk in a photonic feed-forward neural network based on silicon microresonators.Frontiers in Physics, 10:1093191, 2022
2022
-
[40]
Neuromorphic spintronics.Nature electronics, 3(7):360–370, 2020
Julie Grollier, Damien Querlioz, Kerem Y Camsari, Karin Everschor-Sitte, Shun- suke Fukami, and Mark D Stiles. Neuromorphic spintronics.Nature electronics, 3(7):360–370, 2020
2020
-
[41]
The physics of optical computing.Nature Reviews Physics, 5(12):717–734, 2023
Peter L McMahon. The physics of optical computing.Nature Reviews Physics, 5(12):717–734, 2023
2023
-
[42]
Handwritten digit recognition with a back-propagation network.Advances in neural information processing systems, 2, 1989
Yann LeCun, Bernhard Boser, John Denker, Donnie Henderson, Richard Howard, Wayne Hubbard, and Lawrence Jackel. Handwritten digit recognition with a back-propagation network.Advances in neural information processing systems, 2, 1989
1989
-
[43]
Neural networks and principal component analysis: Learning from examples without local minima.Neural Networks, 2(1):53–58, 1989
Pierre Baldi and Kurt Hornik. Neural networks and principal component analysis: Learning from examples without local minima.Neural Networks, 2(1):53–58, 1989
1989
-
[44]
Balanced and deterministic weight-sharing helps network performance
Oscar Chang and Hod Lipson. Balanced and deterministic weight-sharing helps network performance. InInternational Conference on Artificial Neural Networks, pages 41–50, 2018
2018
-
[45]
Quantum computing in the nisq era and beyond.Quantum, 2:79, 2018
John Preskill. Quantum computing in the nisq era and beyond.Quantum, 2:79, 2018
2018
-
[46]
Ricky T. Q. Chen, Yulia Rubanova, Jesse Bettencourt, and David Duvenaud. Neural ordinary differential equations. InAdvances in Neural Information Processing Systems (NeurIPS), volume 31, 2018
2018
-
[47]
Behavioral classification of sequential neural activity using time varying recurrent neural networks.IEEE Transactions on Neural Systems and Rehabilitation Engineering, 2025
Yongxu Zhang, Catalin Mitelut, David J Arpin, David Vaillancourt, Timothy Murphy, and Shreya Saxena. Behavioral classification of sequential neural activity using time varying recurrent neural networks.IEEE Transactions on Neural Systems and Rehabilitation Engineering, 2025
2025
-
[48]
Deep neural networks using a single neuron: folded-in-time architecture using feedback-modulated delay loops.Nature communications, 12(1):5164, 2021
Florian Stelzer, Andr´ e R¨ ohm, Raul Vicente, Ingo Fischer, and Serhiy Yanchuk. Deep neural networks using a single neuron: folded-in-time architecture using feedback-modulated delay loops.Nature communications, 12(1):5164, 2021
2021
-
[49]
Hypernetworks.arXiv preprint arXiv:1609.09106, 2016
David Ha, Andrew Dai, and Quoc V Le. Hypernetworks.arXiv preprint arXiv:1609.09106, 2016
2016 arXiv
-
[50]
Wave physics as an analog recurrent neural network.Science advances, 5(12):eaay6946, 2019
Tyler W Hughes, Ian AD Williamson, Momchil Minkov, and Shanhui Fan. Wave physics as an analog recurrent neural network.Science advances, 5(12):eaay6946, 2019
2019
-
[51]
Dynamic filter networks.Advances in neural information processing systems, 29, 2016
Xu Jia, Bert De Brabandere, Tinne Tuytelaars, and Luc V Gool. Dynamic filter networks.Advances in neural information processing systems, 29, 2016
2016
-
[52]
Using fast weights to attend to the recent past.Advances in neural information processing systems, 29, 2016
Jimmy Ba, Geoffrey E Hinton, Volodymyr Mnih, Joel Z Leibo, and Catalin Ionescu. Using fast weights to attend to the recent past.Advances in neural information processing systems, 29, 2016
2016
-
[53]
Feedback control for microring weight banks.Optics express, 26(20):26422–26443, 2018
Alexander N Tait, Hasitha Jayatilleka, Thomas Ferreira De Lima, Philip Y Ma, Mitchell A Nahmias, Bhavin J Shastri, Sudip Shekhar, Lukas Chrostowski, and Paul R Prucnal. Feedback control for microring weight banks.Optics express, 26(20):26422–26443, 2018
2018
-
[54]
Large-scale photonic processors 19 and their applications.npj Nanophotonics, 2(1):32, 2025
Daniel P´ erez-L´ opez and Luis Torrijos-Mor´ an. Large-scale photonic processors 19 and their applications.npj Nanophotonics, 2(1):32, 2025
2025
-
[55]
Generating sequences with recurrent neural networks.arXiv preprint arXiv:1308.0850, 2013
Alex Graves. Generating sequences with recurrent neural networks.arXiv preprint arXiv:1308.0850, 2013
2013 arXiv
-
[56]
A corre- spondence between random neural networks and statistical field theory.arXiv preprint arXiv:1710.06570, 2017
Samuel S Schoenholz, Jeffrey Pennington, and Jascha Sohl-Dickstein. A corre- spondence between random neural networks and statistical field theory.arXiv preprint arXiv:1710.06570, 2017
2017 arXiv
-
[57]
Digital light processing and mems: timely convergence for a bright future.Proceedings of SPIE, 2639:2–14, 1997
Larry J Hornbeck. Digital light processing and mems: timely convergence for a bright future.Proceedings of SPIE, 2639:2–14, 1997
1997
-
[58]
Femotosecond switching in a dual-core-fiber nonlinear coupler.Optics Letters, 13(10):904–906, 1988
Stephen R Friberg, Andrew M Weiner, YARON Silberberg, BRUNO G Sfez, and PS Smith. Femotosecond switching in a dual-core-fiber nonlinear coupler.Optics Letters, 13(10):904–906, 1988
1988
-
[59]
Silicon microring resonators.Laser & photonics reviews, 6(1):47–73, 2012
Wim Bogaerts, Peter De Heyn, Thomas Van Vaerenbergh, Katrien De Vos, Shankar Kumar Selvaraja, Tom Claes, Pieter Dumon, Peter Bienstman, Dries Van Thourhout, and Roel Baets. Silicon microring resonators.Laser & photonics reviews, 6(1):47–73, 2012
2012
-
[60]
Reading digits in natural images with unsupervised feature learning
Yuval Netzer, Tao Wang, Adam Coates, Alessandro Bissacco, Baolin Wu, Andrew Y Ng, et al. Reading digits in natural images with unsupervised feature learning. InNIPS workshop on deep learning and unsupervised feature learning, volume 2011, page 4. Granada, 2011
2011
-
[61]
Delving deep into rectifiers: Surpassing human-level performance on imagenet classification
Kaiming He, Xiangyu Zhang, Shaoqing Ren, and Jian Sun. Delving deep into rectifiers: Surpassing human-level performance on imagenet classification. In Proceedings of the IEEE international conference on computer vision, pages 1026–1034, 2015
2015
-
[62]
A theoretically grounded application of dropout in recurrent neural networks.Advances in neural information processing systems, 29, 2016
Yarin Gal and Zoubin Ghahramani. A theoretically grounded application of dropout in recurrent neural networks.Advances in neural information processing systems, 29, 2016
2016
-
[63]
Shakespeare’s plays, sonnets and poems from the fol- ger shakespeare
William Shakespeare. Shakespeare’s plays, sonnets and poems from the fol- ger shakespeare. https://folger.edu/explore/shakespeares-works/all-works, n.d. Accessed: 2025-06-10
2025
-
[64]
On the difficulty of training recurrent neural networks
Razvan Pascanu, Tomas Mikolov, and Yoshua Bengio. On the difficulty of training recurrent neural networks. InInternational conference on machine learning, pages 1310–1318. Pmlr, 2013
2013
-
[65]
Learning long-term depen- dencies with gradient descent is difficult.IEEE transactions on neural networks, 5(2):157–166, 1994
Yoshua Bengio, Patrice Simard, and Paolo Frasconi. Learning long-term depen- dencies with gradient descent is difficult.IEEE transactions on neural networks, 5(2):157–166, 1994
1994
-
[66]
van der Wiel
Herbert Jaeger, Beatriz Noheda, and Wilfred G. van der Wiel. Toward a formal theory for computing machines made out of whatever physics offers.Nature Communications, 14(1):4911, 2023
2023
-
[67]
Infor- mation processing capacity of dynamical systems.Scientific reports, 2(1):514, 2012
Joni Dambre, David Verstraeten, Benjamin Schrauwen, and Serge Massar. Infor- mation processing capacity of dynamical systems.Scientific reports, 2(1):514, 2012
2012
-
[68]
On the number of linear regions of deep neural networks
Guido F Mont´ ufar, Razvan Pascanu, Kyunghyun Cho, and Yoshua Bengio. On the number of linear regions of deep neural networks. InAdvances in neural information processing systems, volume 27, 2014
2014
-
[69]
Adam: A method for stochastic optimization.arXiv preprint 20 arXiv:1412.6980, 2014
Diederik P Kingma. Adam: A method for stochastic optimization.arXiv preprint 20 arXiv:1412.6980, 2014
2014 arXiv
-
[70]
Physical deep learning with biologically inspired training method: gradient-free approach for physical hardware.Nature Communications, 13(1):7847, 2022
Mitsumasa Nakajima, Katsuma Inoue, Kenji Tanaka, Yasuo Kuniyoshi, Toshikazu Hashimoto, and Kohei Nakajima. Physical deep learning with biologically inspired training method: gradient-free approach for physical hardware.Nature Communications, 13(1):7847, 2022
2022
-
[71]
Blending optimal control and biologically plausible learning for noise-robust physical neural networks.Phys
Satoshi Sunada, Tomoaki Niiyama, Kazutaka Kanno, Rin Nogami, Andr´ e R¨ ohm, Takato Awano, and Atsushi Uchida. Blending optimal control and biologically plausible learning for noise-robust physical neural networks.Phys. Rev. Lett., 134:017301, Jan 2025
2025
-
[72]
Boris T. Polyak. Some methods of speeding up the convergence of iteration methods.USSR Computational Mathematics and Mathematical Physics, 4(5):1– 17, 1964
1964
-
[73]
Lecture 6e: Rmsprop — divide the gradient by a running average of its recent magnitude
Geoffrey Hinton. Lecture 6e: Rmsprop — divide the gradient by a running average of its recent magnitude. Coursera: Neural Networks for Machine Learning, 2012. http://www.cs.toronto.edu/∼tijmen/csc321/slides/lecture slides lec6.pdf
2012
-
[74]
Gradient-based learning applied to document recognition.Proceedings of the IEEE, 86(11):2278– 2324, 1998
Yann LeCun, L´ eon Bottou, Yoshua Bengio, and Patrick Haffner. Gradient-based learning applied to document recognition.Proceedings of the IEEE, 86(11):2278– 2324, 1998
1998
-
[75]
Input (Hidden, Output)
Junhe Zhou, Qiqi Wang, and Chenweng Huang. Recurrent diffractive deep neural networks.Optics Express, 32(27):48093–48104, 2024. Acknowledgements We thank Felix K¨ oster for fruitful feedback and discussions. This study was supported in part by a Grant-in-Aid for Transformative...
2024
Reviewed August 4, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.