You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-5Lines changed: 10 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2173,6 +2173,12 @@ Crop yield is a crucial metric in agriculture, as it determines the productivity
2173
2173
2174
2174
-[Pixel-based yield mapping and prediction from Sentinel-2 using spectral indices and neural networks](https://www.research-collection.ethz.ch/entities/researchdata/9e080be5-b995-4f47-aa82-44c0d22203a7)
2175
2175
2176
+
-[Predicting Crop Yield Lows Through Highs via Binned Deep Imbalanced Regression](https://github.com/plant-ai-biophysics-lab/imbalance_deep_regression_yield_forecasting)
2177
+
2178
+
-[List of CNNs in Agriculture](https://github.com/MohammadElSakka/CNN_in_AGRI)
2179
+
2180
+
-[DeepYield](https://github.com/kgavahi/DeepYield) -> A combined convolutional neural network with long short-term memory for crop yield forecasting
2181
+
2176
2182
#
2177
2183
## Wealth and economic activity
2178
2184
@@ -2347,15 +2353,10 @@ Note that nearly all the MISR publications resulted from the [PROBA-V Super Reso
2347
2353
2348
2354
-[Random Forest Super-Resolution (RFSR repo)](https://github.com/jshermeyer/RFSR) including [sample data](https://github.com/jshermeyer/RFSR/tree/master/SampleImagery)
2349
2355
2350
-
2351
-
2352
2356
-[super-resolution-using-gan](https://github.com/saraivaufc/super-resolution-using-gan) -> Super-Resolution of Sentinel-2 Using Generative Adversarial Networks
2353
2357
2354
-
2355
-
2356
2358
-[SSPSR-Pytorch](https://github.com/junjun-jiang/SSPSR) -> A spatial-spectral prior deep network for single hyperspectral image super-resolution
2357
2359
2358
-
2359
2360
-[CinCGAN](https://github.com/Junshk/CinCGAN-pytorch) -> Unsupervised Image Super-Resolution using Cycle-in-Cycle Generative Adversarial Networks
2360
2361
2361
2362
-[Satellite-image-SRGAN using PyTorch](https://github.com/xjohnxjohn/Satellite-image-SRGAN)
@@ -2752,6 +2753,8 @@ Generative networks (e.g. GANs) aim to generate new, synthetic data that appears
2752
2753
2753
2754
-[EarthSynth: Generating Informative Earth Observation with Diffusion Models](https://github.com/jaychempan/EarthSynth)
2754
2755
2756
+
-[SatDiFuser](https://github.com/yurujaja/SatDiFuser) -> Can Generative Geospatial Diffusion Models Excel as Discriminative Geospatial Foundation Models?
@@ -2973,6 +2976,8 @@ Mixed data learning is the process of learning from datasets that may contain an
2973
2976
2974
2977
-[methane-emission-project](https://github.com/stlbnmaria/methane-emission-project) -> Classification CNNs was combined in an ensemble approach with traditional methods on tabular data
2975
2978
2979
+
-[AutoMergeNet](https://github.com/ADA-research/AutoMergeNet) -> a neural architecture search approach for automatic methane plume detection in TROPOMI images
2980
+
2976
2981
#
2977
2982
## Few & zero shot learning
2978
2983
This is a class of techniques which attempt to make predictions for classes with few, one or even zero examples provided during training. In zero shot learning (ZSL) the model is assisted by the provision of auxiliary information which typically consists of descriptions/semantic attributes/word embeddings for both the seen and unseen classes at train time ([ref](https://learnopencv.com/zero-shot-learning-an-introduction/)). These approaches are particularly relevant to remote sensing, where there may be many examples of common classes, but few or even zero examples for other classes of interest.
0 commit comments