REVIEW 4 major objections 3 minor 35 references
Energy-Constrained Information Storage on Memristive Devices in the Presence of Resistive Drift
T0 review · 4 major / 3 minor · reviewed 2026-08-11 · deepseek-v4-flash
Pith's one-line read A delay-conditioned DeepJSCC encoder/decoder pair beats delay-agnostic storage coding under equal average energy budgets.
desk verdict A solid algorithmic contribution—delay-conditioned DeepJSCC with cGDN—but the energy-constraint enforcement is loose, and the channel model is entirely the authors' own simulation. 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 load-bearing machinery is the combination of four components. First, the energy cost function $E(R)=|A\ln(B/R)|$ derived from published pulse-programming measurements: it turns the physical observation that lower resistance states are more stable but more expensive to program into a differentiable regulariser. Second, conditional GDN (cGDN), a modified form of generalised divisive normalisation in which the per-channel normalisation parameters $\beta$ are shifted by a learned, fully-connected embedding of the normalised delay; the inverse transform, icGDN, is used in the decoder, so delay information modulates every convolutional layer. Third, a delay- and initial-resistance-conditioned cGAN trained on an event-based drift model serves as a differentiable channel model for end-to-end gradient flow. Fourth, a delay-specialised batch schedule enforces the average energy constraint over a fixed set of delays, letting the network trade energy across delay conditions.
What would settle it
Take a real memristor array, program it with the resistance distributions produced by the delay-conditioned encoder at 0.01 J for short and long delays, wait each delay, read back, and compare reconstruction PSNR against the unconditioned encoder under identical conditions; if the conditioned scheme stops outperforming on hardware, the simulated drift model was the load-bearing assumption rather than the coding scheme.
Extended reading notes
Core claim
The central claim is that the delay itself is usable side information for storage, not just a nuisance: an encoder/decoder pair that both know the delay at write and read time learns an energy-aware analogue coding scheme that outperforms delay-agnostic coding under the same average energy budget. The paper supports this with CIFAR-10 experiments over delays from 0 to 1000 seconds, showing the conditioned pair achieves higher and more balanced PSNR than unconditioned, encoder-only, and decoder-only baselines, with the biggest improvement at 0.01 J, where the unconditioned network degrades sharply. The authors also claim a new trade-off between programming energy and information retention, captured by $E(R)=|A\ln(B/R)|$, with $B=R(0)$ the equilibrium resistance and $A=\tau_{\mathrm{final}}K^2(1/R(\tau_{\mathrm{final}})-1/R(0))$; this function becomes the energy regulariser in the training loss. They implement conditioning through a modified divisive normalisation layer, conditional GDN (cGDN), which shifts the normalisation parameters by a learned embedding of the delay. The paper's own ground-truth evaluation against the event-based model shows the learned scheme transfers for most delays, with some drops where the surrogate statistics were not perfectly matched.
Load-bearing premise
The load-bearing assumption is that the computer model of resistive drift used for both training and testing faithfully matches real memristor behaviour; if real devices drift differently, the reported image-quality gains may shrink or disappear.
Editorial extensions
If this is right
- A single trained delay-conditioned pair covers the whole delay range, so storage systems need not train or store a separate codec per expected readout time.
- Under a tight energy budget, delay conditioning becomes necessary: the unconditioned baseline's reconstruction collapses at 0.01 J, while the conditioned pair maintains usable PSNR.
- The network allocates the energy budget across delays, shifting more of it to long, noisy delays and using sparser, higher-resistance encodings for short delays.
- The scheme transfers from the differentiable cGAN surrogate to the event-based ground-truth model for most delays, indicating the learned coding strategy is not merely fitted to the surrogate.
Reading between the lines
- Because the energy regulariser is only a soft constraint, the exact PSNR at 0.01 J should depend on the weighting of the energy term; tightening that weighting could change the delay-energy allocation and is a direct ablation to run.
- The derived cost function rests on a linear-conductance approximation and could be tested directly on fabricated devices by measuring pulse energy versus retained resistance, since the paper validates it only through the simulated channel.
- cGDN is a generic conditioning mechanism: the same idea could condition a JSCC codec on channel signal-to-noise ratio in wireless fading or on battery state, because it only requires a differentiable scalar condition.
Signed reviews
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. This paper studies analogue information storage on memristive devices as a delay-dependent communication problem. The authors derive an energy cost function E(R)=|A ln(B/R)| from a simplified model of programming pulses, formulate the storage problem as an energy-constrained joint source-channel coding (JSCC) problem, and train a DeepJSCC autoencoder with a conditional GDN (cGDN) architecture so that the encoder and/or decoder can be conditioned on the storage delay. The channel is represented by a cGAN trained on a simulated event-based resistive-drift dataset from the authors' prior work. Experiments on CIFAR-10 compare unconditioned, encoder-conditioned, decoder-conditioned, and jointly conditioned settings under energy budgets from 1.0 J to 0.01 J, with reconstruction quality measured in PSNR, and include a ground-truth evaluation on the event-based simulator. The central claim is that the jointly delay-conditioned scheme achieves higher and more balanced PSNR across delays under equal average energy budgets.
Significance. If the central comparison holds, this is a useful step for analogue storage: it demonstrates a practical way to adapt a single JSCC codebook to a time-varying storage channel and an explicit energy-regularised training objective. The cGDN conditioning layer and the separate energy regularisation on a fixed delay grid are interesting architectural ideas, and the ground-truth evaluation in Section V.D is a good sanity check that is often missing in deep-learning-for-channels papers. However, the paper's 'fundamental' energy-retention trade-off is not established beyond a phenomenological model, and the experimental support is entirely internal to a simulation chain in which the cGAN and the ground-truth simulator are both from the authors' prior preprints; the headline energy-constrained comparison is also weakened by the admitted energy-constraint violations and by the equality-form regulariser.
major comments (4)
- [IV.C, Eq. (18); V.A] The energy regulariser in Eq. (18) does not implement the constraint in Eq. (1). Eq. (18) penalises (1 - E(M_i)/e_b)^2, which is minimised when every encoded resistance costs exactly e_b; spending less than the budget is penalised as heavily as spending more. This is an equality target, not an upper bound. Section V.A then states that 'Energy constraints are violated in order to ensure that enough information is retained...', so the compared schemes may operate at different actual average energies at the delays used for the PSNR comparison. The reported PSNR advantage of the conditioned scheme could therefore partly reflect higher energy expenditure rather than better coding. Please report the achieved average energy for each setting and delay, and either enforce the constraint during evaluation or compare at equalised average energy.
- [IV.A, IV.H, V.D] The entire experimental chain is validated only against the authors' own simulation. The cGAN channel model of [29] is trained on the event-based simulator of [30], and Section V.D evaluates the trained autoencoder on that same event-based simulator; there is no independent physical measurement anywhere in the loop. Figure 10 shows visible PSNR drops when switching from the cGAN to the event-based model at several delays, so the generative model is not perfect even within the simulated family. In the absence of device data or at least a broader family of simulators, the results should be presented as valid for the simulated drift model, not for memristive devices in general.
- [III.A] The abstract and contributions describe Eq. (12) as a 'novel, fundamental trade-off' between energy and information lifetime. The derivation rests on several unvalidated simplifying assumptions: constant compliance current throughout the pulse, conductance linearly proportional to pulse duration, symmetric switching energy, and the specific form of Eq. (9). The constants A and B are set to illustrative values in Figure 2, and no measurement is provided. This is a plausible phenomenological model, but 'fundamental' is an overclaim. I recommend re-scoping the claim and stating explicitly that Eq. (12) is an illustrative first-order model.
- [V.A, V.B, V.D] None of the PSNR results in Figures 6, 8, or 10 include error bars, multiple seeds, or significance tests, and the main claim of 'higher and more balanced reconstruction quality' rests on differences between single curves. Given the energy-constraint issue above, it is important to know whether the advantage of the jointly conditioned scheme is stable across training runs and statistically distinguishable from the unconditioned baseline.
minor comments (3)
- [II] There is a typo in the paragraph following Eq. (2): 'mehtods' should be 'methods'.
- [IV.C, Eq. (19)] The notation for the regularisation weights is inconsistent: the text defines lambda_res and lambda_energy, while Eq. (19) uses lambda_resistance and lambda_energy; in addition, the loss in Eq. (19) is written with a square root and calls the distortion MSE, although l was defined as a Frobenius norm in Eq. (2). Please align these definitions.
- [IV.H, V.A] Section IV.H says the networks are trained for delays d in [0,1000], but Figure 6 reports results up to 1400 s; the recurrent cGAN extension with n=4 makes this possible, but the discrepancy should be stated explicitly in the text.
Circularity Check
The headline PSNR gain is partly an artefact of admitted energy-budget violations, and the 'ground truth' channel is the authors' own simulator; both load-bearing steps are self-referential.
-
other
[Section IV.C.2, Eq. (18); Section V.A]
"renergy(M ) = 1/n Σ_i (1 − E(M_i)/e_b)^2 ... Energy constraints are violated in order to ensure that enough information is retained, following storage and recovery, to reconstruct the image to a reasonable degree. The violation of the energy constraints demonstrates that the trade-off that the network has learnt between energy consumption and storage reliability generalises to larger delays."
The optimization constraint stated in Eq. (1) is EM[E(m)] ≤ B, but the regularizer actually used in training, Eq. (18), is an equality penalty: it is minimized when each device spends exactly e_b and penalizes under-spending as much as over-spending. Section V.A then explicitly admits that energy constraints are violated during evaluation, and Figure 6(e) shows normalized energy above 1 for conditioned schemes at large delays. The claimed advantage of delay conditioning 'while still respecting the average energy budget' therefore may be driven by unequal energy over-spend rather than by the coding scheme.
-
self citation load bearing
[Section IV.A (Dataset); Section V.D (Ground Truth Model Evaluation)]
"We use a resistive drift dataset based on an event-based model of memristive devices [30], introduced in [29]... we evaluate the autoencoder on the ground truth, event-based model, as a measure of its ability to generalise to the statistics of a real device... (in this case, the event-based model developed in [30])."
The 'ground truth' is not an external measurement of real memristors: [30] is the authors' own event-based simulator, and the cGAN channel model [29] was trained on that same simulator. The evaluation in Section V.D therefore only checks consistency between two self-authored models; it does not anchor the autoencoder's performance to actual device statistics. Since the central claim is about storing images on memristive devices, the entire experimental chain rests on these self-citations, making the channel model load-bearing and unverified outside the authors' own simulator.
full rationale
The paper's physical energy-cost derivation in Section III is not circular: it follows from stated simplifying assumptions (linear conductance change, compliance current inversely proportional to final resistance, constant current during programming) and external literature, and the resulting E(R) in Eq. (12) is not obtained by equating it to the target distortion. The cGDN contribution is also a legitimate architectural extension of the known GDN transform, not a renamed version of the result. However, two load-bearing steps create partial circularity. First, the energy regularizer in Eq. (18) is an equality penalty, not the upper-bound constraint of Eq. (1), and Section V.A admits the constraint is violated so that the conditioned networks can retain information at large delays. The headline 'higher and more balanced reconstruction quality ... while still satisfying average power constraints' is thus not established: the PSNR gain at long delays may be purchased by exceeding the budget, and the energy values reported in Figure 6 are computed from the same regularizer's cost function, so the comparison is self-referential. Second, both the training channel (cGAN, [29]) and the 'ground truth' evaluation model (event-based, [30]) are prior preprints by the same authors, so the validation is an internal consistency check between two self-authored simulators rather than external anchoring to real memristive device behavior. These issues do not make the algorithmic comparison among delay-conditioning variants meaningless, but they prevent the paper's central claim from being independently supported. Overall score 6: one or more predictions reduce by construction or by self-citation chain, though the architecture contributions retain independent algorithmic content.
Assumptions & free parameters
free parameters (6)
- A (energy cost scale) =
A = tau_final * K^2 * (1/R(tau_final) - 1/R(0)); with tau_final=1.0 s, K=2.0, R(tau_final)=0.1 kOhm, R(0)=500 kOhm in…
- B = R(0) (reference resistance) =
500 kOhm (equilibrium resistance)
- energy budget e_b =
1.0, 0.5, 0.1, 0.05, 0.01 J
- regularization weights lambda_res, lambda_energy =
1.0
- soft resistance limits R_high, R_low =
750 kOhm, 0.1 kOhm
- cGAN recurrence steps n =
4
assumptions (4)
- domain assumption Linear approximation of conductance change during programming pulse (Eq. 5): G(tau) increases linearly with time from G(0) to G(tau_final).
- domain assumption The programming current is constant at its maximum compliance value during the entire pulse, and the energy cost is symmetric under reversing the transition (Section III.A).
- ad hoc to paper The cGAN trained in [29] faithfully models the conditional drift distribution, including for delays up to 2000 s via recurrent evaluation with n=4.
- ad hoc to paper The event-based simulation [30] is a valid substitute for real memristor drift statistics.
Cite this review
Pith. "Pith review of Energy-Constrained Information Storage on Memristive Devices in the Presence of Resistive Drift." pith.science (2026). https://pith.science/paper/BAOFDT5Q
@misc{pith2026250110376,
author = {Pith},
title = {Pith review of: Energy-Constrained Information Storage on Memristive Devices in the Presence of Resistive Drift},
year = {2026},
howpublished = {\url{https://pith.science/paper/BAOFDT5Q}},
note = {Machine review of arXiv:2501.10376}
}
read the original abstract
In this paper, we examine the problem of information storage on memristors affected by resistive drift noise under energy constraints. We introduce a novel, fundamental trade-off between the information lifetime of memristive states and the energy that must be expended to bring the device into a particular state. We then treat the storage problem as one of communication over a noisy, energy-constrained channel, and propose a joint source-channel coding (JSCC) approach to storing images in an analogue fashion. To design an encoding scheme for natural images and to model the memristive channel, we make use of data-driven techniques from the field of deep learning for communications, namely deep joint source-channel coding (DeepJSCC), employing a generative model of resistive drift as a computationally tractable differentiable channel model for end-to-end optimisation. We introduce a modified version of generalised divisive normalisation (GDN), a biologically inspired form of normalisation, that we call conditional GDN (cGDN), allowing for conditioning on continuous channel characteristics, including the initial resistive state and the delay between storage and reading. Our results show that the delay-conditioned network is able to learn an energy-aware coding scheme that achieves a higher and more balanced reconstruction quality across a range of storage delays.
Figures
Figures from the paper (7 more)
Reference graph
Works this paper leans on
-
[14]
Analog Coding in Emerging Memory Systems,
R. V . Zarcone, J. H. Engel, S. Burc Eryilmaz, W. Wan, S. Kim, M. BrightSky, C. Lam, H.-L. Lung, B. A. Olshausen, and H.-S. Philip Wong, “Analog Coding in Emerging Memory Systems,” Scientific Reports, vol. 10, p. 6831, Apr. 2020
work page 2020
-
[19]
Joint source-channel coding with neural networks for analog data compression and storage,
R. Zarcone, D. Paiton, A. Anderson, J. Engel, H. S. Wong, and B. Olshausen, “Joint source-channel coding with neural networks for analog data compression and storage,” in Data Compression Conference Proceedings, vol. 2018-March, pp. 147–156, 2018
work page 2018
-
[20]
X. Zheng, R. Zarcone, D. Paiton, J. Sohn, W. Wan, B. Olshausen, and H. P. Wong, “Error-Resilient Analog Image Storage and Compression with Analog-Valued RRAM Arrays : An Adaptive Joint Source-Channel Coding Approach,” 2018 IEEE International Electron Devices Meeting (IEDM), vol. 4, pp. 71–74, 2018
work page 2018
-
[29]
Delay Con- ditioned Generative Modelling of Resistive Drift in Memristors,
W. El-Geresy, C. Papavassiliou, and D. G ¨und¨uz, “Delay Con- ditioned Generative Modelling of Resistive Drift in Memristors,” arXiv:2408.01539 [cs, eess] , Aug. 2024
arXiv 2024
-
[30]
Event-Based Simula- tion of Stochastic Memristive Devices for Neuromorphic Computing,
W. El-Geresy, C. Papavassiliou, and D. G ¨und¨uz, “Event-Based Simula- tion of Stochastic Memristive Devices for Neuromorphic Computing,” arXiv:2407.04718 [physics], June 2024
arXiv 2024
-
[1]
Combined source/channel coding and a new coding scheme for data storage systems,
J. Lee, “Combined source/channel coding and a new coding scheme for data storage systems,” IEEE Transactions on Magnetics , vol. 35, pp. 4372–4377, Sept. 1999
work page 1999
-
[2]
Solid State Drive Primer # 2 - SLC, MLC and TLC NAND Flash
S. Larrivee, “Solid State Drive Primer # 2 - SLC, MLC and TLC NAND Flash.” https://www.cactus-tech.com/resources/blog/details/solid-state- drive-primer-2-slc-mlc-and-tlc-nand-flash/, Mar. 2015
work page 2015
-
[3]
Memristor -The missing circuit element,
L. Chua, “Memristor -The missing circuit element,” IEEE Transactions on Circuit Theory , vol. 18, no. 5, pp. 507–519, 1971
1971
Show all 35 references
-
[4]
Memristive devices and systems,
L. Chua and Sung Mo Kang, “Memristive devices and systems,” Proceedings of the IEEE , vol. 64, no. 2, pp. 209–223, 1976
1976
-
[5]
If it’s pinched it’s a memristor,
L. Chua, “If it’s pinched it’s a memristor,” Semiconductor Science and Technology, vol. 29, p. 104001, Oct. 2014
2014
-
[6]
Resistance switching memories are memristors,
L. Chua, “Resistance switching memories are memristors,” Applied Physics A, vol. 102, pp. 765–783, Mar. 2011
2011
-
[7]
Capacity optimization of emerging memory systems: A shannon-inspired approach to device characterization,
J. H. Engel, S. B. Eryilmaz, S. Kim, M. BrightSky, C. Lam, H. L. Lung, B. A. Olshausen, and H. S. Wong, “Capacity optimization of emerging memory systems: A shannon-inspired approach to device characterization,” Technical Digest - International Electron Devices Meeting, IEDM, ...
2015
-
[8]
The missing memristor found,
D. B. Strukov, G. S. Snider, D. R. Stewart, and R. S. Williams, “The missing memristor found,” Nature, vol. 453, pp. 80–83, May 2008
2008
-
[9]
Perspective: A review on memristive hardware for neuromorphic computation,
C. Sung, H. Hwang, and I. K. Yoo, “Perspective: A review on memristive hardware for neuromorphic computation,” Journal of Applied Physics , vol. 124, p. 151903, Oct. 2018
2018
-
[10]
Neuromorphic electronic systems,
C. Mead, “Neuromorphic electronic systems,” Proceedings of the IEEE, vol. 78, pp. 1629–1636, Oct. 1990
1990
-
[11]
First draft of a report on the EDV AC,
J. von Neumann, “First draft of a report on the EDV AC,” IEEE Annals of the History of Computing , vol. 15, no. 4, pp. 27–75, 1993
1993
-
[12]
Rumsey, Capacity Considerations for Data Storage in Memristor Arrays
S. Rumsey, Capacity Considerations for Data Storage in Memristor Arrays. PhD thesis, University of Toronto, Toronto, Canada, 2019
2019
-
[13]
Multi-State Memristors and Their Applications: An Overview,
C. Wang, Z. Si, X. Jiang, A. Malik, Y . Pan, S. Stathopoulos, A. Serb, S. Wang, T. Prodromakis, and C. Papavassiliou, “Multi-State Memristors and Their Applications: An Overview,” IEEE Journal of Emerging and Selected Topics in Circuits and Systems , Nov. 2022
2022
-
[15]
Memristor Models for Machine Learning,
J. P. Carbajal, J. Dambre, M. Hermans, and B. Schrauwen, “Memristor Models for Machine Learning,” Neural Computation, vol. 27, pp. 725– 747, Mar. 2015
2015
-
[16]
Modeling the Universal Set/Reset Characteristics of Bipolar RRAM by Field- and Temperature-Driven Filament Growth,
D. Ielmini, “Modeling the Universal Set/Reset Characteristics of Bipolar RRAM by Field- and Temperature-Driven Filament Growth,” IEEE Transactions on Electron Devices , vol. 58, pp. 4309–4317, Dec. 2011
2011
-
[17]
Belief Propagation based Joint Detection and Decoding for Resistive Random Access Memories,
C. Sun, K. Cai, G. Song, T. Q. S. Quek, and Z. Fei, “Belief Propagation based Joint Detection and Decoding for Resistive Random Access Memories,” IEEE Transactions on Communications , p. 34, 2021
2021
-
[18]
Opportunities for Analog Coding in Emerging Memory Systems,
J. H. Engel, S. B. Eryilmaz, S. Kim, M. BrightSky, C. Lam, H.-L. Lung, B. A. Olshausen, and H.-S. P. Wong, “Opportunities for Analog Coding in Emerging Memory Systems,” arXiv:1701.06063 [cs, math] , Jan. 2017
2017 arXiv
-
[21]
Joint Source–Channel Coding: Fundamentals and Recent Progress in Practical Designs,
D. G ¨und¨uz, M. A. Wigger, T.-Y . Tung, P. Zhang, and Y . Xiao, “Joint Source–Channel Coding: Fundamentals and Recent Progress in Practical Designs,” Proceedings of the IEEE , pp. 1–32, 2024
2024
-
[22]
Deep Joint Source- Channel Coding for Wireless Image Transmission,
E. Bourtsoulatze, D. B. Kurka, and D. Gunduz, “Deep Joint Source- Channel Coding for Wireless Image Transmission,” IEEE Transactions on Cognitive Communications and Networking , vol. 5, pp. 567–579, Sept. 2019
2019
-
[23]
DeepWiVe: Deep-Learning-Aided Wireless Video Transmission,
T.-Y . Tung and D. G¨und¨uz, “DeepWiVe: Deep-Learning-Aided Wireless Video Transmission,” IEEE Journal on Selected Areas in Communica- tions, vol. 40, pp. 2570–2583, Sept. 2022
2022
-
[24]
DeepJSCC- Q: Constellation Constrained Deep Joint Source-Channel Coding,
T.-Y . Tung, D. B. Kurka, M. Jankowski, and D. G ¨und¨uz, “DeepJSCC- Q: Constellation Constrained Deep Joint Source-Channel Coding,” IEEE Journal on Selected Areas in Information Theory , vol. 3, pp. 720–731, Dec. 2022
2022
-
[25]
Deep Joint Source-Channel Coding for Semantic Communications,
J. Xu, T.-Y . Tung, B. Ai, W. Chen, Y . Sun, and D. G ¨und¨uz, “Deep Joint Source-Channel Coding for Semantic Communications,” IEEE Communications Magazine, vol. 61, pp. 42–48, Nov. 2023
2023
-
[26]
Bioinspired bio-voltage memristors,
T. Fu, X. Liu, H. Gao, J. E. Ward, X. Liu, B. Yin, Z. Wang, Y . Zhuo, D. J. F. Walker, J. Joshua Yang, J. Chen, D. R. Lovley, and J. Yao, “Bioinspired bio-voltage memristors,” Nature Communications, vol. 11, p. 1861, Apr. 2020
2020
-
[27]
Size-Dependent Retention Time in NiO-Based Resistive-Switching Memories,
D. Ielmini, F. Nardi, C. Cagli, and A. L. Lacaita, “Size-Dependent Retention Time in NiO-Based Resistive-Switching Memories,” IEEE Electron Device Letters , vol. 31, pp. 353–355, Apr. 2010
2010
-
[28]
Demonstration of high- density ReRAM ensuring 10-year retention at 85 ◦C based on a newly developed reliability model,
Z. Wei, T. Takagi, Y . Kanzawa, Y . Katoh, T. Ninomiya, K. Kawai, S. Mu- raoka, S. Mitani, K. Katayama, S. Fujii, R. Miyanaga, Y . Kawashima, T. Mikawa, K. Shimakawa, and K. Aono, “Demonstration of high- density ReRAM ensuring 10-year retention at 85 ◦C based on a newly develo...
2011
-
[31]
Learning divisive normalization in primary visual cortex,
M. F. Burg, S. A. Cadena, G. H. Denfield, E. Y . Walker, A. S. Tolias, M. Bethge, and A. S. Ecker, “Learning divisive normalization in primary visual cortex,” PLoS Computational Biology, vol. 17, p. e1009028, June 2021
2021
-
[32]
End-to-end Optimized Image Compression,
J. Ball ´e, V . Laparra, and E. P. Simoncelli, “End-to-end Optimized Image Compression,” arXiv:1611.01704 [cs, math] , Mar. 2017
2017 arXiv
-
[33]
Modulating early visual processing by language,
H. de Vries, F. Strub, J. Mary, H. Larochelle, O. Pietquin, and A. Courville, “Modulating early visual processing by language,” in Proceedings of the 31st International Conference on Neural Information Processing Systems, NIPS’17, (Red Hook, NY , USA), pp. 6597–6607, Curran As...
2017
-
[34]
Adam: A Method for Stochastic Optimization,
D. P. Kingma and J. Ba, “Adam: A Method for Stochastic Optimization,” arXiv:1412.6980 [cs], Jan. 2017
2017 arXiv
-
[35]
Learning Multiple Layers of Features from Tiny Im- ages,
A. Krizhevsky, “Learning Multiple Layers of Features from Tiny Im- ages,” Technical Report, Department of Computer Science, University of Toronto, 2009. 13
2009
Reviewed August 11, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.