REVIEW 3 major objections 4 minor 49 references
Geographical Context Matters: Bridging Fine and Coarse Spatial Information to Enhance Continental Land Cover Mapping
T0 review · 3 major / 4 minor · reviewed 2026-08-16 · deepseek-v4-flash
Pith's one-line read Adding latitude, longitude, and region labels to a land-cover model lifts EU-wide mapping accuracy, with the largest gains when both levels of geography are used together.
desk verdict The full model beats standard baselines, but the paper's own ablation contradicts its central claim about joint geospatial integration. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The central mechanism is bi-level spatial conditioning paired with feature disentanglement. Coordinates are mapped through a fixed sinusoidal positional encoding, then reshaped by a small learned MLP into a 128-dimensional location embedding that is concatenated to the spectral feature vector; this is the fine-grained channel. The coarse channel is a training-only branch that predicts the sample's ecological zone from its own embedding, while a supervised contrastive loss over land-cover classes plus zone classes pulls matching embeddings together and pushes different classes and zones apart, enforcing that the land-cover branch stays region-invariant. At inference the zone branch is removed, leaving a model that needs only coordinates, not zone labels.
What would settle it
Re-run the extrapolation and leave-one-region-out scenarios after tuning all baselines on a separate validation split with the same computational budget; if tuned RF or XGBoost closes the gap to within a fraction of a point, the claim that geospatial integration drives the improvement would be falsified. A second check: replace the learned positional encoder with the fixed sinusoidal encoding alone, since the paper itself reports degraded performance in that configuration, and a match would weaken the mechanism story.
Extended reading notes
Core claim
The discovery the paper argues for is that geospatial metadata can be made a structured part of the learning objective rather than a passive input. BRIDGE-LC encodes coordinates with a sinusoidal positional encoding followed by a learned MLP, concatenates the result to 109 satellite and auxiliary features, and passes it through two parallel encoders: one produces a region-invariant embedding for land cover classification, the other a region-specific embedding for predicting the eight ecological zones, with a supervised contrastive loss keeping the two spaces apart. The paper reports that this design outperforms all compared baselines in both the extrapolation scenario and the leave-one-region-out scenario, that ablations attribute gains to both fine- and coarse-grained geospatial information, and that the learned location embeddings visibly recover the biogeographical structure supplied during training. In the authors' reading, the model is not memorizing coordinates but learning which appearance patterns travel across regions and which are local.
Load-bearing premise
The load-bearing premise is that Random Forest, SVM, and XGBoost run with package-default settings are strong enough baselines, because no validation set was used and BRIDGE-LC's own architecture was not held to the same no-tuning standard.
Editorial extensions
If this is right
- Existing continental land cover pipelines can be upgraded by adding coordinates and region labels during training only; the deployed model still takes the usual features plus coordinates.
- Crop-type mapping is where the method pays off most: in the extrapolation scenario the F1 advantage over the best baseline is about 2.4 points at Level 2 versus under one point at Level 1.
- Holding out a complete biogeographical region still leaves BRIDGE-LC ahead of all baselines, so the geospatial conditioning contributes to spatial generalization rather than only to fitting familiar regions.
- The learned location embeddings are spatially coherent and recover the biogeographical structure, meaning the model builds an interpretable map-like prior as a byproduct of training.
Reading between the lines
- Testable extension: the same dual-branch recipe should transfer to other coarse partitions, such as continents or agro-ecological zones; applying it to a North American ecoregion partition would show whether the result depends on the EU's eight-zone scheme.
- Testable extension: because the ablation shows fixed positional encodings underperform learned ones, the learned PE is doing real work; comparing BRIDGE-LC against a model that feeds raw coordinates through an MLP without sinusoidal pre-encoding would isolate where that work happens.
- Caution: part of the gain may come from spatial autocorrelation in the labels, so the margin could shrink on years or landscapes with strong distribution shift; retraining on a later survey campaign would separate a true geospatial prior from interpolation between nearby training points.
- Not claimed by the paper: the coarse partition is highly imbalanced, with two regions covering a tiny share of samples, so results in those regions are noisy; a finer or differently chosen partition could shift the balance between region-specific and invariant features.
Signed reviews
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper proposes BRIDGE-LC, a lightweight MLP classifier for EU-27 land cover and crop type mapping that combines Sentinel-1/2 and auxiliary features with a learned sinusoidal positional encoding of latitude/longitude and a training-time branch supervised by biogeographical region labels through a contrastive disentanglement loss. The authors evaluate the method in a random-split extrapolation scenario and a leave-one-biogeographical-region-out scenario, compare against RF, SVM, and XGBoost, and inspect the learned embeddings. The headline claims are that both fine-grained and coarse-grained geospatial information improve accuracy and that the largest gains come from jointly using both.
Significance. If the claims held, the architecture would be a useful and computationally modest contribution to large-scale land cover mapping, since inference requires only coordinates and the method outperforms classical baselines in two scenarios. The use of a public in-situ benchmark with external labels, the availability of code, and the per-class breakdown are strengths. However, the central ablation evidence is internally inconsistent, and the reported gains over the no-geo baseline are small single-run differences. As presented, the paper does not establish that coarse information helps or that the joint configuration is best, which is the central novelty claim.
major comments (3)
- [§4.4, Table 12] The ablation table contradicts the text and the central claim. The first data row (no geoinformation) reports Level-1 Acc/F1 74.49/73.17 and Level-2 Acc/F1 57.76/53.93. Among the ablation rows, the row with Level-1 Acc/F1 71.90/70.20 and Level-2 Acc/F1 55.70/52.14 is below the no-geo baseline on all four metrics, and the row with Level-2 F1 54.88 outperforms the full model's 54.44. Consequently, the statement in §4.4 that 'incorporating either latitude/longitude ... or biogeographical region information enhances classification performance across all tasks' is not supported by the table. The specific claims in §5.3 that coarse information raises Level-1 F1 from 73.17 to 73.26 and that the joint model is best are also not established: the 73.17-to-73.26 comparison is baseline-versus-full, not a controlled coarse-only effect, and the joint-model claim is contradicted by the 54.88 Level-2 F1 row.
- [Tables 6-12, §4.2-§4.4] All results are single-run point estimates with no error bars, seeds, confidence intervals, or significance tests. The model-vs-baseline and ablation differences that support the paper's thesis are small; for example, in Table 12 the full model versus the no-geo baseline is Level-1 F1 73.59 versus 73.17 and Level-2 F1 54.44 versus 53.93. These gaps are within the range of plausible run-to-run noise, so the paper does not demonstrate that the improvements are real. This is load-bearing because the central claim is precisely that small gains arise from spatial-information integration.
- [§4.1.1] The comparison against RF, SVM, and XGBoost is asymmetric. The authors state that no validation set was used and therefore no hyperparameter optimization was performed for any method, but BRIDGE-LC's architecture and training choices (500 epochs, learning rate 10^-4, batch size 256, dropout 50%, and the contrastive temperature tau in Eq. (6)) are specific selections made by the authors. RF, SVM, and XGBoost are run with package defaults. The reported gains over these baselines may therefore partly reflect more favorable settings for the proposed method; a sensitivity analysis or a matched tuning budget is needed before attributing the gains to the geospatial information.
minor comments (4)
- [§3.4, Eq. (4)-(5)] Equations (4) and (5) as written do not define the usual categorical cross-entropy loss because they omit the minus sign; the standard form is -sum 1(condition) log(predicted_probability). The notation should be corrected.
- [§2.2] The sample-count narrative is unclear: 133,813 samples after filtering, 81,427 cloud-free samples balanced to 86,831, yet 139,217 labeled samples are used in the classification procedure. The relationship between these numbers should be explained explicitly.
- [§1, §4.4] The manuscript contains typos and formatting inconsistencies, including 'hese data characteristics' in the Introduction, 'bioRegionOut' in the Section 4.4 heading, and irregular spacing in words like 'di fferent'. A careful copy-edit is needed.
- [§4.6.1-§4.6.2, Figures 10-11] The t-SNE and PCA visualizations are qualitative and based on 50 samples per class in Figure 10. They should be framed as illustrative rather than as quantitative evidence of the claimed gains.
Circularity Check
No circularity found: the central comparison is against external LUCAS labels and baselines, and the geospatial-information claim is an empirical result rather than a construction.
full rationale
The paper's central claim—that jointly using fine- and coarse-grained geospatial information improves land cover mapping—is an empirical claim tested against external LUCAS 2022 in-situ labels and compared with RF, SVM, and XGBoost baselines. The method is not defined in terms of its own outputs: the fixed sinusoidal positional encoding (Eqs. 1–2), the learned positional-encoding MLP (Eq. 3), the land-cover cross-entropy loss (Eq. 4), the region-classification loss (Eq. 5), and the supervised contrastive loss (Eq. 6) are all standard supervised-learning components, and no reported metric is obtained by reinserting the target result into the loss. The self-citations (Ghassemi et al. 2024 for the dataset and 109-feature subset; Dantas et al. 2024 for feature disentanglement) are data and method provenance rather than load-bearing derivations: the dataset is a published Scientific Data artifact based on the external LUCAS Copernicus survey, and the disentanglement idea is an architectural choice, not an unverified uniqueness theorem imported to force the result. The ablation in Table 12 does not support the text's claim that coarse-only information 'enhances classification performance'—the coarse-only row is worse than baseline—and the full model's Level-2 F1 (54.44) is below the learned-PE-only variant (54.88), but this is an internal-consistency and statistical-robustness problem (no error bars or significance tests), not a circularity pattern: it does not make the reported prediction equivalent to the model's inputs by construction. Consequently, under the hard rules requiring a specific equation-level or definitional reduction, no circular step is established.
Assumptions & free parameters
free parameters (2)
- Supervised contrastive temperature tau =
Not reported
- Architecture hyperparameters (learning rate, batch size, dropout, hidden width) =
LR=1e-4, batch=256, dropout=0.5, width=256
assumptions (4)
- domain assumption EEA biogeographical region labels are a meaningful supervisory signal for land cover and crop type variability.
- domain assumption LUCAS 2022 in-situ labels are accurate ground truth for land cover and crops.
- domain assumption The RF-based feature selection and balancing from Ghassemi et al. 2024 are valid for the new method and do not leak test information.
- standard math Sinusoidal positional encoding and cosine similarity are appropriate for encoding geographic coordinates.
Cite this review
Pith. "Pith review of Geographical Context Matters: Bridging Fine and Coarse Spatial Information to Enhance Continental Land Cover Mapping." pith.science (2026). https://pith.science/paper/WCVARBQH
@misc{pith2026250412368,
author = {Pith},
title = {Pith review of: Geographical Context Matters: Bridging Fine and Coarse Spatial Information to Enhance Continental Land Cover Mapping},
year = {2026},
howpublished = {\url{https://pith.science/paper/WCVARBQH}},
note = {Machine review of arXiv:2504.12368}
}
read the original abstract
Land use and land cover mapping from Earth Observation (EO) data is a critical tool for sustainable land and resource management. While advanced machine learning and deep learning algorithms excel at analyzing EO imagery data, they often overlook crucial geospatial metadata information that could enhance scalability and accuracy across regional, continental, and global scales. To address this limitation, we propose BRIDGE-LC (Bi-level Representation Integration for Disentangled GEospatial Land Cover), a novel deep learning framework that integrates multi-scale geospatial information into the land cover classification process. By simultaneously leveraging fine-grained (latitude/longitude) and coarse-grained (biogeographical region) spatial information, our lightweight multi-layer perceptron architecture learns from both during training but only requires fine-grained information for inference, allowing it to disentangle region-specific from region-agnostic land cover features while maintaining computational efficiency. To assess the quality of our framework, we use an open-access in-situ dataset and adopt several competing classification approaches commonly considered for large-scale land cover mapping. We evaluated all approaches through two scenarios: an extrapolation scenario in which training data encompasses samples from all biogeographical regions, and a leave-one-region-out scenario where one region is excluded from training. We also explore the spatial representation learned by our model, highlighting a connection between its internal manifold and the geographical information used during training. Our results demonstrate that integrating geospatial information improves land cover mapping performance, with the most substantial gains achieved by jointly leveraging both fine- and coarse-grained spatial information.
Figures
Figures from the paper (8 more)
Reference graph
Works this paper leans on
-
[7]
Earth System Science Data 16, 5723–5735
Advances in lucas copernicus 2022: enhancing earth observations with comprehensive in situ data on eu land cover and use. Earth System Science Data 16, 5723–5735. doi: 10.5194/essd-16-5723-2024 . Dantas, C.F., Gaetano, R., Paris, C., Ienco, D.,
-
[8]
Reuse out-of-year data to enhance land cover mapping via feature disentanglement and contrastive learning. IEEE Journal of Selected Topics in Applied Earth Observations and Remote Sensing , 1–15doi:10.1109/JSTARS.2024. 3503756. Drusch, M., Del Bello, U., Carlier, S., Colin, O., Fernandez, V ., Gascon, F., Hoersch, B., Isola, C., Laberinti, P., Martimort, ...
-
[11]
d’Andrimont, R., Verhegghen, A., Lemoine, G., Kempeneers, P., Meroni, M., van der Velde, M.,
doi:10.3390/rs11070888. d’Andrimont, R., Verhegghen, A., Lemoine, G., Kempeneers, P., Meroni, M., van der Velde, M.,
- [12]
-
[13]
30 European Commission, Joint Research Centre (JRC),
doi: 10.1038/s41597-020-00675-z . 30 European Commission, Joint Research Centre (JRC),
-
[14]
Arii, M., van Zyl, J.J., Kim, Y .,
doi: 10.3390/rs14112654. Arii, M., van Zyl, J.J., Kim, Y .,
-
[15]
doi: 10.3390/rs15153859. d’Andrimont, R., Yordanov, M., Sedano, F., Verhegghen, A., Strobl, P., Zachariadis, S., Camilleri, F., Palmieri, A., Eiselt, B., Rubio Iglesias, J.M., van der Velde, M.,
-
[16]
doi: 10.3390/rs14030541. Ghassemi, B., Izquierdo-Verdiguier, E., Verhegghen, A., Yordanov, M., Lemoine, G., Moreno Mart ´ınez, ´A., De Marchi, D., van der Velde, M., Vuolo, F., d’Andrimont, R.,
Show all 49 references
-
[17]
Scientific Data 11,
European union crop map 2022: Earth observation’s 10-meter dive into europe’s crop tapestry. Scientific Data 11,
2022
-
[19]
URL: https:// lpdaac.usgs.gov/products/mod21c3v061/, doi:10.5067/MODIS/MOD21C3.061
Modis /terra land surface temperature /3-band emissivity monthly l3 global 0.05deg cmg v061. URL: https:// lpdaac.usgs.gov/products/mod21c3v061/, doi:10.5067/MODIS/MOD21C3.061. Jacques, D.C., Kergoat, L., Hiernaux, P., Mougin, E., Defourny, P.,
-
[21]
Global Change Biology 26, 1754–1766
A deep learning approach to conflating heterogeneous geospatial data for corn yield estimation: A case study of the us corn belt at the county level. Global Change Biology 26, 1754–1766. doi:https://doi.org/10.1111/gcb.14885. Jiang, Z., Huete, A.R., Didan, K., Miura, T.,
-
[23]
The International Archives of the Photogrammetry, Remote Sensing and Spatial Information Sciences XLI-B7, 269–276
Comparison of filters dedicated to speckle suppression in sar images. The International Archives of the Photogrammetry, Remote Sensing and Spatial Information Sciences XLI-B7, 269–276. doi: 10.5194/isprs-archives-XLI-B7-269-2016 . Kussul, N., Lavreniuk, M., Skakun, S., Shelestov, A.,
-
[28]
Biogeosciences 9, 179–191
Mapping tropical forest biomass with radar and spaceborne lidar in lop ´e national park, gabon: overcoming problems of high biomass and persistent cloud. Biogeosciences 9, 179–191. URL: https://bg.copernicus.org/articles/9/179/2012/. Mustafa Abdullah, D., Mohsin Abdulazeez, A.,
2012
-
[29]
Qubahan Academic Journal 1, 81–90
Machine learning applications based on svm classification a review. Qubahan Academic Journal 1, 81–90. URL: https://journal.qubahan.com/index.php/qaj/article/view/50, doi:10.48161/qaj.v1n2a50. NASA/METI/AIST/Japan Spacesystems And U.S./Japan ASTER Science Team,
-
[30]
URL: https: //lpdaac.usgs.gov/products/astgtmv003/, doi:10.5067/ASTER/ASTGTM.003
Aster global digital elevation model v003. URL: https: //lpdaac.usgs.gov/products/astgtmv003/, doi:10.5067/ASTER/ASTGTM.003. Panangian, D., Bittner, K.,
-
[32]
doi: 10.3390/s19040904. Paszke, A., Gross, S., Massa, F., Lerer, A., Bradbury, J., Chanan, G., Killeen, T., Lin, Z., Gimelshein, N., Antiga, L., Desmaison, A., Kopf, A., Yang, E., DeVito, Z., Raison, M., Tejani, A., Chilamkurthy, S., Steiner, B., Fang, L., Bai, J., Chintala, S.,
-
[33]
(Eds.), Advances in Neural Information Processing Systems, Curran Associates, Inc
Pytorch: An imperative style, high-performance deep learning library, in: Wallach, H., Larochelle, H., Beygelzimer, A., d'Alch ´e-Buc, F., Fox, E., Garnett, R. (Eds.), Advances in Neural Information Processing Systems, Curran Associates, Inc. URL: https://proceedings.neurips.c...
2019
-
[35]
Geocarto International 34, 1531–1551
A new spectral index for the extraction of built-up land features from landsat 8 satellite imagery. Geocarto International 34, 1531–1551. doi: 10.1080/10106049.2018.1497094. Rajadel-Lambistos, C., Izquierdo-Verdiguier, E., Moreno-Mart´ınez, A., Maneta, M., Begueria, S., Kimbal...
2018
-
[36]
arXiv preprint arXiv:2402.01444
Mission critical–satellite data is a distinct modality in machine learning. arXiv preprint arXiv:2402.01444 . Rußwurm, M., Klemmer, K., Rolf, E., Zbinden, R., Tuia, D.,
-
[38]
International Journal of Remote Sensing 42, 7581–7609
Vegetation cover monitoring in tropical regions using sar-c dual-polarization index: seasonal and spatial influences. International Journal of Remote Sensing 42, 7581–7609. doi: 10.1080/01431161.2021.1959955. Saralioglu, E., Gungor, O.,
2021
-
[40]
IEEE Transactions on Geoscience and Remote Sensing 58, 14–33
Monitoring and predicting agricultural droughts for a water-limited subcontinental region by integrating a land surface model and microwave remote sensing. IEEE Transactions on Geoscience and Remote Sensing 58, 14–33. doi:10.1109/TGRS.2019.2927342. Schwalbert, R.A., Amado, T.,...
-
[41]
Agricultural and Forest Meteorology 284, 107886
Satellite-based soybean yield forecast: Integrating machine learning and weather data for improving crop yield prediction in southern brazil. Agricultural and Forest Meteorology 284, 107886. doi:https: //doi.org/10.1016/j.agrformet.2019.107886. Singh, G., Singh, S., Sethi, G.,...
-
[42]
Remote Sensing of Environment 120, 9–24
Gmes sentinel-1 mission. Remote Sensing of Environment 120, 9–24. doi: https://doi.org/10.1016/j.rse.2011.05.028. the Sentinel Missions - New Opportunities for Science. Van Deventer, A., Ward, A., Gowda, P., Lyon, J.,
2011 doi
-
[43]
ISPRS Journal of Photogrammetry and Remote Sensing 193, 200–215
Cross-phenological-region crop mapping framework using sentinel-2 time series imagery: A new perspective for winter crops in china. ISPRS Journal of Photogrammetry and Remote Sensing 193, 200–215. doi: https://doi.org/10. 1016/j.isprsjprs.2022.09.010. Wulf, H., Stuhler, S.,
-
[44]
IET Image Processing 16, 273–284
Deep coordinate attention network for single image super-resolution. IET Image Processing 16, 273–284. doi:https://doi.org/10.1049/ipr2.12364. Xu, H.,
-
[45]
International Journal of Remote Sensing 27, 3025–3033
Modification of normalised di fference water index (ndwi) to enhance open water features in remotely sensed imagery. International Journal of Remote Sensing 27, 3025–3033. doi: 10.1080/01431160600589179. Y . Zha, J.G., Ni, S.,
-
[47]
Ecological Informatics 74, 101955
Application of machine learning approaches for land cover monitoring in northern cameroon. Ecological Informatics 74, 101955. doi: https://doi.org/10.1016/j.ecoinf.2022.101955. Zhang, Z., Xu, W., Qin, Q., Long, Z.,
2022
-
[48]
IEEE Transactions on Geoscience and Remote Sensing 59, 1012–1028
Downscaling solar-induced chlorophyll fluorescence based on convolutional neural network method to monitor agricultural drought. IEEE Transactions on Geoscience and Remote Sensing 59, 1012–1028. doi: 10.1109/TGRS.2020.2999371. Zhao, S., Tu, K., Ye, S., Tang, H., Hu, Y ., Xie, C.,
2020
-
[49]
doi:10.3390/s23218966. 32
-
[1048]
Gislason, P.O., Benediktsson, J.A., Sveinsson, J.R.,
doi: 10.1038/s41597-024-03884-y . Gislason, P.O., Benediktsson, J.A., Sveinsson, J.R.,
-
[1994]
Remote Sensing of Environment 48, 31 119–126
A modified soil adjusted vegetation index. Remote Sensing of Environment 48, 31 119–126. doi: https://doi.org/10.1016/0034-4257(94)90134-1 . Rafik Bouhennache, Toufik Bouden, A.T.A., Cheddad, A.,
-
[1996]
International Journal of Remote Sensing 17, 1425–1432
The use of the normalized difference water index (ndwi) in the delineation of open water features. International Journal of Remote Sensing 17, 1425–1432. doi: 10.1080/01431169608948714. Mitchard, E.T.A., Saatchi, S.S., White, L.J.T., Abernethy, K.A., Jeffery, K.J., Lewis, S.L....
-
[2002]
International Journal of Remote Sensing 23, 725–749
An assessment of support vector machines for land cover classification. International Journal of Remote Sensing 23, 725–749. doi: 10.1080/01431160110040323. Campos-Taberner, M., Garc´ıa-Haro, F.J., Mart´ınez, B., Izquierdo-Verdiguier, E., Atzberger, C., Camps-Valls, G., Gilabe...
-
[2003]
International Journal of Remote Sensing 24, 583–594
Use of normalized difference built-up index in automatically mapping urban areas from tm imagery. International Journal of Remote Sensing 24, 583–594. doi: 10.1080/01431160304987. Yuan, Y ., Lin, L.,
-
[2006]
Pattern Recognition Letters 27, 294–300
Random forests for land cover classification. Pattern Recognition Letters 27, 294–300. doi:https://doi.org/10.1016/j.patrec.2005.08.011. pattern Recognition in Remote Sensing (PRRS 2004). Gitelson, A.A., Kaufman, Y .J., Merzlyak, M.N.,
2005 doi
-
[2008]
Remote Sensing of Environment 112, 3833–3845
Development of a two-band enhanced vegetation index without a blue band. Remote Sensing of Environment 112, 3833–3845. doi:https://doi.org/10.1016/j.rse.2008.06.006. Jo, S., Yoon, S.W.,
2008 doi
-
[2010]
IEEE Transactions on Geoscience and Remote Sensing 48, 3349–3357
A general characterization for polarimetric scattering from vegetation canopies. IEEE Transactions on Geoscience and Remote Sensing 48, 3349–3357. doi: 10.1109/TGRS.2010.2046331. Baudoux, L., Inglada, J., Mallet, C.,
2010
-
[2012]
Remote Sensing of Environment 120, 25–36
Sentinel-2: Esa’s optical high-resolution mission for gmes operational services. Remote Sensing of Environment 120, 25–36. doi:https://doi.org/10.1016/j.rse.2011.11.026. the Sentinel Missions - New Opportunities for Science. Du, Z., Yang, J., Ou, C., Zhang, T.,
2011 doi
-
[2013]
IEEE Transactions on Geoscience and Remote Sensing 51, 162–173
Crop yield estimation based on unsupervised linear unmixing of multidate hyperspectral imagery. IEEE Transactions on Geoscience and Remote Sensing 51, 162–173. doi:10.1109/TGRS.2012.2198826. van der Maaten, L., Hinton, G.E.,
2012
-
[2014]
Remote Sensing of Environment 153, 40–49
Monitoring dry vegetation masses in semi-arid areas with modis swir bands. Remote Sensing of Environment 153, 40–49. doi: https://doi.org/10.1016/j.rse.2014.07.027. Jiang, H., Hu, H., Zhong, R., Xu, J., Xu, J., Huang, J., Wang, S., Ying, Y ., Lin, T.,
2014 doi
-
[2016]
IEEE Transactions on Geoscience and Remote Sensing 54, 6563–6573
Spiking neural networks for crop yield estimation based on spatiotemporal analysis of image time series. IEEE Transactions on Geoscience and Remote Sensing 54, 6563–6573. doi: 10.1109/TGRS.2016.2586602. Bourcier, J., Dashyan, G., Alahari, K., Chanussot, J.,
2016
-
[2017]
IEEE Geoscience and Remote Sensing Letters 14, 778–782
Deep learning classification of land cover and crop types using remote sensing data. IEEE Geoscience and Remote Sensing Letters 14, 778–782. doi: 10.1109/LGRS.2017.2681128. Loshchilov, I., Hutter, F.,
2017
-
[2019]
Luo, B., Yang, C., Chanussot, J., Zhang, L.,
Decoupled weight decay regularization, in: 7th International Conference on Learning Representations, ICLR 2019, New Orleans, LA, USA, May 6-9, 2019, OpenReview.net. Luo, B., Yang, C., Chanussot, J., Zhang, L.,
2019
-
[2020]
Scientific Data
Harmonised lucas in-situ land cover and use database for field surveys from 2006 to 2018 in the european union. Scientific Data
2006
-
[2021]
Remote Sensing of Environment 266, 112708
From parcel to continental scale – a first european crop type map based on sentinel-1 and lucas copernicus in-situ observations. Remote Sensing of Environment 266, 112708. doi:https://doi.org/10.1016/j.rse.2021.112708. d’Andrimont, R., Yordanov, M., Martinez-Sanchez, L., Eisel...
2021
-
[2022]
Geocarto International 37, 657–677
Semantic segmentation of land cover from high resolution multispectral satellite images by spectral-spatial convolutional neural network. Geocarto International 37, 657–677. doi: 10.1080/10106049.2020.1734871. Sawada, Y ., Koike, T., Ikoma, E., Kitsuregawa, M.,
2020
-
[2023]
arXiv preprint arXiv:2310.06743
Geographic location encoding with spherical harmonics and sinusoidal representation networks. arXiv preprint arXiv:2310.06743 . Erli Pinto dos Santos, D.D.D.S., do Amaral, C.H.,
-
[2024]
IEEE Journal of Selected Topics in Applied Earth Observations and Remote Sensing 17, 2980–2994
End-to-end learning for land cover classification using irregular and unaligned sits by combining attention-based interpolation with sparse variational gaussian processes. IEEE Journal of Selected Topics in Applied Earth Observations and Remote Sensing 17, 2980–2994. doi: 10.1...
-
[2025]
Pasqualotto, N., Delegido, J., Van Wittenberghe, S., Rinaldi, M., Moreno, J.,
Can location embeddings enhance super-resolution of satellite imagery? URL: https://arxiv.org/abs/ 2501.15847, arXiv:2501.15847. Pasqualotto, N., Delegido, J., Van Wittenberghe, S., Rinaldi, M., Moreno, J.,
Reviewed August 16, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.