REVIEW 4 major objections 6 minor 35 references
ReMiDi: Reconstruction of Microstructure Using a Differentiable Diffusion MRI Simulator
T0 review · 4 major / 6 minor · reviewed 2026-08-09 · deepseek-v4-flash
Pith's one-line read ReMiDi reconstructs axonal microstructure meshes from diffusion MRI signals via gradient-based optimization in a learned latent space.
desk verdict Useful differentiable dMRI simulator and a clever latent-space inversion, but the 'arbitrary microstructure' claim goes well beyond what the three synthetic deformation families in the latent space can support. 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 mechanism is the coupling of a differentiable diffusion MRI simulator with a spectral auto-encoder (SAE). The simulator solves the Bloch-Torrey partial differential equation on a tetrahedral mesh using the matrix formalism—projecting the solution onto a truncated eigenbasis of the Laplace operator—so that the output signal is differentiable with respect to the mesh vertex coordinates. The SAE encodes the 315-vertex mesh into 300 spectral coefficients and then into a 16-dimensional latent vector $\mathbf{z}$, and its decoder $D$ maps $\mathbf{z}$ back to a mesh; optimization is performed on $\mathbf{z}$ with the loss $\lVert F(D(\mathbf{z})) - S_{\mathrm{ref}}\rVert_2^2$, which confines the search to a learned manifold of plausible axon shapes.
What would settle it
Take a reference mesh that is not a bent, beaded, or fanned cylinder—for example, an axon with an elliptical cross-section, a branch point, or a wavy surface with high-frequency features—generate its dMRI signal with the same simulator, and run ReMiDi from a straight cylinder; if the signal loss reaches near zero while the Chamfer distance to the reference remains large, the claim that ReMiDi can reconstruct arbitrary microstructure shapes is refuted.
Extended reading notes
Core claim
The paper's central claim is that a diffusion MRI signal contains enough information to recover the geometry of a single axon-like microstructure, provided the search is restricted to a plausible shape manifold. ReMiDi demonstrates this by combining a differentiable finite-element solver of the Bloch-Torrey equation with a spectral auto-encoder: the mesh is mapped to spectral coefficients and then to a 16-dimensional latent vector, and the latent vector is updated by gradient descent on the difference between the simulated and reference signals. The reconstruction converges to the reference signal, and for the deformation families considered—bending and twisting, beading, and fanning—the recovered mesh converges in Chamfer distance to the ground truth, with the most accurate results for beading and the least for fanning at large angles.
Load-bearing premise
The latent space learned by the spectral auto-encoder is assumed to contain a shape close enough to the true microstructure, and that auto-encoder was trained only on three families of synthetic deformations of a single cylinder, so any real or complex shape outside that manifold cannot be recovered.
Editorial extensions
If this is right
- dMRI signals can be inverted into explicit 3D mesh reconstructions of axonal geometry, surfacing features such as undulation, focal beading, and fanning that parametric models only summarize as scalar metrics.
- Because the forward simulator is differentiable, the same pipeline can be turned to other gradient-based tasks, such as estimating diffusion coefficients or optimizing acquisition parameters jointly with the mesh.
- The success of latent-space optimization in this setting supports the view that learned priors can regularize PDE-constrained inverse problems, making vertex-level reconstruction unnecessary.
- The ablation results imply that acquisition design matters: using at least two diffusion times and 15 or more gradient directions substantially improves the spatial fidelity of the recovered mesh.
- The comparison with a neural network suggests that physics-based simulation contributes the most when deformations are large; for shapes close to the straight cylinder, a direct regressor can be more accurate.
Reading between the lines
- I interpret the claim of reconstructing 'arbitrary shapes' as an aspiration: the experiments cover only three deformation families on a single 315-vertex cylinder, so the method's generalizability to other topologies is untested. A stronger test would use meshes with heterogeneous cross-sections or branching.
- Because the diffusion signal is invariant under certain rotations and reflections—the authors even adjust their evaluation metric accordingly—the objective function may have multiple equivalent optima; the latent prior then determines which orientation or mirror image is recovered, which may or may not match the true mesh.
- A practical extension would be to train the SAE on a broader corpus of realistic neuron geometries and then test ReMiDi on signals from those shapes, which would reveal whether the latent space is the bottleneck or whether the simulator is the limiting factor.
- The paper's finding that two diffusion times improve reconstruction hints at what information the signal carries about length scales; combining more diffusion times with variable b-values could push the resolution limit further, but the computational cost grows with the number of gradient evaluations.
Signed reviews
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper presents ReMiDi, a PyTorch-based differentiable dMRI simulator that solves the Bloch-Torrey PDE via finite elements and matrix formalism, and uses it to solve a mesh-reconstruction inverse problem. The reconstruction is performed by optimizing a 16-dimensional latent code of a spectral auto-encoder (SAE) so that the simulated signal matches a reference signal S_ref. Experiments on synthetic single-axon meshes with bending/twisting, beading, and fanning deformations show that the optimizer can reduce signal loss and, for some deformation families, reduce spatial error relative to the reference mesh. The paper also compares ReMiDi to an MLP baseline and reports ablation studies on the number of diffusion directions and diffusion times. The core forward simulator is validated against SpinDoctor, and the code is made available.
Significance. The differentiable BTPDE simulator is a useful contribution: it enables gradient-based optimization through a physically grounded dMRI forward model, and the matrix-formalism implementation addresses computational cost. The SAE latent-space optimization is a sensible way to regularize the ill-posed inverse problem. However, the significance is limited by three issues: the inverse validation is a self-consistency check using the same simulator to generate the reference signals; the claimed arbitrary-shape reconstruction is tested only within three narrow synthetic deformation families; and the fanning results are substantially worse than the MLP baseline. These issues do not invalidate the forward simulator or the general optimization framework, but they do mean the paper's central claim, as stated in the abstract, is not supported by the evidence.
major comments (4)
- [Abstract, Section 1, Section 4, Section 5.1] The claim that ReMiDi can 'reconstruct microstructures of arbitrary shapes represented by finite-element meshes' is not supported. The SAE is trained on three synthetic deformation families applied to a single 315-vertex cylinder (bending/twisting, beading, fanning), and the test meshes are held-out parameter values from the same families (e.g., odd versus even bead counts, even versus odd fanning angles). Because the decoder D(z) can only produce meshes within the learned manifold, any reference mesh with different topology, connectivity, or deformation type is unreachable by construction. The evaluation therefore demonstrates interpolation within the training manifold, not coverage of arbitrary shapes. The paper should either restrict the claim to the studied deformation families or demonstrate reconstruction of out-of-family geometries.
- [Section 5, Appendix E.1, Appendix E.2, Algorithm 1] The optimization objective in Algorithm 1, ||F(D(z)) - S_ref||^2, is shown to be insufficient to determine geometry. The signal loss converges around iteration 250 (Fig. 4), while the Chamfer distance and volume continue changing until roughly iterations 400-700 (Figs. 11 and 12). This is direct evidence that low signal loss does not uniquely identify the mesh, which is consistent with the paper's own discussion of ill-posedness. The authors should either incorporate additional regularizers or multi-sequence information that can reduce non-identifiability, or explicitly frame the result as one member of a signal-equivalence class rather than a unique reconstruction.
- [Section 5.1.3, Table 1] The fanning experiments contradict the general claim of reconstruction capability. For fanning, ReMiDi achieves a modified Chamfer distance of 7.433 +/- 4.844, which is an order of magnitude worse than the MLP baseline (0.743 +/- 0.24), and Figure 7 shows significant errors at 60 degrees and non-smooth curvature. The text states that 'ReMiDi can capture fanning to some extent,' but this is a much weaker statement than the abstract's claim of reconstructing fanning fibers. Either the method needs to be improved for fanning, or fanning should be explicitly excluded from the headline claims.
- [Section 3.1, Figure 2] The inverse-problem validation is a self-consistency check: the reference signals S_ref are generated by the same differentiable simulator F used for reconstruction. Figure 2 validates the forward simulator against SpinDoctor, but the inverse procedure is not tested against an independent forward model. Thus the experiments show that the optimizer can invert the exact forward model on a training manifold, but do not demonstrate that the method is robust to model error or to signals generated by a different simulator. The authors should validate the inverse approach using an independent forward model or an analytic signal expression, or clearly state this as a limitation.
minor comments (6)
- [Section 1] There is a typo: 'unidimentional' should be 'unidimensional'.
- [Figure 7 caption] The caption reports negative modified Chamfer distances at 60 degrees due to KDE-based smoothing; plotting negative distances for a distance metric is confusing and should be replaced with raw values or an explicit explanation of the smoothing artifact.
- [Algorithm 1, Section 4] Algorithm 1 hardcodes the input mesh as M in R^{315x3}, while the text uses a general V; this inconsistency should be fixed.
- [Section 4, Appendix D] The description of the spectral auto-encoder should clarify whether the 300 spectral coefficients are computed per Cartesian coordinate, and how the graph Laplacian and its eigenvectors are defined for the deforming mesh; the appendix says connectivity is consistent but the relationship between geometry changes and the fixed spectral basis should be stated explicitly.
- [Section 5.2] The MLP baseline comparison lacks details on the MLP's input representation, training set, and loss function; without these details, the numbers in Table 1 are difficult to interpret.
- [Section 5, Appendix E.2] The main text says the mesh volume converges around iteration 400, while Appendix E.2 says it stabilizes around iteration 500; please reconcile these numbers.
Circularity Check
No significant circularity: the inverse optimization is a genuine fit to a reference signal through a differentiable forward model, and the SAE prior is a learned constraint, not a relabeling of the output.
full rationale
ReMiDi's pipeline is not circular. The optimization objective z* = argmin_z ||F(D(z)) - S_ref||_2^2 (Section 3.2) is a genuine inverse problem: the reference signal S_ref enters only through the loss, not through the mesh geometry or the SAE weights. The SAE decoder D is trained on synthetic deformation families, so the reachable set is restricted to those families; this limits generalization and undercuts the "arbitrary shapes" claim, but it is a validation/generalization limitation, not a definitional reduction. Reference signals are produced by the same forward simulator, which is a standard synthetic-validation setup and not circular reasoning: the forward model is independently checked against SpinDoctor's MATLAB implementation (Figure 2). The paper's own convergence curves (signal loss plateaus around iteration 250 while Chamfer distance and volume converge around iteration 500) show the inverse problem is ill-posed, but the paper explicitly acknowledges this in Appendix E.1. The citation to SpinDoctor (Li et al. 2019) involves a co-author, but the cited toolbox is prior external work, and the present paper reimplements and validates it; no uniqueness theorem or unsupported self-citation is used to force the result. Overall, the derivation chain is self-contained: simulator -> forward model -> signal loss -> gradient update to latent -> decoded mesh. No fitted parameter is renamed as a prediction, and no equation reduces to its input by construction.
Assumptions & free parameters
free parameters (3)
- latent dimension z =
16
- number of spectral coefficients =
300
- loss multiplier k =
not specified
assumptions (4)
- domain assumption The Bloch-Torrey PDE with given boundary conditions accurately models the diffusion MRI signal from neural tissue.
- standard math The matrix formalism with a truncated eigenbasis provides a sufficiently accurate approximation of the BTPDE solution.
- domain assumption The spectral auto-encoder's latent space covers the space of plausible axon geometries relevant to the inverse problem.
- domain assumption A single-compartment mesh with 315 vertices is sufficient to represent the axon sections of interest.
Cite this review
Pith. "Pith review of ReMiDi: Reconstruction of Microstructure Using a Differentiable Diffusion MRI Simulator." pith.science (2026). https://pith.science/paper/PC3CJL7I
@misc{pith2026250201988,
author = {Pith},
title = {Pith review of: ReMiDi: Reconstruction of Microstructure Using a Differentiable Diffusion MRI Simulator},
year = {2026},
howpublished = {\url{https://pith.science/paper/PC3CJL7I}},
note = {Machine review of arXiv:2502.01988}
}
abstract
We propose ReMiDi, a novel method for inferring neuronal microstructure as arbitrary 3D meshes using a differentiable diffusion Magnetic Resonance Imaging (dMRI) simulator. We first implemented in PyTorch a differentiable dMRI simulator that simulates the forward diffusion process using a finite-element method on an input 3D microstructure mesh. To achieve significantly faster simulations, we solve the differential equation semi-analytically using a matrix formalism approach. Given a reference dMRI signal $S_{ref}$, we use the differentiable simulator to iteratively update the input mesh such that it matches $S_{ref}$ using gradient-based learning. Since directly optimizing the 3D coordinates of the vertices is challenging, particularly due to ill-posedness of the inverse problem, we instead optimize a lower-dimensional latent space representation of the mesh. The mesh is first encoded into spectral coefficients, which are further encoded into a latent $\textbf{z}$ using an auto-encoder, and are then decoded back into the true mesh. We present an end-to-end differentiable pipeline that simulates signals that can be tuned to match a reference signal by iteratively updating the latent representation $\textbf{z}$. We demonstrate the ability to reconstruct microstructures of arbitrary shapes represented by finite-element meshes, with a focus on axonal geometries found in the brain white matter, including bending, fanning and beading fibers. Our source code is available online.
Figures
Figures from the paper (8 more)
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]
Barrow, H. G., Tenenbaum, J. M., Bolles, R. C., and Wolf, H. C. Parametric correspondence and chamfer matching: Two new techniques for image matching. In Proceedings of the 5th International Joint Conference on Artificial Intelligence (IJCAI), pp.\ 659--663, Cambridge, MA, 1977. URL https://www.ijcai.org/Proceedings/77-2/Papers/024.pdf
work page 1977
-
[3]
J., Mattiello, J., and LeBihan, D
Basser, P. J., Mattiello, J., and LeBihan, D. Mr diffusion tensor spectroscopy and imaging. Biophysical Journal, 66 0 (1): 0 259--267, 1994. doi:10.1016/S0006-3495(94)80775-1. URL https://doi.org/10.1016/S0006-3495(94)80775-1
-
[4]
Benitez, A., Fieremans, E., Jensen, J. H., Falangola, M. F., Tabesh, A., Ferris, S. H., and Helpern, J. A. White matter tract integrity metrics reflect the vulnerability of late-myelinating tracts in alzheimer's disease. NeuroImage: Clinical, 4: 0 64--71, 2014. ISSN 2213-1582. doi:https://doi.org/10.1016/j.nicl.2013.11.001. URL https://www.sciencedirect.c...
-
[5]
L., Breton, E., Lallemand, D., Grenier, P., Cabanis, E., and Laval-Jeantet, M
Bihan, D. L., Breton, E., Lallemand, D., Grenier, P., Cabanis, E., and Laval-Jeantet, M. Mr imaging of intravoxel incoherent motions: Application to diffusion and perfusion in neurologic disorders. Radiology, 161 0 (2): 0 401--407, 1986. doi:10.1148/radiology.161.2.3763909. URL https://pubs.rsna.org/doi/abs/10.1148/radiology.161.2.3763909
-
[6]
L., Mangin, J.-F., Poupon, C., Clark, C
Bihan, D. L., Mangin, J.-F., Poupon, C., Clark, C. A., Pappata, S., Molko, N., and Chabriat, H. Diffusion tensor imaging: concepts and applications. Journal of Magnetic Resonance Imaging, 13 0 (4): 0 534--546, April 2001. doi:10.1002/jmri.1076
-
[7]
Bodini, B., Khaleeli, Z., Cercignani, M., Miller, D. H., Thompson, A. J., and Ciccarelli, O. Exploring the relationship between white matter and gray matter damage in early primary progressive multiple sclerosis: an in vivo study with tbss and vbm. Human Brain Mapping, 30 0 (9): 0 2852--2861, 2009. doi:10.1002/hbm.20713. URL https://pubmed.ncbi.nlm.nih.go...
-
[8]
Boyd, J. P. Chebyshev and Fourier Spectral Methods . Dover Books on Mathematics. Dover Publications, Mineola, NY, second edition, 2001. ISBN 0486411834 9780486411835
work page 2001
Show all 35 references
-
[9]
Budde, M. D. and Frank, J. A. Neurite beading is sufficient to decrease the apparent diffusion coefficient after ischemic stroke. Proceedings of the National Academy of Sciences, 107 0 (32): 0 14472--14477, 2010. doi:10.1073/pnas.1004841107. URL https://www.pnas.org/content/10...
2010 doi
-
[10]
Callaghan, P. T. A simple matrix formalism for spin echo analysis of restricted diffusion under generalized gradient waveforms. Journal of Magnetic Resonance, 129 0 (1): 0 74--84, 1997. ISSN 1090-7807. doi:https://doi.org/10.1006/jmre.1997.1233. URL https://www.sciencedirect.c...
1997
-
[11]
C., Palombo, M., and Zhang, H
Callaghan, R., Alexander, D. C., Palombo, M., and Zhang, H. Config: Contextual fibre growth to generate realistic axonal packing for diffusion mri simulation. NeuroImage, 220: 0 117107, 2020. ISSN 1053-8119. doi:https://doi.org/10.1016/j.neuroimage.2020.117107. URL https://www...
2020
-
[12]
A., Bai, Y., Nedjati-Gilani, S., Seunarine, K
Cook, P. A., Bai, Y., Nedjati-Gilani, S., Seunarine, K. K., Hall, M. G., Parker, G. J., and Alexander, D. C. Camino: Open-source diffusion-mri reconstruction and processing. In Proceedings of the 14th Annual Meeting of ISMRM, pp.\ 2759, Seattle, WA, USA, 2006. URL https://cds....
2006
-
[13]
Finite element mesh generation methods: a review and classification
Ho-Le, K. Finite element mesh generation methods: a review and classification. Computer-Aided Design, 20 0 (1): 0 27--38, 1988. ISSN 0010-4485. doi:https://doi.org/10.1016/0010-4485(88)90138-8. URL https://www.sciencedirect.com/science/article/pii/0010448588901388
1988
-
[14]
Hoang, V. H. and Schwab, C. High-dimensional finite elements for elliptic problems with multiple scales. Multiscale Modeling & Simulation, 3 0 (1): 0 168--194, 2005. doi:10.1137/030601077. URL https://doi.org/10.1137/030601077
2005 doi
-
[16]
Diffusion mri fiber tractography of the brain
Jeurissen, B., Descoteaux, M., Mori, S., and Leemans, A. Diffusion mri fiber tractography of the brain. NMR in Biomedicine, 32 0 (4): 0 e3785, 2019. doi:10.1002/nbm.3785. e3785 NBM-17-0045.R2
2019 doi
-
[17]
Numerical Solution of Partial Differential Equations by the Finite Element Method
Johnson, C. Numerical Solution of Partial Differential Equations by the Finite Element Method. Dover Publications, New York, 1st edition, 2009. ISBN 9780486469003
2009
-
[18]
Kasim, M. F. and Vinko, S. M. -torch: differentiable scientific computing library. arXiv preprint arXiv:2010.01921, 2020. URL https://arxiv.org/abs/2010.01921
2010 arXiv
-
[19]
G., and Clark, C
Kerkelä, L., Nery, F., Hall, M. G., and Clark, C. A. Disimpy: A massively parallel monte carlo simulator for generating diffusion-weighted mri data in python. Journal of Open Source Software, 5 0 (52): 0 2527, 2020. doi:10.21105/joss.02527. URL https://doi.org/10.21105/joss.02527
2020 doi
-
[20]
Crafting papers on machine learning
Langley, P. Crafting papers on machine learning. In Langley, P. (ed.), Proceedings of the 17th International Conference on Machine Learning (ICML 2000), pp.\ 1207--1216, Stanford, CA, 2000. Morgan Kaufmann
2000
-
[21]
Representation learning of 3d meshes using an autoencoder in the spectral domain
Lemeunier, C., Denis, F., Lavoué, G., and Dupont, F. Representation learning of 3d meshes using an autoencoder in the spectral domain. Computers & Graphics, 107: 0 131--143, 2022. ISSN 0097-8493. doi:https://doi.org/10.1016/j.cag.2022.07.011. URL https://www.sciencedirect.com/...
2022 doi
-
[22]
N., Valdman, J., Trang, C.-B., Nguyen, K
Li, J.-R., Nguyen, V.-D., Tran, T. N., Valdman, J., Trang, C.-B., Nguyen, K. V., Vu, D. T. S., Tran, H. A., Tran, H. T. A., and Nguyen, T. M. P. Spindoctor: a matlab toolbox for diffusion mri simulation. arXiv preprint arXiv:1902.01025, 2019. URL https://arxiv.org/abs/1902.01025
1902 arXiv
-
[23]
Logan, D. L. A First Course in the Finite Element Method. Cengage Learning, 6th edition, 2017. ISBN 9780357704745
2017
-
[24]
C., Shemesh, N., and Zhang, H
Palombo, M., Ianus, A., Guerreri, M., Nunes, D., Alexander, D. C., Shemesh, N., and Zhang, H. Sandi: A compartment-based model for non-invasive apparent soma and neurite imaging by diffusion mri. NeuroImage, 215: 0 116835, 2020. ISSN 1053-8119. doi:https://doi.org/10.1016/j.ne...
2020
-
[25]
Palombo, M., Zhang, H., and Alexander, D. C. A generative model of realistic brain cells with application to numerical simulation of the diffusion-weighted mr signal. NeuroImage, 245: 0 118424, 2022. doi:10.1016/j.neuroimage.2021.118424. URL https://doi.org/10.1016/j.neuroimag...
2022
-
[26]
Pytorch: an imperative style, high-performance deep learning library
Paszke, A., Gross, S., Massa, F., Lerer, A., Bradbury, J., Chanan, G., Killeen, T., Lin, Z., Gimelshein, N., Antiga, L., Desmaison, A., Köpf, A., Yang, E., DeVito, Z., Raison, M., Tejani, A., Chilamkurthy, S., Steiner, B., Fang, L., Bai, J., and Chintala, S. Pytorch: an impera...
2019
-
[27]
Reddy, J. N. Introduction to the Finite Element Method. McGraw-Hill Education, New York, 3rd edition, 2006. ISBN 9780072466850. URL https://www.accessengineeringlibrary.com/content/book/9780072466850
2006
-
[28]
The perceptron: A probabilistic model for information storage and organization in the brain
Rosenblatt, F. The perceptron: A probabilistic model for information storage and organization in the brain. Psychological Review, 65 0 (6): 0 386--408, 1958. ISSN 1939-1471, 0033-295X. doi:10.1037/h0042519
1958 doi
-
[29]
N., Behrens, T
Sotiropoulos, S. N., Behrens, T. E., and Jbabdi, S. Ball and rackets: Inferring fibre fanning from diffusion-weighted mri. NeuroImage, 60 0 (2): 0 1412--1425, 2012. doi:10.1016/j.neuroimage.2012.01.056. URL https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3304013/
2012 doi
-
[30]
Stejskal, E. O. and Tanner, J. E. Spin diffusion measurements: Spin echoes in the presence of a time‐dependent field gradient. The Journal of Chemical Physics, 42 0 (1): 0 288--292, 1965. doi:10.1063/1.1695690. URL https://doi.org/10.1063/1.1695690
1965 doi
-
[31]
R., Masquelier, T., and Maida, A
Tavanaei, A., Ghodrati, M., Kheradpisheh, S. R., Masquelier, T., and Maida, A. Deep learning in spiking neural networks. Neural Networks, 111: 0 47--63, 2019. ISSN 0893-6080. doi:https://doi.org/10.1016/j.neunet.2018.12.002. URL https://www.sciencedirect.com/science/article/pi...
2019 doi
-
[32]
Torrey, H. C. Bloch equations with diffusion terms. Phys. Rev., 104: 0 563--565, Nov 1956. doi:10.1103/PhysRev.104.563. URL https://link.aps.org/doi/10.1103/PhysRev.104.563
1956 doi
-
[33]
J., Clough, R
Turner, M. J., Clough, R. W., Martin, H. C., and Topp, L. J. Stiffness and deflection analysis of complex structures. Journal of the Aeronautical Sciences, 23 0 (9): 0 805--823, 1956. doi:10.2514/8.3664. URL https://arc.aiaa.org/doi/abs/10.2514/8.3664
1956 doi
-
[34]
Neuronal axons optimally balance speed and processing time
University of California, San Diego . Neuronal axons optimally balance speed and processing time. UC San Diego Jacobs School of Engineering News, February 2021. URL https://jacobsschool.ucsd.edu/news/release/2580?id=2580. Accessed: January 28, 2025
2021
-
[35]
A., and Alexander, D
Zhang, H., Schneider, T., Wheeler-Kingshott, C. A., and Alexander, D. C. Noddi: practical in vivo neurite orientation dispersion and density imaging of the human brain. NeuroImage, 61 0 (4): 0 1000--1016, 2012. doi:10.1016/j.neuroimage.2012.03.072. URL https://pubmed.ncbi.nlm....
2012
-
[36]
B., and Wetzstein, G
Zhao, Q., Lindell, D. B., and Wetzstein, G. Learning to solve pde-constrained inverse problems with graph networks. arXiv preprint arXiv:2206.00711, 2022. URL https://arxiv.org/abs/2206.00711
2022 arXiv
Reviewed August 9, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.