Pith. sign in

REVIEW 4 major objections 6 minor 203 references

Towards scalable organ level 3D plant segmentation: Bridging the data algorithm computing gap

T0 review · 4 major / 6 minor · reviewed 2026-08-15 · deepseek-v4-flash

Pith's one-line read Synthetic pre-training plus twelve real trees matches a seventy-two-tree training set for 3D apple organ segmentation.

desk verdict Useful benchmark and open-source platform for 3D plant segmentation, but the headline few-shot annotation claim rests on oracle-selected subsets and needs re-reporting. read the letter →

arxiv 2509.06329 v1 pith:NRQ4CIL7 submitted 2025-09-08 cs.CV q-bio.QM

classification cs.CVq-bio.QM
keywords 3Dpointcloudsegmentationplantphenotypinginstancesim-to-reallearningsyntheticdatabenchmarkframeworkappletreeannotationefficiency
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

This review-style benchmark paper tries to show that the three barriers to practical 3D plant segmentation—scarce annotated data, hard-to-adapt networks, and missing evaluation standards—can be lowered in one system. It introduces Plant Segmentation Studio (PSS), an open benchmark framework, and measures six semantic and six instance segmentation networks on five organ-level plant datasets. The central quantitative claim is that pre-training on procedurally generated synthetic apple trees (L-TreeGen) and then fine-tuning with only 12 real trees achieves apple-tree instance segmentation average precision comparable to or better than training on all 72 real trees, cutting annotation cost by 83.33%. The paper also finds that sparse-convolution backbones and transformer-based instance heads outperform point-based alternatives, and that augmentation-based synthetic data works better for zero-shot transfer while modeling-based data works better when a little real data is available for fine-tuning.

What carries the argument

The key machinery is Plant Segmentation Studio (PSS), a modular benchmark framework that standardizes dataset preparation, model configuration, and inference so that five organ-level datasets and twelve networks can be compared on identical splits and metrics. The synthetic side is L-TreeGen, which combines inverse procedural modeling of tree geometry with a virtual laser scanning simulation to produce biologically plausible but imperfect apple-tree point clouds. The workhorse segmentation network is SPVFormer, pairing SPVConv, a sparse convolution backbone with point-voxel fusion, with a transformer-based instance decoder; SoftGroup, a grouping-based instance head, provides the main non-transformer comparison. The yardstick is average precision at IoU thresholds of 25% and 50%, plus mean AP across thresholds from 50% to 95%.

What would settle it

Train L-TreeGen pre-trained SPVFormer with 12 real trees selected at random (or by a lightweight diversity heuristic) instead of by ranking folds on test AP, and compare mean AP to the vanilla 72-tree baseline; if random selection no longer matches the baseline, the universal annotation-reduction claim is refuted.

Watch

Extended reading notes

Core claim

The paper claims that sim-to-real learning with modeling-based synthetic trees can close the annotation gap for organ-level 3D instance segmentation. Using L-TreeGen, a pipeline that interpolates trunk and branch statistics from a small set of real apple trees and then adds virtual laser scanning artifacts, and the best benchmarked network, SPVFormer (a sparse point-voxel convolution backbone with a transformer instance decoder), the authors report a 0-shot model reaching 68.25% mIoU and 26.83% mean AP on real trees. Fine-tuning that model with just 12 real trees raises mean AP to 54.29%, close to the vanilla baseline of 55.49% obtained by training on all 72 real trees; with 18 or 24 base trees the fine-tuned model exceeds the baseline. This is the basis for the paper's 83.33% annotation-reduction claim. The paper also finds that augmentation-based synthetic data (physics-based deformation) transfers better in true 0-shot use, while modeling-based pre-training pays off when a few real labels are available for fine-tuning.

Load-bearing premise

The 12-tree annotation-reduction claim stands on the assumption that practitioners can pick the best real trees to fine-tune on; the paper builds its upper-bound subsets by ranking folds by test performance, so without that oracle the 83.33% saving may shrink.

Editorial extensions

If this is right

  • If the sim2real claim holds, apple-orchard phenotyping can reduce manual annotation labor by about five-sixths, using a dozen labeled trees instead of 72, while keeping instance segmentation quality.
  • The benchmark favors sparse-convolution backbones (SPVConv, MinkUNet) with transformer instance decoders over point-based backbones for accuracy and throughput on plant point clouds.
  • Joint semantic-and-instance training improves semantic segmentation accuracy over semantic-only training, so multi-task supervision is a practical default for plant segmentation networks.
  • With zero real labels, augmentation-based synthetic data gives higher 0-shot accuracy; with a few labels, modeling-based synthetic pre-training plus fine-tuning is the stronger recipe.
  • PSS gives the community a common set of dataset conversions, splits, and evaluation metrics, making future plant-segmentation comparisons directly reproducible.

Reading between the lines

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

  • The headline 12-tree result is conditional on oracle selection of base trees: the paper builds upper-bound subsets by ranking folds on test AP. Without labels a practitioner cannot know which trees are best, so real-world savings may be smaller unless a cheap heuristic reproduces the upper-bound choice.
  • The same two-stage recipe, procedural synthetic pre-training plus few-shot fine-tuning, plausibly transfers to other woody crops or trait-extraction tasks, but that is an extrapolation beyond the apple-tree evidence here.
  • A hybrid pipeline that starts from deformation-based 0-shot weights and then fine-tunes on L-TreeGen synthetic plus real trees might combine the low reality gap of augmentation with the structural richness of procedural modeling; the paper does not test this combination.
  • The resolution comparison suggests sensor-simulation angular resolution acts as a tunable hyperparameter with an optimum around 0.06 degrees; treating fidelity as tunable rather than maximal could give further sim2real gains.
Share X Bluesky LinkedIn Reddit HN

Signed reviews

No signed human review yet.

Editorial analysis

A structured set of objections, weighed in public.

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

Referee Report

4 major / 6 minor

Summary. This manuscript presents a quantitative review of organ-level 3D plant point cloud segmentation. It surveys real and synthetic plant datasets, reviews semantic and instance segmentation architectures, and introduces Plant Segmentation Studio (PSS), an open-source framework built on MMDetection3D that standardizes data preparation, network configuration, and inference. Using five public datasets and six semantic and six instance segmentation networks, the authors report comparative benchmarks and then study sim-to-real learning on the COS apple-tree dataset, comparing an inverse-procedural-modeling generator (L-TreeGen) with a physics-based deformation augmentation method. The strongest claim is that pre-training on L-TreeGen synthetic trees followed by fine-tuning with as few as 12 real apple trees (K_b=12) reaches instance segmentation performance comparable to training on all 72 real trees, reducing annotation effort by 83.33%.

Significance. If substantiated, the benchmark and open-source framework would be a useful community resource: PSS addresses a real gap in reproducibility for plant point cloud segmentation, the five-dataset evaluation is broader than most prior plant phenotyping studies, and the comparison of procedural-modeling versus augmentation-based synthetic data is practically relevant. The paper also makes a concrete falsifiable prediction about the value of L-TreeGen pre-training plus few-shot fine-tuning. However, the headline annotation-reduction claim currently rests on oracle-selected subsets, and the benchmark tables lack uncertainty estimates, so the quantitative conclusions are not yet as strong as the text presents them.

major comments (4)
  1. [Section 5.2.2 and Table 8] The 83.33% annotation-reduction claim is not supported as a general statement because the K_b=12 upper-bound subset is selected using the test AP metric. As described in Section 5.2.2, the 12 folds are ranked by instance segmentation performance on the fixed 26-tree test split, and the K_b=12, 18, and 24 subsets are formed by aggregating base trees from the top-performing folds. Table 8 reports only these upper-bound results, and Sections 5.3.3 and 6.2.2 then state that K_b=12 'achieved comparable results to the vanilla baseline' and 'could reduce annotation effort by 83.33%.' This is selection on the test set: an annotator who has not already run the model on the test trees cannot know which 12 trees to label. The paper's own lower-bound curves in Fig. 12 and its observations that lower-bound configurations can exceed upper-bound ones on mIoU at several K_b values show that the result is highly sensitive to base-tree composition. I request that the authors either (i) report both lower-bound and upper-bound results for K_b=12 in the main text and explicitly state that the 83.33% figure holds only for an oracle-selected subset, or (ii) provide a selection protocol that does not use test-set labels, e.g., selecting base trees by diversity or by validation on a held-out orchard split, and rerun the few-shot experiments under that protocol.
  2. [Tables 6 and 7] The semantic and instance segmentation benchmark tables report single runs without standard deviations, confidence intervals, or significance tests. Several comparative claims in Section 5.3.2 hinge on small differences: for example, SPVFormer exceeds OneFormer3D by 1.76 percentage points on mean AP, and MinkFormer by 0.53 percentage points. With a single training run per configuration, these differences may be within run-to-run variation, especially given the small test sets (e.g., 26 COS trees). I recommend adding at least three seeds per configuration, reporting mean and standard deviation, or otherwise justifying why the difference exceeds expected noise. This is particularly important because the sim-to-real experiments in Section 5.3.3 inherit the same variance structure.
  3. [Section 5.1.1 and Figures 4-5] Instance-level evaluation is performed on random-sampled subsets of Pheno4D and SoybeanMVS (Pheno4D-RS and SoybeanMVS-RS), but the manuscript does not specify how these subsets were constructed, their sizes, or the number of random draws. The captions of Figures 4 and 5 state that random subsets were created while preserving the original instance statistics, but no concrete protocol is given. Since Table 7 draws conclusions about the relative merits of grouping-based versus transformer-based methods on these datasets, the absence of subset details makes it difficult to assess whether the results are representative of the full datasets.
  4. [Section 5.1.3 and Table 5] The comparison between L-TreeGen and deformation is partially confounded by the fact that the headline few-shot results use only the TG module of L-TreeGen (Table 8), while the resolution comparison in Table 9 uses TG plus VLS. The text consistently calls both 'L-TreeGen-based,' which obscures the role of the VLS sensor simulation. I recommend using separate terminology or explicitly stating in the experimental design that the few-shot result in Table 8 was obtained without VLS simulation, so that readers can attribute the reported gains correctly.
minor comments (6)
  1. [Section 2.3] There is a typo in the description of the COS dataset: 'laser sacnning' should be 'laser scanning.'
  2. [Throughout] The dataset name is spelled inconsistently as 'SoybeanMVS' in the text and Table 1 but 'SoyBeanMVS' in Tables 6 and 7 and in the main text of Section 5.3.1. Please standardize.
  3. [Figure 4 caption] The caption is ungrammatical: 'reserving the original organ instances statistics while reserve the maintaining computational efficiency' should be revised to convey that the subsets preserve instance statistics while limiting computational cost.
  4. [Table 1] In the Features column, the backslash character appears in place of a dash for the synthetic datasets; this should be a standard em dash or similar.
  5. [Section 6.1.1] The phrase 'granule voxelization' is unclear; the authors likely mean 'fine-grained voxelization.'
  6. [References] Several references to conference papers omit venue information (e.g., the entries for Liang et al. 2021, Sun et al. 2022, and Schult et al. 2023). Since this is a review, complete bibliographic details are expected.

Circularity Check

1 steps flagged · score 4.0 of 10

Few-shot annotation-reduction claim rests on test-AP-selected upper-bound subsets, not a general 12-tree result.

  1. fitted input called prediction [Section 5.2.2 (sim2real data preparation), Table 8, Section 5.3.3]
    "The 12 subsets from the above experiment were ranked by instance segmentation performance (using AP metric). We aggregated base trees from the top-performing folds to create larger subsets with K_b = 12,18, and24, representing upper-bound subsets."

    The headline '83.33% annotation reduction' claim (Section 5.3.3) is supported only by Table 8, which reports upper-bound subsets. Those subsets were selected by ranking the 12 folds on the same AP metric computed on the fixed test split later used to report few-shot AP. The K_b=12 row (TG2) is therefore the best of 12 selections with respect to the test metric, not an estimate for an arbitrary 12-tree budget. The claim is an oracle upper bound by construction. The paper's own lower-bound curves (Fig. 12) and its observation that LB configurations can exceed UB on mIoU confirm the result is sensitive to base-tree composition and does not generalize to random 12-tree subsets.

full rationale

The core network benchmarks are self-contained: they use five external datasets, standard metrics, and held-out test splits, and the comparisons among semantic and instance heads do not depend on any fitted parameter renamed as a prediction. The L-TreeGen and deformation sim-to-real pipelines are also not circular in themselves, since they generate training data from the real training set and evaluate on held-out trees. The only significant circularity is the few-shot annotation-efficiency claim: the K_b=12 result that supports the 83.33% reduction is obtained from subsets selected by ranking 0-shot AP on the same test split used for final evaluation, and only these upper-bound subsets are reported in Table 8. This is a test-set-selection artifact rather than an algebraic derivation, so it does not invalidate the independent benchmark findings, but it does mean the headline few-shot claim is not established for arbitrary annotation budgets. The paper is transparent in calling these subsets upper-bound, yet the abstract and discussion state the reduction without that caveat.

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

The benchmark's conclusions rely on several hand-set experimental parameters (deformation forces, voxel size), dataset-specific grouping thresholds, and random subsampling of two dense datasets. The most consequential implicit assumptions are that the subsampled sets preserve difficulty and that oracle-selected base trees are a realistic access model for the few-shot claim. No new physical entities are introduced.

free parameters (3)
  • Deformation external force range = -5 to 5 N
    Chosen following Yang et al. (2024) and used for all deformation experiments; the central sim2real comparison depends on this hand-set range, which is not justified for the COS apple trees.
  • Deformation voxel size = 0.001
    Used to voxelize plants for elastic deformation; affects geometric fidelity and was set following prior work rather than tuned on COS.
  • Grouping hyperparameters for SoftGroup (G_r, G_np) = Not reported; initialized from HR3D and scaled
    Section 6.1.2 notes these strongly influence grouping-based instance segmentation and are dataset-specific, but the benchmark does not report their exact values or tuning procedure.
assumptions (3)
  • domain assumption Pheno4D-RS and SoybeanMVS-RS random subsets preserve the instance-level difficulty of the full datasets.
    Instance benchmarks use only random subsets of the two dense datasets (Section 5.1.1, Figs 4-5), yet conclusions about instance segmentation are drawn from these subsets.
  • domain assumption The 72-tree COS training split is a sufficient vanilla baseline and the 26-tree test split is representative.
    The annotation-reduction claim compares few-shot fine-tuning to a vanilla model trained on 72 trees; no analysis shows this baseline is stable or that the test set is not small for the conclusion.
  • ad hoc to paper Selecting base trees from top-performing folds (oracle selection) is a realistic workflow for practitioners.
    The 83.33% annotation-reduction claim uses upper-bound subsets chosen by ranking folds on test AP (Section 5.2.2), an assumption that is not stated as an accessibility condition.

how reviews work

0 comments
Cite this review

Pith. "Pith review of Towards scalable organ level 3D plant segmentation: Bridging the data algorithm computing gap." pith.science (2026). https://pith.science/paper/NRQ4CIL7

@misc{pith2026250906329,
  author       = {Pith},
  title        = {Pith review of: Towards scalable organ level 3D plant segmentation: Bridging the data algorithm computing gap},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/NRQ4CIL7}},
  note         = {Machine review of arXiv:2509.06329}
}
read the original abstract

The precise characterization of plant morphology provides valuable insights into plant environment interactions and genetic evolution. A key technology for extracting this information is 3D segmentation, which delineates individual plant organs from complex point clouds. Despite significant progress in general 3D computer vision domains, the adoption of 3D segmentation for plant phenotyping remains limited by three major challenges: i) the scarcity of large-scale annotated datasets, ii) technical difficulties in adapting advanced deep neural networks to plant point clouds, and iii) the lack of standardized benchmarks and evaluation protocols tailored to plant science. This review systematically addresses these barriers by: i) providing an overview of existing 3D plant datasets in the context of general 3D segmentation domains, ii) systematically summarizing deep learning-based methods for point cloud semantic and instance segmentation, iii) introducing Plant Segmentation Studio (PSS), an open-source framework for reproducible benchmarking, and iv) conducting extensive quantitative experiments to evaluate representative networks and sim-to-real learning strategies. Our findings highlight the efficacy of sparse convolutional backbones and transformer-based instance segmentation, while also emphasizing the complementary role of modeling-based and augmentation-based synthetic data generation for sim-to-real learning in reducing annotation demands. In general, this study bridges the gap between algorithmic advances and practical deployment, providing immediate tools for researchers and a roadmap for developing data-efficient and generalizable deep learning solutions in 3D plant phenotyping. Data and code are available at https://github.com/perrydoremi/PlantSegStudio.

Discussion (0). Continue with ORCID to comment.

Reference graph

Works this paper leans on

203 extracted references · 80 canonical work pages

  1. [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 word.in bbl.in ":" * " " * FUNCTION f...

  2. [2]

    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 word.in bbl.in ":" * " " * FUNCTION f...

  3. [3]

    , author Wu, F

    author Ao, Z. , author Wu, F. , author Hu, S. , author Sun, Y. , author Su, Y. , author Guo, Q. , author Xin, Q. , year 2022 . title Automatic segmentation of stem and leaf components and individual maize plants in field terrestrial lidar data using convolutional neural networks . journal The Crop Journal note Crop phenotyping studies with application to ...

  4. [4]

    , author Sener, O

    author Armeni, I. , author Sener, O. , author Zamir, A.R. , author Jiang, H. , author Brilakis, I. , author Fischer, M. , author Savarese, S. , year 2016 . title 3d semantic parsing of large-scale indoor spaces ,

  5. [5]

    , author Pound, M.P

    author Atkinson, J.A. , author Pound, M.P. , author Bennett, M.J. , author Wells, D.M. , year 2019 . title Uncovering the hidden half of plants using new advances in root phenotyping . journal Current Opinion in Biotechnology note Analytical Biotechnology

  6. [6]

    , author Kontogianni, T

    author Baa, A. , author Kontogianni, T. , author Leibe, B. , year 2020 . title Dilated point convolutions: On the receptive field size of point convolutions on 3d point clouds ,

  7. [7]

    , author Tang, L

    author Bao, Y. , author Tang, L. , author Srinivasan, S. , author Schnable, P.S. , year 2019 . title Field-based architectural traits characterisation of maize plant using time-of-flight 3d imaging . journal Biosystems Engineering

  8. [8]

    , author Garbade, M

    author Behley, J. , author Garbade, M. , author Milioto, A. , author Quenzel, J. , author Behnke, S. , author Gall, J. , author Stachniss, C. , year 2021 . title Towards 3D LiDAR-based semantic scene understanding of 3D point cloud sequences: The SemanticKITTI Dataset . journal The International Journal on Robotics Research

Show all 203 references
  1. [9]

    , author Scorza, L.C.T

    author Bernotas, G. , author Scorza, L.C.T. , author Hansen, M.F. , author Hales, I.J. , author Halliday, K.J. , author Smith, L.N. , author Smith, M.L. , author McCormick, A.J. , year 2019 . title A photometric stereo-based 3d imaging system using computer vision and deep lea...

  2. [10]

    , author Georgi, L

    author Bienert, A. , author Georgi, L. , author Kunz, M. , author von Oheimb, G. , author Maas, H.G. , year 2021 . title Automatic extraction and measurement of individual trees from mobile laser scanning point clouds of forests . journal Annals of Botany

  3. [11]

    , author Terryn, L

    author Brede, B. , author Terryn, L. , author Barbier, N. , author Bartholomeus, H.M. , author Bartolo, R. , author Calders, K. , author Derroire, G. , author Krishna Moorthy , S.M. , author Lau, A. , author Levick, S.R. , author Raumonen, P. , author Verbeeck, H. , author Wan...

  4. [12]

    , author Terryn, L

    author Van den Broeck, W.A.J. , author Terryn, L. , author Cherlet, W. , author Cooper, Z.T. , author Calders, K. , year 2023 . title Three-dimensional deep learning for leaf-wood segmentation of tropical tree point clouds . journal The International Archives of the Photogramm...

  5. [13]

    , author Wang, F

    author Bryson, M. , author Wang, F. , author Allworth, J. , year 2023 . title Using synthetic tree data in deep learning-based tree segmentation using lidar point clouds . journal Remote Sensing

  6. [14]

    , author Abdulkadir, A

    author C i c ek, O. , author Abdulkadir, A. , author Lienkamp, S.S. , author Brox, T. , author Ronneberger, O. , year 2016 . title 3d u-net: Learning dense volumetric segmentation from sparse annotation , in: booktitle Medical Image Computing and Computer-Assisted Intervention...

  7. [15]

    , author Boudon, F

    author Chaudhury, A. , author Boudon, F. , author Godin, C. , year 2020 . title 3d plant phenotyping: All you need is labelled point cloud data , in: editor Bartoli, A. , editor Fusiello, A. (Eds.), booktitle Computer Vision -- ECCV 2020 Workshops , publisher Springer Internat...

  8. [16]

    , author Fang, J

    author Chen, S. , author Fang, J. , author Zhang, Q. , author Liu, W. , author Wang, X. , year 2021 . title Hierarchical aggregation for 3d instance segmentation ,

  9. [17]

    , author Kundu, K

    author Chen, X. , author Kundu, K. , author Zhu, Y. , author Berneshawi, A.G. , author Ma, H. , author Fidler, S. , author Urtasun, R. , year 2015 . title 3d object proposals for accurate object class detection , in: editor Cortes, C. , editor Lawrence, N. , editor Lee, D. , e...

  10. [18]

    , author Misra, I

    author Cheng, B. , author Misra, I. , author Schwing, A.G. , author Kirillov, A. , author Girdhar, R. , year 2022

  11. [19]

    , author Gwak, J

    author Choy, C. , author Gwak, J. , author Savarese, S. , year 2019 . title 4d spatio-temporal convnets: Minkowski convolutional neural networks , in: booktitle Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition ,

  12. [20]

    , author Rousseau, D

    author Chéné, Y. , author Rousseau, D. , author Lucidarme, P. , author Bertheloot, J. , author Caffier, V. , author Morel, P. , author Étienne Belin , author Chapeau-Blondeau, F. , year 2012 . title On the use of depth camera for 3d phenotyping of entire plants . journal Compu...

  13. [21]

    , author Pedmale, U.V

    author Conn, A. , author Pedmale, U.V. , author Chory, J. , author Navlakha, S. , year 2017 a. title High-resolution laser scanning reveals plant architectures that reflect universal network design principles . journal Cell Systems

  14. [22]

    , author Pedmale, U.V

    author Conn, A. , author Pedmale, U.V. , author Chory, J. , author Stevens, C.F. , author Navlakha, S. , year 2017 b. title A statistical description of plant shoot architecture . journal Current Biology

  15. [23]

    , year 2020

    author Contributors, M. , year 2020 . title MMDetection3D: OpenMMLab next-generation platform for general 3D object detection

  16. [24]

    , year 2022

    author Contributors, S. , year 2022 . title Spconv: Spatially sparse convolution library

  17. [25]

    , author Letort, V

    author Cournède, P.-H. , author Letort, V. , author Mathieu, A. , author Kang, M. Z. , author Lemaire, S. , author Trevezas, S. , author Houllier, F. , author de Reffye, P. , year 2011 . title Some parameter estimation issues in functional-structural plant modelling . journal ...

  18. [26]

    , author Liu, P

    author Cui, D. , author Liu, P. , author Liu, Y. , author Zhao, Z. , author Feng, J. , year 2025 . title Automated phenotypic analysis of mature soybean using multi-view stereo 3d reconstruction and point cloud segmentation . journal Agriculture

  19. [27]

    , author Chang, A.X

    author Dai, A. , author Chang, A.X. , author Savva, M. , author Halber, M. , author Funkhouser, T. , author Nie ner, M. , year 2017 . title Scannet: Richly-annotated 3d reconstructions of indoor scenes ,

  20. [28]

    , author Verbeeck, H

    author Demol, M. , author Verbeeck, H. , author Gielen, B. , author Armston, J. , author Burt, A. , author Disney, M. , author Duncanson, L. , author Hackenberg, J. , author Kükenbrink, D. , author Lau, A. , author Ploton, P. , author Sewdien, A. , author Stovall, A. , author ...

  21. [29]

    , author Zhang, Y

    author Du, J. , author Zhang, Y. , author Guo, X. , author Ma, L. , author Shao, M. , author Pan, X. , author Zhao, C. , year 2016 . title Micron-scale phenotyping quantification and three-dimensional microstructure reconstruction of vascular bundles within maize stalks based ...

  22. [30]

    , author Ma, Z

    author Du, R. , author Ma, Z. , author Xie, P. , author He, Y. , author Cen, H. , year 2023 . title Pst: Plant segmentation transformer for 3d point clouds of rapeseed plants at the podding stage . journal ISPRS Journal of Photogrammetry and Remote Sensing

  23. [31]

    , author Qiu, T

    author Du, R. , author Qiu, T. , author Xu, K. , author Jiang, Y. , year 2024 . title Simulated data enhances three-dimensional segmentation-based characterization of real apple trees ,

  24. [32]

    , author Rasti, P

    author Dutağacı, H. , author Rasti, P. , author Galopin, G. , author Rousseau, D. , year 2020 . title Rose-x: an annotated data set for evaluation of 3d plant organ segmentation methods . journal Plant Methods

  25. [33]

    , author Bloom, A.J

    author Easlon, H.M. , author Bloom, A.J. , year 2014 . title Easy leaf area: Automated digital image analysis for rapid and accurate measurement of leaf area . journal Applications in Plant Sciences

  26. [34]

    , author Bokeloh, M

    author Engelmann, F. , author Bokeloh, M. , author Fathi, A. , author Leibe, B. , author Nie ner, M. , year 2020 . title 3D-MPA: Multi Proposal Aggregation for 3D Semantic Instance Segmentation ,

  27. [35]

    , author Kontogianni, T

    author Engelmann, F. , author Kontogianni, T. , author Schult, J. , author Leibe, B. , year 2018 . title Know what your neighbors do: 3d semantic segmentation of point clouds , in: booktitle Computer Vision – ECCV 2018 Workshops: Munich, Germany, September 8-14, 2018, Proceedi...

  28. [36]

    , author Klingbeil, L

    author Esser, F. , author Klingbeil, L. , author Zabawa, L. , author Kuhlmann, H. , year 2023 . title Quality analysis of a high-precision kinematic laser scanning system for the use of spatio-temporal plant and organ-level phenotyping in the field . journal Remote Sensing

  29. [37]

    , author Baret, F

    author Fang, H. , author Baret, F. , author Plummer, S. , author Schaepman-Strub, G. , year 2019 . title An overview of global leaf area index (lai): Methods, products, validation, and applications . journal Reviews of Geophysics

  30. [38]

    , author Pag \`e s, L

    author Freschet, G.T. , author Pag \`e s, L. , author Iversen, C.M. , author Comas, L.H. , author Rewald, B. , author Roumet, C. , author Klime s ov \'a , J. , author Zadworny, M. , author Poorter, H. , author Postma, J.A. , et al., year 2021 . title A starting guide to root e...

  31. [39]

    , author Miao, C

    author Gaillard, M. , author Miao, C. , author Schnable, J. , author Benes, B. , year 2020 . title Sorghum segmentation by skeleton extraction , in: editor Bartoli, A. , editor Fusiello, A. (Eds.), booktitle Computer Vision -- ECCV 2020 Workshops , publisher Springer Internati...

  32. [40]

    , author Liu, Y

    author Gao, L. , author Liu, Y. , author Chen, X. , author Liu, Y. , author Yan, S. , author Zhang, M. , year 2024 . title Cus3d: A new comprehensive urban-scale semantic-segmentation 3d benchmark dataset . journal Remote Sensing

  33. [41]

    , author Zhu, F

    author Gao, T. , author Zhu, F. , author Paul, P. , author Sandhu, J. , author Doku, H.A. , author Sun, J. , author Pan, Y. , author Staswick, P. , author Walia, H. , author Yu, H. , year 2021 . title Novel 3d imaging systems for high-throughput phenotyping of plants . journal...

  34. [42]

    , author Wu, S

    author Ge, X. , author Wu, S. , author Wen, W. , author Shen, F. , author Xiao, P. , author Lu, X. , author Liu, H. , author Zhang, M. , author Guo, X. , year 2025 . title Lettucep3d: A tool for analysing 3d phenotypes of individual lettuce plants . journal Biosystems Engineering

  35. [43]

    , author Sanz-Cortiella, R

    author Gené-Mola, J. , author Sanz-Cortiella, R. , author Rosell-Polo, J.R. , author Escolà, A. , author Gregorio, E. , year 2021 . title Pfuji-size dataset: A collection of images and photogrammetry-derived 3d point clouds with ground truth annotations for fuji apple detectio...

  36. [44]

    , author Du, X

    author Gong, L. , author Du, X. , author Zhu, K. , author Lin, K. , author Lou, Q. , author Yuan, Z. , author Huang, G. , author Liu, C. , year 2021 . title Panicle-3d: Efficient phenotyping tool for precise semantic segmentation of rice panicle point cloud . journal Plant Phenomics

  37. [45]

    , year 2015

    author Graham, B. , year 2015 . title Sparse 3d convolutional neural networks

  38. [46]

    , author Engelcke, M

    author Graham, B. , author Engelcke, M. , author van der Maaten, L. , year 2018 . title 3d semantic segmentation with submanifold sparse convolutional networks

  39. [47]

    , author Su, Y

    author Guo, Q. , author Su, Y. , author Hu, T. , author Guan, H. , author Jin, S. , author Zhang, J. , author Zhao, X. , author Xu, K. , author Wei, D. , author Kelly, M. , author Coops, N.C. , year 2021 . title Lidar boosts 3d ecological observations and modelings: A review a...

  40. [48]

    , author Wang, H

    author Guo, Y. , author Wang, H. , author Hu, Q. , author Liu, H. , author Liu, L. , author Bennamoun, M. , year 2020 . title Deep learning for 3d point clouds: A survey . journal IEEE Transactions on Pattern Analysis and Machine Intelligence

  41. [49]

    , author Savinov, N

    author Hackel, T. , author Savinov, N. , author Ladicky, L. , author Wegner, J.D. , author Schindler, K. , author Pollefeys, M. , year 2017 . title Semantic3d.net: A new large-scale point cloud classification benchmark . journal ISPRS Annals of the Photogrammetry, Remote Sensi...

  42. [50]

    , author Dai, D

    author Hahner, M. , author Dai, D. , author Liniger, A. , author Gool, L.V. , year 2022

  43. [51]

    , author Uchiyama, H

    author Hamamoto, T. , author Uchiyama, H. , author Shimada, A. , author Taniguchi, R. , year 2020 . title 3d plant growth prediction via image-to-image translation , in: booktitle Proceedings of the 15th International Joint Conference on Computer Vision, Imaging and Computer G...

  44. [52]

    , author Zheng, T

    author Han, L. , author Zheng, T. , author Xu, L. , author Fang, L. , year 2020 . title Occuseg: Occupancy-aware 3d instance segmentation , in: booktitle 2020 IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR) ,

  45. [53]

    , author Dong, Z

    author Han, X. , author Dong, Z. , author Yang, B. , year 2021 . title A point-based deep learning network for semantic segmentation of mls point clouds . journal ISPRS Journal of Photogrammetry and Remote Sensing

  46. [54]

    , author Gkioxari, G

    author He, K. , author Gkioxari, G. , author Doll \'a r, P. , author Girshick, R. , year 2017 . title Mask r-cnn , in: booktitle Proceedings of the IEEE international conference on computer vision ,

  47. [55]

    , author Liu, Y

    author He, T. , author Liu, Y. , author Shen, C. , author Wang, X. , author Sun, C. , year 2020 . title Instance-aware embedding for point cloud instance segmentation , in: booktitle Computer Vision – ECCV 2020: 16th European Conference, Glasgow, UK, August 23–28, 2020, Procee...

  48. [56]

    , author Shen, C

    author He, T. , author Shen, C. , author van den Hengel, A. , year 2021 . title DyCo3D: Robust Instance Segmentation of 3D Point Clouds through Dynamic Convolution , in: booktitle 2021 IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR) , publisher IEEE Compu...

  49. [57]

    , author van Delden , J

    author Henrich, J. , author van Delden , J. , author Seidel, D. , author Kneib, T. , author Ecker, A.S. , year 2024 . title Treelearn: A deep learning method for segmenting individual trees from ground-based lidar forest point clouds . journal Ecological Informatics

  50. [58]

    , year 1991

    author Hornik, K. , year 1991 . title Approximation capabilities of multilayer feedforward networks . journal Neural Networks

  51. [59]

    , author Yang, B

    author Hu, Q. , author Yang, B. , author Khalid, S. , author Xiao, W. , author Trigoni, N. , author Markham, A. , year 2021 . title Towards semantic segmentation of urban-scale 3d point clouds: A dataset, benchmarks and challenges , in: booktitle Proceedings of the IEEE/CVF Co...

  52. [60]

    , author Yang, B

    author Hu, Q. , author Yang, B. , author Xie, L. , author Rosa, S. , author Guo, Y. , author Wang, Z. , author Trigoni, N. , author Markham, A. , year 2020 . title Randla-net: Efficient semantic segmentation of large-scale point clouds

  53. [61]

    , author You, S

    author Huang, J. , author You, S. , year 2016

  54. [62]

    , author Jin, S

    author Hui, Z. , author Jin, S. , author Xia, Y. , author Wang, L. , author Yevenyo Ziggah , Y. , author Cheng, P. , year 2021 . title Wood and leaf separation from terrestrial lidar point clouds based on mode points evolution . journal ISPRS Journal of Photogrammetry and Remo...

  55. [63]

    , author Hosoi, F

    author Itakura, K. , author Hosoi, F. , year 2018 . title Automatic leaf segmentation for estimating leaf area and leaf inclination angle in 3d plant images . journal Sensors

  56. [64]

    , author Wohlhart, P

    author James, S. , author Wohlhart, P. , author Kalakrishnan, M. , author Kalashnikov, D. , author Irpan, A. , author Ibarz, J. , author Levine, S. , author Hadsell, R. , author Bousmalis, K. , year 2018 . title Sim-to-real via sim-to-sim: Data-efficient robotic grasping via r...

  57. [65]

    , author Zhao, H

    author Jiang, L. , author Zhao, H. , author Shi, S. , author Liu, S. , author Fu, C.W. , author Jia, J. , year 2020 . title Pointgroup: Dual-set point grouping for 3d instance segmentation

  58. [66]

    , author Wu, Y

    author Jiang, M. , author Wu, Y. , author Zhao, T. , author Zhao, Z. , author Lu, C. , year 2018

  59. [67]

    , author Li, C

    author Jiang, Y. , author Li, C. , year 2020 . title Convolutional neural networks for image-based high-throughput plant phenotyping: A review . journal Plant Phenomics

  60. [68]

    , author Su, Y

    author Jin, S. , author Su, Y. , author Gao, S. , author Wu, F. , author Ma, Q. , author Xu, K. , author Ma, Q. , author Hu, T. , author Liu, J. , author Pang, S. , author Guan, H. , author Zhang, J. , author Guo, Q. , year 2020 . title Separating the structural components of ...

  61. [69]

    , author Su, Y

    author Jin, S. , author Su, Y. , author Wu, F. , author Pang, S. , author Gao, S. , author Hu, T. , author Liu, J. , author Guo, Q. , year 2019 . title Stem–leaf segmentation and phenotypic trait extraction of individual maize using terrestrial lidar data . journal IEEE Transa...

  62. [70]

    , author Sun, X

    author Jin, S. , author Sun, X. , author Wu, F. , author Su, Y. , author Li, Y. , author Song, S. , author Xu, K. , author Ma, Q. , author Baret, F. , author Jiang, D. , author Ding, Y. , author Guo, Q. , year 2021 . title Lidar sheds new light on plant phenomics for plant bre...

  63. [71]

    , author Schmid, L

    author Khanna, R. , author Schmid, L. , author Walter, A. , author Nieto, J. , author Siegwart, R. , author Liebisch, F. , year 2019 . title A spatio temporal spectral framework for plant stress phenotyping . journal Plant Methods

  64. [72]

    , author Vorontsova, A

    author Kolodiazhnyi, M. , author Vorontsova, A. , author Konushin, A. , year 2024 a. title Top-down beats bottom-up in 3d instance segmentation ,

  65. [73]

    , author Vorontsova, A

    author Kolodiazhnyi, M. , author Vorontsova, A. , author Konushin, A. , author Rukhovich, D. , year 2024 b. title Oneformer3d: One transformer for unified point cloud segmentation , in: booktitle Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition ,

  66. [74]

    , author Willis, K.D

    author Lambourne, J.G. , author Willis, K.D. , author Jayaraman, P.K. , author Sanghi, A. , author Meltzer, P. , author Shayani, H. , year 2021 . title Brepnet: A topological message passing system for solid models , in: booktitle Proceedings of the IEEE/CVF Conference on Comp...

  67. [75]

    , author Boussaha, M

    author Landrieu, L. , author Boussaha, M. , year 2019

  68. [76]

    , author Simonovsky, M

    author Landrieu, L. , author Simonovsky, M. , year 2018

  69. [77]

    , author Li, B

    author Lee, J.J. , author Li, B. , author Benes, B. , year 2023 . title Latent l-systems: Transformer-based tree generator . journal ACM Trans. Graph

  70. [78]

    , author Ahmed, F

    author Li, D. , author Ahmed, F. , author Wang, Z. , year 2025 a. title 3d-nod: 3d new organ detection in plant growth by a spatiotemporal point cloud deep segmentation framework . journal Plant Phenomics

  71. [79]

    , author Li, J

    author Li, D. , author Li, J. , author Xiang, S. , author Pan, A. , year 2022 a. title Psegnet: Simultaneous semantic and instance segmentation for point clouds of plants . journal Plant Phenomics

  72. [80]

    , author Liu, L

    author Li, D. , author Liu, L. , author Xu, S. , author Jin, S. , year 2024 a. title Trackplant3d: 3d organ growth tracking framework for organ-level dynamic phenotyping . journal Computers and Electronics in Agriculture

  73. [81]

    , author Shi, G

    author Li, D. , author Shi, G. , author Li, J. , author Chen, Y. , author Zhang, S. , author Xiang, S. , author Jin, S. , year 2022 b. title Plantnet: A dual-function point cloud segmentation network for multiple plant species . journal ISPRS Journal of Photogrammetry and Remo...

  74. [82]

    , author Wei, Y

    author Li, D. , author Wei, Y. , author Zhu, R. , year 2023 . title A comparative study on point cloud down-sampling strategies for deep learning-based crop organ segmentation . journal Plant Methods

  75. [83]

    , author Zhou, Z

    author Li, D. , author Zhou, Z. , author Wei, Y. , year 2024 b. title Unsupervised shape-aware som down-sampling for plant point clouds . journal ISPRS Journal of Photogrammetry and Remote Sensing

  76. [84]

    , author Park, J

    author Li, X. , author Park, J. , author Reberg-Horton, C. , author Mirsky, S. , author Lobaton, E. , author Xiang, L. , year 2024 c. title Photorealistic arm robot simulation for 3d plant reconstruction and automatic annotation using unreal engine 5 , in: booktitle 2024 IEEE/...

  77. [85]

    , author Wen, W

    author Li, Y. , author Wen, W. , author Miao, T. , author Wu, S. , author Yu, Z. , author Wang, X. , author Guo, X. , author Zhao, C. , year 2022 c. title Automatic organ-level point cloud segmentation of maize shoots by integrating high-throughput data acquisition and deep le...

  78. [86]

    , author Su, Y

    author Li, Z. , author Su, Y. , year 2025 . title A 3D point cloud instance segmentation method for strawberry based on SGC , in: editor Xu, X. , editor bin Mohd Zain, A. (Eds.), booktitle International Conference on Computer Graphics, Artificial Intelligence, and Data Process...

  79. [87]

    , author Wang, S

    author Li, Z. , author Wang, S. , author Su, Y. , author Yu, D. , year 2025 b. title A method for measuring strawberry leaf area based on three-dimensional point cloud instance segmentation . journal IEEE Access

  80. [88]

    , author Kankare, V

    author Liang, X. , author Kankare, V. , author Hyyppä, J. , author Wang, Y. , author Kukko, A. , author Haggrén, H. , author Yu, X. , author Kaartinen, H. , author Jaakkola, A. , author Guan, F. , author Holopainen, M. , author Vastaranta, M. , year 2016 . title Terrestrial la...

  81. [89]

    , author Li, Z

    author Liang, Z. , author Li, Z. , author Xu, S. , author Tan, M. , author Jia, K. , year 2021 . title Instance segmentation in 3d scenes using semantic superpoint tree networks , in: booktitle Proceedings of the IEEE/CVF International Conference on Computer Vision ,

  82. [90]

    , author Xie, J

    author Liao, Y. , author Xie, J. , author Geiger, A. , year 2021 . title KITTI -360: A novel dataset and benchmarks for urban scene understanding in 2d and 3d

  83. [91]

    , year 1968

    author Lindenmayer, A. , year 1968 . title Mathematical models for cellular interactions in development i. filaments with one-sided inputs . journal Journal of Theoretical Biology

  84. [92]

    , author Tang, H

    author Liu, Z. , author Tang, H. , author Lin, Y. , author Han, S. , year 2019 . title Point-voxel cnn for efficient 3d deep learning ,

  85. [93]

    , author Shelhamer, E

    author Long, J. , author Shelhamer, E. , author Darrell, T. , year 2015 . title Fully convolutional networks for semantic segmentation , in: booktitle 2015 IEEE Conference on Computer Vision and Pattern Recognition (CVPR) , publisher IEEE Computer Society , address Los Alamito...

  86. [94]

    , author Giraldo, J.P

    author Lowry, G.V. , author Giraldo, J.P. , author Steinmetz, N.F. , author Avellan, A. , author Demirer, G.S. , author Ristroph, K.D. , author Wang, G.J. , author Hendren, C.O. , author Alabi, C.A. , author Caparco, A. , et al., year 2024 . title Towards realizing nano-enable...

  87. [95]

    , author Jiang, X

    author Luo, L. , author Jiang, X. , author Yang, Y. , author Samy, E.R.A. , author Lefsrud, M. , author Hoyos-Villegas, V. , author Sun, S. , year 2023 . title Eff-3dpseg: 3d organ-level plant shoot segmentation using annotation-efficient deep learning . journal Plant Phenomics

  88. [96]

    , author Zhu, K

    author Ma, X. , author Zhu, K. , author Guan, H. , author Feng, J. , author Yu, S. , author Liu, G. , year 2019 . title High-throughput phenotyping analysis of potted soybean plants using colorized depth images based on a proximal platform . journal Remote Sensing

  89. [97]

    , author Du, R

    author Ma, Z. , author Du, R. , author Xie, J. , author Sun, D. , author Fang, H. , author Jiang, L. , author Cen, H. , year 2023 . title Phenotyping of silique morphology in oilseed rape using skeletonization with hierarchical segmentation . journal Plant Phenomics

  90. [98]

    , author Bömer, J

    author Marks, E. , author Bömer, J. , author Magistri, F. , author Sag, A. , author Behley, J. , author Stachniss, C. , year 2024 . title Bonnbeetclouds3d: A dataset towards point cloud-based organ-level phenotyping of sugar beet plants under real field conditions , in: bookti...

  91. [99]

    , author Scherer, S

    author Maturana, D. , author Scherer, S. , year 2015 . title Voxnet: A 3d convolutional neural network for real-time object recognition , in: booktitle 2015 IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS) ,

  92. [100]

    , author Prusinkiewicz, P

    author M e ch, R. , author Prusinkiewicz, P. , year 1996 . title Visual models of plants interacting with their environment , in: booktitle Proceedings of the 23rd annual conference on Computer graphics and interactive techniques ,

  93. [101]

    , author Şalk, Y

    author Mertoğlu, K. , author Şalk, Y. , author Sarıkaya, S.K. , author Turgut, K. , author Evrenosoğlu, Y. , author Çevikalp, H. , author Gerek, \"O .N. , author Dutağacı, H. , author Rousseau, D. , year 2023 . title Planest-3d: A new annotated data set of 3d color point cloud...

  94. [102]

    , author Godin, C

    author Mirande, K. , author Godin, C. , author Tisserand, M. , author Charlaix, J. , author Besnard, F. , author Hétroy-Wheeler, F. , year 2022 . title A graph-based approach for simultaneous semantic and instance segmentation of plant 3d point clouds . journal Frontiers in Pl...

  95. [103]

    , author Kallel, A

    author Mkaouar, A. , author Kallel, A. , author Rabah, Z.B. , author Chahed, T.S. , year 2021 . title Joint estimation of leaf area density and leaf angle distribution using tls point cloud for forest stands . journal IEEE Journal of Selected Topics in Applied Earth Observatio...

  96. [104]

    , author Zhu, S

    author Mo, K. , author Zhu, S. , author Chang, A.X. , author Yi, L. , author Tripathi, S. , author Guibas, L.J. , author Su, H. , year 2019 . title PartNet : A large-scale benchmark for fine-grained and hierarchical part-level 3D object understanding ,

  97. [105]

    , author Rottensteiner, F

    author Niemeyer, J. , author Rottensteiner, F. , author Soergel, U. , year 2012 . title Conditional random fields for lidar point cloud classification in complex urban areas . journal ISPRS Annals of Photogrammetry, Remote Sensing and Spatial Information Sciences

  98. [106]

    , author Park, E.S

    author Patel, A.K. , author Park, E.S. , author Lee, H. , author Priya, G.G.L. , author Kim, H. , author Joshi, R. , author Arief, M.A.A. , author Kim, M.S. , author Baek, I. , author Cho, B.K. , year 2023 . title Deep learning-based plant organ segmentation and phenotyping of...

  99. [107]

    , year 1986

    author Prusinkiewicz, P. , year 1986 . title Graphical applications of l-systems , in: booktitle Proceedings on Graphics Interface '86/Vision Interface '86 , publisher Canadian Information Processing Society , address CAN

  100. [108]

    , author Hammel, M.S

    author Prusinkiewicz, P. , author Hammel, M.S. , author Mjolsness, E. , year 1993 . title Animation of plant development , in: booktitle Proceedings of the 20th Annual Conference on Computer Graphics and Interactive Techniques , publisher Association for Computing Machinery , ...

  101. [109]

    , author Lindenmayer, A

    author Prusinkiewicz, P. , author Lindenmayer, A. , year 1990 . title The algorithmic beauty of plants

  102. [110]

    , author Su, H

    author Qi, C.R. , author Su, H. , author Mo, K. , author Guibas, L.J. , year 2017 a. title Pointnet: Deep learning on point sets for 3d classification and segmentation , in: booktitle Proceedings of the IEEE conference on computer vision and pattern recognition ,

  103. [111]

    , author Yi, L

    author Qi, C.R. , author Yi, L. , author Su, H. , author Guibas, L.J. , year 2017 b. title Pointnet++: Deep hierarchical feature learning on point sets in a metric space

  104. [112]

    , author Huang, W

    author Qian, B. , author Huang, W. , author Xie, D. , author Ye, H. , author Guo, A. , author Pan, Y. , author Jin, Y. , author Xie, Q. , author Jiao, Q. , author Zhang, B. , author Ruan, C. , author Xu, T. , author Zhang, Y. , author Nie, T. , year 2023 . title Coupled maize ...

  105. [113]

    phenomobile

    author Qiu, Q. , author Sun, N. , author Bai, H. , author Wang, N. , author Fan, Z. , author Wang, Y. , author Meng, Z. , author Li, B. , author Cong, Y. , year 2019 . title Field-based high-throughput phenotyping for maize plant using 3d lidar point cloud generated with a “ph...

  106. [114]

    , author Miao, Y

    author Qiu, R. , author Miao, Y. , author Zhang, M. , author Li, H. , year 2021 . title Detection of the 3d temperature characteristics of maize under water stress using thermal and rgb-d cameras . journal Computers and Electronics in Agriculture

  107. [115]

    , author Du, R

    author Qiu, T. , author Du, R. , author Spine, N. , author Cheng, L. , author Jiang, Y. , year 2025

  108. [116]

    , author Wang, T

    author Qiu, T. , author Wang, T. , author Han, T. , author Kuehn, K. , author Cheng, L. , author Meng, C. , author Xu, X. , author Xu, K. , author Yu, J. , year 2024 a. title Appleqsm: Geometry-based 3d characterization of apple tree architecture in orchards . journal Plant Phenomics

  109. [117]

    , author Zoubi, A

    author Qiu, T. , author Zoubi, A. , author Spine, N. , author Cheng, L. , author Jiang, Y. , year 2024 b. title (real2sim)-1: 3d branch point cloud completion for robotic pruning in apple orchards , in: booktitle 2024 IEEE/RSJ International Conference on Intelligent Robots and...

  110. [118]

    , author Heuvel, F

    author Rabbani, T. , author Heuvel, F. , author Vosselman, G. , year 2006 . title Segmentation of point clouds using smoothness constraint . journal International Archives of Photogrammetry, Remote Sensing and Spatial Information Sciences

  111. [119]

    , author Sudderth, E.B

    author Ren, Z. , author Sudderth, E.B. , year 2016 . title Three-dimensional object detection and layout prediction using clouds of oriented gradients , in: booktitle 2016 IEEE Conference on Computer Vision and Pattern Recognition (CVPR) ,

  112. [120]

    , author Marton, Z

    author Rusu, R. , author Marton, Z. , author Blodow, N. , author Beetz, M. , year 2008 . title Learning informative point classes for the acquisition of object model maps ,

  113. [121]

    , author Sun, S

    author Saeed, F. , author Sun, S. , author Rodriguez-Sanchez, J. , author Snider, J. , author Liu, T. , author Li, C. , year 2023 . title Cotton plant part 3d segmentation and architectural trait extraction using point voxel convolutional neural networks . journal Plant methods

  114. [122]

    , author Engelmann, F

    author Schult, J. , author Engelmann, F. , author Hermans, A. , author Litany, O. , author Tang, S. , author Leibe, B. , year 2023

  115. [123]

    , author Magistri, F

    author Schunck, D. , author Magistri, F. , author Rosu, R.A. , author Cornelißen, A. , author Chebrolu, N. , author Paulus, S. , author Léon, J. , author Behnke, S. , author Stachniss, C. , author Kuhlmann, H. , author Klingbeil, L. , year 2021 . title Pheno4d: A spatio-tempor...

  116. [124]

    , author Huang, Q

    author Shen, X. , author Huang, Q. , author Wang, X. , author Li, J. , author Xi, B. , year 2022 . title A deep learning-based method for extracting standing wood feature parameters from terrestrial laser scanning point clouds of artificially planted forest . journal Remote Sensing

  117. [125]

    , author Feng, C

    author Shen, Y. , author Feng, C. , author Yang, Y. , author Tian, D. , year 2018 . title Mining point cloud local structures by kernel correlation and graph pooling ,

  118. [126]

    , year 2019

    author Simpson, M.G. , year 2019 . title 9 - plant morphology , in: editor Simpson, M.G. (Ed.), booktitle Plant Systematics (Third Edition) . edition third edition ed.. publisher Academic Press ,

  119. [127]

    , year 1984

    author Smith, A.R. , year 1984 . title Plants, fractals, and formal languages . journal SIGGRAPH Comput. Graph

  120. [128]

    , author Wen, W

    author Song, H. , author Wen, W. , author Wu, S. , author Guo, X. , year 2025 . title Comprehensive review on 3d point cloud segmentation in plants . journal Artificial Intelligence in Agriculture

  121. [129]

    , author Li, Z

    author Song, P. , author Li, Z. , author Yang, M. , author Shao, Y. , author Pu, Z. , author Yang, W. , author Zhai, R. , year 2023 . title Dynamic detection of three-dimensional crop phenotypes based on a consumer-grade rgb-d camera . journal Frontiers in Plant Science

  122. [130]

    , author Srinivasan, V

    author Song, Q. , author Srinivasan, V. , author Long, S. , author Zhu, X. , year 2019 . title Decomposition analysis on soybean productivity increase under elevated co2 using 3d canopy model reveals synergestic effects of co2 and light in photosynthesis . journal Annals of botany

  123. [131]

    , author Masson, D

    author Staedler, Y.M. , author Masson, D. , author Schönenberger, J. , year 2013 . title Plant tissues in 3d via x-ray tomography: Simple contrasting methods allow high resolution imaging . journal PLOS ONE

  124. [132]

    , author Jost, B

    author Stausberg, L. , author Jost, B. , author Klingbeil, L. , author Kuhlmann, H. , year 2024 . title A 3d surface reconstruction pipeline for plant phenotyping . journal Remote Sensing

  125. [133]

    , author Pirk, S

    author Stava, O. , author Pirk, S. , author Kratt, J. , author Chen, B. , author M e ch, R. , author Deussen, O. , author Benes, B. , year 2014 . title Inverse procedural modelling of trees , in: booktitle Computer Graphics Forum , organization Wiley Online Library

  126. [134]

    , author Qing, C

    author Sun, J. , author Qing, C. , author Tan, J. , author Xu, X. , year 2022

  127. [135]

    , author Kretzschmar, H

    author Sun, P. , author Kretzschmar, H. , author Dotiwalla, X. , author Chouard, A. , author Patnaik, V. , author Tsui, P. , author Guo, J. , author Zhou, Y. , author Chai, Y. , author Caine, B. , et al., year 2020 a. title Scalability in perception for autonomous driving: Way...

  128. [136]

    , author Li, C

    author Sun, S. , author Li, C. , author Chee, P.W. , author Paterson, A.H. , author Jiang, Y. , author Xu, R. , author Robertson, J.S. , author Adhikari, J. , author Shehzad, T. , year 2020 b. title Three-dimensional photogrammetric mapping of cotton bolls in situ based on poi...

  129. [137]

    , author Li, C

    author Sun, S. , author Li, C. , author Paterson, A.H. , year 2017 . title In-field high-throughput phenotyping of cotton plant height using lidar . journal Remote Sensing

  130. [138]

    , author Li, C

    author Sun, S. , author Li, C. , author Paterson, A.H. , author Jiang, Y. , author Xu, R. , author Robertson, J.S. , author Snider, J.L. , author Chee, P.W. , year 2018 . title In-field high throughput phenotyping and cotton plant growth analysis using lidar . journal Frontier...

  131. [139]

    , author Rebain, D

    author Sun, W. , author Rebain, D. , author Liao, R. , author Tankovich, V. , author Yazdani, S. , author Yi, K. , author Tagliasacchi, A. , year 2023 a. title Neuralbf: Neural bilateral filtering for top-down instance segmentation on point clouds ,

  132. [140]

    , author Zhang, Z

    author Sun, Y. , author Zhang, Z. , author Sun, K. , author Li, S. , author Yu, J. , author Miao, L. , author Zhang, Z. , author Li, Y. , author Zhao, H. , author Hu, Z. , author Xin, D. , author Chen, Q. , author Zhu, R. , year 2023 b. title Soybean-mvs: Annotated three-dimen...

  133. [141]

    , author Liu, Z

    author Tang, H. , author Liu, Z. , author Li, X. , author Lin, Y. , author Han, S. , year 2022 . title TorchSparse: Efficient Point Cloud Inference Engine ,

  134. [142]

    , author Liu, Z

    author Tang, H. , author Liu, Z. , author Zhao, S. , author Lin, Y. , author Lin, J. , author Wang, H. , author Han, S. , year 2020 . title Searching efficient 3d architectures with sparse point-voxel convolution ,

  135. [143]

    , author Yang, S

    author Tang, H. , author Yang, S. , author Liu, Z. , author Hong, K. , author Yu, Z. , author Li, X. , author Dai, G. , author Wang, Y. , author Han, S. , year 2023 a. title TorchSparse++: Efficient Point Cloud Engine ,

  136. [144]

    , author Yang, S

    author Tang, H. , author Yang, S. , author Liu, Z. , author Hong, K. , author Yu, Z. , author Li, X. , author Dai, G. , author Wang, Y. , author Han, S. , year 2023 b. title Torchsparse++: Efficient training and inference framework for sparse convolution on gpus ,

  137. [145]

    , author Ao, Z

    author Tang, S. , author Ao, Z. , author Li, Y. , author Huang, H. , author Xie, L. , author Wang, R. , author Wang, W. , author Guo, R. , year 2024 . title Treenet3d : A large scale tree benchmark for 3d tree modeling, carbon storage estimation and tree segmentation . journal...

  138. [146]

    , author Choy, C

    author Tchapmi, L. , author Choy, C. , author Armeni, I. , author Gwak, J. , author Savarese, S. , year 2017 . title Segcloud: Semantic segmentation of 3d point clouds ,

  139. [147]

    , author Calders, K

    author Terryn, L. , author Calders, K. , author Disney, M. , author Origo, N. , author Malhi, Y. , author Newnham, G. , author Raumonen, P. , author Å kerblom , M. , author Verbeeck, H. , year 2020 . title Tree species classification using structural features derived from terr...

  140. [148]

    , author Qi, C.R

    author Thomas, H. , author Qi, C.R. , author Deschaud, J.E. , author Marcotegui, B. , author Goulette, F. , author Guibas, L.J. , year 2019 . title Kpconv: Flexible and deformable convolution for point clouds

  141. [149]

    , author Scalera, L

    author Tiozzo Fasiolo , D. , author Scalera, L. , author Maset, E. , author Gasparetto, A. , year 2023 . title Towards autonomous mapping in agriculture: A review of supportive technologies for ground robotics . journal Robotics and Autonomous Systems

  142. [150]

    , author Fong, R

    author Tobin, J. , author Fong, R. , author Ray, A. , author Schneider, J. , author Zaremba, W. , author Abbeel, P. , year 2017 . title Domain randomization for transferring deep neural networks from simulation to the real world , in: booktitle 2017 IEEE/RSJ International Conf...

  143. [151]

    , author Gong, D

    author Tong, H. , author Gong, D. , author Tian, Z. , author Shen, C. , year 2020 . title Learning and Memorizing Representative Prototypes for 3D Point Cloud Semantic and Instance Segmentation

  144. [152]

    , author Nagel, K.A

    author Tracy, S.R. , author Nagel, K.A. , author Postma, J.A. , author Fassbender, H. , author Wasson, A. , author Watt, M. , year 2020 . title Crop improvement from phenotyping roots: highlights reveal expanding opportunities . journal Trends in plant science

  145. [153]

    , author Dutagaci, H

    author Turgut, K. , author Dutagaci, H. , author Galopin, G. , author Rousseau, D. , year 2022 . title Segmentation of structural parts of rosebush plants with 3d point-based deep learning methods . journal Plant Methods

  146. [154]

    , author Asari, V.K

    author Varney, N. , author Asari, V.K. , author Graehling, Q. , year 2020 . title Dales: A large-scale aerial lidar data set for semantic segmentation , in: booktitle 2020 IEEE/CVF Conference on Computer Vision and Pattern Recognition Workshops (CVPRW) ,

  147. [155]

    , author Evers, J.B

    author Vos, J. , author Evers, J.B. , author Buck-Sorlin, G.H. , author Andrieu, B. , author Chelle, M. , author De Visser, P.H. , year 2010 . title Functional--structural plant modelling: a new versatile tool in crop science . journal Journal of experimental Botany

  148. [156]

    , author Kim, K

    author Vu, T. , author Kim, K. , author Luu, T.M. , author Nguyen, X.T. , author Yoo, C.D. , year 2022 . title Softgroup for 3d instance segmentation on 3d point clouds ,

  149. [157]

    , author Kim, K

    author Vu, T. , author Kim, K. , author Nguyen, T. , author Luu, T.M. , author Kim, J. , author Yoo, C.D. , year 2024 . title Scalable softgroup for 3d instance segmentation on point clouds . journal IEEE Trans. Pattern Anal. Mach. Intell

  150. [158]

    , year 2020

    author Wang, D. , year 2020 . title Unsupervised semantic and instance segmentation of forest point clouds . journal ISPRS Journal of Photogrammetry and Remote Sensing

  151. [159]

    , author Laga, H

    author Wang, G. , author Laga, H. , author Jia, J. , author Xie, N. , author Tabia, H. , year 2018 a. title Statistical modeling of the 3d geometry and topology of botanical trees . journal Computer Graphics Forum

  152. [160]

    , author Huang, Y

    author Wang, L. , author Huang, Y. , author Hou, Y. , author Zhang, S. , author Shan, J. , year 2019 a. title Graph attention convolution for point cloud semantic segmentation , in: booktitle 2019 IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR) ,

  153. [161]

    , author Miao, Y

    author Wang, L. , author Miao, Y. , author Han, Y. , author Li, H. , author Zhang, M. , author Peng, C. , year 2023 . title Extraction of 3d distribution of potato plant cwsi based on thermal infrared image and binocular stereovision system . journal Frontiers in Plant Science

  154. [162]

    , author Zheng, L

    author Wang, L. , author Zheng, L. , author Wang, M. , year 2022 a. title 3d point cloud instance segmentation of lettuce based on partnet , in: booktitle Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR) Workshops ,

  155. [163]

    , author Deng, W

    author Wang, M. , author Deng, W. , year 2018 . title Deep visual domain adaptation: A survey . journal Neurocomputing

  156. [164]

    , author Suo, S

    author Wang, S. , author Suo, S. , author Ma, W.C. , author Pokrovsky, A. , author Urtasun, R. , year 2018 b. title Deep parametric continuous convolutional neural networks , in: booktitle 2018 IEEE/CVF Conference on Computer Vision and Pattern Recognition ,

  157. [165]

    , author Yu, R

    author Wang, W. , author Yu, R. , author Huang, Q. , author Neumann, U. , year 2018 c. title Sgpn: Similarity group proposal network for 3d point cloud instance segmentation ,

  158. [166]

    , author Kong, T

    author Wang, X. , author Kong, T. , author Shen, C. , author Jiang, Y. , author Li, L. , year 2020 a. title Solo: Segmenting objects by locations , in: booktitle Computer Vision – ECCV 2020: 16th European Conference, Glasgow, UK, August 23–28, 2020, Proceedings, Part XVIII , p...

  159. [167]

    , author Zhang, R

    author Wang, X. , author Zhang, R. , author Kong, T. , author Li, L. , author Shen, C. , year 2020 b. title Solov2: Dynamic and fast instance segmentation , in: editor Larochelle, H. , editor Ranzato, M. , editor Hadsell, R. , editor Balcan, M. , editor Lin, H. (Eds.), booktit...

  160. [168]

    , author Fang, H

    author Wang, Y. , author Fang, H. , year 2020 . title Estimation of lai with the lidar technology: A review . journal Remote Sensing

  161. [169]

    , author Hu, S

    author Wang, Y. , author Hu, S. , author Ren, H. , author Yang, W. , author Zhai, R. , year 2022 b. title 3dphenomvs: A low-cost 3d tomato phenotyping pipeline using 3d reconstruction point cloud based on multiview images . journal Agronomy

  162. [170]

    , author Sun, Y

    author Wang, Y. , author Sun, Y. , author Liu, Z. , author Sarma, S.E. , author Bronstein, M.M. , author Solomon, J.M. , year 2019 b. title Dynamic graph cnn for learning on point clouds

  163. [171]

    , author Verboven, P

    author Wang, Z. , author Verboven, P. , author Nicolai, B. , year 2017 . title Contrast-enhanced 3d micro-ct of plant tissues using different impregnation techniques . journal Plant methods

  164. [172]

    , author Wang, K

    author Wang, Z. , author Wang, K. , author Yang, F. , author Pan, S. , author Han, Y. , year 2018 d. title Image segmentation of overlapping leaves based on chan–vese model and sobel operator . journal Information Processing in Agriculture

  165. [173]

    , author Zhang, L

    author Wang, Z. , author Zhang, L. , author Fang, T. , author Mathiopoulos, P.T. , author Tong, X. , author Qu, H. , author Xiao, Z. , author Li, F. , author Chen, D. , year 2015 . title A multiscale and hierarchical feature extraction method for terrestrial laser scanning poi...

  166. [174]

    , author Schmidt, A

    author Weinmann, M. , author Schmidt, A. , author Mallet, C. , author Hinz, S. , author Rottensteiner, F. , author Jutzi, B. , year 2015 . title Contextual classification of point cloud data by exploiting individual 3d neighborhoods . journal ISPRS Annals of the Photogrammetry...

  167. [175]

    , author Esmorís Pena , A.M

    author Winiwarter, L. , author Esmorís Pena , A.M. , author Weiser, H. , author Anders, K. , author Martínez Sánchez , J. , author Searle, M. , author Höfle, B. , year 2022 . title Virtual laser scanning with helios++: A novel take on ray tracing-based simulation of topographi...

  168. [176]

    , author Wen, W

    author Wu, S. , author Wen, W. , author Gou, W. , author Lu, X. , author Zhang, W. , author Zheng, C. , author Xiang, Z. , author Chen, L. , author Guo, X. , year 2022 . title A miniaturized phenotyping platform for individual plants using multi-view stereo 3d reconstruction ....

  169. [177]

    , author Wen, W

    author Wu, S. , author Wen, W. , author Wang, Y. , author Fan, J. , author Wang, C. , author Gou, W. , author Guo, X. , year 2020 . title Mvs-pheno: A portable and low-cost phenotyping platform for maize shoots using multiview stereo 3d reconstruction . journal Plant Phenomics

  170. [178]

    , author Qi, Z

    author Wu, W. , author Qi, Z. , author Li, F. , year 2019 . title Pointconv: Deep convolutional networks on 3d point clouds ,

  171. [179]

    , year 2016

    author Wyatt, J. , year 2016 . title Grain and plant morphology of cereals and how characters can be used to identify varieties , in: editor Wrigley, C. , editor Corke, H. , editor Seetharaman, K. , editor Faubion, J. (Eds.), booktitle Encyclopedia of Food Grains (Second Editi...

  172. [180]

    , author Hopkinson, C

    author Xi, Z. , author Hopkinson, C. , author Rood, S.B. , author Peddle, D.R. , year 2020 . title See the forest and the trees: Effective machine and deep learning algorithms for wood filtering and tree species classification from terrestrial laser scanning . journal ISPRS Jo...

  173. [181]

    , author Wielgosz, M

    author Xiang, B. , author Wielgosz, M. , author Kontogianni, T. , author Peters, T. , author Puliti, S. , author Astrup, R. , author Schindler, K. , year 2024 . title Automated forest inventory: Analysis of high-density airborne lidar point clouds with 3d deep learning . journ...

  174. [182]

    , author Chai, H

    author Xiao, S. , author Chai, H. , author Shao, K. , author Shen, M. , author Wang, Q. , author Wang, R. , author Sui, Y. , author Ma, Y. , year 2020 . title Image-based dynamic quantification of aboveground structure of sugar beet in field . journal Remote Sensing

  175. [183]

    , author Du, R

    author Xie, P. , author Du, R. , author Ma, Z. , author Cen, H. , year 2023 . title Generating 3d multispectral point clouds of plants with fusion of snapshot spectral and rgb-d images . journal Plant Phenomics

  176. [184]

    , author Ma, Z

    author Xie, P. , author Ma, Z. , author Du, R. , author Yang, X. , author Jiang, Y. , author Cen, H. , year 2024 . title An unmanned ground vehicle phenotyping-based method to generate three-dimensional multispectral point clouds for deciphering spatial heterogeneity in plant ...

  177. [185]

    , author Tian, J

    author Xie, Y. , author Tian, J. , author Zhu, X.X. , year 2020 . title Linking points with labels in 3d: A review of point cloud semantic segmentation . journal IEEE Geoscience and Remote Sensing Magazine

  178. [186]

    , author Sun, J

    author Xin, B. , author Sun, J. , author Bartholomeus, H. , author Kootstra, G. , year 2023 . title 3d data-augmentation methods for semantic segmentation of tomato plant parts . journal Frontiers in Plant Science

  179. [187]

    , author Ding, R

    author Xu, M. , author Ding, R. , author Zhao, H. , author Qi, X. , year 2021 . title Paconv: Position adaptive convolution with dynamic kernel assembling on point clouds ,

  180. [188]

    , author Li, C

    author Xu, R. , author Li, C. , year 2022 . title A review of high-throughput field phenotyping systems: Focusing on ground robots . journal Plant Phenomics

  181. [189]

    , author Wang, J

    author Yang, B. , author Wang, J. , author Clark, R. , author Hu, Q. , author Wang, S. , author Markham, A. , author Trigoni, N. , year 2019 . title Learning object bounding boxes for 3D instance segmentation on point clouds

  182. [190]

    , author Feng, H

    author Yang, W. , author Feng, H. , author Zhang, X. , author Zhang, J. , author Doonan, J.H. , author Batchelor, W.D. , author Xiong, L. , author Yan, J. , year 2020 . title Crop phenomics and high-throughput phenotyping: Past decades, current challenges, and future perspecti...

  183. [191]

    , author Miao, T

    author Yang, X. , author Miao, T. , author Tian, X. , author Wang, D. , author Zhao, J. , author Lin, L. , author Zhu, C. , author Yang, T. , author Xu, T. , year 2024 . title Maize stem–leaf segmentation framework based on deformable point clouds . journal ISPRS Journal of Ph...

  184. [192]

    , author Kim, V.G

    author Yi, L. , author Kim, V.G. , author Ceylan, D. , author Shen, I.C. , author Yan, M. , author Su, H. , author Lu, C. , author Huang, Q. , author Sheffer, A. , author Guibas, L. , year 2016 . title A scalable active framework for region annotation in 3d shape collections ....

  185. [193]

    , author Zhao, W

    author Yi, L. , author Zhao, W. , author Wang, H. , author Sung, M. , author Guibas, L.J. , year 2019 . title Gspn: Generative shape proposal network for 3d instance segmentation in point cloud , in: booktitle 2019 IEEE/CVF Conference on Computer Vision and Pattern Recognition...

  186. [194]

    , author Grimm, C

    author You, A. , author Grimm, C. , author Davidson, J. , year 2022 . title Optical flow-based branch segmentation for complex orchard environments ,

  187. [195]

    , author Eichhorn, M.P

    author Yun, T. , author Eichhorn, M.P. , author Jin, S. , author Yuan, X. , author Fang, W. , author Lu, X. , author Wang, X. , author Zhang, H. , year 2025 . title A framework for phenotyping rubber trees under intense wind stress using laser scanning and digital twin technol...

  188. [196]

    , author Li, B

    author Zarei, A. , author Li, B. , author Schnable, J.C. , author Lyons, E. , author Pauli, D. , author Barnard, K. , author Benes, B. , year 2024 . title Plantsegnet: 3d point cloud instance segmentation of nearby plant organs with identical semantics . journal Computers and ...

  189. [197]

    , author Wang, X

    author Zhai, A.J. , author Wang, X. , author Li, K. , author Jiang, Z. , author Zhou, J. , author Wang, S. , author Jin, Z. , author Guan, K. , author Wang, S. , year 2024

  190. [198]

    , author Song, Y

    author Zhang, S. , author Song, Y. , author Ou, R. , author Liu, Y. , author Li, S. , author Lu, X. , author Xu, S. , author Su, Y. , author Jiang, D. , author Ding, Y. , author Xia, H. , author Guo, Q. , author Wu, J. , author Zhang, J. , author Wang, J. , author Jin, S. , ye...

  191. [199]

    , author Jiang, L

    author Zhao, H. , author Jiang, L. , author Fu, C.W. , author Jia, J. , year 2019 . title Pointweb: Enhancing local neighborhood features for point cloud processing , in: booktitle 2019 IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR) ,

  192. [200]

    , author Moskal, L.M

    author Zheng, G. , author Moskal, L.M. , author Kim, S.H. , year 2013 . title Retrieval of effective leaf area index in heterogeneous forests with terrestrial laser scanning . journal IEEE Transactions on Geoscience and Remote Sensing

  193. [201]

    , author Liu, F

    author Zhu, B. , author Liu, F. , author Xie, Z. , author Guo, Y. , author Li, B. , author Ma, Y. , year 2020 . title Quantification of light interception within image-based 3-d reconstruction of sole and intercropped canopies over the entire growth season . journal Annals of botany

  194. [202]

    , author Zhai, R

    author Zhu, J. , author Zhai, R. , author Ren, H. , author Xie, K. , author Du, A. , author He, X. , author Cui, C. , author Wang, Y. , author Ye, J. , author Wang, J. , et al., year 2024 . title Crops3d: a diverse 3d crop dataset for realistic perception and segmentation towa...

  195. [203]

    , author Ruano, S

    author Zolanvari, I. , author Ruano, S. , author Rana, A. , author Cummins, A. , author Smolic, A. , author Da Silva, R. , author Rahbar, M. , year 2019

Pith tools

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