Pith. sign in

REVIEW 3 major objections 2 minor 1 cited by

Deep Learning for Automated Identification of Vietnamese Timber Species: A Tool for Ecological Monitoring and Conservation

T0 review · 3 major / 2 minor · reviewed 2026-08-05 · deepseek-v4-flash

Pith's one-line read ShuffleNetV2, a lightweight neural network, identifies ten Vietnamese timber species from photographs of wood samples with 99.29% average accuracy and 99.35% F1-score, making real-time field identification feasible.

desk verdict Useful new dataset, but the abstract alone can't rule out sample-level leakage, so treat the 99% figure as an unverified claim rather than a result. read the letter →

arxiv 2508.10938 v1 pith:4DZ5TU43 submitted 2025-08-13 cs.CV

classification cs.CV
keywords timberspeciesidentificationwoodimageclassificationdeeplearningShuffleNetV2convolutionalneuralnetworksecologicalmonitoringVietnamlightweightmodels
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 paper reports that a lightweight deep learning model, ShuffleNetV2, can identify ten Vietnamese timber species from photographs of wood samples with an average accuracy of 99.29% and an F1-score of 99.35% across 20 independent runs. The authors test five convolutional neural network architectures on a custom dataset of field-collected wood samples and find ShuffleNetV2 offers the best balance of classification performance and computational efficiency. They argue this makes automated, real-time species identification feasible in resource-constrained forest environments, supporting ecological monitoring and biodiversity conservation. The central claim is that accurate wood-species recognition no longer requires expert laboratory inspection but can be performed by a model small enough to run on portable devices.

What carries the argument

ShuffleNetV2 is a convolutional neural network architecture designed for high accuracy at low computational cost, using channel-shuffle operations to improve information flow between feature groups without extra parameters. In this study it functions as the central classifier: the network is trained on a custom dataset of field-collected wood samples of ten Vietnamese timber species, and its architecture is the reason the paper's claims of both high accuracy and efficiency are achieved. The other four models serve as baselines for comparison; the paper attributes ShuffleNetV2's advantage to a favorable trade-off between model size, speed, and classification stability.

What would settle it

Collect a fresh, independently photographed set of the same ten Vietnamese timber species from different locations, with different cameras and lighting, split by physical sample, and rerun the same ShuffleNetV2 training protocol; an accuracy substantially below 99% would show the original result did not generalize beyond the specific dataset.

Watch

Extended reading notes

Core claim

The paper's central discovery is that ShuffleNetV2—a lightweight convolutional neural network originally designed for mobile devices—classifies ten Vietnamese timber species from macroscopic wood images at 99.29% average accuracy and 99.35% average F1-score over 20 independent training runs. This result is presented as the best among the five architectures evaluated (ResNet50, EfficientNet, MobileViT, MobileNetV3, and ShuffleNetV2) when measured jointly by recognition accuracy and computational cost. The authors conclude that lightweight deep learning models can provide expert-level wood identification in settings where computing resources, electricity, and connectivity are limited, and they

Load-bearing premise

The custom image dataset is representative and correctly labelled for the ten timber species, and no image from the same physical wood sample appears in both training and test sets.

Editorial extensions

If this is right

  • Wood samples photographed in the field could be identified in near real-time on a smartphone or portable device, allowing rangers and researchers to assess species composition without sending samples to a laboratory.
  • The same approach could be extended to additional timber species, including endangered or protected ones, to help customs and forest authorities detect illegal logging.
  • A lightweight model reduces reliance on cloud computing and internet access, making automated identification workable in remote forest stations and during fieldwork.
  • The reported accuracy supports a practical workflow where the model pre-screens samples and flags uncertain cases for expert verification, reducing expert workload while maintaining reliability.

Reading between the lines

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

  • The paper evaluates only ten species with images collected under presumably standardized conditions; a natural extension is to test how accuracy degrades with many more species, varied lighting, moisture, and surface preparation, since open-set, real-world conditions are likely harder than the controlled setting reported here.
  • Because the architecture is lightweight, one could embed the classifier directly into a mobile app for rangers; whether the 99% figure survives everyday field photography (motion blur, glare, dirt) is an empirical question the paper does not fully settle.
  • The authors do not report per-species confusion matrices or dataset statistics in the abstract; releasing these would allow independent evaluation of whether rare or visually similar species are the main sources of error, and would make the result a benchmark others can extend.
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

3 major / 2 minor

Summary. The paper proposes a deep-learning pipeline for automated identification of ten Vietnamese timber species from images of field-collected wood samples. Five CNN architectures (ResNet50, EfficientNet, MobileViT, MobileNetV3, ShuffleNetV2) are compared. The authors report that ShuffleNetV2 achieves the best trade-off between accuracy and efficiency, with 99.29% average accuracy and 99.35% F1-score over 20 independent runs, and argue that such lightweight models enable real-time, resource-constrained species identification for ecological monitoring and conservation. The manuscript provided for review consists solely of the abstract; no methodological details, dataset description, or evaluation protocol are available in the supplied text.

Significance. If the reported performance is genuine and transferable to new physical samples, the work would be practically valuable for forest biodiversity assessment and timber trade enforcement in Vietnam, where expert wood identification is scarce. The choice of lightweight architectures is relevant for deployment in low-resource settings. However, the central claim is a generalization claim about recognizing species on unseen wood samples, and that claim cannot be evaluated from the abstract alone. The paper currently provides no evidence about dataset size, number of samples per species, class balance, imaging protocol, train/test split construction, or variance of the repeated runs. These are essential for assessing whether the 99%+ figures reflect species-level anatomical learning or memorization of individual-sample surface texture. In its present form, the manuscript does not allow a reader to verify the headline result; the significance is conditional on information not supplied.

major comments (3)
  1. [Abstract] The central quantitative claim ('average accuracy of 99.29% and F1-score of 99.35% over 20 independent runs') is unverifiable without details of the train/test split. Specifically, the abstract does not state whether the split was performed at the level of physical wood samples or at the level of individual images. If images from the same physical sample appear in both training and test partitions, near-duplicate surface textures can produce inflated accuracy that does not generalize to new boards. The authors must document the acquisition protocol, the number of samples and images per species, and the split criterion, and ideally evaluate with sample-disjoint folds.
  2. [Abstract] The '20 independent runs' are not sufficient to establish reliability without reporting variance or confidence intervals. If the runs are 20 random initializations on the same split, they do not measure generalization across samples. The manuscript should report per-run accuracy/F1 distributions, standard deviations, and the method by which the runs differ (e.g., random seeds, cross-validation folds, or independently collected subsamples).
  3. [Abstract] The claim of 'best balance between classification performance and computational efficiency' is not supported by any quantitative efficiency metric in the abstract. No inference time, FLOPs, parameter count, or latency comparison is given. Without such data, the balance claim cannot be assessed, and the term 'real-time' remains undefined.
minor comments (2)
  1. [Abstract] The F1-score should specify the averaging scheme (macro, micro, or weighted), especially if class sizes are imbalanced across the ten species.
  2. [Abstract] The abstract would benefit from listing the ten species or referring to a table that identifies them, as well as stating whether the dataset will be made available for reproducibility.

Circularity Check

0 steps flagged · score 0.0 of 10

No circularity: the study is an empirical supervised classification benchmark with no derivation chain that reduces to its inputs.

full rationale

The manuscript (abstract and no further full text supplied) reports an empirical comparison of five CNN architectures on a custom wood-image dataset. The central claim—ShuffleNetV2 achieving 99.29% accuracy and 99.35% F1 over 20 runs—is an experimental outcome, not a derivation. There are no equations, no fitted parameters renamed as predictions, no self-citations used as load-bearing evidence, and no uniqueness theorem invoked. The accuracy is not obtained by construction from the training labels; it depends on held-out image evaluation. A possible sample-level leakage between training and test partitions would be a validity threat, but that is a correctness/experimental-design concern, not circular reasoning. Since the paper contains no self-referential derivation chain, the appropriate circularity score is 0.

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

The central claim rests on the quality and independence of the custom image dataset and the correctness of expert labels. Since the abstract provides no dataset statistics or label verification, these are unverified assumptions.

assumptions (3)
  • domain assumption Wood species can be reliably identified from macro photographs of wood surfaces or end-grain.
    The entire system assumes the images contain sufficient species-discriminative visual information.
  • domain assumption Expert-provided species labels are ground truth.
    No independent verification, such as genetic analysis or anatomical cross-checking, is described in the abstract.
  • domain assumption The custom dataset is representative of the ten target Vietnamese timber species.
    Sampling and coverage details are not available; classification performance is only meaningful on the collected dataset.

how reviews work

0 comments
Cite this review

Pith. "Pith review of Deep Learning for Automated Identification of Vietnamese Timber Species: A Tool for Ecological Monitoring and Conservation." pith.science (2026). https://pith.science/paper/4DZ5TU43

@misc{pith2026250810938,
  author       = {Pith},
  title        = {Pith review of: Deep Learning for Automated Identification of Vietnamese Timber Species: A Tool for Ecological Monitoring and Conservation},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/4DZ5TU43}},
  note         = {Machine review of arXiv:2508.10938}
}
read the original abstract

Accurate identification of wood species plays a critical role in ecological monitoring, biodiversity conservation, and sustainable forest management. Traditional classification approaches relying on macroscopic and microscopic inspection are labor-intensive and require expert knowledge. In this study, we explore the application of deep learning to automate the classification of ten wood species commonly found in Vietnam. A custom image dataset was constructed from field-collected wood samples, and five state-of-the-art convolutional neural network architectures--ResNet50, EfficientNet, MobileViT, MobileNetV3, and ShuffleNetV2--were evaluated. Among these, ShuffleNetV2 achieved the best balance between classification performance and computational efficiency, with an average accuracy of 99.29\% and F1-score of 99.35\% over 20 independent runs. These results demonstrate the potential of lightweight deep learning models for real-time, high-accuracy species identification in resource-constrained environments. Our work contributes to the growing field of ecological informatics by providing scalable, image-based solutions for automated wood classification and forest biodiversity assessment.

Discussion (0). Continue with ORCID to comment.

Forward citations

Cited by 1 Pith paper

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score. Full citation record

  1. Towards High-Fidelity and Controllable Bioacoustic Generation via Enhanced Diffusion Learning

    cs.SD 2025-08 reject novelty 5.0 of 10

    BirdDiff combines a multi-band enhancement stage with a DiffWave-based diffusion generator and multimodal conditioning, reporting substantially better bird-call synthesis metrics than DiffWave on a 12-species propriet...

Reference graph

Works this paper leans on

63 extracted references · 54 canonical work pages · cited by 1 Pith paper

  1. [1]

    J., van Buijtenen, J

    Zobel, B. J., van Buijtenen, J. P. (1989). Wood Variation. Its Causes and Control. Springer-Verlag, Heidelberg

  2. [2]

    Desch, H. E. (1984). Timber: Its structure, properties and utilisation. Macmillan International Higher Education

  3. [3]

    IAWA list of microscopic features for hardwood identification

    IAWA Committee (1989). IAWA list of microscopic features for hardwood identification. IAWA Bulletin n.s., 10(3), 219--332

  4. [4]

    Krizhevsky, A., Sutskever, I., Hinton, G. E. (2012). Imagenet classification with deep convolutional neural networks. Advances in neural information processing systems, 25, 1097--1105

  5. [5]

    LeCun, Y., Bengio, Y., Hinton, G. (2015). Deep learning. Nature, 521(7553), 436--444

  6. [6]

    Song, T., Nguyen, L. T. H., Ta, T. V. (2025). MPSA-DenseNet: A novel deep learning model for English accent classification. Computer Speech & Language, 89, 101676

  7. [7]

    Song, T., Ta, T. V. (2025). Towards high-fidelity and controllable bioacoustic generation via enhanced diffusion learning. Preprint submitted to a journal

  8. [8]

    C., Li, M., Smola, A

    Zhang, A., Lipton, Z. C., Li, M., Smola, A. J. (2023). Dive into Deep Learning. Cambridge University Press. https://D2L.ai

Show all 63 references
  1. [9]

    Ravindran, B., Jaisankar, N., Premalatha, J. (2018). Wood species identification using image processing and machine learning techniques: A review. Journal of Forestry Research, 29(5), 1209--1221

  2. [10]

    S., Prakasa, E., Suhartono, E

    Oktaria, A. S., Prakasa, E., Suhartono, E. (2019). Wood species identification using convolutional neural network (CNN) architectures on macroscopic images. Journal of Information Technology and Computer Science, 4(3), 274--283

  3. [11]

    G., García-Iruela, A., García-Fernández, F., Herrera, F

    Herrera-Poyatos, D., Herrera-Poyatos, A., Montes-Soldado, R., De Palacios, P., Esteban, L. G., García-Iruela, A., García-Fernández, F., Herrera, F. (2024). Deep learning methodology for the identification of wood species using high-resolution macroscopic images. Proceedings of...

  4. [12]

    M., Scabini, L., Ribas, L

    Zielinski, K. M., Scabini, L., Ribas, L. C., da Silva, N. R., Beeckman, H., Verwaeren, J., Bruno, O. M., De Baets, B. (2025). Advanced wood species identification based on multiple anatomical sections and using deep feature transfer and fusion. Computers and Electronics in Agr...

  5. [13]

    Wheeler, E. A. (2011). InsideWood-online resource for wood anatomy. IAWA Journal, 32(2), 199--211

  6. [14]

    Gasson, P. (2011). How precise can wood identification be? Wood anatomy's role in support of the legal timber trade, especially CITES. IAWA Journal, 32(2), 137--154

  7. [15]

    C., Yin, Y

    Liu, S., He, T., Wang, J., Chen, J., Guo, J., Jiang, X., Wiedenhoeft, A. C., Yin, Y. (2022). Can quantitative wood anatomy data coupled with machine learning analysis discriminate CITES species from their look-alikes? Wood Science and Technology, 56, 1567--1583. https://doi.or...

  8. [16]

    T., Casse, T., Ta, T

    Do, N. T., Casse, T., Ta, T. V. (2025). Actor-centered power and forest governance: Can a conceptual framework help us understand the conflict in managing national parks in Vietnam? Forest Policy and Economics, 174, 103482

  9. [17]

    Gao, Y., Banerjee, M., Ta, T. V. (2025). Dynamics of infectious diseases in predator–prey populations: A stochastic model, sustainability, and invariant measure. Mathematics and Computers in Simulation, 227, 103--120

  10. [18]

    D., Nguyen, L

    Hartono, A. D., Nguyen, L. T. H., Ta, T. V. (2024). A stochastic differential equation model for predator-avoidance fish schooling. Mathematical Biosciences, 367, 109112

  11. [19]

    Ta, T. V. (2021). Strict solutions to stochastic semilinear evolution equations in M-type 2 Banach spaces. Communications on Pure and Applied Analysis, 20, 1867--1891

  12. [20]

    Ta, T. V. (2018). Dynamical system for animal coat pattern model. Journal of Elliptic and Parabolic Equations, 4, 525--564

  13. [21]

    V., Nguyen, L

    Ta, T. V., Nguyen, L. T. H. (2018). A stochastic differential equation model for foraging behavior of fish schools. Physical Biology, 15(3), 036007

  14. [22]

    Ta, T. V. (2018). Existence results for linear evolution equations of parabolic type. Communications on Pure and Applied Analysis, 17, 751--785

  15. [23]

    V., Yamamoto, Y., Yagi, A

    Ta, T. V., Yamamoto, Y., Yagi, A. (2018). Strict solutions to stochastic linear evolution equations in M-type 2 Banach spaces. Funkcialaj Ekvacioj, 61, 191--217

  16. [24]

    V., Yagi, A., Yamamoto, Y

    Ta, T. V., Yagi, A., Yamamoto, Y. (2017). Maximal regularity for non-autonomous stochastic linear evolution equations in UMD Banach spaces. Proceedings Mathematical Sciences, 127, 857--879

  17. [25]

    Ta, T. V. (2017). Non-autonomous stochastic evolution equations in Banach spaces of martingale type 2: strict solutions and maximal regularity. Discrete and Continuous Dynamical Systems, 37, 4507--4542

  18. [26]

    Ta, T. V. (2017). Note on abstract stochastic semilinear evolution equations. Journal of the Korean Mathematical Society, 54, 909--943

  19. [27]

    V., Nguyen, L

    Ta, T. V., Nguyen, L. T. H., Yagi, A. (2017). A sustainability condition for stochastic forest model.Communications on Pure and Applied Analysis, 16, 699--718

  20. [28]

    Nguyen, L. T. H., Ta, T. V., Yagi, A. (2016). Obstacle avoiding patterns and cohesiveness of fish school. Journal of Theoretical Biology, 406, 116--123

  21. [29]

    Ta, T. V. (2016). Regularity of solutions of abstract linear evolution equations. Lithuanian Mathematical Journal, 56, 268--290

  22. [30]

    L. T. H. Nguyen, T. V. Ta, and A. Yagi, Quantitative investigations for ODE model describing fish schooling, Sci. Math. Jpn., vol. 77, No. 3 (2014), pp. 403--413, [Scientiae Mathematicae Japonicae Online, e-2014, pp. 97--107]

  23. [31]

    V., Nguyen, L

    Ta, T. V., Nguyen, L. T. H., Yagi, A. (2014). Flocking and non-flocking behavior in a stochastic Cucker-Smale system.Analysis and Applications, 12, 63--73

  24. [32]

    V., Yagi, A

    Uchitane, T., Ta, T. V., Yagi, A. (2012). An ordinary differential equation model for fish schooling. Scientiae Mathematicae Japonicae, 75, 339--350

  25. [33]

    V., Yamamoto, Y., Nguyen, D

    Ta, T. V., Yamamoto, Y., Nguyen, D. H., Yagi, A. (2011). Asymptotic behaviour of solutions to stochastic phase transition model. Scientiae Mathematicae Japonicae, 73, 143--156

  26. [34]

    Yagi, A., Ta, T. V. (2011). Dynamic of a stochastic predator-prey population. Applied Mathematics and Computation, 218, 3100--3109

  27. [35]

    Nguyen, L. T. H., Ta, T. V. (2011). Dynamics of a stochastic ratio-dependent predator-prey model. Analysis and Applications, 9, 329--344

  28. [36]

    H., Nguyen, D

    Nguyen, D. H., Nguyen, D. H., Ta, T. V. (2011). Asymptotic behaviour of predator-prey systems perturbed by white noise. Acta Applicandae Mathematicae, 115, 351--370

  29. [37]

    V., Nguyen, H

    Ta, T. V., Nguyen, H. T. (2011). Dynamics of species in a model with two predators and one prey. Nonlinear Analysis, Theory, Methods and Applications , 74, 4868--4881

  30. [38]

    V., Yagi, A

    Ta, T. V., Yagi, A. (2011). Dynamics of a stochastic predator-prey model with the Beddington-De Angelis functional response. Communications on Stochastic Analysis, 5, 371--386

  31. [39]

    Ta, T. V. (2010). Dynamics of the stochastic equation of cooperative population. Vietnam Journal of Mathematics, 38, 143--155

  32. [40]

    Ta, T. V. (2010). Survival of three species in a non-autonomous Lotka-Volterra system. Journal of Mathematical Analysis and Applications, 362, 427--437

  33. [41]

    H., Ta, T

    Ta, Q. H., Ta, T. V., Nguyen, L. T. H. (2009). Dynamics of a non-autonomous three-dimensional population system.Electronic Journal of Differential Equations, 157, 1--12

  34. [42]

    Ta, T. V. (2009). Dynamics of species in a non-autonomous Lotka-Volterra system. Acta Mathematica Academiae Paedagogiace Nyíregyháziensis, 25, 45--54

  35. [43]

    Song, T., Ta, T. V. (2024). Advancing bird classification: Harnessing PSA-DenseNet for call-based recognition. In Ta, T.V., Nguyen, L. T. H. (eds) Proceedings of Workshop on Interdisciplinary Sciences 2023. WIS 2023. Mathematics for Industry, vol 38. Springer, Singapore

  36. [44]

    Cheng, Y., Nguyen, L. T. H., Ozaki, A., Ta, T. V. (2024). Deep learning-based method for weather forecasting: A case study in Itoshima. In Ta, T. V., Nguyen, L. T. H. (eds) Proceedings of Workshop on Interdisciplinary Sciences 2023. WIS 2023. Mathematics for Industry, vol 38. ...

  37. [45]

    T., Ta, T

    Dao, T. T., Ta, T. V., Ta, T. H. T. (2024). MATLAB-based application for efficient huntington's disease screening. In Ta, T. V., Nguyen, L. T. H. (eds) Proceedings of Workshop on Interdisciplinary Sciences 2023. WIS 2023. Mathematics for Industry, vol 38. Springer, Singapore

  38. [46]

    Math-for-Industry

    Hartono, A. D., Ta, T. V., Nguyen, L. T. H. (2023). A geometrical structure for predator-avoidance fish schooling. Proceedings of Forum "Math-for-Industry" 2022 - Mathematics of Public Health and Sustainability, 75--89

  39. [47]

    Math-for-Industry

    Nguyen, L. T. H., Ta, T. V., Yagi, A. (2021). A brief review of some swarming models using stochastic differential equations. In Cheng, J., Dinghua, X., Saeki, O., Shirai, T. (eds) Proceedings of the Forum "Math-for-Industry" 2018. Mathematics for Industry, vol 35. Springer, Singapore

  40. [48]

    Nguyen, L. T. H., Ta, T. V., Yagi, A. (2017). Mathematical models for fish schooling. Proceedings of the Vietnam International Applied Mathematics Conference. arXiv:2508.08310 (2025)

  41. [49]

    Nguyen, L. T. H., Ta, Q. H., Ta, T. V. (2015). Existence and stability of periodic solutions of a Lotka-Volterra system.Proceedings of the SICE International Symposium on Control Systems, 712--4:1--6. arXiv:1508.07128 (2015)

  42. [50]

    V., Nguyen, L

    Ta, T. V., Nguyen, L. T. H. (eds) (2024). Proceedings of Workshop on Interdisciplinary Sciences 2023 - Interdisciplinary Sciences: Applied Mathematics, AI, and Statistics. Springer, Singapore

  43. [51]

    J., Whinder, F., Zieminska, K

    Gasson, P., Miller, R., Stekel, D. J., Whinder, F., Zieminska, K. (2010). Wood identification of Dalbergia nigra (CITES Appendix I) using quantitative wood anatomy, principal components analysis and naive Bayes classification. Annals of Botany, 105(1), 45--56

  44. [52]

    Best Practice Guide for Forensic Timber Identification

    United Nations Office on Drugs and Crime (2016). Best Practice Guide for Forensic Timber Identification. UNODC

  45. [53]

    M., Van den Bulcke, J., De Ridder, M., Rousseau, M., Bruno, O

    Rosa da Silva, N., Deklerck, V., Baetens, J. M., Van den Bulcke, J., De Ridder, M., Rousseau, M., Bruno, O. M., Beeckman, H., Van Acker, J., De Baets, B., Verwaeren, J. (2022). Improved wood species identification based on multi-view imagery of the three anatomical planes. Pla...

  46. [54]

    G., Dallwitz, M

    Richter, H. G., Dallwitz, M. J. (2019). Commercial timbers: descriptions, illustrations, identification, and information retrieval

  47. [55]

    Wheeler, E., Baas, P. (1998). Wood Identification - A Review. IAWA Journal, 19(3), 241--264

  48. [56]

    He, K., Zhang, X., Ren, S., Sun, J. (2016). Deep residual learning for image recognition. Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition (CVPR), 770--778

  49. [57]

    Tan, M., Le, Q. (2019). EfficientNet: Rethinking model scaling for convolutional neural networks. Proceedings of the International Conference on Machine Learning (ICML), 97, 6105--6114

  50. [58]

    Mehta, S., Rastegari, M. (2021). MobileViT: Light-weight, general-purpose, and mobile-friendly vision transformer. arXiv preprint arXiv:2110.02178

  51. [59]

    Howard, A., Sandler, M., Chu, G., Chen, L.-C., Chen, B., Tan, M., Wang, W., Zhu, Y., Pang, R., Vasudevan, V., et al. (2019). Searching for MobileNetV3. Proceedings of the IEEE/CVF International Conference on Computer Vision (ICCV), 1314--1324

  52. [60]

    Ma, N., Zhang, X., Zheng, H.-T., Sun, J. (2018). ShuffleNet V2: Practical guidelines for efficient CNN architecture design. Proceedings of the European Conference on Computer Vision (ECCV), 116--131

  53. [61]

    Qi and T

    J. Qi and T. V. Ta, Modeling predator-prey dynamics with stochastic differential equations: patterns of collective hunting and nonlinear predation effects, preprint submitted to a journal

  54. [62]

    J. Qi, T. Casse, M. Harada, L. T. H. Nguyen, T. V. Ta, Quantifying fish school fragmentation under predation using stochastic differential equations, arXiv:2508.00953 (2025)

  55. [63]

    Kumabe, S., Song, T., Ta, T. V. (2025). Stochastic forest transition model dynamics and parameter estimation via deep learning. Mathematical Biosciences and Engineering, 22(5), 1243--1262

Pith tools

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