REVIEW 4 major objections 6 minor 72 references
A self-supervised deep-learning framework, SIT-FUSE, maps harmful algal bloom severity and species by fusing reflectance from several satellite ocean-color sensors with solar-induced fluorescence, requiring no per-instrument labeled imagery
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 →
T0 review · deepseek-v4-flash
2026-08-04 12:38 UTC pith:KQPVYWV3
load-bearing objection A credible, well-documented extension of SIT-FUSE to HAB mapping with a genuinely new hierarchical IIC and a first PACE test, but the 'strong agreement' claim is not yet quantified and the matchup radii are too loose to support it. the 4 major comments →
Fusing Multi- and Hyperspectral Satellite Data for Harmful Algal Bloom Monitoring with Self-Supervised and Hierarchical Deep Learning
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
Core claim
The paper's discovery is that coarse, human-readable labels are not needed during training: SIT-FUSE first learns, in a self-supervised way, to represent each 7-km pixel's neighborhood as an embedding vector from whatever spectral channels are available, then performs hierarchical deep clustering to split the data into 800 coarse classes and, below them, 100 subclasses per parent. After clustering, a simple histogram overlap between the unlabeled classes and binned in-situ phytoplankton concentrations assigns each class a concentration level, separately for total phytoplankton and for each HAB species. On held-out test periods, the confusion matrices between predicted bins and in-situ bins s
What carries the argument
The load-bearing mechanism is the pair of a Deep Belief Network encoder trained by contrastive divergence and a hierarchical deep-clustering head based on Invariant Information Clustering (IIC). IIC maximizes the mutual information between the cluster assignment of a pixel and the assignment of a perturbed version of the same pixel, so clusters emerge from the data rather than from labels. The hierarchy—a root level of 800 clusters and child levels of 100 subclusters per parent—gives the system two scales of specificity: the coarse level maps total bloom extent, the finer level separates species or concentration grades. A histogram-based context-assignment step then translates the unlabeled
Load-bearing premise
The validation treats a water sample taken within 2.5 km (Florida) or 10 km (Southern California) of a pixel center, at depth at or above 1 m, on the same day, as ground truth for a 7-km satellite pixel; if algal concentrations vary sharply within those radii, the agreement scores partly measure matchup mismatch rather than mapping skill.
What would settle it
Find pixels on the same day that contain two or more independent in-situ samples. If the within-pixel spread of measured concentrations routinely spans more than one concentration bin, then the confusion-matrix agreement cannot be attributed to the algorithm alone. A second falsifier: apply the trained system to a held-out region or season and compare bin agreement there, since context assignment currently uses the same regional networks that are later used for validation.
If this is right
- One trained system can generate HAB products from any of VIIRS, MODIS, Sentinel-3 OLCI, or PACE OCI, either alone or fused with TROPOMI red SIF, so gaps or failures in a single sensor do not interrupt monitoring.
- Because labels are attached after clustering, adding a new sensor requires only reflectance data and a handful of in-situ bins, not a new supervised training set; the PACE test case is an early demonstration of this claim.
- Fusing solar-induced fluorescence with reflectance extends daily coverage relative to single-sensor ocean color products, since the SIF stream provides data where standard fluorescence line height does not.
- The two-level hierarchy enables both total-phytoplankton mapping and species-level mapping from the same learned representation, and could support tracking individual bloom events across scenes and instruments.
- The monthly-averaged and data-quality-tagged products provide a template for operational concentration maps that carry information about which data stream produced each pixel.
Where Pith is reading between the lines
- If the matchup assumption holds, the same encoder/clustering recipe should transfer to other label-scarce coastal variables—such as colored dissolved organic matter or suspended sediment—because it never needs per-variable labeled imagery, only the final histogram assignment.
- A natural extension would be to combine the per-instrument concentration maps with uncertainty weighting rather than the current stream-priority data-quality tag, and then test whether a globally fused product beats the best single sensor; the paper does not yet make that comparison.
- The strongest test of generality would be to assign context in one region or season and validate in another without any in-situ data from the validation region; the current design assigns and validates within the same regional networks, so transferability is not yet demonstrated.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper presents SIT-FUSE, a framework that combines self-supervised representation learning (DBNs) with hierarchical invariant-information clustering (IIC) to segment and map harmful algal bloom (HAB) severity and speciation from multi-sensor satellite data. Inputs are daily Level-3 surface reflectance from VIIRS, MODIS, OLCI/OCI, optionally fused with TROPOMI red SIF, all gridded to 7 km. Cluster labels are converted to binned concentration classes via histogram overlap with in-situ observations (Section 2.3.3), and validation is performed on temporally held-out test periods (2018–2019 and 2024–2025) against in-situ matchups using confusion matrices (Section 2.3.5). The central claim is that SIT-FUSE shows 'strong agreement' with total phytoplankton, Karenia brevis, and Pseudo-nitzschia measurements and can generate HAB products without per-instrument labeled datasets.
Significance. If the validation evidence were fully reported and robust, this would be a useful contribution to label-scarce HAB monitoring: the approach is instrument-agnostic, fuses multiple operational sensors, and makes code, data, and model weights publicly available. The temporally held-out evaluation is a strength, as is the honest acknowledgment of low matchup counts in some test cases. The hierarchical IIC structure is a novel extension of deep clustering and offers a potentially useful exploratory tool. However, the manuscript currently does not contain the numerical content needed to substantiate the 'strong agreement' claim, and the matchup protocol raises a load-bearing validity concern. The contribution is therefore promising but not yet established.
major comments (4)
- [§3.1.1–3.2.2, Tables 1–9] The central claim of 'strong agreement' is not supported by any numerical summary in the manuscript. The tables are described as confusion matrices with raw counts and percentages, but the actual entries are not reported or interpreted. There are no accuracy, kappa, precision/recall, or confidence-interval statistics. Section 2.3.5 admits the number of matchups is small, and Section 3.2.1 states the PACE Gulf counts are 'far too low to get a good evaluation.' Without per-table sample sizes, per-class metrics, and uncertainty bounds, the reader cannot assess whether agreement exceeds chance, especially for rare taxa such as Alexandrium spp. Please report and interpret the actual matrix values.
- [§2.3.3/§2.3.5] The matchup protocol treats an in-situ surface sample (depth ≤1 m) within 2.5 km (Florida) or 10 km (Southern California) and on the same calendar day as the mean of a 7-km satellite pixel. The text says the radii were chosen to obtain a 'large enough set' of matchups, not from any spatial decorrelation analysis. In coastal waters with fronts, plumes, and patchy HABs, sub-kilometer gradients could make the confusion matrices partly measure matchup mismatch rather than algorithm skill. The same protocol is used both to construct the cluster-to-concentration calibration (Section 2.3.3) and to validate the products (Section 2.3.5), so the mismatch noise enters twice. Please add a representativeness check (e.g., sensitivity to smaller radii, comparison with higher-resolution retrievals, or a spatial decorrelation analysis) or otherwise bound the uncertainty this introduces.
- [§2.3.3] The description as 'self-supervised' should be qualified. Cluster labels are converted to concentration bins by a supervised histogram-overlap step using in-situ data; without this step the product has no concentration units. The abstract's phrase 'without requiring per-instrument labeled datasets' is technically true but could be read as label-free. The framework is self-supervised for representation and clustering, followed by supervised calibration on a shared in-situ matchup set. Please state this explicitly and clarify whether the same matchup data can be used for both calibration and validation without circular reasoning.
- [§2.3.2–2.3.3, Fig. 4] The framework has many free hyperparameters: 800 root clusters, 100 child clusters, hierarchy depth, 50 k-means stratification classes, Gaussian noise level, concentration-bin definitions, and the two matchup radii. No sensitivity analysis is reported. The hierarchy size and binning directly define the output products, so the robustness of the 'strong agreement' claim to these choices is unknown. Please provide an ablation or sensitivity study for the most consequential settings (number of clusters, bin boundaries, matchup radii) or justify them using held-out criteria.
minor comments (6)
- [Abstract] Typo: 'Karena brevis' should be 'Karenia brevis'.
- [§2.4] Hardware is listed as 'NVIDIA GeForce Titan V100 GPU'; Titan V and V100 are distinct products. Please clarify the exact GPU used.
- [§2.3.2] The Gaussian noise perturbation for IIC is mentioned but its magnitude or relative scale is never specified. A value (or a range) is needed for reproducibility.
- [§2.3.4] The statement that 'OC +TROPOSIF, TROPOSIF only, and OC only outputs will not overlap, by definition' is unclear. Please explain what definition guarantees disjointness, especially since OC and TROPOSIF grids are colocated.
- [§3.3] The comparisons to C-HARM and Chl-a are described as 'significant agreement' based on visual overlay. Since the section is explicitly qualitative, please avoid language that could be read as a quantitative validation; report overlap statistics or clearly label these as qualitative demonstrations.
- [Fig. 9 caption] The note that the Clam Pass event was undetectable due to 'lack of matchups' is an important limitation. Consider moving this caveat into the main text discussion of limits, rather than only the figure caption.
Circularity Check
No significant circularity: held-out temporal validation and independent method description keep the central claim from reducing to its inputs.
full rationale
The derivation chain is: (1) self-supervised encoders produce context-free per-pixel embeddings; (2) IIC deep clustering partitions those embeddings into hierarchical labels without using in-situ targets; (3) Section 2.3.3 maps each cluster label to the most frequently co-occurring binned in-situ concentration, using only training-period scenes ('Over the entire training set... done collectively over the set of scenes in the training set'); (4) Section 2.3.5 validates on held-out time periods ('using the time periods held out for testing... matching up the daily binned concentration products to the in situ sites, binned in the same way'). Because the cluster-to-concentration mapping is fixed during training and then applied to temporally disjoint test scenes, the reported confusion matrices are not a restatement of the training fit. The matchup-radius issue raised by the reader is a validation-design / representativeness concern, not circularity: using the same 2.5 km / 10 km radii for both context assignment and validation could bias both phases if coastal gradients decorrelate at sub-pixel scales, but it does not make the test prediction equal to its input by construction. The paper's self-citations ([33], [50], [68]) are methodological background and software provenance, not load-bearing evidence for the empirical HAB claim; no uniqueness theorem or ansatz is imported from author-only prior work to force the result. The only notable overstatement is the phrase 'fully self-supervised paradigm' despite the supervised context-assignment step, but that is a framing issue, not circular reasoning.
Axiom & Free-Parameter Ledger
free parameters (10)
- Number of root clusters in hierarchical IIC =
800
- Number of child clusters per root =
100
- Hierarchy depth =
2 levels
- k-means stratification class count =
50
- Training sample count per encoder =
~3,000,000
- Gaussian noise perturbation for IIC =
not specified
- Florida matchup radius =
0.0225 deg (~2.5 km)
- Southern California matchup radius =
0.09 deg (~10 km)
- Depth cutoff for in-situ samples =
1 m
- Concentration bin definitions =
see Figure 4
axioms (5)
- domain assumption Optical reflectance and TROPOMI red SIF, after reprojection and standardization, contain sufficient information to separate phytoplankton abundance and species via unsupervised embeddings.
- domain assumption In-situ samples at <=1 m depth within 2.5 km (Florida) or 10 km (Southern California) represent the 7-km satellite pixel for the same day.
- domain assumption IIC's mutual-information objective produces clusters that are stable and transferable across scenes and time periods.
- ad hoc to paper Modal-overlap histogram assignment (cluster label -> concentration bin) is a valid calibration rule.
- domain assumption DBN encoders trained via contrastive divergence provide adequate representations for this task.
Cite this review
Pith. "Pith review of Fusing Multi- and Hyperspectral Satellite Data for Harmful Algal Bloom Monitoring with Self-Supervised and Hierarchical Deep Learning." pith.science (2026). https://pith.science/paper/KQPVYWV3
@misc{pith2026251002763,
author = {Pith},
title = {Pith review of: Fusing Multi- and Hyperspectral Satellite Data for Harmful Algal Bloom Monitoring with Self-Supervised and Hierarchical Deep Learning},
year = {2026},
howpublished = {\url{https://pith.science/paper/KQPVYWV3}},
note = {Machine review of arXiv:2510.02763}
}
read the original abstract
We present a self-supervised machine learning framework for detecting and mapping the severity and speciation of harmful algal blooms (HABs) using multi-sensor satellite data. By fusing reflectance data from operational polar-orbiting satellite-based instruments (VIIRS, MODIS, OLCI, and OCI) with TROPOMI solar-induced fluorescence (SIF), our framework, called SIT-FUSE, generates HAB severity and speciation products without requiring per-instrument labeled datasets. The framework employs self-supervised representation learning and hierarchical deep clustering to segment phytoplankton cell abundance and species into interpretable classes, validated against in-situ data from the Gulf of Mexico and Southern California (2018-2025). Results show strong agreement with total phytoplankton, Karena brevis, and Pseudo-nitzschia spp. measurements. This work advances scalable HAB monitoring in environments where ground truth observations are limited, while enabling exploratory analysis via hierarchical embeddings - a critical step toward operationalizing self-supervised learning for global aquatic biogeochemistry.
Figures
Reference graph
Works this paper leans on
-
[1]
Some methods for classification and analysis of multi- variate observations
J. MacQueen. “Some methods for classification and analysis of multi- variate observations”. In: 1967.url:https://api.semanticscholar. org/CorpusID:6278891
1967
-
[2]
Dynamics and physiology of saxitoxin produc- tion by the dinoflagellatesAlexandrium spp
D. M. Anderson et al. “Dynamics and physiology of saxitoxin produc- tion by the dinoflagellatesAlexandrium spp.” In:Marine Biology104.3 (Oct. 1990), pp. 511–524.issn: 1432-1793.doi:10.1007/bf01314358. url:http://dx.doi.org/10.1007/BF01314358
-
[3]
Harm- ful algal blooms and red tide problems on the U.S. west coast
Rita A. Horner, David L. Garrison, and F. Gerald Plumley. “Harm- ful algal blooms and red tide problems on the U.S. west coast”. In: Limnology and Oceanography42.5part2 (July 1997), pp. 1076–1088. issn: 1939-5590.doi:10.4319/lo.1997.42.5_part_2.1076.url: http://dx.doi.org/10.4319/lo.1997.42.5_part_2.1076
-
[4]
Phytoplankton blooms
“Phytoplankton blooms”. In: (2001)
2001
-
[5]
A Loop Current Intrusion Case Study on the West Florida Shelf
Ruoying He and Robert H. Weisberg. “A Loop Current Intrusion Case Study on the West Florida Shelf”. In:Journal of Physical Oceanography 33.2 (Feb. 2003), pp. 465–477.issn: 1520-0485.doi:10.1175/1520- 0485(2003)033<0465:alcics>2.0.co;2.url:http://dx.doi.org/ 10.1175/1520-0485(2003)033%3C0465:ALCICS%3E2.0.CO;2
doi:10.1175/1520- 2003
-
[6]
John J. Walsh et al. “Phytoplankton response to intrusions of slope water on the West Florida Shelf: Models and observations”. In:Journal of Geophysical Research: Oceans108.C6 (June 2003).issn: 0148-0227. doi:10.1029/2002jc001406.url:http://dx.doi.org/10.1029/ 2002JC001406. 28
work page doi:10.1029/2002jc001406.url:http://dx.doi.org/10.1029/ 2003
-
[7]
Red tides in the Gulf of Mexico: Where, when, and why?
J. J. Walsh et al. “Red tides in the Gulf of Mexico: Where, when, and why?” In:Journal of Geophysical Research: Oceans111.C11 (Nov. 2006).issn: 0148-0227.doi:10 . 1029 / 2004jc002813.url:http : //dx.doi.org/10.1029/2004JC002813
-
[9]
Why is the Northern End of the Cal- ifornia Current System So Productive?
Barbara Hickey and Neil Banas. “Why is the Northern End of the Cal- ifornia Current System So Productive?” In:Oceanography21.4 (Dec. 2008), pp. 90–107.issn: 1042-8275.doi:10.5670/oceanog.2008.07. url:http://dx.doi.org/10.5670/oceanog.2008.07
-
[10]
2009.url:http://qgis.org
QGISDevelopmentTeam.QGIS Geographic Information System.Open Source Geospatial Foundation. 2009.url:http://qgis.org
2009
-
[11]
Historical perspective on Karenia brevis red tide research in the Gulf of Mexico
Karen A. Steidinger. “Historical perspective on Karenia brevis red tide research in the Gulf of Mexico”. In:Harmful Algae8.4 (Mar. 2009), pp. 549–561.issn: 1568-9883.doi:10 . 1016 / j . hal . 2008 . 11 . 009. url:http://dx.doi.org/10.1016/j.hal.2008.11.009
-
[12]
The physical oceanography of upwelling systems and the development of harmful algal blooms
G.C. Pitcher et al. “The physical oceanography of upwelling systems and the development of harmful algal blooms”. In:Progress in Oceanog- raphy85.1–2 (Apr. 2010), pp. 5–32.issn: 0079-6611.doi:10.1016/ j. pocean. 2010. 02.002.url:http: // dx. doi. org/ 10. 1016 /j . pocean.2010.02.002
2010
-
[13]
Examination of the Seasonal Dynamics of the Toxic Dinoflagellate Alexandrium catenella at Redondo Beach, Cal- ifornia, by Quantitative PCR
Marie-Ève Garneau et al. “Examination of the Seasonal Dynamics of the Toxic Dinoflagellate Alexandrium catenella at Redondo Beach, Cal- ifornia, by Quantitative PCR”. In:Applied and Environmental Micro- biology77.21 (Nov. 2011), pp. 7669–7680.issn: 1098-5336.doi:10. 1128 / aem . 06174 - 11.url:http : / / dx . doi . org / 10 . 1128 / AEM . 06174-11
2011
-
[14]
Scikit-learn: Machine Learning in Python
Fabian Pedregosa et al. “Scikit-learn: Machine Learning in Python”. In: J. Mach. Learn. Res.12.null (Nov. 2011), pp. 2825–2830.issn: 1532- 4435. 29
2011
-
[15]
Retrievalandglobalassessmentofterrestrialchloro- phyllfluorescencefromGOSATspacemeasurements
LuisGuanteretal.“Retrievalandglobalassessmentofterrestrialchloro- phyllfluorescencefromGOSATspacemeasurements”.In:Remote Sens- ing of Environment121(June2012),pp.236–251.issn:0034-4257.doi: 10.1016/j.rse.2012.02.006.url:http://dx.doi.org/10.1016/ j.rse.2012.02.006
work page doi:10.1016/j.rse.2012.02.006.url:http://dx.doi.org/10.1016/ 2012
-
[16]
Alan J. Lewitus et al. “Harmful algal blooms along the North American west coast region: History, trends, causes, and impacts”. In:Harmful Algae19 (Sept. 2012), pp. 133–159.issn: 1568-9883.doi:10.1016/j. hal.2012.06.009.url:http://dx.doi.org/10.1016/j.hal.2012. 06.009
doi:10.1016/j 2012
-
[17]
J. Joiner et al. “Global monitoring of terrestrial chlorophyll fluores- cence from moderate spectral resolution near-infrared satellite mea- surements: methodology, simulations, and application to GOME-2”. In: (Apr. 2013).doi:10 . 5194 / amtd - 6 - 3883 - 2013.url:http : //dx.doi.org/10.5194/amtd-6-3883-2013
-
[18]
A. Damm et al. “Far-red sun-induced chlorophyll fluorescence shows ecosystem-specific relationships to gross primary production: An as- sessment based on observational and modeling approaches”. In:Remote Sensing of Environment166 (Sept. 2015), pp. 91–105.issn: 0034-4257. doi:10.1016/j.rse.2015.06.004.url:http://dx.doi.org/10. 1016/j.rse.2015.06.004
work page doi:10.1016/j.rse.2015.06.004.url:http://dx.doi.org/10 2015
-
[19]
Simplified physically based retrieval of sun-induced chlorophyll fluorescence from GOSAT data
Philipp Kohler, Luis Guanter, and Christian Frankenberg. “Simplified physically based retrieval of sun-induced chlorophyll fluorescence from GOSAT data”. In:IEEE Geoscience and Remote Sensing Letters12.7 (July 2015), pp. 1446–1450.issn: 1558-0571.doi:10 . 1109 / lgrs . 2015 . 2407051.url:http : / / dx . doi . org / 10 . 1109 / lgrs . 2015 . 2407051
2015
-
[20]
Numba:aLLVM- based Python JIT compiler
SiuKwanLam,AntoinePitrou,andStanleySeibert.“Numba:aLLVM- based Python JIT compiler”. In:Proceedings of the Second Workshop on the LLVM Compiler Infrastructure in HPC. SC15. ACM, Nov. 2015, pp. 1–6.doi:10.1145/2833157.2833162.url:http://dx.doi.org/ 10.1145/2833157.2833162
arXiv 2015
-
[21]
R. Sauzède et al. “Vertical distribution of chlorophyll-a concentration and phytoplankton community composition from in situ fluorescence profiles: a first database for the global ocean”. In:Earth System Science Data7.2 (Oct. 2015), pp. 261–273.issn: 1866-3516.doi:10 . 5194 / 30 essd-7-261-2015.url:http://dx.doi.org/10.5194/essd-7-261- 2015
-
[22]
Initial skill assessment of the California Harmful Algae Risk Mapping (C-HARM) system
Clarissa R. Anderson et al. “Initial skill assessment of the California Harmful Algae Risk Mapping (C-HARM) system”. In:Harmful Algae 59 (Nov. 2016), pp. 1–18.issn: 1568-9883.doi:10.1016/j.hal.2016. 08.006.url:http://dx.doi.org/10.1016/j.hal.2016.08.006
-
[23]
An unprecedented coastwide toxic algal bloom linkedtoanomalousoceanconditions
Ryan M. McCabe et al. “An unprecedented coastwide toxic algal bloom linkedtoanomalousoceanconditions”.In:Geophysical Research Letters 43.19 (Oct. 2016).issn: 1944-8007.doi:10.1002/2016gl070023.url: http://dx.doi.org/10.1002/2016GL070023
-
[24]
On calibration of modern neural networks
Chuan Guo et al. “On calibration of modern neural networks”. In: Proceedings of the 34th International Conference on Machine Learn- ing - Volume 70. ICML’17. Sydney, NSW, Australia: JMLR.org, 2017, pp. 1321–1330
2017
-
[25]
xarray: N-D labeled Arrays and Datasets in Python
Stephan Hoyer and Joe Hamman. “xarray: N-D labeled Arrays and Datasets in Python”. In:Journal of Open Research Software5.1 (Apr. 2017), p. 10.issn: 2049-9647.doi:10.5334/jors.148.url:http: //dx.doi.org/10.5334/jors.148
-
[26]
CuPy:ANumPy-CompatibleLibraryforNVIDIA GPU Calculations
RyosukeOkutaetal.“CuPy:ANumPy-CompatibleLibraryforNVIDIA GPU Calculations”. In:Proceedings of Workshop on Machine Learn- ing Systems (LearningSys) in The Thirty-first Annual Conference on Neural Information Processing Systems (NIPS). 2017.url:http:// learningsys.org/nips17/assets/papers/paper_16.pdf
2017
-
[27]
On the Loop Current Pene- tration into the Gulf of Mexico
Robert H. Weisberg and Yonggang Liu. “On the Loop Current Pene- tration into the Gulf of Mexico”. In:Journal of Geophysical Research: Oceans122.12 (Dec. 2017), pp. 9679–9694.issn: 2169-9291.doi:10. 1002/2017jc013330.url:http://dx.doi.org/10.1002/2017JC013330
-
[28]
Pseudo-nitzschia, Nitzschia, and domoic acid: New research since 2011
Stephen S. Bates et al. “Pseudo-nitzschia, Nitzschia, and domoic acid: New research since 2011”. In:Harmful Algae79 (Nov. 2018), pp. 3–43. issn: 1568-9883.doi:10 . 1016 / j . hal . 2018 . 06 . 001.url:http : //dx.doi.org/10.1016/j.hal.2018.06.001
-
[29]
Peter de Boves Harrington. “Feature expansion by a continuous re- stricted Boltzmann machine for near-infrared spectrometric calibra- tion”. In:Analytica Chimica Acta1010 (June 2018), pp. 20–28.issn: 31 0003-2670.doi:10.1016/j.aca.2018.01.026.url:http://dx.doi. org/10.1016/j.aca.2018.01.026
work page doi:10.1016/j.aca.2018.01.026.url:http://dx.doi 2018
-
[30]
Xu Ji, João F. Henriques, and Andrea Vedaldi.Invariant Informa- tion Clustering for Unsupervised Image Classification and Segmenta- tion. 2018.doi:10.48550/ARXIV.1807.06653.url:https://arxiv. org/abs/1807.06653
-
[31]
Philipp Köhler et al. “Global Retrievals of Solar-Induced Chlorophyll Fluorescence With TROPOMI: First Results and Intersensor Compar- ison to OCO-2”. In:Geophysical Research Letters45.19 (Oct. 2018). issn: 1944-8007.doi:10.1029/2018gl079031.url:http://dx.doi. org/10.1029/2018GL079031
-
[32]
A decade and a half of Pseudo-nitzschia spp. and domoic acid along the coast of southern California
Jayme Smith et al. “A decade and a half of Pseudo-nitzschia spp. and domoic acid along the coast of southern California”. In:Harmful Algae 79 (Nov. 2018), pp. 87–104.issn: 1568-9883.doi:10.1016/j.hal. 2018.07.007.url:http://dx.doi.org/10.1016/j.hal.2018.07. 007
-
[33]
Multi-Modal Object Tracking and Image Fu- sion With Unsupervised Deep Learning
Nicholas LaHaye et al. “Multi-Modal Object Tracking and Image Fu- sion With Unsupervised Deep Learning”. In:IEEE Journal of Selected Topics in Applied Earth Observations and Remote Sensing12.8 (Aug. 2019), pp. 3056–3066.issn: 2151-1535.doi:10.1109/jstars.2019. 2920234.url:http://dx.doi.org/10.1109/JSTARS.2019.2920234
arXiv 2019
-
[34]
2019.doi:10.48550/ARXIV.1912.01703.url: https://arxiv.org/abs/1912.01703
Adam Paszke et al.PyTorch: An Imperative Style, High-Performance Deep Learning Library. 2019.doi:10.48550/ARXIV.1912.01703.url: https://arxiv.org/abs/1912.01703
-
[35]
Restricted Boltzmann Machine as Image Pre-processing Method for Deep Neural Classifier
Szymon Sobczak and Rafal Kapela. “Restricted Boltzmann Machine as Image Pre-processing Method for Deep Neural Classifier”. In:2019 First International Conference on Societal Automation (SA). IEEE, Sept. 2019, pp. 1–5.doi:10 . 1109 / sa47457 . 2019 . 8938039.url: http://dx.doi.org/10.1109/SA47457.2019.8938039
arXiv 2019
-
[36]
Robert H. Weisberg et al. “The Coastal Ocean Circulation Influence on the 2018 West Florida Shelf <scp>K. brevis</scp> Red Tide Bloom”. In:Journal of Geophysical Research: Oceans124.4(Apr.2019),pp.2501– 2512.issn: 2169-9291.doi:10.1029/2018jc014887.url:http://dx. doi.org/10.1029/2018JC014887. 32
-
[37]
2019.doi:10
Fan Yang, Mengnan Du, and Xia Hu.Evaluating Explanation With- out Ground Truth in Interpretable Machine Learning. 2019.doi:10. 48550 / ARXIV . 1907 . 06831.url:https : / / arxiv . org / abs / 1907 . 06831
2019
-
[38]
The Systematic Review of K-Means Clustering Algorithm
ArdavanAshabi,ShamsulBinSahibuddin,andMehdiSalkhordehHaghighi. “The Systematic Review of K-Means Clustering Algorithm”. In:2020 The 9th International Conference on Networks, Communication and Computing. ICNCC 2020. ACM, Dec. 2020, pp. 13–18.doi:10.1145/ 3447654 . 3447657.url:http : / / dx . doi . org / 10 . 1145 / 3447654 . 3447657
2020
-
[39]
Climate Change and Harmful Algal Blooms: Insights and perspective
Christopher J. Gobler. “Climate Change and Harmful Algal Blooms: Insights and perspective”. In:Harmful Algae91 (Jan. 2020), p. 101731. issn: 1568-9883.doi:10 . 1016 / j . hal . 2019 . 101731.url:http : //dx.doi.org/10.1016/j.hal.2019.101731
arXiv 2020
-
[40]
2020.doi:10.48550/ARXIV.2006.07733
Jean-Bastien Grill et al.Bootstrap your own latent: A new approach to self-supervised Learning. 2020.doi:10.48550/ARXIV.2006.07733. url:https://arxiv.org/abs/2006.07733
-
[41]
Peter B. Harrington. “Enhanced zippy restricted Boltzmann machine for feature expansion and improved classification of analytical data”. In:Journal of Chemometrics34.3 (Feb. 2020).issn: 1099-128X.doi: 10.1002/cem.3228.url:http://dx.doi.org/10.1002/cem.3228
work page doi:10.1002/cem.3228.url:http://dx.doi.org/10.1002/cem.3228 2020
-
[42]
Charles R. Harris et al. “Array programming with NumPy”. In:Nature 585.7825 (Sept. 2020), pp. 357–362.issn: 1476-4687.doi:10.1038/ s41586-020-2649-2.url:http://dx.doi.org/10.1038/s41586- 020-2649-2
doi:10.1038/s41586- 2020
-
[43]
KelseyJordahletal.geopandas/geopandas: v0.8.1.2020.doi:10.5281/ ZENODO.3946761.url:https://zenodo.org/record/3946761
arXiv 2020
-
[44]
Global Retrievals of Solar-Induced Chlorophyll Fluorescence at Red Wavelengths With TROPOMI
Philipp Köhler et al. “Global Retrievals of Solar-Induced Chlorophyll Fluorescence at Red Wavelengths With TROPOMI”. In:Geophysical Research Letters47.15 (July 2020).issn: 1944-8007.doi:10.1029/ 2020gl087541.url:http://dx.doi.org/10.1029/2020GL087541
-
[45]
Michael Papenfus et al. “Exploring the potential value of satellite re- mote sensing to monitor chlorophyll-a for US lakes and reservoirs”. In: Environmental Monitoring and Assessment192.12 (Dec. 2020).issn: 33 1573-2959.doi:10.1007/s10661- 020- 08631- 5.url:http://dx. doi.org/10.1007/s10661-020-08631-5
doi:10.1007/s10661- 2020
-
[46]
Learnergy: Energy-based Machine Learners
MateusRoder,GustavoHenriquedeRosa,andJoãoPauloPapa.Learn- ergy: Energy-based Machine Learners. 2020.doi:10 . 48550 / ARXIV . 2003.07443.url:https://arxiv.org/abs/2003.07443
work page internal anchor Pith review Pith/arXiv arXiv doi:10.48550/arxiv.2003.07443 2020
-
[47]
SciPy 1.0: fundamental algorithms for scientific computing in Python
Pauli Virtanen et al. “SciPy 1.0: fundamental algorithms for scientific computing in Python”. In:Nature Methods17.3 (Feb. 2020), pp. 261– 272.issn: 1548-7105.doi:10.1038/s41592-019-0686-2.url:http: //dx.doi.org/10.1038/s41592-019-0686-2
-
[48]
2021.doi:10.48550/ARXIV.2111.06377.url:https://arxiv.org/ abs/2111.06377
Kaiming He et al.Masked Autoencoders Are Scalable Vision Learners. 2021.doi:10.48550/ARXIV.2111.06377.url:https://arxiv.org/ abs/2111.06377
-
[49]
CynthiaAnnHeilandAmandaLorraineMuni-Morgan.“Florida’sHarm- ful Algal Bloom (HAB) Problem: Escalating Risks to Human, Environ- mental and Economic Health With Climate Change”. In:Frontiers in Ecology and Evolution9 (June 2021).issn: 2296-701X.doi:10.3389/ fevo.2021.646080.url:http://dx.doi.org/10.3389/fevo.2021. 646080
arXiv 2021
-
[50]
Nicholas LaHaye et al. “A Quantitative Validation of Multi-Modal Im- age Fusion and Segmentation for Object Detection and Tracking”. In: Remote Sensing13.12 (June 2021), p. 2364.issn: 2072-4292.doi:10. 3390/rs13122364.url:http://dx.doi.org/10.3390/rs13122364
-
[51]
On ‘ground’ truth and why we should abandon the term
Iain H. Woodhouse. “On ‘ground’ truth and why we should abandon the term”. In:Journal of Applied Remote Sensing15.04 (Nov. 2021). issn: 1931-3195.doi:10.1117/1.jrs.15.041501.url:http://dx. doi.org/10.1117/1.JRS.15.041501
-
[52]
2022.doi: 10.48550/ARXIV.2210.10318.url:https://arxiv.org/abs/2210
Renjie Liao et al.Gaussian-Bernoulli RBMs Without Tears. 2022.doi: 10.48550/ARXIV.2210.10318.url:https://arxiv.org/abs/2210. 10318
-
[53]
Pool-Based Sequential Active Learning For Regres- sion Based on Incremental Cluster Center Selection
Binwei Lin et al. “Pool-Based Sequential Active Learning For Regres- sion Based on Incremental Cluster Center Selection”. In:2021 Ninth International Conference on Advanced Cloud and Big Data (CBD). IEEE, Mar. 2022, pp. 176–182.doi:10.1109/cbd54617.2021.00038. url:http://dx.doi.org/10.1109/CBD54617.2021.00038. 34
arXiv 2021
-
[54]
Allison R. Moreno et al. “Development, calibration, and evaluation of a model of Pseudo-nitzschia and domoic acid production for regional ocean modeling studies”. In:Harmful Algae118 (Oct. 2022), p. 102296. issn: 1568-9883.doi:10 . 1016 / j . hal . 2022 . 102296.url:http : //dx.doi.org/10.1016/j.hal.2022.102296
arXiv 2022
-
[55]
Robert H. Weisberg and Yonggang Liu. “Local And Deep-Ocean Forc- ing Effects on the West Florida Continental Shelf Circulation and Ecol- ogy”. In:Frontiers in Marine Science9 (June 2022).issn: 2296-7745. doi:10.3389/fmars.2022.863227.url:http://dx.doi.org/10. 3389/fmars.2022.863227
arXiv 2022
-
[56]
Mahmoud Assran et al.Self-Supervised Learning from Images with a Joint-Embedding Predictive Architecture. 2023.doi:10.48550/ARXIV. 2301.08243.url:https://arxiv.org/abs/2301.08243
-
[57]
Brandon Duderstadt, Hayden S. Helm, and Carey E. Priebe.Com- paring Foundation Models using Data Kernels. 2023.doi:10.48550/ ARXIV.2305.05126.url:https://arxiv.org/abs/2305.05126
-
[58]
Alexander Kirillov et al.Segment Anything. 2023. eprint:arXiv:2304. 02643
2023
-
[59]
First Light Demonstration of Red Solar Induced Fluorescence for Harmful Algal Bloom Monitoring
Kelly Luis et al. “First Light Demonstration of Red Solar Induced Fluorescence for Harmful Algal Bloom Monitoring”. In:Geophysical Research Letters50.13 (July 2023).issn: 1944-8007.doi:10.1029/ 2022gl101715.url:http://dx.doi.org/10.1029/2022GL101715
-
[60]
Jenny Zhang et al.OMNI: Open-endedness via Models of human No- tions of Interestingness. 2023.doi:10 . 48550 / ARXIV . 2306 . 01711. url:https://arxiv.org/abs/2306.01711
-
[61]
RetrievalofoceanicchlorophyllconcentrationfromGOES-RAdvanced Baseline Imager using deep learning
Guangming Zheng, Christopher W. Brown, and Paul M. DiGiacomo. “RetrievalofoceanicchlorophyllconcentrationfromGOES-RAdvanced Baseline Imager using deep learning”. In:Remote Sensing of Environ- ment295 (Sept. 2023), p. 113660.issn: 0034-4257.doi:10.1016/j. rse.2023.113660.url:http://dx.doi.org/10.1016/j.rse.2023. 113660
arXiv 2023
-
[62]
J. Kravitz et al.Pushing the limits of aquatic remote sensing: Synthetic data and deep learning for fast inverse emulation of a coupled water- atmosphere radiative transfer model.2024.url:https://ntrs.nasa. gov/citations/20230002640. 35
arXiv 2024
-
[63]
2024.doi:10.48550/ARXIV.2408.06292.url: https://arxiv.org/abs/2408.06292
Chris Lu et al.The AI Scientist: Towards Fully Automated Open-Ended Scientific Discovery. 2024.doi:10.48550/ARXIV.2408.06292.url: https://arxiv.org/abs/2408.06292
-
[64]
Nima Madani et al. “A Machine Learning Approach to Produce a Continuous Solar-Induced Chlorophyll Fluorescence Over the Arctic Ocean”. In:Journal of Geophysical Research: Machine Learning and Computation1.4(Dec.2024).issn:2993-5210.doi:10.1029/2024jh000215. url:http://dx.doi.org/10.1029/2024JH000215
-
[65]
Valerio Marsocci et al.PANGAEA: A Global and Inclusive Benchmark for Geospatial Foundation Models. 2024.doi:10.48550/ARXIV.2412. 04204.url:https://arxiv.org/abs/2412.04204
-
[66]
2025.doi:10
David Hoese et al.pytroll/pyresample: Version 1.34.2. 2025.doi:10. 5281/ZENODO.3372769.url:https://zenodo.org/doi/10.5281/ zenodo.3372769
2025
-
[67]
2025.doi:10.5281/ ZENODO.15693706.url:%5Curl%7Bhttps://zenodo.org/doi/10
Nicholas LaHaye, Kelly Luis, and Michelle Gierach.MultiSensor Harm- ful Algal Bloom Severity and Speciation Dataset. 2025.doi:10.5281/ ZENODO.15693706.url:%5Curl%7Bhttps://zenodo.org/doi/10. 5281/zenodo.15693706%7D
2025
-
[68]
In:Remote Sensing17.7 (Apr
NicholasLaHayeetal.“DevelopmentandApplicationofSelf-Supervised Machine Learning for Smoke Plume and Active Fire Identification from the Fire Influence on Regional to Global Environments and Air Quality Datasets”. In:Remote Sensing17.7 (Apr. 2025), p. 1267.issn: 2072- 4292.doi:10 . 3390 / rs17071267.url:http : / / dx . doi . org / 10 . 3390/rs17071267
2025
-
[69]
2025.doi:10
Nick LaHaye et al.SITFUSE V2.1.0. 2025.doi:10 . 5281 / ZENODO . 17117149.url:%5Curl % 7Bhttps : / / zenodo . org / doi / 10 . 5281 / zenodo.17117149%7D
2025
-
[70]
2025.doi:10
Alistair Miles et al.zarr-developers/zarr-python: v3.1.3. 2025.doi:10. 5281/ZENODO.3773449.url:https://zenodo.org/doi/10.5281/ zenodo.3773449
2025
-
[71]
2025.doi:10
Nick LaHaye.HAB Model Weights. 2025.doi:10 . 57967 / HF / 5837. url:%5Curl%7Bhttps://huggingface.co/njlahaye/OC_SIF_HABs_ 2025%7D
2025
-
[72]
Even Rouault et al.GDAL. 2025.doi:10 . 5281 / ZENODO . 5884351. url:https://zenodo.org/doi/10.5281/zenodo.5884351. 36
-
[73]
https : / / ui
Amanda Burke, Mark Carroll, and Caleb Spradlin.Finding the Trees in a (Random) Forest: How Do We Get a Representative Sample in a Training Dataset for a Global Land Cover Classification? — ui.adsabs.harvard.edu. https : / / ui . adsabs . harvard . edu / abs / 2023AGUFMIN51C0429B / abstract. [Accessed 09-10-2025]. [74]GitHub - gongzg/opencv-itseez: Open So...
2025
discussion (0)
Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.