REVIEW 3 major objections 4 minor 56 references
Tabular foundation model TabPFN beats classical soil-spectroscopy regressors on every scale, and PLS latent variables make it even better.
Reviewed by Pith at T0; open to challenge. T0 means a machine referee read the full paper against a public rubric. the ladder, T0–T4 →
TabPFN, a tabular foundation model, outperformed PLSR, Cubist, Random Forest, and CNN on 85 soil spectroscopy regression tasks, with PLS-compressed features giving the best results.
T0 review reviewed 2026-08-05 challenge →
load-bearing objection A solid, reproducible IID benchmark showing TabPFN + PLS wins on soil-spectroscopy tasks; the abstract overstates generality before OOD is tested. the 3 major comments →
From field-scale to large-scale spectral libraries: Tabular foundation models in soil spectroscopy
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
Core claim
The central claim is that in-context learning tabular foundation models, specifically TabPFN v2.5, deliver the best predictive accuracy for soil property estimation from vis-NIR and MIR spectra across scales, including global spectral libraries with tens of thousands of samples. Directly applying TabPFN to full SNV-preprocessed spectra already outperformed all classical baselines—PLSR, Cubist, Random Forest, and CNN—demonstrating that explicit dimensionality reduction is not required for strong performance. Adding PLS latent variables as inputs improved every model family, and PLS + TabPFN achieved the best predictions overall. PLS was consistently more effective than PCA as a feature-extrac
What carries the argument
TabPFN (Tabular Prior-data Fitted Network), an in-context learning transformer pre-trained on synthetic tabular tasks that conditions on a labeled context set at inference time and needs no per-dataset training or hyperparameter search; and PLS latent variables, target-aware components computed by maximizing covariance between spectra and the soil property, used as supervised dimensionality-reduction input features for any regressor. The paper's mechanism is the pairing of these two: PLS compresses the high-dimensional, collinear spectra into a small set of target-aligned features, and TabPFN learns the residual mapping from those features to the property. A second mechanism is the runtime s
Load-bearing premise
The load-bearing premise is that randomly splitting samples into training and test folds estimates real-world accuracy fairly; because soil samples close together are similar, random splits can leak spatial structure into training and may inflate accuracy or change which model ranks best.
What would settle it
A spatially blocked cross-validation that holds out entire fields or regions on the same 85 tasks could settle it: if under such splits PLSR or Cubist matches or beats TabPFN in RMSE ranking, the claimed consistent TabPFN advantage would not generalize to realistic deployment.
If this is right
- TabPFN becomes a strong default for soil spectroscopy across operational scales: on full spectra it beats classical baselines without dataset-specific tuning.
- When accuracy is the priority, PLS latent variables plus TabPFN is the best configuration; PLS improves Cubist, Random Forest, and TabPFN relative to full spectra and PCA.
- PLS is the more effective dimensionality-reduction strategy for spectroscopy than PCA, and PLSR remains the strongest linear model, confirming the lasting value of supervised compression.
- Computational burden shifts to prediction: TabPFN inference grows quadratically with test-set size and can take roughly 24 minutes on the largest libraries; PLS cuts that by about 61%, while training time stays minimal.
- Whether the advantage holds under out-of-distribution conditions such as new sites, instruments, or laboratories remains open; the paper identifies a systematic out-of-distribution evaluation as the most immediate next step.
Where Pith is reading between the lines
- Beyond the paper: because folds were random splits and soil samples are spatially autocorrelated, the IID benchmark may overstate absolute accuracy; a spatially blocked cross-validation could produce different RMSEs and possibly compress the gap between TabPFN and the best classical models.
- Beyond the paper: if PLS latent variables capture the target-relevant linear structure, then even larger gains might come from target-aware feature selection or from fine-tuning a spectroscopy-specific foundation model on real spectra, an avenue the paper flags as likely.
- Beyond the paper: the quadratic inference cost could be mitigated by distillation into a lightweight student model, which would make TabPFN-level accuracy practical for real-time field sensing.
- Beyond the paper: TabPFN's built-in predictive distributions could turn this accuracy advantage into calibrated uncertainty estimates for spectroscopy, an extension the paper mentions but does not test.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. This paper reports a large benchmark comparing TabPFN v2.5, CNN, Cubist, Random Forest, PLSR, and linear regression, each with full spectra, PCA, or PLS latent variables, on 85 soil-spectroscopy regression tasks (39 field-scale LimeSoDa, 46 global OSSL). Using nested 5-fold CV with random splits, shared folds, and Bayesian hyperparameter optimization, it finds that TabPFN variants dominate, PLS+TabPFN is best, PLS is the most effective dimensionality reduction, and Cubist is the strongest classical baseline. It also reports runtime scaling showing that TabPFN shifts computational cost to the prediction stage.
Significance. If the IID ranking holds, this is a valuable empirical contribution: it would provide evidence that tabular foundation models are a strong default for soil spectroscopy across scales and that supervised PLS feature extraction remains useful even for modern models. The strengths are the breadth of the benchmark (85 tasks across two operational scales), the careful protocol (same folds across configurations, nested CV, inner validation for hyperparameters), and the open code and data. I find no circularity in the PLS-as-features design: PLS is fitted only on training folds within the nested CV. However, the external-validity gap described below is substantial, so the overarching claims currently outrun the evidence.
major comments (3)
- [§2.2.4 and §4.4] The abstract's central claim ('TabPFN consistently delivered the best overall performance across scales') and the conclusion's recommendation of TabPFN 'as default ... across operational scales' outrun the evidence. §2.2.4 states outer folds were 'created by random splitting'; §4.4 concedes this is an IID evaluation and that OOD behavior 'requires further evaluation.' Because soil spectra are spatially autocorrelated and the LimeSoDa field datasets are small and site-clustered (32–460 samples, §2.1.1), random splits can place near-duplicate spectra from the same field in both training and test folds. This is not neutral: TabPFN and Cubist are memory/instance-based (context set; nearest-neighbor correction) and can exploit spectral similarity, while PLSR and CNN cannot. The ranking may therefore be inflated in favor of these models for deployment to new sites. Please add site/field-groupe
- [§3 (Figures 5–6 and A1)] No uncertainty quantification is provided for the ranks that carry the conclusions. Mean/median ranks across 39 and 46 tasks are shown, but there are no confidence intervals, paired tests, or repeated resampling. The text itself notes that on OSSL 'performance across top-ranking configurations was more comparable,' and Figure A1 shows substantial overlap between PLS TabPFN and PCA TabPFN. A Friedman-style or Wilcoxon signed-rank test would substantiate the 'consistently best' claim; otherwise the top-1 vs top-2 separation may be within noise.
- [§2.2.4 and §3] The rank computation is under-specified. Eq. (3) defines RMSE with n as the number of samples in a held-out test fold, which suggests a per-fold RMSE; the text then reports 'mean and median ranks' across tasks. It is unclear whether ranks were computed per fold and then averaged, or computed once from task-level RMSE (pooled or averaged across folds). This ambiguity affects the headline ordering. Please state the aggregation explicitly and, if per-fold ranks were used, also report task-level ranks from pooled test predictions.
minor comments (4)
- [Appendix A] On OSSL, TabPFN on full spectra has a mean relative gap of 10.63%, while PLS Cubist has 8.74%. The phrase 'surpassed all classical baselines' should be stated as 'ranked higher' or reconciled with the gap metric, since the two criteria do not always coincide.
- [§2.2.3] A standard gradient-boosted tree baseline (XGBoost/LightGBM) is absent. Given its prevalence in tabular ML, a sentence acknowledging this exclusion would improve completeness.
- [Figure 7] The prediction-time comparison mixes GPU (CNN, TabPFN) and CPU (all others) runtimes. The caption notes this, but the text should explicitly caution that absolute times are not directly comparable across those platforms.
- [Table B1] For CNN, batch_size is a range on LimeSoDa but a single value (300) on OSSL. Please confirm this is intentional and state the reason.
Circularity Check
No significant circularity: the central rankings come from a nested-CV benchmark on open data, and the paper's self-citations are background, not load-bearing.
full rationale
The paper's load-bearing claims—TabPFN's ranking and the benefit of PLS latent variables—are empirical outcomes of a held-out evaluation, not consequences of definitions or fitted inputs. Section 2.2.4 states that folds were 'created by random splitting' and that 'Hyperparameters of each model were optimized within an inner validation loop'; PLS components, though supervised, are fitted only on outer training folds, so the test-fold predictions do not use test labels. Section 2.2.2 explicitly describes PLS as a decomposition 'involves Y,' but this does not make the later evaluation circular because the decomposition is refit within each training fold. The paper's citations to the authors' own prior work (Barkov et al., 2026; Huang et al., 2026) are contextual and supportive, not the source of the new ranking; the ranking itself is generated from LimeSoDa and OSSL benchmark tasks with shared fold partitions across all models. Section 4.4 concedes that the evaluation is IID and that OOD behavior 'requires further evaluation'—this is an external-validity caveat, not a circularity. No equation or fitted parameter is renamed as a prediction, and no uniqueness claim is imported from the authors' prior work. Therefore, the derivation chain is self-contained with respect to the benchmark results, and the appropriate circularity score is 0.
Axiom & Free-Parameter Ledger
free parameters (1)
- n_components for PCA/PLS/PLSR =
selected per task by inner CV; search range 2-64 (LimeSoDa), 2-200 (OSSL)
axioms (4)
- domain assumption RMSE is the primary performance metric and rank-based aggregation is a valid summary
- domain assumption Random cross-validation splits yield valid generalization estimates
- domain assumption LimeSoDa and OSSL are representative benchmark collections for the two operational scales
- domain assumption SNV preprocessing is uniformly appropriate
Cite this review
Pith. "Pith review of From field-scale to large-scale spectral libraries: Tabular foundation models in soil spectroscopy." pith.science (2026). https://pith.science/paper/7JZOY645
@misc{pith2026260800608,
author = {Pith},
title = {Pith review of: From field-scale to large-scale spectral libraries: Tabular foundation models in soil spectroscopy},
year = {2026},
howpublished = {\url{https://pith.science/paper/7JZOY645}},
note = {Machine review of arXiv:2608.00608}
}
read the original abstract
Visible and near-infrared (vis-NIR) and mid-infrared (MIR) spectroscopy enable rapid, cost-effective prediction of soil properties. Yet, translating high-dimensional, highly collinear spectra into accurate soil property predictions remains challenging, particularly when employing machine learning. We systematically investigated regression models and dimensionality reduction approaches for spectroscopic modeling across 85 regression tasks from open benchmark datasets in pedometrics spanning field-scale digital soil mapping and a global soil spectral library. We compared an in-context learning tabular foundation model (TabPFN), a convolutional neural network (CNN), rule-based regression (Cubist), Random Forest, and partial least squares regression (PLSR) using full spectra as well as features derived from principal component analysis (PCA) and partial least squares (PLS) latent variables. TabPFN consistently delivered the best overall performance across scales, including large spectral library tasks with tens of thousands of soil samples. Notably, TabPFN applied directly to full spectra already surpassed all classical baselines, showing that explicit dimensionality reduction is not strictly required for strong performance. Further improvements were achieved through PLS, which proved to be an effective dimensionality reduction strategy for all models. Combining PLS latent variables with TabPFN yielded the best predictions overall. Our findings provide evidence-based guidance for spectroscopic calibration model selection across operational scales, demonstrating that the long-standing advantages of PLSR and modern tabular foundation models complement each other in chemometrics.
Figures
Reference graph
Works this paper leans on
-
[7]
Surveys in Geophysics 40, 361–399
Imaging Spectroscopy for Soil Mapping and Monitoring. Surveys in Geophysics 40, 361–399. doi:10.1007/s10712-019-09524-0. Correa,J.,Tavakoli,H.,Vogel,S.,Gebbers,R.,2025. Overfittingduetodataleakageinsoilsensorcalibration:Examplesfromlab-basedandin-situ soil nir spectroscopy. Computers and Electronics in Agriculture 239, 110920. doi:10.1016/j.compag.2025.11...
-
[8]
Padarian, J., Minasny, B., McBratney, A.B.,
doi:10.3390/soilsystems8040128. Padarian, J., Minasny, B., McBratney, A.B.,
-
[9]
Soil Science Society of America Journal 86, 879–903
Calibration set optimization and library transfer for soil carbon estimation using soil spectroscopy—A review. Soil Science Society of America Journal 86, 879–903. doi:10.1002/saj2.20435. dosSantos,E.P.,Moreira,M.C.,Fernandes-Filho,E.I.,Demattê,J.A.M.,dosSantos,U.J.,daSilva,D.D.,Cruz,R.R.P.,Moura-Bueno,J.M.,Santos, I.C.,deSáBarretoSampaio,E.V.,2023. Impro...
-
[12]
Diffuse Reflectance Spectroscopy Environmental Problem Solving. CRC Press, Boca Raton. doi:10.1201/9781351071413. Gamagedara,Y.,Feng,G.,Waiser,T.,Tagert,M.L.,Martins,V.S.,Wijewardane,N.K.,2025. Applicationofcalibrationtransfertechniquesbetween different mid-infrared spectrometers/modules to improve accuracy in estimating soil properties. Soil Science Soci...
-
[13]
arXiv preprint arXiv:2605.13986
Tabpfn-3: Technical report. arXiv preprint arXiv:2605.13986 . Grinsztajn, L., Flöge, K., Key, O., Hayler, A., Manium, M., Garg, A., Robertson, J., Hoo, S.B., Birkel, F., Jund, P., Jäger, B., Yu, R.T.Y., Schölkopf, B., Hollmann, N., Hutter, F.,
-
[14]
URL:https: //openreview.net/forum?id=6lv642eq4y
TabPFN-2.5: a preview, in: EurIPS 2025 Workshop: AI for Tabular Data. URL:https: //openreview.net/forum?id=6lv642eq4y. Gyawali, A.J., Wiseman, M., Ackerson, J.P., Coffman, S., Meissner, K., Morgan, C.L.S.,
work page 2025
-
[15]
Measuringin situsoil carbon stocks: A study using a novel handheld VisNIR probe. Geoderma 453, 117152. doi:10.1016/j.geoderma.2024.117152. Hateffard, F., Steinbuch, L., Heuvelink, G.B.,
-
[18]
Accurate predictions on small data with a tabular foundation model. Nature 637, 319–326. Holzmüller,D.,Grinsztajn,L.,Steinwart,I.,2024. Betterbydefault:Strongpre-tunedMLPsandboostedtreesontabulardata,in:TheThirty-eighth Annual Conference on Neural Information Processing Systems. URL:https://openreview.net/forum?id=3BNPUDvqMt. Huang,Y.C.,Padarian,J.,Minasn...
-
[19]
Zero-shot inference with tabular prior-data fitted network (tabpfn) for soil mir spectral analysis. Geoderma 471, 117880. doi:10.1016/j.geoderma.2026.117880. Hutengs, C., Eisenhauer, N., Schädler, M., Cesarz, S., Lochner, A., Seidel, M., Vohland, M.,
-
[20]
Enhanced VNIR and MIR proximal sensing of soil organic matter and PLFA-derived soil microbial properties through machine learning ensembles and external parameter orthogonalization. Geoderma 450, 117037. doi:10.1016/j.geoderma.2024.117037. Janik, L.J., Merry, R.H., Skjemstad, J.O.,
-
[21]
doi:10.3390/s21206745. Viscarra Rossel, R., Behrens, T., Ben-Dor, E., Brown, D., Demattê, J., Shepherd, K., Shi, Z., Stenberg, B., Stevens, A., Adamchuk, V., Aïchi, H., Barthès, B., Bartholomeus, H., Bayer, A., Bernoux, M., Böttcher, K., Brodský, L., Du, C., Chappell, A., Fouad, Y., Genot, V., Gomez, C., Grunwald,S.,Gubler,A.,Guerrero,C.,Hedley,C.,Knadel,...
-
[24]
doi:10.3390/s24030849. Rodríguez-Albarracín, H.S., Demattê, J.A.M., Rosin, N.A., Amorim, M.T.A., Contreras, A.E.D., Andreote, F.D., Rosas, J.T.F.,
-
[26]
Paired evaluation of machine-learning models characterizes effects of confounders and outliers. Patterns 4, 100791. doi:10.1016/j.patter.2023.100791. Ng, W., Minasny, B., Jones, E., McBratney, A.,
arXiv 2023
-
[27]
To spike or to localize? Strategies to improve the prediction of local soil properties using regional spectral library. Geoderma 406, 115501. doi:10.1016/j.geoderma.2021.115501. Ng, W., Minasny, B., Montazerolghaem, M., Padarian, J., Ferguson, R., Bailey, S., McBratney, A.B.,
-
[28]
Convolutional neural network for simultaneouspredictionofseveralsoilpropertiesusingvisible/near-infrared,mid-infrared,andtheircombinedspectra. Geoderma352,251–267. doi:10.1016/j.geoderma.2019.06.016. Nießl, C., Herrmann, M., Wiedemann, C., Casalicchio, G., Boulesteix, A.L.,
-
[29]
WileyInterdisciplinaryReviews:DataMiningandKnowledgeDiscovery12,e1441
Over-optimism in benchmark studies and the multiplicity of designandanalysisoptionswheninterpretingtheirresults. WileyInterdisciplinaryReviews:DataMiningandKnowledgeDiscovery12,e1441. Nocita, M., Stevens, A., van Wesemael, B., Aitkenhead, M., Bachmann, M., Barthès, B., Ben Dor, E., Brown, D.J., Clairotte, M., Csorba, A., Dardenne, P., Demattê, J.A., Genot...
work page 2015
-
[31]
Using deep learning to predict soil properties from regional spectral data. Geoderma Regional 16, e00198. doi:10.1016/j.geodrs.2018.e00198. Paltseva,A.A.,Deeb,M.,DiIorio,E.,Circelli,L.,Cheng,Z.,Colombo,C.,2022. Predictionofbioaccessibleleadinurbanandsuburbansoilswith Vis-NIR diffuse reflectance spectroscopy. Science of The Total Environment 809, 151107. d...
-
[32]
Beyond IID: How General Are Tabular Foundation Models, Really?
Beyond iid: How general are tabular foundation models, really? URL:https://arxiv.org/abs/2606.30410,arXiv:2606.30410. Qu, J., Holzmüller, D., Varoquaux, G., Morvan, M.L.,
work page internal anchor Pith review Pith/arXiv arXiv
-
[33]
URL:https://openreview.net/forum?id=0VvD1PmNzM
TabICL: A tabular foundation model for in-context learning on large data, in: Forty- second International Conference on Machine Learning. URL:https://openreview.net/forum?id=0VvD1PmNzM. Qu,J.,Holzmüller,D.,Varoquaux,G.,Morvan,M.L.,2026. Tabiclv2:Abetter,faster,scalable,andopentabularfoundationmodel. arXivpreprint arXiv:2602.11139 . Quinlan, J.R., et al.,
arXiv 2026
-
[36]
Science of The Total Environment 947, 174652
Soil organic carbon sequestration potential explained by mineralogical and microbiological activity using spectral transfer functions. Science of The Total Environment 947, 174652. doi:10.1016/j.scitotenv.2024.174652. Rossel, R.V., Behrens, T.,
-
[39]
Open Soil Spectral Library (OSSL): Building reproducible soil calibration models through open development and community engagement. PLOS ONE 20, e0296545. doi:10.1371/journal.pone.0296545. Safanelli, J.L., Sanderman, J., Bloom, D., Todd-Brown, K., Parente, L.L., Hengl, T., Adam, S., Albinet, F., Ben-Dor, E., Boot, C.M., Bridson, J.H., Chabrillat, S., Deis...
-
[40]
An interlaboratory comparison of mid-infrared spectra acquisition: Instruments and procedures matter. Geoderma 440, 116724. doi:10.1016/j.geoderma.2023.116724. Sanderman, J., Partida, C., Safanelli, J.L., Shepherd, K., Ge, Y., Mitu, S.M., Ferguson, R.,
-
[41]
European Journal of Soil Science 76, e70053
Application of a Handheld Near Infrared Spectrophotometer to Farm-Scale Soil Carbon Monitoring. European Journal of Soil Science 76, e70053. doi:10.1111/ejss.70053. Schmidinger, J., Barkov, V., Vogel, S., Atzmueller, M., Heuvelink, G.B., 2026a. Kriging prior regression: A case for kriging-based spatial features with tabpfn in soil mapping. Computers and E...
-
[42]
Precision Agriculture 25, 1529–1555
Effect of training sample size, sampling design and prediction model on soil mapping with proximal sensing data for precision liming. Precision Agriculture 25, 1529–1555. doi:10.1007/s11119-024-10122-3. Schmidinger,J.,Vogel,S.,Barkov,V.,Pham,A.D.,Gebbers,R.,Tavakoli,H.,Correa,J.,Tavares,T.R.,Filippi,P.,Jones,E.J.,etal.,2025.LimeSoDa: A dataset collection ...
-
[47]
Self-supervised and multi-fidelity learning for extended predictive soil spectroscopy. Geoderma 468, 117764. doi:10.1016/j.geoderma.2026.117764. Tavakoli, H., Correa, J., Sabetizade, M., Vogel, S.,
-
[48]
Soil and Tillage Research 229, 105684
Predicting key soil properties from Vis-NIR spectra by applying dual-wavelength indices transformations and stacking machine learning approaches. Soil and Tillage Research 229, 105684. doi:10.1016/j.still.2023.105684. Thomas, V., Ma, J., Hosseinzadeh, R., Golestan, K., Yu, G., Volkovs, M., Caterini, A.,
-
[49]
(Eds.), Advances in Neural Information Barkov et al
Retrieval & fine-tuning for in-context tabular models, in: Globerson, A., Mackey, L., Belgrave, D., Fan, A., Paquet, U., Tomczak, J., Zhang, C. (Eds.), Advances in Neural Information Barkov et al. Page 27 of 28 Tabular foundation models in soil spectroscopy Processing Systems, Curran Associates, Inc.. pp. 108439–108467. doi:10.52202/079017-3442. Tibsh...
-
[53]
Machinelearningfordigitalsoilmapping:Applications,challengesandsuggestedsolutions
Wadoux,A.M.C.,Minasny,B.,McBratney,A.B.,2020. Machinelearningfordigitalsoilmapping:Applications,challengesandsuggestedsolutions. Earth-Science Reviews 210, 103359. Wang,J.,Liu,T.,Zhang,J.,Yuan,H.,Acquah,G.E.,2022.Spectralvariableselectionforestimationofsoilorganiccarboncontentusingmid-infrared spectroscopy. European Journal of Soil Science 73, e13267. doi...
-
[56]
volume 100 ofAdvances in Agronomy, pp
Chapter 4 microbial distribution in soils: Physics and scaling, Academic Press. volume 100 ofAdvances in Agronomy, pp. 81–121. doi:10.1016/S0065-2113(08)00604-4. Zhao,S.,Ayoubi,S.,Mousavi,S.R.,Mireei,S.A.,Shahpouri,F.,Wu,S.x.,Chen,C.b.,Zhao,Z.y.,Tian,C.y.,2024. Integratingproximalsoilsensing dataandenvironmentalvariablestoenhancethepredictionaccuracyforso...
-
[91]
Vestergaard,R.J.,Vasava,H.B.,Aspinall,D.,Chen,S.,Gillespie,A.,Adamchuk,V.,Biswas,A.,2021. EvaluationofOptimizedPreprocessingand Modeling Algorithms for Prediction of Soil Properties Using VIS-NIR Spectroscopy. Sensors
work page 2021
-
[363]
Digitalsoilmapping:Abriefhistoryandsomelessons
Minasny,B.,McBratney,A.,2016. Digitalsoilmapping:Abriefhistoryandsomelessons. Geoderma264,301–311. doi:10.1016/j.geoderma. 2015.07.017. Minasny,B.,McBratney,A.B.,2008. Regressionrulesasatoolforpredictingsoilpropertiesfrominfraredreflectancespectroscopy. Chemometrics and Intelligent Laboratory Systems 94, 72–79. doi:10.1016/j.chemolab.2008.06.003. Mouazen,...
- [681]
-
[896]
doi:10.1007/s42452-025-07580-3. Fan, J., Lv, J.,
-
[1165]
doi:10.2136/sssaj1981.03615995004500060031x. Sun, L., Safanelli, J.L., Sanderman, J., Georgiou, K., Brungard, C., Grover, K., Hopkins, B.G., Liu, S., Bremer, P.T.,
-
[1299]
McBratney, A., Mendonça Santos, M., Minasny, B.,
doi:10.3390/rs9121299. McBratney, A., Mendonça Santos, M., Minasny, B.,
-
[1941]
Factors of soil formation, a system of quantitative pedology. Agronomy Journal 33, 857–858. doi:10.2134/agronj1941. 00021962003300090016x. Kühn,S.L.,Iden,S.C.,Kästner,F.,Sut-Lohmann,M.,2025. TrackingsoilmoisturedynamicswithVis-NIRspectroscopyduringlaboratorybare-soil evaporation. Geoderma 459, 117368. doi:10.1016/j.geoderma.2025.117368. LeCun, Y., Bottou,...
-
[1975]
Journal of Applied Probability 12, 117–142
Soft modelling by latent variables: The non-linear iterative partial least squares (nipals) approach. Journal of Applied Probability 12, 117–142. doi:10.1017/S0021900200047604. Ye, H.J., Liu, S.Y., Chao, W.L.,
-
[1989]
Applied Spectroscopy 43, 772–777
Standard Normal Variate Transformation and De-Trending of Near-Infrared Diffuse Reflectance Spectra. Applied Spectroscopy 43, 772–777. doi:10.1366/0003702894202201. Ben-Dor, E., Irons, J., Epema, G., et al.,
-
[1992]
Learning with continuous classes, in: 5th Australian joint conference on artificial intelligence, World Scientific. pp. 343–348. Ramirez-Lopez,L.,Behrens,T.,Schmidt,K.,Rossel,R.V.,Demattê,J.,Scholten,T.,2013. Distanceandsimilarity-searchmetricsforusewithsoil vis-nir spectra. Geoderma 199, 43–53. doi:10.1016/j.geoderma.2012.08.035. Reyes, J., Ließ, M.,
-
[1994]
The development of pedometrics. Geoderma 62, 1–15. doi:10.1016/0016-7061(94)90024-8. Wold, H.,
-
[1996]
Journal of the Royal Statistical Society: Series B (Methodological) 58, 267–288
Regression shrinkage and selection via the lasso. Journal of the Royal Statistical Society: Series B (Methodological) 58, 267–288. doi:10.1111/j.2517-6161.1996.tb02080.x. Tong, W.L., Pehlevan, C.,
-
[1999]
Remote sensing for the earth sciences: Manual of remote sensing 3, 111–188
Soil reflectance. Remote sensing for the earth sciences: Manual of remote sensing 3, 111–188. Bergstra,J.,Bardenet,R.,Bengio,Y.,Kégl,B.,2011. Algorithmsforhyper-parameteroptimization,in:AdvancesinNeuralInformationProcessing Systems, Curran Associates, Inc. Boulesteix, A.L., Wilson, R., Hapfelmeier, A.,
work page 2011
-
[2000]
Principal component analysis based on robust estimators of the covariance or correlation matrix: influence functions and efficiencies. Biometrika 87, 603–618. doi:10.1093/biomet/87.3.603. Cui,Z.,Hu,B.,Chen,S.,Hong,Y.,Wang,N.,Peng,J.,Mouazen,A.M.,Shi,Z.,2026. Improvingaccuracyandtransferabilityofsoiltotalnitrogen estimationmodelbyintegratingvisiblenear-inf...
-
[2003]
On digital soil mapping. Geoderma 117, 3–52. doi:10.1016/S0016-7061(03) 00223-4. Mészáros, J., Kovács, Z., László, P., Vass-Meyndt, S., Koós, S., Pirkó, B., Szűcs-Vásárhelyi, N., Bakacsi, Z., Laborczi, A., Balog, K., et al.,
-
[2005]
Chemometrics and Intelligent Laboratory Systems 79, 55–64
Partial robust m-regression. Chemometrics and Intelligent Laboratory Systems 79, 55–64. doi:10.1016/j.chemolab.2005.04.007. Söderström, M., Sohlenius, G., Rodhe, L., Piikki, K.,
-
[2008]
Journal of the Royal Statistical Society Series B: Statistical Methodology 70, 849–911
Sure independence screening for ultrahigh dimensional feature space. Journal of the Royal Statistical Society Series B: Statistical Methodology 70, 849–911. doi:10.1111/j.1467-9868.2008.00674.x. Feuer,B.,Schirrmeister,R.T.,Cherepanova,V.,Hegde,C.,Hutter,F.,Goldblum,M.,Cohen,N.,White,C.,2024. Tunetables:Contextoptimization for scalable prior-data fitted ne...
arXiv 2008
-
[2010]
Using data mining to model and interpret soil diffuse reflectance spectra. Geoderma 158, 46–54. Rosset,S.,Perlich,C.,Zadrozny,B.,2005. Ranking-basedevaluationofregressionmodels,in:FifthIEEEInternationalConferenceonDataMining (ICDM’05), pp. 8 pp.–. doi:10.1109/ICDM.2005.126. Barkov et al. Page 26 of 28 Tabular foundation models in soil spectroscopy Rutledg...
-
[2013]
TrAC Trends in Analytical Chemistry 50, 22–32
Independent components analysis with the jade algorithm. TrAC Trends in Analytical Chemistry 50, 22–32. doi:10.1016/j.trac.2013.03.013. Safanelli, J.L., Hengl, T., Parente, L.L., Minarik, R., Bloom, D.E., Todd-Brown, K., Gholizadeh, A., Mendes, W.D.S., Sanderman, J.,
-
[2014]
Applied Spectroscopy Reviews 49, 139–186
The performance of visible, near-, and mid-infrared reflectance spectroscopy for prediction of soil physical, chemical, and biological properties. Applied Spectroscopy Reviews 49, 139–186. doi:10.1080/05704928.2013.811081. Stoner, E.R., Baumgardner, M.,
-
[2016]
Precision Agriculture 17, 588–607
Adaptation of regional digital soil mapping for precision agriculture. Precision Agriculture 17, 588–607. doi:10.1007/s11119-016-9439-8. Soriano-Disla, J.M., Janik, L.J., Rossel, R.A.V., Macdonald, L.M., McLaughlin, M.J.,
-
[2019]
Optuna: A next-generation hyperparameter optimization framework, in: Proceedings of the 25th ACM SIGKDD International Conference on Knowledge Discovery & Data Mining, Association for Computing Machinery. pp. 2623–2631. AngelettiDaFonseca,A.,Pasquini,C.,CristinaCosta,D.,MercêsBarrosSoares,E.,2022. Effectofthesamplemeasurementrepresentativenesson soilcarbon...
-
[2022]
Combining differentpre-processingandmultivariatemethodsforpredictionofsoilorganicmatterbynearinfraredspectroscopy(NIRS)inSouthernBrazil. Geoderma Regional 29, e00530. doi:10.1016/j.geodrs.2022.e00530. Chabrillat, S., Ben-Dor, E., Cierniewski, J., Gomez, C., Schmid, T., Van Wesemael, B.,
-
[2023]
Practical guidance for deciding whether to account for soil variability when managing for land health, agricultural production, and climate resilience. Barkov et al. Page 24 of 28 Tabular foundation models in soil spectroscopy Journal of Soil and Water Conservation 78, 125A–133A. doi:10.2489/jswc.2023.0706A. Hollmann, N., Müller, S., Eggensperger, K., Hutter, F.,
-
[2024]
Evaluating the extrapolation potential of random forest digital soil mapping. Geoderma 441, 116740. doi:10.1016/j.geoderma.2023.116740. Herrick, J.E., Maynard, J.M., Bestelmeyer, B.T., Carey, C.J., Salley, S.W., Shepherd, K., Stewart, Z.P., Wills, S.A., Ziadat, F.M.,
-
[2025]
Prediction of lead in agricultural soils: An integrated approach using machine learning, terrain attributes and reflectance spectra. Pedosphere 35, 325–337. doi:10.1016/j.pedsph. 2024.01.002. Akiba, T., Sano, S., Yanase, T., Ohta, T., Koyama, M.,
-
[2026]
Modern neural networks for small tabular datasets: The new default for field-scale Digital Soil Mapping? European Journal of Soil Science 77, e70299. doi:10.1111/ejss.70299. Barnes, R.J., Dhanoa, M.S., Lister, S.J.,
This paper was first reviewed by deepseek-v4-flash on August 5, 2026.
discussion (0)
Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.