REVIEW 3 major objections 5 minor 51 references
CINeMA: Conditional Implicit Neural Multi-Modal Atlas for a Spatio-Temporal Representation of the Perinatal Brain
T0 review · 3 major / 5 minor · reviewed 2026-08-07 · deepseek-v4-flash
Pith's one-line read A single conditional implicit neural network replaces registration-based atlas pipelines, producing high-resolution spatio-temporal atlases of healthy and pathological fetal and neonatal brains in minutes from small cohorts.
desk verdict Useful extension of CINA with honest ablations, but the conditional pathology claim is not yet backed by strong evidence. 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 object is the auto-decoded, conditionally modulated implicit neural representation: per-subject spatial latent codes $z_i \in \mathbb{R}^{256 \times 3 \times 3 \times 3}$, queried by trilinear interpolation at each 3D coordinate, are concatenated with explicit condition variables $\xi$ and converted by a linear layer into scale-and-shift parameters that modulate sinusoidal (SIREN) MLP layers, while per-subject rigid rotations and translations $R_i$ align all brains into a single reference space during training. The shared weights $\theta$ of the MLP encode the population-level anatomy; the latent codes absorb subject-specific anatomy. To build an atlas of age $t$, the training latent codes are combined through a Gaussian kernel with width 0.5 weeks: $\bar{z}_t = \sum_i w(t,t_i) z_i$, and one forward pass through the modulated MLP outputs intensities and tissue probabilities in any requested modality and resolution. This architecture is what removes deformable registration, makes atlas construction a single forward pass, and enables conditioning and latent-space interpolation.
What would settle it
Take a trained CINeMA model, fix a subject's latent code, and regenerate the atlas while sweeping the explicit conditioning value from its minimum to its maximum; if the lateral-ventricle volume present in the generated segmentation maps does not change along the sweep, or if toggling the ACC label does not make the corpus callosum appear or disappear, then the explicit conditions are not controlling the generated anatomy and the pathological atlases are not condition-driven.
Extended reading notes
Core claim
CINeMA is an extension of the conditional implicit neural atlas idea. A single multilayer perceptron with sinusoidal activations is trained across a cohort of fetal or neonatal brain scans; the network's shared weights learn the anatomy common to the population, while each subject's anatomical individuality is pushed into a subject-specific spatial latent code, and a per-subject learnable rigid transformation handles gross misalignment. Because variability lives in low-dimensional codes rather than in deformation fields, atlas construction requires no image registration. At inference, a temporal atlas for any target postmenstrual age is produced by taking a Gaussian-weighted average of training latent codes around that age and running one forward pass through the network; explicit extra dimensions concatenated to the code allow the atlas to be conditioned on continuous or discrete anatomical characteristics such as lateral ventricle volume or the complete absence of the corpus callosum. The paper reports that this procedure yields higher anatomical fidelity, sharper tissue segmentations, and more accurate age prediction than registration-based atlases and a GAN-based conditional atlas, and that it does so with far less data and in minutes rather than days, including for pathological ventriculomegaly and agenesis of the corpus callosum populations.
Load-bearing premise
The entire conditional-atlas claim rests on the assumption that the network actually uses the explicit condition variables rather than ignoring them, a separation the authors themselves note is 'not strictly enforced.'
Editorial extensions
If this is right
- Atlas construction for a new population would take about 12 minutes of training on a single GPU plus a roughly 3-second forward pass, instead of the days required by registration-based pipelines.
- A user could generate a continuous atlas at any gestational age and spatial resolution, and condition it on lateral ventricle volume or corpus-callosum status, including values interpolated between, or extrapolated beyond, the training distribution.
- For a new subject, adapting the atlas to the scan's T2w image alone yields tissue probability maps, scan-age and birth-age estimates, and translation to T1w (and vice versa) without external registration.
- Tissue-volume growth trajectories and gyrification trends derived from CINeMA atlases match established normative curves and reproduce the known inverse relation between ventricle enlargement and cortical folding (reported as $r = -0.97$ on generated atlases).
- On the reported cohorts, CINeMA reports higher PSNR/SSIM, higher Dice scores in atlas-based segmentation, and lower scan-age prediction error than all three baselines; the largest margin appears for severe ventriculomegaly fetuses.
Reading between the lines
- Editorial: The same conditional mechanism could be used as an in-silico assay: generate atlases across a ventricle-volume sweep and compare the implied gyrification index or cortical-thickness trajectories with real longitudinal cohorts, testing the atlas as a causal model rather than a descriptive one.
- Editorial: Because the network is trained without any hard constraint tying the condition dimensions to anatomy, a cheap diagnostic—randomly permuting condition labels across subjects and retraining—would reveal whether the reported pathological atlases are a genuine effect of conditioning or just population averages.
- Editorial: If latent codes prove stable and compact, they could serve as a nuisance-removed phenotype for group studies, letting researchers compare preterm versus term populations directly in latent space instead of in image space.
- Editorial: The framework should extend to other rare malformations by stacking additional binary or discrete condition dimensions, but the paper only demonstrates two pathologies in isolation; combined multi-pathology conditioning, which is untested, would show whether the conditioning space scales.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper introduces CINeMA, an auto-decoder implicit neural representation framework for building spatio-temporal, multimodal atlases of the perinatal brain. Subject-specific variability is encoded in spatial latent codes and learned rigid alignments, while explicit conditioning variables (gestational age, birth age, ventricle volume, corpus callosum status) are concatenated to the latent code. Atlas generation at a target time point is performed by a Gaussian-weighted average of training latent codes followed by a single forward pass. The authors report improved segmentation, scan-age prediction, and modality translation compared to registration-based and GAN-based baselines on dHCP and MarsFet data, and they demonstrate qualitative conditional atlases for ventriculomegaly and agenesis of the corpus callosum. The central claims are that CINeMA surpasses state-of-the-art accuracy, operates in low-data regimes, and enables flexible, disentangled conditioning on pathologies.
Significance. If established, CINeMA would be a practically valuable alternative to registration-based atlas pipelines: it requires no deformable registration, builds an atlas in minutes, supports multiple modalities, and can be adapted to individual subjects in seconds. The paper provides a public code release, evaluates on multiple datasets including pathological cases, and includes a thorough ablation study of architectural choices (multimodal input, rigid alignment, spatial latent codes, explicit conditioning). The runtime advantages and the breadth of downstream tasks are genuine strengths. However, the most novel component—conditional generation of pathological atlases—is not quantitatively validated, and the paper itself concedes that the explicit condition is not enforced to be disentangled. The global accuracy claim is also stronger than the evidence in Table I, which shows a PSNR deficit on term neonates relative to Atlas-GAN. These issues are central to the paper's contribution and need to be addressed before the claims can be accepted.
major comments (3)
- [Abstract, Section VII, Table I] The abstract states that CINeMA surpasses state-of-the-art methods 'in accuracy,' and the conclusion claims 'higher anatomical fidelity and more accurate representations than established baselines.' Table I does not fully support this. On dHCP term neonates, Atlas-GAN achieves PSNR 23.75±0.88 versus CINeMA's 23.43±0.55, and only SSIM and DSC are marked as significantly better for CINeMA. The accuracy advantage is thus metric- and cohort-dependent. The authors should either qualify the claim or explain the PSNR trade-off, e.g., by reporting a combined evaluation or discussing why higher structural similarity does not translate to pixel-wise fidelity.
- [Section III-D, Section V-B.2, Section V-B.3, Section VI-A] The conditional pathology atlas is the central novel contribution, but the manuscript does not demonstrate that the explicit condition ξ actually controls the generated anatomy. For ventriculomegaly, the only quantitative evidence is Fig. 3b, which reports a correlation (r=-0.97) between the conditioned LV volume and the gyrification index of the generated atlas. This is a model output, not a causal test: the same trend could be produced by age- or subject-correlated structure in the latent code z even if ξ were ignored. For ACC, Section V-B.3 provides only qualitative visual inspection, with no metric such as corpus callosum volume, overlap, or a classification accuracy on generated images. Section VI-A explicitly concedes that 'this separation is not strictly enforced, theoretically allowing the network to ignore explicit conditions.' To support the conditioning claim, the authors should provide direct quantitative tests, such as measuring LV volume in generated atlases as a function of ξ and comparing to target values, decoding the condition from generated images, or ablating ξ during training (e.g., training with shuffled condition labels and showing that conditioning performance degrades).
- [Section V-A, Table I (MarsFet severe ventriculomegaly row)] The text in Section V-A states that CINeMA demonstrates 'more accurate tissue segmentation throughout all datasets,' but for the severe ventriculomegaly cohort the DSC metric is reported only for the lateral ventricles (dagger footnote), not for the full tissue classes used in the other cohorts. This overstates the pathological segmentation result. The authors should either report multi-class DSC for this cohort or explicitly state that the evaluation is limited to the lateral ventricles in the main text, not only in a table footnote.
minor comments (5)
- [Section III-B, Eq. (3)] The Gaussian kernel standard deviation is given as σ_b=0.5 weeks, but the training ages t_i are said to be normalized to [-1,1]. Please clarify whether t in Eq. (3) is expressed in weeks or in the normalized coordinate system, and report a sensitivity analysis for the choice of σ_b, especially given the admitted limitations for unbalanced data in Section VI-A.
- [Table II] The notation 'z 256×3^3' and the CNN kernel-size entries are difficult to parse, and the 'shaded row' indicating the final configuration may not be visible in black-and-white printing. Please make the configuration indicator explicit, e.g., with a row label or a footnote.
- [Section V-B.2] The text says the LV volume 'ξ' is added as a 'disjoint, i.e., static, dimension,' but Section III-C describes ξ as learnable during test-time adaptation. Please clarify what 'static' means during training versus inference.
- [Section VI-A] There is a typo: 'primising' should be 'promising' in the discussion of spatial transformer networks.
- [Section V-A] The note that CINeMA was not explicitly conditioned on LV volume in the segmentation experiments and that explicit conditioning gave no benefit is important context; it should be moved to or repeated in the limitations discussion so that readers do not conflate the segmentation results with the conditional generation results.
Circularity Check
No significant circularity: CINeMA's atlas construction and evaluations are self-contained; the admitted non-enforcement of conditioning is a validity caveat, not a circular reduction.
full rationale
Reviewing the derivation chain, CINeMA's training objective (Eq. 1) is a standard auto-decoder reconstruction loss over latent codes, alignment parameters, and network weights; atlas inference (Eqs. 3-4) is defined as a Gaussian-kernel-weighted latent-code combination followed by a forward pass, so temporal smoothness is a design choice rather than a predicted emergent property. The segmentation, age-estimation, and conditioning results are evaluated on held-out subjects and against external baselines (Table I, Figs. 2-4); the age estimates are obtained by test-time latent/condition optimization without using the target label in the loss, so they are fitted latent variables rather than circularly re-imported outputs. The only potentially load-bearing assumption—explicit-condition disentanglement—is explicitly conceded in Section VI-A as 'not strictly enforced, theoretically allowing the network to ignore explicit conditions,' and Section V-A notes that explicit conditioning provided no benefit in the segmentation experiments; this is a validity/interpretability limitation of the conditioning claim, not a circular reduction of a prediction to its input. Self-citations to the authors' prior CINA [14] describe the architectural lineage and are not used to justify the central empirical results. Hence no significant circularity.
Assumptions & free parameters
free parameters (6)
- Latent code dimensions =
D=256, X=3x3x3
- Gaussian kernel width sigma_b for atlas inference =
0.5 weeks (subjects within +/-1 week contribute roughly 95% weight)
- INR architecture =
5 hidden layers x 1024 units, modulation on layers 1, 3, 5
- Optimization hyperparameters =
lr_INR=1e-4, lr_z=5e-4, lr_R=7.5e-3, batch=25k coordinates, 1 epoch
- Explicit condition encoding =
LV volume normalized by total brain volume and rescaled to [-1,1]; ACC encoded as -1/+1
- Test-time adaptation schedule =
10 epochs, early stopping on 10% holdout
assumptions (5)
- domain assumption An auto-decoder INR with per-subject latent codes and learned rigid alignment can represent perinatal brain anatomy without deformable registration.
- domain assumption The first principal component of latent codes tracks postmenstrual age, making Gaussian kernel-weighted averaging of latent codes a valid spatio-temporal atlas.
- domain assumption Explicit conditioning dimensions are approximately disentangled from anatomy.
- ad hoc to paper A fixed Gaussian kernel with sigma_b=0.5 weeks is appropriate for all ages and condition combinations.
- domain assumption MarsFet segmentations produced by a dHCP-trained nnU-Net with manual corrections are accurate enough to serve as ground truth for training and evaluation.
Cite this review
Pith. "Pith review of CINeMA: Conditional Implicit Neural Multi-Modal Atlas for a Spatio-Temporal Representation of the Perinatal Brain." pith.science (2026). https://pith.science/paper/M4KUMBSZ
@misc{pith2026250609668,
author = {Pith},
title = {Pith review of: CINeMA: Conditional Implicit Neural Multi-Modal Atlas for a Spatio-Temporal Representation of the Perinatal Brain},
year = {2026},
howpublished = {\url{https://pith.science/paper/M4KUMBSZ}},
note = {Machine review of arXiv:2506.09668}
}
read the original abstract
Magnetic resonance imaging of fetal and neonatal brains reveals rapid neurodevelopment marked by substantial anatomical changes unfolding within days. Studying this critical stage of the developing human brain, therefore, requires accurate brain models-referred to as atlases-of high spatial and temporal resolution. To meet these demands, established traditional atlases and recently proposed deep learning-based methods rely on large and comprehensive datasets. This poses a major challenge for studying brains in the presence of pathologies for which data remains scarce. We address this limitation with CINeMA (Conditional Implicit Neural Multi-Modal Atlas), a novel framework for creating high-resolution, spatio-temporal, multimodal brain atlases, suitable for low-data settings. Unlike established methods, CINeMA operates in latent space, avoiding compute-intensive image registration and reducing atlas construction times from days to minutes. Furthermore, it enables flexible conditioning on anatomical features including GA, birth age, and pathologies like ventriculomegaly (VM) and agenesis of the corpus callosum (ACC). CINeMA supports downstream tasks such as tissue segmentation and age prediction whereas its generative properties enable synthetic data creation and anatomically informed data augmentation. Surpassing state-of-the-art methods in accuracy, efficiency, and versatility, CINeMA represents a powerful tool for advancing brain research. We release the code and atlases at https://github.com/m-dannecker/CINeMA.
Figures
Figures from the paper (5 more)
Reference graph
Works this paper leans on
-
[1]
A fast diffeomorphic image registration algorithm,
J. Ashburner, “A fast diffeomorphic image registration algorithm,” Neuroimage, vol. 38, no. 1, pp. 95–113, 2007
work page 2007
- [2]
-
[3]
Advanced normalization tools (ants),
B. B. Avants, N. Tustison, and G. Song, “Advanced normalization tools (ants),”Insight j, vol. 2, no. 365, pp. 1–35, 2009
work page 2009
-
[4]
Bounti: Brain volumetry and automated parcellation for 3d fetal mri,
A. U. Uuset al., “Bounti: Brain volumetry and automated parcellation for 3d fetal mri,”bioRxiv, 2023
work page 2023
-
[5]
Fetal brain mri atlases and datasets: A review,
T. Ciceriet al., “Fetal brain mri atlases and datasets: A review,” NeuroImage, vol. 292, p. 120603, 2024
work page 2024
-
[6]
A. Seraget al., “Construction of a consistent high-definition spatio- temporal atlas of the developing brain using adaptive kernel regression,” Neuroimage, vol. 59, no. 3, pp. 2255–65, 2012. 12 THIS WORK HAS BEEN SUBMITTED TO THE IEEE FOR POSSIBLE PUBLICATION
work page 2012
-
[7]
A. Gholipouret al., “A normative spatiotemporal mri atlas of the fetal brain for automatic segmentation and analysis of early brain growth,” Sci Rep, vol. 7, no. 1, p. 476, 2017
work page 2017
-
[8]
K. Payetteet al., “An automatic multi-tissue human fetal brain segmen- tation benchmark using the fetal tissue annotation dataset,”Scientific Data, vol. 8, no. 1, p. 167, 2021
work page 2021
Show all 51 references
-
[9]
The developing human connectome project (dhcp): fetal acquisition protocol,
A. N. Priceet al., “The developing human connectome project (dhcp): fetal acquisition protocol,” inProceedings of the annual meeting of the ISMRM, vol. 244, 2019
2019
-
[10]
The developing human connectome project neonatal data release,
A. D. Edwardset al., “The developing human connectome project neonatal data release,”Frontiers in Neuroscience, vol. 16, 2022
2022
-
[11]
Generative adversarial reg- istration for improved conditional deformable templates,
N. Dey, M. Ren, A. V . Dalca, and G. Gerig, “Generative adversarial reg- istration for improved conditional deformable templates,” inProceedings of the IEEE/CVF international conference on computer vision, pp. 3929– 3941, 2021
2021
-
[12]
Learning conditional deformable templates with convolutional networks,
A. Dalca, M. Rakic, J. Guttag, and M. Sabuncu, “Learning conditional deformable templates with convolutional networks,”Advances in neural information processing systems, vol. 32, 2019
2019
-
[13]
Atlas-istn: Joint segmentation, registration and atlas construction with image-and-spatial transformer networks,
M. Sinclairet al., “Atlas-istn: Joint segmentation, registration and atlas construction with image-and-spatial transformer networks,”Medical Image Analysis, vol. 78, p. 102383, 2022
2022
-
[14]
Cina: Conditional implicit neural atlas for spatio-temporal representation of fetal brains,
M. Dannecker, V . Kyriakopoulou, L. Cordero-Grande, A. N. Price, J. V . Hajnal, and D. Rueckert, “Cina: Conditional implicit neural atlas for spatio-temporal representation of fetal brains,” inMedical Image Computing and Computer Assisted Intervention – MICCAI 2024, pp. 181–191, 2024
2024
-
[15]
3d statistical neuroanatomical models from 305 mri volumes,
A. C. Evans, D. L. Collins, S. Mills, E. D. Brown, R. L. Kelly, and T. M. Peters, “3d statistical neuroanatomical models from 305 mri volumes,” in1993 IEEE conference record nuclear science symposium and medical imaging conference, pp. 1813–1817, 1993
1993
-
[16]
A probabilistic atlas and reference system for the human brain: International consortium for brain mapping (icbm),
J. Mazziottaet al., “A probabilistic atlas and reference system for the human brain: International consortium for brain mapping (icbm),” Philosophical Transactions of the Royal Society of London. Series B: Biological Sciences, vol. 356, no. 1412, pp. 1293–1322, 2001
2001
-
[17]
3-dimensional proportional system: an approach to cerebral imaging,
J. Talairach, “3-dimensional proportional system: an approach to cerebral imaging,”Co-planar stereotaxic atlas of the human brain, 1988
1988
-
[18]
Consistent groupwise non-rigid registration for atlas construction,
K. K. Bhatia, J. V . Hajnal, B. K. Puri, A. D. Edwards, and D. Rueckert, “Consistent groupwise non-rigid registration for atlas construction,” in2004 2nd IEEE International Symposium on Biomedical Imaging, pp. 908–911, 2004
2004
-
[19]
A spatiotemporal atlas of mr intensity, tissue prob- ability and shape of the fetal brain with application to segmentation,
P. A. Habaset al., “A spatiotemporal atlas of mr intensity, tissue prob- ability and shape of the fetal brain with application to segmentation,” Neuroimage, vol. 53, no. 2, pp. 460–470, 2010
2010
-
[20]
A dynamic 4d probabilistic atlas of the developing brain,
M. Kuklisova-Murgasovaet al., “A dynamic 4d probabilistic atlas of the developing brain,”Neuroimage, vol. 54, no. 4, pp. 2750–63, 2011
2011
-
[21]
Regional growth and atlasing of the developing human brain,
A. Makropouloset al., “Regional growth and atlasing of the developing human brain,”Neuroimage, vol. 125, pp. 456–478, 2016
2016
-
[22]
Nonrigid registration using free-form deformations: application to breast mr images,
D. Rueckert, L. I. Sonoda, C. Hayes, D. L. Hill, M. O. Leach, and D. J. Hawkes, “Nonrigid registration using free-form deformations: application to breast mr images,”IEEE transactions on medical imaging, vol. 18, no. 8, pp. 712–721, 1999
1999
-
[23]
Spatial transformer networks,
M. Jaderberget al., “Spatial transformer networks,”Advances in neural information processing systems, vol. 28, 2015
2015
-
[24]
V oxelmorph: a learning framework for deformable medical image registration,
G. Balakrishnan, A. Zhao, M. R. Sabuncu, J. Guttag, and A. V . Dalca, “V oxelmorph: a learning framework for deformable medical image registration,”IEEE transactions on medical imaging, vol. 38, no. 8, pp. 1788–1800, 2019
2019
-
[25]
A deep learning framework for unsupervised affine and deformable image registration,
B. D. De V os, F. F. Berendsen, M. A. Viergever, H. Sokooti, M. Staring, and I. I ˇsgum, “A deep learning framework for unsupervised affine and deformable image registration,”Medical image analysis, vol. 52, pp. 128–143, 2019
2019
-
[26]
Aladdin: Joint atlas building and diffeo- morphic registration learning with pairwise alignment,
Z. Ding and M. Niethammer, “Aladdin: Joint atlas building and diffeo- morphic registration learning with pairwise alignment,” inProceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recogni- tion (CVPR), pp. 20784–20793, 2022
2022
-
[27]
Cas-net: Conditional atlas generation and brain segmenta- tion for fetal mri,
L. Liet al., “Cas-net: Conditional atlas generation and brain segmenta- tion for fetal mri,” inUncertainty for Safe Utilization of Machine Learn- ing in Medical Imaging, and Perinatal Imaging (MICCAI Workshops), pp. 221–230, 2021
2021
-
[28]
Nerf: Representing scenes as neural radiance fields for view synthesis,
B. Mildenhall, P. P. Srinivasan, M. Tancik, J. T. Barron, R. Ramamoorthi, and R. Ng, “Nerf: Representing scenes as neural radiance fields for view synthesis,”Communications of the ACM, vol. 65, no. 1, pp. 99–106, 2021
2021
-
[29]
Implicit neural representations with periodic activation functions,
V . Sitzmann, J. Martel, A. Bergman, D. Lindell, and G. Wetzstein, “Implicit neural representations with periodic activation functions,” Advances in neural information processing systems, vol. 33, pp. 7462– 7473, 2020
2020
-
[30]
Deepsdf: Learning continuous signed distance functions for shape rep- resentation,
J. J. Park, P. Florence, J. Straub, R. Newcombe, and S. Lovegrove, “Deepsdf: Learning continuous signed distance functions for shape rep- resentation,” inProceedings of the IEEE/CVF conference on computer vision and pattern recognition, pp. 165–174, 2019
2019
-
[31]
Modulated periodic activations for generalizable local functional representations,
I. Mehta, M. Gharbi, C. Barnes, E. Shechtman, R. Ramamoorthi, and M. Chandraker, “Modulated periodic activations for generalizable local functional representations,” inProceedings of the IEEE/CVF Interna- tional Conference on Computer Vision, pp. 14214–14223, 2021
2021
-
[32]
From data to functa: Your data point is a function and you can treat it like one,
E. Dupont, H. Kim, S. M. A. Eslami, D. J. Rezende, and D. Rosenbaum, “From data to functa: Your data point is a function and you can treat it like one,” in39th International Conference on Machine Learning (ICML), 2022
2022
-
[33]
Scene representation networks: Continuous 3d-structure-aware neural scene representations,
V . Sitzmann, M. Zollh ¨ofer, and G. Wetzstein, “Scene representation networks: Continuous 3d-structure-aware neural scene representations,” Advances in Neural Information Processing Systems, vol. 32, 2019
2019
-
[34]
Continuous longitudinal fetus brain atlas construction via implicit neural representation,
L. Chen, J. Wu, Q. Wu, H. Wei, and Y . Zhang, “Continuous longitudinal fetus brain atlas construction via implicit neural representation,” in Perinatal, Preterm and Paediatric Image Analysis (MICCAI Workshop), pp. 38–47, 2022
2022
-
[35]
Sina: Sharp implicit neural atlases by joint optimisation of representation and deformation,
C. Großbr ¨ohmer, Z. A.-H. Hemidi, F. Falta, and M. P. Heinrich, “Sina: Sharp implicit neural atlases by joint optimisation of representation and deformation,” inBiomedical Image Registration, pp. 165–180, 2024
2024
-
[36]
Metasdf: Meta-learning signed distance functions,
V . Sitzmann, E. Chan, R. Tucker, N. Snavely, and G. Wetzstein, “Metasdf: Meta-learning signed distance functions,” inNeurIPS, vol. 33, pp. 10136–10147, 2020
2020
-
[37]
Spatial functa: Scaling functa to imagenet classification and generation,
M. Bauer, E. Dupont, A. Brock, D. Rosenbaum, J. R. Schwarz, and H. Kim, “Spatial functa: Scaling functa to imagenet classification and generation,”arXiv preprint arXiv:2302.03130, 2023
2023 arXiv
-
[38]
Instant neural graphics primitives with a multiresolution hash encoding,
T. M ¨uller, A. Evans, C. Schied, and A. Keller, “Instant neural graphics primitives with a multiresolution hash encoding,”ACM Transactions on Graphics (ToG), vol. 41, no. 4, pp. 1–15, 2022
2022
-
[39]
Phenotyping the preterm brain: Characterizing individual deviations from normative volumetric development in two large infant cohorts,
R. Dimitrovaet al., “Phenotyping the preterm brain: Characterizing individual deviations from normative volumetric development in two large infant cohorts,”Cerebral Cortex, vol. 31, pp. 3665–3677, 04 2021
2021
-
[40]
The developing human connectome project: A minimal processing pipeline for neonatal cortical surface reconstruc- tion,
A. Makropouloset al., “The developing human connectome project: A minimal processing pipeline for neonatal cortical surface reconstruc- tion,”Neuroimage, vol. 173, pp. 88–112, 2018
2018
-
[41]
Automating motion compensation in 3t fetal brain imaging: localize, align and reconstruct,
L. Cordero-Grande, A. Price, E. Hughes, R. Wright, M. Rutherford, and J. V . Hajnal, “Automating motion compensation in 3t fetal brain imaging: localize, align and reconstruct,” inISMRM, vol. 2019, p. 1000, 2019
2019
-
[42]
Nesvor: implicit neural representation for slice-to-volume reconstruction in mri,
J. Xuet al., “Nesvor: implicit neural representation for slice-to-volume reconstruction in mri,”IEEE transactions on medical imaging, vol. 42, no. 6, pp. 1707–1719, 2023
2023
-
[43]
Burst of gyrification in the human brain after birth,
A. Mihailovet al., “Burst of gyrification in the human brain after birth,” Communications Biology, vol. 8, no. 1, pp. 1–13, 2025
2025
-
[44]
nnu-net: a self-configuring method for deep learning-based biomedical image segmentation,
F. Isensee, P. F. Jaeger, S. A. Kohl, J. Petersen, and K. H. Maier-Hein, “nnu-net: a self-configuring method for deep learning-based biomedical image segmentation,”Nature methods, vol. 18, no. 2, pp. 203–211, 2021
2021
-
[45]
deepali: Image, point set, and surface registration in pytorch (0.6.3),
A. Schuh, H. Qiu, and H. Research, “deepali: Image, point set, and surface registration in pytorch (0.6.3),” 2024
2024
-
[46]
Using uk biobank data to establish population-specific atlases from whole body mri,
S. Starcket al., “Using uk biobank data to establish population-specific atlases from whole body mri,”Communications Medicine, vol. 4, no. 1, p. 237, 2024
2024
-
[47]
Third trimester brain growth in preterm infants compared with in utero healthy fetuses,
M. Bouyssi-Kobaret al., “Third trimester brain growth in preterm infants compared with in utero healthy fetuses,”Pediatrics, vol. 138, no. 5, 2016
2016
-
[48]
Predicting age and clinical risk from the neonatal connectome,
Y . Taoudi-Benchekrounet al., “Predicting age and clinical risk from the neonatal connectome,”NeuroImage, vol. 257, p. 119319, 2022
2022
-
[49]
V olume growth trend and correlation of atrial diameter with lateral ventricular volume in normal fetus and fetus with ventriculomegaly: A strobe compliant article,
H.-L. Ma, S.-X. Zhao, F.-R. Lv, Z.-W. Zhang, Y .-H. Xiao, and B. Sheng, “V olume growth trend and correlation of atrial diameter with lateral ventricular volume in normal fetus and fetus with ventriculomegaly: A strobe compliant article,”Medicine, vol. 98, no. 26, 2019
2019
-
[50]
Cortical folding alterations in fetuses with iso- lated non-severe ventriculomegaly,
O. M. Benkarimet al., “Cortical folding alterations in fetuses with iso- lated non-severe ventriculomegaly,”Neuroimage Clin, vol. 18, pp. 103– 114, 2018
2018
-
[51]
Neural orientation distribution fields for estimation and uncertainty quantification in diffusion mri,
W. Consagra, L. Ning, and Y . Rathi, “Neural orientation distribution fields for estimation and uncertainty quantification in diffusion mri,” Medical Image Analysis, vol. 93, p. 103105, 2024
2024
Reviewed August 7, 2026 · model on record in the stance chip above.
Discussion (0). Sign in to comment.