Pith. sign in

REVIEW 4 major objections 5 minor 88 references

DeepSPV: A Deep Learning Pipeline for 3D Spleen Volume Estimation from 2D Ultrasound Images

T0 review · 4 major / 5 minor · reviewed 2026-08-12 · deepseek-v4-flash

Pith's one-line read DeepSPV estimates spleen volume from one or two 2D ultrasound images, and the best model beats human expert accuracy on synthetic ultrasound.

desk verdict Useful first system for spleen volume from 2D US, but the clinical-level accuracy claims rest on synthetic images that are easier to segment than real US, so the headline numbers are optimistic. read the letter →

arxiv 2411.11190 v2 pith:EE4FC7ZB submitted 2024-11-17 eess.IV cs.CV

classification eess.IVcs.CV
keywords splenomegaly2Dultrasounddeeplearningvolumeestimationvariationalautoencoderdiffusionmodelsyntheticsicklecelldisease
verification ladder T0 review T1 audit T2 compute T3 formal

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The reading

Spleen volume is the gold-standard measure of spleen size, but it normally requires CT or MRI, which are often unavailable where sickle cell disease is common. This paper argues that a deep learning pipeline called DeepSPV can recover 3D spleen volume from one coronal 2D ultrasound image, or from coronal plus transverse views, using only the segmentations visible in standard clinical images. On CT-derived segmentations, the best model reaches 86.62% mean relative volume accuracy with a single view and 92.58% with two views, compared with 68.54% and 81.60% for human experts using standard linear-regression formulas. On a full pipeline test that first segments synthetic ultrasound images generated by a diffusion model, then estimates volume, it reaches 83.0% from one view. If these numbers transfer to real patients, spleen volume could become a practical biomarker in routine ultrasound settings.

What carries the argument

The load-bearing object is the variational autoencoder (VAE) latent space built from spleen segmentations. A residual-block convolutional encoder maps a single coronal slice, or channel-wise concatenated coronal and transverse slices, to a 128-dimensional Gaussian latent code parameterised by mean and standard deviation; the decoder reconstructs the segmentation. Three volume estimators were tested on this code: nearest-neighbour search, linear regression on the latent mean, and an end-to-end regression VAE (RVAE) whose fully connected layers map the latent code to volume under a combined reconstruction/KL/regression loss. The RVAE is the variant that carries the reported accuracy, and its reparameterised sampling also generates confidence intervals. A second mechanism, the ultrasound semantic diffusion model (USDM), synthesises realistic ultrasound images from layouts made by rotating CT spleen segmentations and overlaying them on real ultrasound cones, providing the volume-labelled images needed to evaluate the full pipeline.

What would settle it

Collect paired 2D ultrasound images and CT or MRI spleen volumes from the same patients, run DeepSPV on the real ultrasound images, and compare mean relative volume accuracy with the CT volumes; if the accuracy falls substantially below the reported 83% or below the human-expert baseline, the synthetic-to-real transfer assumption fails.

Watch

Extended reading notes

Core claim

The paper's central claim is that spleen volume is recoverable from the shape of the spleen as seen in standard 2D ultrasound views, without reconstructing a 3D volume. The authors train a residual-block convolutional variational autoencoder on 2D slices taken from 149 CT spleen segmentations, using the coronal slice with the largest cross-sectional area for the single-view setting and adding the corresponding transverse slice for the dual-view setting. Volume is read out from the 128-dimensional latent code; the best-performing variant, RVAE, adds a fully connected regression head to the latent space and trains it end-to-end with reconstruction, KL, and volume regression losses. The same framework can sample the latent distribution 100 times to produce 95% confidence intervals. To test the whole pipeline from ultrasound rather than from clean segmentations, the authors generate synthetic ultrasound images from CT-derived segmentations with a semantic diffusion model conditioned on US layouts; a U-Net segments these images and the RVAE estimates volume, yielding an overall MRVA of 83.0%, above the human expert baseline of 68.54%.

Load-bearing premise

The full-pipeline accuracy of 83.0% assumes that synthetic ultrasound images made by rotating and manually placing CT spleen segmentations into real ultrasound cones are representative enough of real clinical 2D ultrasound for the measured volume accuracy to carry over to patients, and that the coronal CT slice with the largest cross-sectional area matches the clinically recorded coronal view; no paired real ultrasound with volumetric ground truth is used anywhere in the evaluation.

Editorial extensions

If this is right

  • Spleen volume could be measured in routine 2D ultrasound examinations, removing the need for CT or MRI when assessing splenomegaly in settings where 3D imaging is unavailable.
  • A single coronal view suffices for useful volume estimates (86.62% MRVA on CT-derived segmentations), and adding a transverse view improves accuracy to 92.58%.
  • Confidence intervals and latent-space visualisation give clinicians a way to judge and trust individual volume estimates rather than receiving a bare scalar.
  • The diffusion-generated synthetic ultrasound dataset with ground-truth volumes is released publicly, giving other groups paired image-volume data that did not exist before.
  • Because the pipeline is built from standard clinical views, it could be integrated into existing ultrasound workflows for spleen assessment without changing acquisition practice.

Reading between the lines

Editorial extensions of the paper, not claims the author makes directly.

  • If paired real ultrasound and CT/MRI volumes become available, the same architecture would provide a direct test of whether the 83.0% synthetic-pipeline accuracy transfers to patients; the paper does not claim this transfer has been shown.
  • Because the VAE regresses volume from shape rather than pixel texture, the method may extend to other organs whose volume matters clinically but where 3D imaging is impractical, such as the liver or kidneys, although each organ would need its own latent space and validation.
  • The authors' adult-CT versus paediatric-US mismatch suggests age-stratified calibration may be needed before clinical deployment, since spleen size and growth norms differ across childhood.
Share X Bluesky LinkedIn Reddit HN

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, and a circularity audit.

Referee Report

4 major / 5 minor

Summary. The paper proposes DeepSPV, a two-stage deep learning pipeline that estimates 3D spleen volume from single or dual 2D ultrasound images: a U-Net segments the spleen in each 2D ultrasound image, and a VAE-based regressor (RVAE) maps the resulting segmentation(s) to a volume estimate. Because no paired real ultrasound volumes are available, the authors also introduce an ultrasound semantic diffusion model (USDM) that synthesizes realistic 2D ultrasound images from CT-derived spleen segmentations, and they evaluate the full pipeline on these synthetic images. On CT-derived 2D segmentations, the RVAE achieves 86.62% and 92.58% mean relative volume accuracy (MRVA) for single-view and dual-view settings, outperforming Pix2Vox++, ResNet/VGG/DenseNet regressors, and clinical linear-regression formulas. On synthetic ultrasound images, the full pipeline achieves 83.0% MRVA, which the authors compare with a human-expert MRVA of 68.54% and use to claim that the pipeline surpasses human performance.

Significance. If validated on real clinical data, the CT-based volume-estimation experiments would be a solid contribution: the 5-fold stratified evaluation, the inclusion of multiple baselines, the pairwise significance tests, and the confidence-interval and interpretability analyses are strengths. The public synthetic ultrasound dataset is also a useful resource for the community. However, the central clinical claim rests on the full-pipeline evaluation on synthetic ultrasound, and that evaluation has two serious gaps: the synthetic test images are segmented much more accurately than real ultrasound images by the same U-Net, and the human-expert comparator is not measured on the synthetic test set. The paper therefore does not yet establish the claimed clinical-level accuracy from 2D ultrasound.

major comments (4)
  1. [§5.2.4, Table 5] The full-pipeline MRVA of 83.0% is computed on synthetic ultrasound images generated from the held-out CT spleen segmentations (Section 4.2.2, Table 1). The 'Human Experts' value of 68.54% in Table 5 is not a measurement on those synthetic images; it is the single-view human-expert MRVA from Table 2, obtained from manual linear-regression measurements on CT-derived slices. The comparison is therefore apples-to-oranges and does not support the claim that the full pipeline surpasses human experts on the same data. Please either re-measure human performance on the synthetic test images or explicitly label the Table 5 human-expert row as a CT-based reference and remove the 'surpasses human experts' claim for the full pipeline.
  2. [§5.2.3, Table 4 vs §5.2.4] The segmentation U-Net achieves Dice 0.9746 and HD 4.09 mm on synthetic ultrasound images generated from synthetic layouts, but only 0.9285 and 11.11 mm on the real ultrasound test set. The full-pipeline volume error is measured on the synthetic test images, so the reported 83.0% MRVA is an optimistic upper bound for real clinical images. The paper should either quantify how the observed segmentation gap affects volume estimation (e.g., by running the volume estimator on real-US segmentations with an alternative volume source) or explicitly state that the true MRVA on real ultrasound may be lower. This issue directly affects the paper's central quantitative claim.
  3. [§3.3 and §4.1.2] The synthetic layouts are created by rotating a 2D CT spleen segmentation 90 degrees anti-clockwise and manually overlaying it on a real ultrasound cone, with no validation that this reproduces the clinically recorded coronal view, which is aimed at the longest spleen length. In addition, the coronal slice selected from each CT volume is the slice with the largest cross-sectional area, and it is assumed to correspond to the clinical coronal ultrasound view. If this assumption fails, the synthetic test set does not represent the clinical acquisition protocol, further undermining the transferability of the 83.0% MRVA. Please provide evidence for the anatomical correspondence or temper the claims about clinical workflow integration.
  4. [Section 6, last paragraph] The Discussion acknowledges that the CT data are from adults while the ultrasound data are from paediatric SCD patients, and then asserts 'we do not expect this difference to have a significant impact on our results and conclusions' without supporting evidence. Since the volume estimator is trained exclusively on adult CT segmentations and the target population is paediatric, this is an unsupported assumption that affects the generalisability claim. Please either provide quantitative evidence (e.g., age-stratified sensitivity analysis or literature-based volume ranges) or explicitly present the adult/pediatric mismatch as an unresolved limitation rather than a benign feature.
minor comments (5)
  1. [Abstract and §5.2.1] The abstract reports '86.62%/92.5%' but Table 2 reports 92.58%; please make these values consistent.
  2. [§3.2.1] The reparameterisation equation uses the notation 'z=µ+ζ J σ' with an undefined symbol; replace it with a standard element-wise product, e.g., 'z = µ + ζ ⊙ σ'.
  3. [Fig. 1] The figure contains the typo 'valiation' instead of 'validation'.
  4. [Data Availability] The Data Availability statement says the synthetic dataset 'will be made publicly available on paper publication', while the abstract states 'We also make our synthetic spleen ultrasound dataset publicly available'; please align the two statements.
  5. [References] The reference list contains duplicate entries for Altini et al. (2022) and Holmström et al. (2022); please deduplicate.

Circularity Check

0 steps flagged · score 0.0 of 10

No significant circularity: the volume estimator is trained and tested on disjoint CT folds, and the synthetic full-pipeline test images derive from held-out CT segmentations, so the central MRVA numbers are not forced by construction.

full rationale

The central claim (MRVA 86.62%/92.58% from single/dual-view CT-derived segmentations, and 83.0% full pipeline on synthetic US) rests on supervised regression with an explicit 5-fold split. Table 1 and Section 4.2.1 show the RVAE is trained on 89/30 CT segmentations and evaluated on a 30-case hold-out fold; the same hold-out CT segmentations are used to generate synthetic test US images (Section 4.2.3), so the volume model does not see its test targets during training. The U-Net is trained on disjoint real/synthetic training images and evaluated on real and synthetic test sets, giving independent Dice/HD evidence. The observed drop from 86.62% to 83.00% when moving from ground-truth CT segmentations to predicted synthetic-US segmentations is an empirical result, not an identity. Self-citations (Yuan et al. 2020, 2022) are used only to justify the U-Net architecture and hyperparameter choices, which are then independently trained and benchmarked, so they are not load-bearing. The main concerns in the paper are external validity (synthetic versus real US, adult CT versus paediatric US), not circularity: the paper itself acknowledges 'a limitation of our work is that we were only able to generate synthetic 2D coronal US images' and states 'we do not expect this difference to have a significant impact' about the adult/pediatric mismatch. The reuse of the CT-based human-expert MRVA of 68.54% in Table 5 is an unmatched comparison, but it does not reduce any model prediction to its training input. No equation in the derivation chain is equivalent to its input by construction.

Assumptions & free parameters 5 free parameters · 5 assumptions · 0 invented entities

All numbers reported are empirical accuracies of trained networks; there is no first-principles derivation of spleen volume from image intensities. The pipeline relies on architectural hyperparameters selected by validation, several domain assumptions about view correspondence and synthetic-to-real transfer, and standard background results from VAE and diffusion model literature. No new physical entities are introduced.

free parameters (5)
  • KL divergence weight w1 = 0.2
    Selected by grid search over 0.1 to 0.5 on the validation set; balances reconstruction and regularization of the VAE latent space.
  • Regression loss weight w2 for RVAE = 0.2
    Selected by grid search over 0.1 to 0.5 on the validation set; controls how strongly volume supervision shapes the latent space.
  • Latent dimension D = 128
    Architecture choice for the VAE latent space; no ablation or justification beyond prior practice.
  • Learning rate = 0.001
    Grid searched over 0.0001, 0.001, and 0.01; used for all volume estimation models.
  • Diffusion steps and denoising runs for USDM = 1000 steps; 100,000 denoising processes
    Chosen for synthetic ultrasound generation; no sensitivity analysis is reported.
assumptions (5)
  • domain assumption The coronal 2D slice with the largest cross-sectional area from CT corresponds to the clinically recorded coronal US view used for spleen length.
    Volume models train on max-area slices, Section 4.1.2, but clinical US images were recorded for longest length, Section 4.1.1. No validation that these are the same plane.
  • domain assumption Synthetic ultrasound images generated by USDM from CT segmentations and real US cones are representative of real clinical ultrasound images.
    The full pipeline is evaluated only on such synthetic images, Section 5.2.4, and the discussion concedes the domain gap may not be fully eliminated.
  • domain assumption Adult CT spleen shape statistics transfer to pediatric sickle cell disease patients.
    CT data are from adults, US data from pediatric SCD patients; the paper asserts no significant impact but notes future age-stratified validation is needed, Section 6.
  • ad hoc to paper The 90-degree rotation and manual overlay of CT spleen segmentations onto US cones produces layouts consistent with clinical acquisition.
    Section 3.3: an expert manually rotates and places segmentations; if the alignment is wrong, synthetic ultrasound realism is compromised.
  • standard math Variational autoencoder reparameterization and ELBO decomposition are valid background tools.
    Used in Section 3.2.1; standard background result from the VAE literature.

how reviews work

0 comments
Cite this review

Pith. "Pith review of DeepSPV: A Deep Learning Pipeline for 3D Spleen Volume Estimation from 2D Ultrasound Images." pith.science (2026). https://pith.science/paper/EE4FC7ZB

@misc{pith2026241111190,
  author       = {Pith},
  title        = {Pith review of: DeepSPV: A Deep Learning Pipeline for 3D Spleen Volume Estimation from 2D Ultrasound Images},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/EE4FC7ZB}},
  note         = {Machine review of arXiv:2411.11190}
}
read the original abstract

Splenomegaly, the enlargement of the spleen, is an important clinical indicator for various associated medical conditions, such as sickle cell disease (SCD). Spleen length measured from 2D ultrasound is the most widely used metric for characterising spleen size. However, it is still considered a surrogate measure, and spleen volume remains the gold standard for assessing spleen size. Accurate spleen volume measurement typically requires 3D imaging modalities, such as computed tomography or magnetic resonance imaging, but these are not widely available, especially in the Global South which has a high prevalence of SCD. In this work, we introduce a deep learning pipeline, DeepSPV, for precise spleen volume estimation from single or dual 2D ultrasound images. The pipeline involves a segmentation network and a variational autoencoder for learning low-dimensional representations from the estimated segmentations. We investigate three approaches for spleen volume estimation and our best model achieves 86.62%/92.5% mean relative volume accuracy (MRVA) under single-view/dual-view settings, surpassing the performance of human experts. In addition, the pipeline can provide confidence intervals for the volume estimates as well as offering benefits in terms of interpretability, which further support clinicians in decision-making when identifying splenomegaly. We evaluate the full pipeline using a highly realistic synthetic dataset generated by a diffusion model, achieving an overall MRVA of 83.0% from a single 2D ultrasound image. Our proposed DeepSPV is the first work to use deep learning to estimate 3D spleen volume from 2D ultrasound images and can be seamlessly integrated into the current clinical workflow for spleen assessment.

Figures

Figures reproduced from arXiv: 2411.11190 by the authors.

Figure 1
Figure 1. An overview of this study. It first involves generating synthetic US images with the USDM, which is necessary due to the lack of paired 2D US images [PITH_FULL_IMAGE:figures/full_fig_p005_1.png] view at source ↗
Figure 2
Figure 2. An illustration of the proposed VAE-based framework. The latent space distribution is parameterised by the mean [PITH_FULL_IMAGE:figures/full_fig_p006_2.png] view at source ↗
Figure 3
Figure 3. Illustration of three proposed VAE-based methods: (a) Nearest neighbour searching in the latent space (NN). (b) Post linear regression of latent [PITH_FULL_IMAGE:figures/full_fig_p006_3.png] view at source ↗
Figures from the paper (8 more)
Figure 4
Figure 4. Figure 4: US images and their corresponding US layouts. The top row displays [PITH_FULL_IMAGE:figures/full_fig_p007_4.png]
Figure 5
Figure 5. Figure 5: Illustration of the synthetic US layout creation process. The diagram [PITH_FULL_IMAGE:figures/full_fig_p007_5.png]
Figure 6
Figure 6. Figure 6: (a) US Semantic Diffusion Model (USDM). The framework transforms the noise from a standard Gaussian distribution to a realistic image through an iterative denoising process guided by the US layout x. (b) Semantic Diffusion Encoder Resblock (SDER) and Semantic Diffusion…
Figure 7
Figure 7. Figure 7: Two example CT volumes (top and bottom rows) with associated [PITH_FULL_IMAGE:figures/full_fig_p009_7.png]
Figure 8
Figure 8. Figure 8: Illustration of manual measurements from CT images for spleen [PITH_FULL_IMAGE:figures/full_fig_p010_8.png]
Figure 9
Figure 9. Figure 9: Robustness of single-view volume estimation to coronal in-plane ro [PITH_FULL_IMAGE:figures/full_fig_p013_9.png]
Figure 12
Figure 12. Figure 12: Illustration of the test latent spaces of RVAE trained with single [PITH_FULL_IMAGE:figures/full_fig_p013_12.png]
Figure 13
Figure 13. Figure 13: Examples of real US images, synthetic US images generated from [PITH_FULL_IMAGE:figures/full_fig_p014_13.png]

Discussion (0). Continue with ORCID to comment.

Reference graph

Works this paper leans on

88 extracted references · 68 canonical work pages

  1. [1]

    , author Yoon, J.S

    author Ahn, Y. , author Yoon, J.S. , author Lee, S.S. , author Suk, H.I. , author Son, J.H. , author Sung, Y.S. , author Lee, Y. , author Kang, B.K. , author Kim, H.S. , year 2020 . title Deep learning algorithm for automated segmentation and volume measurement of the liver and spleen using portal venous phase computed tomography images . journal Korean j...

  2. [2]

    , author Duque, V.G

    author Al Chanti, D. , author Duque, V.G. , author Crouzier, M. , author Nordez, A. , author Lacourpaille, L. , author Mateus, D. , year 2021 . title Ifss-net: Interactive few-shot siamese network for faster muscle segmentation and propagation in volumetric ultrasound . journal IEEE transactions on medical imaging volume 40 , pages 2615--2628

  3. [3]

    , author Prencipe, B

    author Altini, N. , author Prencipe, B. , author Cascarano, G.D. , author Brunetti, A. , author Brunetti, G. , author Triggiani, V. , author Carnimeo, L. , author Marino, F. , author Guerriero, A. , author Villani, L. , et al., year 2022 . title Liver, kidney and spleen segmentation from ct scans and mri with deep learning: A survey . journal Neurocomputi...

  4. [4]

    , author Reinke, A

    author Antonelli, M. , author Reinke, A. , author Bakas, S. , author Farahani, K. , author Kopp-Schneider, A. , author Landman, B.A. , author Litjens, G. , author Menze, B. , author Ronneberger, O. , author Summers, R.M. , et al., year 2022 . title The medical segmentation decathlon . journal Nature communications volume 13 , pages 4128

  5. [5]

    , author Gill, G.D

    author Arkles, L.B. , author Gill, G.D. , author Molan, M.P. , year 1986 . title A palpable spleen is not necessarily enlarged or pathological . journal Medical Journal of Australia volume 145 , pages 15--17

  6. [6]

    , author Jiang, C

    author Armanious, K. , author Jiang, C. , author Abdulatif, S. , author K \"u stner, T. , author Gatidis, S. , author Yang, B. , year 2019 . title Unsupervised medical image translation using cycle-medgan , in: booktitle 2019 27th European signal processing conference (EUSIPCO) , organization IEEE . pp. pages 1--5

  7. [7]

    , author D'Ippolito, G

    author Bezerra, A.S. , author D'Ippolito, G. , author Faintuch, S. , author Szejnfeld, J. , author Ahmed, M. , year 2005 . title Determination of splenomegaly by ct: is there a place for a single measurement? journal American Journal of Roentgenology volume 184 , pages 1510--1513

  8. [8]

    , author Oktay, O

    author Biffi, C. , author Oktay, O. , author Tarroni, G. , author Bai, W. , author De Marvao, A. , author Doumou, G. , author Rajchl, M. , author Bedair, R. , author Prasad, S. , author Cook, S. , et al., year 2018 . title Learning interpretable anatomical features through deep generative models: Application to cardiac remodeling , in: booktitle Medical I...

Show all 88 references
  1. [9]

    , author Buffet, P

    author Brousse, V. , author Buffet, P. , author Rees, D. , year 2014 . title The spleen and sickle cell disease: the sick (led) spleen . journal British journal of haematology volume 166 , pages 165--176

  2. [10]

    , author Stephens, M

    author Cetin, I. , author Stephens, M. , author Camara, O. , author Ballester, M.A.G. , year 2023 . title Attri-vae: Attribute-based interpretable representations of medical images with variational autoencoders . journal Computerized Medical Imaging and Graphics volume 104 , p...

  3. [11]

    , author Luxembourg, B

    author Chow, K.U. , author Luxembourg, B. , author Seifried, E. , author Bonig, H. , year 2016 . title Spleen size is significantly influenced by body height and sex: establishment of normal values for spleen size at us with a cohort of 1200 healthy individuals . journal Radio...

  4. [12]

    , author Vendt, B

    author Clark, K. , author Vendt, B. , author Smith, K. , author Freymann, J. , author Kirby, J. , author Koppel, P. , author Moore, S. , author Phillips, S. , author Maffitt, D. , author Pringle, M. , et al., year 2013 . title The cancer imaging archive (tcia): maintaining and...

  5. [13]

    , author Oksuz, I

    author Clough, J.R. , author Oksuz, I. , author Puyol-Ant \'o n, E. , author Ruijsink, B. , author King, A.P. , author Schnabel, J.A. , year 2019 . title Global and local interpretability for cardiac mri classification , in: booktitle International Conference on Medical Image ...

  6. [14]

    , author Alshalalfah, A.L

    author Daoud, M.I. , author Alshalalfah, A.L. , author Awwad, F. , author Al-Najar, M. , year 2015 . title Freehand 3d ultrasound imaging system using electromagnetic tracking , in: booktitle 2015 International Conference on Open Source Software Computing (OSSCOM) , organizati...

  7. [15]

    , author Spaulding, K.A

    author De Odorico, I. , author Spaulding, K.A. , author Pretorius, D.H. , author Lev-Toaff, A.S. , author Bailey, T.B. , author Nelson, T.R. , year 1999 . title Normal splenic volumes estimated using three-dimensional ultrasonography. journal Journal of ultrasound in medicine ...

  8. [16]

    , author Mellado, N

    author Gaits, F. , author Mellado, N. , author Basarab, A. , year 2024 . title Ultrasound volume reconstruction from 2d freehand acquisitions using neural implicit representations , in: booktitle 2024 IEEE International Symposium on Biomedical Imaging (ISBI) , organization IEE...

  9. [17]

    , year 2022

    author Garcia, D. , year 2022 . title Simus: An open-source simulator for medical ultrasound imaging. part i: Theory & examples . journal Computer Methods and Programs in Biomedicine volume 218 , pages 106726

  10. [18]

    , author Housden, R.J

    author Gee, A.H. , author Housden, R.J. , author Hassenpflug, P. , author Treece, G.M. , author Prager, R.W. , year 2006 . title Sensorless freehand 3d ultrasound in real tissue: Speckle decorrelation without fully developed speckle . journal Medical image analysis volume 10 ,...

  11. [19]

    , author Giganti, F

    author Gibson, E. , author Giganti, F. , author Hu, Y. , author Bonmati, E. , author Bandula, S. , author Gurusamy, K. , author Davidson, B. , author Pereira, S.P. , author Clarkson, M.J. , author Barratt, D.C. , year 2018 . title Automatic multi-organ segmentation on abdomina...

  12. [20]

    , author Marciniak, M

    author Gilbert, A. , author Marciniak, M. , author Rodero, C. , author Lamata, P. , author Samset, E. , author Mcleod, K. , year 2021 . title Generating synthetic labeled data from existing anatomical models: an example with echocardiography segmentation . journal IEEE Transac...

  13. [21]

    , author Odame, I

    author Grosse, S.D. , author Odame, I. , author Atrash, H.K. , author Amendah, D.D. , author Piel, F.B. , author Williams, T.N. , year 2011 . title Sickle cell disease in africa: a neglected cause of early childhood mortality . journal American journal of preventive medicine v...

  14. [22]

    , author Zhang, X

    author He, K. , author Zhang, X. , author Ren, S. , author Sun, J. , year 2016 . title Deep residual learning for image recognition , in: booktitle Proceedings of the IEEE conference on computer vision and pattern recognition , pp. pages 770--778

  15. [23]

    , author Jain, A

    author Ho, J. , author Jain, A. , author Abbeel, P. , year 2020 . title Denoising diffusion probabilistic models . journal Advances in neural information processing systems volume 33 , pages 6840--6851

  16. [24]

    , author Pernett, F

    author Holmstr \"o m, P. , author Pernett, F. , author Schagatay, E. , year 2022 . title Test--retest reliability of splenic volume assessment by ultrasonography . journal Scientific Reports volume 12 , pages 18976

  17. [25]

    , author Liu, Z

    author Huang, G. , author Liu, Z. , author Van Der Maaten, L. , author Weinberger, K.Q. , year 2017 . title Densely connected convolutional networks , in: booktitle Proceedings of the IEEE conference on computer vision and pattern recognition , pp. pages 4700--4708

  18. [26]

    , author Yang, X

    author Huang, Y. , author Yang, X. , author Liu, L. , author Zhou, H. , author Chang, A. , author Zhou, X. , author Chen, R. , author Yu, J. , author Chen, J. , author Chen, C. , et al., year 2024 . title Segment anything model for medical images? journal Medical Image Analysi...

  19. [27]

    , author Boureau, A.S

    author Huet, J. , author Boureau, A.S. , author Sarcher, A. , author Cornu, C. , author Nordez, A. , year 2024 . title Validation of a scanning technique with minimal compression for measuring muscle volume with freehand 3d ultrasound . journal Journal of Biomechanics volume 1...

  20. [28]

    , author Bukala, J

    author Humpire-Mamani, G.E. , author Bukala, J. , author Scholten, E.T. , author Prokop, M. , author van Ginneken, B. , author Jacobs, C. , year 2020 . title Fully automatic volume measurement of the spleen at ct using deep learning . journal Radiology: Artificial Intelligence...

  21. [29]

    , author Xu, Z

    author Huo, Y. , author Xu, Z. , author Bao, S. , author Bermudez, C. , author Moon, H. , author Parvathaneni, P. , author Moyo, T.K. , author Savona, M.R. , author Assad, A. , author Abramson, R.G. , et al., year 2018 . title Splenomegaly segmentation on multi-modal mri using...

  22. [30]

    , author Hamarneh, G

    author Hussain, M.A. , author Hamarneh, G. , author Garbi, R. , year 2021 . title Cascaded regression neural nets for kidney localization and segmentation-free volume estimation . journal IEEE Transactions on Medical Imaging volume 40 , pages 1555--1567

  23. [31]

    , author Casale, M

    author Inusa, B. , author Casale, M. , author Ward, N. , year 2016 . title Introductory chapter: Introduction to the history, pathology and clinical management of sickle cell disease , in: booktitle Sickle Cell Disease-Pain and Common Chronic Complications . publisher IntechOpen

  24. [32]

    , year 1997

    author Jensen, J.A. , year 1997 . title Field: A program for simulating ultrasound systems . journal Medical & Biological Engineering & Computing volume 34 , pages 351--353

  25. [33]

    , author Svendsen, N.B

    author Jensen, J.A. , author Svendsen, N.B. , year 1992 . title Calculation of pressure fields from arbitrarily shaped, apodized, and excited ultrasound transducers . journal IEEE transactions on ultrasonics, ferroelectrics, and frequency control volume 39 , pages 262--267

  26. [34]

    , author Jung, W

    author Joo, S. , author Jung, W. , author Oh, S.E. , year 2023 . title Variational autoencoder-based estimation of chronological age and changes in morphological features of teeth . journal Scientific Reports volume 13 , pages 704

  27. [35]

    , author Barotsis, N

    author Katakis, S. , author Barotsis, N. , author Kakotaritis, A. , author Tsiganos, P. , author Economou, G. , author Panagiotopoulos, E. , author Panayiotakis, G. , year 2023 . title Generation of musculoskeletal ultrasound images with diffusion models . journal BioMedInform...

  28. [36]

    , author Aghdam, E.K

    author Kazerouni, A. , author Aghdam, E.K. , author Heidari, M. , author Azad, R. , author Fayyaz, M. , author Hacihaliloglu, I. , author Merhof, D. , year 2023 . title Diffusion models in medical imaging: A comprehensive survey . journal Medical image analysis volume 88 , pag...

  29. [37]

    , author Ameli, S

    author Khoshpouri, P. , author Ameli, S. , author Ghasabeh, M.A. , author Pandey, A. , author Zarghampour, M. , author Varzaneh, F.N. , author Jacob, A. , author Pandey, P. , author Luo, Y. , author Kamel, I.R. , year 2018 . title Correlation between quantitative liver and spl...

  30. [38]

    , author Abernethy, J

    author Kodali, N. , author Abernethy, J. , author Hays, J. , author Kira, Z. , year 2017 . title On convergence and stability of gans . journal arXiv preprint arXiv:1705.07215

  31. [39]

    , author Fujita, M

    author Koga, Y. , author Fujita, M. , author Nakahara, T. , author Yagi, T. , author Miyauchi, T. , author Kaneda, K. , author Kawamura, Y. , author Oda, Y. , author Tsuruta, R. , year 2016 . title Splenic volume in severe sepsis is associated with disease severity and pneumoc...

  32. [40]

    , author Nteziyaremye, J

    author Kotlyar, S. , author Nteziyaremye, J. , author Olupot-Olupot, P. , author Akech, S.O. , author Moore, C.L. , author Maitland, K. , year 2014 . title Spleen volume and clinical disease manifestations of severe plasmodium falciparum malaria in african children . journal T...

  33. [41]

    , author Lund, A

    author Lamb, P. , author Lund, A. , author Kanagasabay, R. , author Martin, A. , author Webb, J. , author Reznek, R. , year 2002 . title Spleen size: how well do linear ultrasound measurements correlate with three-dimensional ct volume assessments? journal The British journal ...

  34. [42]

    , author Xu, Z

    author Landman, B. , author Xu, Z. , author Igelsias, J.E. , author Styner, M. , author Langerak, T.R. , author Klein, A. , year 2016 . title Multi-atlas labeling beyond the cranial vault , in: booktitle Workshop and Challenge Proceedings . note Https://doi.org/10.7303/syn3193805

  35. [43]

    , author Chen, X

    author Liao, F. , author Chen, X. , author Hu, X. , author Song, S. , year 2017 . title Estimation of the volume of the left ventricle from mri images using deep neural networks . journal IEEE transactions on cybernetics volume 49 , pages 495--504

  36. [44]

    , author Sandberg, J.K

    author Linguraru, M.G. , author Sandberg, J.K. , author Jones, E.C. , author Summers, R.M. , year 2013 . title Assessing splenomegaly: automated volumetric analysis of the spleen . journal Academic radiology volume 20 , pages 675--684

  37. [45]

    , author Stevenson, G.N

    author Looney, P. , author Stevenson, G.N. , author Nicolaides, K.H. , author Plasencia, W. , author Molloholli, M. , author Natsis, S. , author Collins, S.L. , year 2018 . title Fully automated, real-time 3d ultrasound segmentation to estimate first trimester placental volume...

  38. [46]

    , author Yang, X

    author Luo, M. , author Yang, X. , author Wang, H. , author Dou, H. , author Hu, X. , author Huang, Y. , author Ravikumar, N. , author Xu, S. , author Zhang, Y. , author Xiong, Y. , et al., year 2023 . title Recon: Online learning for sensorless freehand 3d ultrasound reconstr...

  39. [47]

    , author Wang, G

    author Lyu, Q. , author Wang, G. , year 2022 . title Conversion between ct and mri images using diffusion and score-matching models . journal arXiv preprint arXiv:2209.12104

  40. [48]

    , author He, Y

    author Ma, J. , author He, Y. , author Li, F. , author Han, L. , author You, C. , author Wang, B. , year 2024 . title Segment anything in medical images . journal Nature Communications volume 15 , pages 654

  41. [49]

    , author Woodruff, A

    author Mahmoud, A. , author Woodruff, A. , year 1972 . title Mechanisms involved in the anaemia of schistosomiasis . journal Transactions of the Royal Society of Tropical Medicine and Hygiene volume 66 , pages 75--84

  42. [50]

    , author Murphy, K.M

    author McCormick, P.A. , author Murphy, K.M. , year 2000 . title Splenomegaly, hypersplenism and coagulation abnormalities in liver disease . journal Best Practice & Research Clinical Gastroenterology volume 14 , pages 1009--1031

  43. [51]

    , author Kossen, T

    author Meddeb, A. , author Kossen, T. , author Bressem, K.K. , author Hamm, B. , author Nagel, S.N. , year 2021 . title Evaluation of a deep learning algorithm for automated spleen segmentation in patients with conditions directly or indirectly affecting the spleen . journal T...

  44. [52]

    , author Vlachonikolis, I.G

    author Megremis, S.D. , author Vlachonikolis, I.G. , author Tsilimigaki, A.M. , year 2004 . title Spleen length in childhood with us: normal values based on age, sex, and somatometric parameters . journal Radiology volume 231 , pages 129--134

  45. [53]

    , author Geiger, A

    author Mescheder, L. , author Geiger, A. , author Nowozin, S. , year 2018 . title Which training methods for gans do actually converge? , in: booktitle International conference on machine learning , organization PMLR . pp. pages 3481--3490

  46. [54]

    , author Huo, Y

    author Moon, H. , author Huo, Y. , author Abramson, R.G. , author Peters, R.A. , author Assad, A. , author Moyo, T.K. , author Savona, M.R. , author Landman, B.A. , year 2019 . title Acceleration of spleen segmentation with end-to-end deep learning method and automated pipelin...

  47. [55]

    , author Sonnenberg, A

    author Niederau, C. , author Sonnenberg, A. , author M \"u ller, J.E. , author Erckenbrecht, J.F. , author Scholten, T. , author Fritsch, W.P. , year 1983 . title Sonographic measurements of the normal liver, spleen, pancreas, and portal vein. journal Radiology volume 149 , pa...

  48. [56]

    , author Taher, M.A

    author Paul, F.N. , author Taher, M.A. , author Roy, S.K. , author Sarkar, S. , author Sultana, S. , et al., year 2017 . title Splenic volume: Correlation between ultrasonogram and standard ct measurements . journal Bangladesh Medical Research Council Bulletin volume 43 , pages 58--62

  49. [57]

    , author Patil, A.P

    author Piel, F.B. , author Patil, A.P. , author Howes, R.E. , author Nyangiri, O.A. , author Gething, P.W. , author Dewi, M. , author Temperley, W.H. , author Williams, T.N. , author Weatherall, D.J. , author Hay, S.I. , year 2013 . title Global epidemiology of sickle haemoglo...

  50. [58]

    , author Tudosiu, P.D

    author Pinaya, W.H. , author Tudosiu, P.D. , author Dafflon, J. , author Da Costa, P.F. , author Fernandez, V. , author Nachev, P. , author Ourselin, S. , author Cardoso, M.J. , year 2022 . title Brain imaging generation with latent diffusion models , in: booktitle MICCAI Work...

  51. [59]

    , author Godfrey, E.M

    author Pozo, A.L. , author Godfrey, E.M. , author Bowles, K.M. , year 2009 . title Splenomegaly: investigation, diagnosis and management . journal Blood reviews volume 23 , pages 105--111

  52. [60]

    , author Cavouras, D

    author Prassopoulos, P. , author Cavouras, D. , year 1994 . title Ct assessment of normal splenic size in children . journal Acta Radiologica volume 35 , pages 152--154

  53. [61]

    , author Daskalogiannaki, M

    author Prassopoulos, P. , author Daskalogiannaki, M. , author Raissaki, M. , author Hatjidakis, A. , author Gourtsoyiannis, N. , year 1997 . title Determination of normal splenic volume on computed tomography in relation to age, gender and body habitus . journal European radio...

  54. [62]

    , author Chen, C

    author Puyol-Ant \'o n, E. , author Chen, C. , author Clough, J.R. , author Ruijsink, B. , author Sidhu, B.S. , author Gould, J. , author Porter, B. , author Elliott, M. , author Mehta, V. , author Rueckert, D. , et al., year 2020 a. title Interpretable deep models for cardiac...

  55. [63]

    , author Ruijsink, B

    author Puyol-Ant \'o n, E. , author Ruijsink, B. , author Clough, J.R. , author Oksuz, I. , author Rueckert, D. , author Razavi, R. , author King, A.P. , year 2020 b. title Assessing the impact of blood pressure on cardiac function using interpretable biomarkers and variationa...

  56. [64]

    , author Zulkernine, F

    author Qiao, D. , author Zulkernine, F. , year 2020 . title Dilated squeeze-and-excitation u-net for fetal ultrasound image segmentation , in: booktitle 2020 IEEE Conference on Computational Intelligence in Bioinformatics and Computational Biology (CIBCB) , organization IEEE ....

  57. [65]

    , author Gee, A

    author Rohling, R. , author Gee, A. , author Berman, L. , year 1999 . title A comparison of freehand three-dimensional ultrasound reconstruction techniques . journal Medical image analysis volume 3 , pages 339--359

  58. [66]

    , author Markowitz, R

    author Rosenberg, H. , author Markowitz, R. , author Kolberg, H. , author Park, C. , author Hubbard, A. , author Bellah, R. , year 1991 . title Normal splenic size in infants and children: sonographic measurements. journal AJR. American journal of roentgenology volume 157 , pa...

  59. [67]

    , author Lu, L

    author Roth, H.R. , author Lu, L. , author Farag, A. , author Shin, H.C. , author Liu, J. , author Turkbey, E.B. , author Summers, R.M. , year 2015 . title Deeporgan: Multi-level deep convolutional networks for automated pancreas segmentation , in: booktitle Medical Image Comp...

  60. [68]

    , author Chan, W

    author Saharia, C. , author Chan, W. , author Chang, H. , author Lee, C. , author Ho, J. , author Salimans, T. , author Fleet, D. , author Norouzi, M. , year 2022 a. title Palette: Image-to-image diffusion models , in: booktitle ACM SIGGRAPH 2022 Conference Proceedings , pp. p...

  61. [69]

    , author Ho, J

    author Saharia, C. , author Ho, J. , author Chan, W. , author Salimans, T. , author Fleet, D.J. , author Norouzi, M. , year 2022 b. title Image super-resolution via iterative refinement . journal IEEE Transactions on Pattern Analysis and Machine Intelligence volume 45 , pages ...

  62. [70]

    , author Cao, J

    author Saxena, D. , author Cao, J. , year 2021 . title Generative adversarial networks (gans) challenges, solutions, and future directions . journal ACM Computing Surveys (CSUR) volume 54 , pages 1--42

  63. [71]

    , year 1963

    author Schloesser, L. , year 1963 . title The diagnostic significance of splenomegaly . journal The American journal of the medical sciences volume 245 , pages 84--90

  64. [72]

    , author Rupprecht, C

    author Sharma, K. , author Rupprecht, C. , author Caroli, A. , author Aparicio, M.C. , author Remuzzi, A. , author Baust, M. , author Navab, N. , year 2017 . title Automatic segmentation of kidneys using deep learning for total kidney volume quantification in autosomal dominan...

  65. [73]

    , author Zisserman, A

    author Simonyan, K. , author Zisserman, A. , year 2014 . title Very deep convolutional networks for large-scale image recognition . journal arXiv preprint arXiv:1409.1556

  66. [74]

    , author Hermida, U

    author Stojanovski, D. , author Hermida, U. , author Lamata, P. , author Beqiri, A. , author Gomez, A. , year 2023 . title Echo from noise: synthetic ultrasound image generation using diffusion models for real image segmentation . journal arXiv preprint arXiv:2305.05424

  67. [75]

    , author Hermida, U

    author Stojanovski, D. , author Hermida, U. , author Muffoletto, M. , author Lamata, P. , author Beqiri, A. , author Gomez, A. , year 2022 . title Efficient pix2vox++ for 3d cardiac reconstruction from 2d echo views , in: booktitle International Workshop on Advances in Simplif...

  68. [76]

    , author Prager, R

    author Treece, G. , author Prager, R. , author Gee, A. , author Berman, L. , year 2001 . title 3d ultrasound measurement of large organ volume . journal Medical image analysis volume 5 , pages 41--54

  69. [77]

    , author Mamidipalli, A

    author Wang, K. , author Mamidipalli, A. , author Retson, T. , author Bahrami, N. , author Hasenstab, K. , author Blansit, K. , author Bass, E. , author Delgado, T. , author Cunha, G. , author Middleton, M.S. , et al., year 2019 . title Automated ct and mri liver segmentation ...

  70. [78]

    , author Bao, J

    author Wang, W. , author Bao, J. , author Zhou, W. , author Chen, D. , author Chen, D. , author Yuan, L. , author Li, H. , year 2022 . title Semantic image synthesis via diffusion models . journal arXiv preprint arXiv:2207.00050

  71. [79]

    , author Zhu, Q

    author Wen, T. , author Zhu, Q. , author Qin, W. , author Li, L. , author Yang, F. , author Xie, Y. , author Gu, J. , year 2013 . title An accurate and effective fmm-based approach for freehand 3d ultrasound reconstruction . journal Biomedical Signal Processing and Control vol...

  72. [80]

    , author Yao, H

    author Xie, H. , author Yao, H. , author Zhang, S. , author Zhou, S. , author Sun, W. , year 2020 . title Pix2vox++: Multi-scale context-aware 3d object reconstruction from single and multiple images . journal International Journal of Computer Vision volume 128 , pages 2919--2935

  73. [81]

    , author Acosta, K.B

    author Yetter, E.M. , author Acosta, K.B. , author Olson, M.C. , author Blundell, K. , year 2003 . title Estimating splenic volume: sonographic measurements correlated with helical ct determination . journal American Journal of Roentgenology volume 181 , pages 1615--1620

  74. [82]

    , author Hesse, L.S

    author Yeung, P.H. , author Hesse, L.S. , author Aliasi, M. , author Haak, M.C. , author Xie, W. , author Namburete, A.I. , author 21st Consortium, I. , et al., year 2024 . title Sensorless volumetric reconstruction of fetal brain freehand ultrasound scans with deep implicit r...

  75. [83]

    , author Puyol-Ant \'o n, E

    author Yuan, Z. , author Puyol-Ant \'o n, E. , author Jogeesvaran, H. , author Reid, C. , author Inusa, B. , author King, A.P. , year 2020 . title Deep learning for automatic spleen length measurement in sickle cell disease patients , in: booktitle Medical Ultrasound, and Pret...

  76. [84]

    , author Puyol-Ant \'o n, E

    author Yuan, Z. , author Puyol-Ant \'o n, E. , author Jogeesvaran, H. , author Smith, N. , author Inusa, B. , author King, A.P. , year 2022 . title Deep learning-based quality-controlled spleen assessment from ultrasound images . journal Biomedical Signal Processing and Contro...

  77. [85]

    , author Adeli, E

    author Zhao, Q. , author Adeli, E. , author Honnorat, N. , author Leng, T. , author Pohl, K.M. , year 2019 . title Variational autoencoder for regression: Application to brain aging analysis , in: booktitle Medical Image Computing and Computer Assisted Intervention--MICCAI 201...

  78. [86]

    , author Wang, Z

    author Zhen, X. , author Wang, Z. , author Islam, A. , author Bhaduri, M. , author Chan, I. , author Li, S. , year 2015 . title Direct volume estimation without segmentation , in: booktitle Medical Imaging 2015: Image Processing , organization SPIE . pp. pages 671--676

  79. [87]

    , author Raj, A.N.J

    author Zhuang, Z. , author Raj, A.N.J. , author Jain, A. , author Ruban, N. , author Chaurasia, S. , author Li, N. , author Lakshmanan, M. , author Murugappan, M. , year 2019 . title Nipple segmentation and localization using modified u-net on breast ultrasound images . journa...

  80. [88]

    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 gl...

Pith tools

Reviewed August 12, 2026 · model on record in the stance chip above.