Skip to content

Commit 1d7eb5b

Browse files
committed
various
1 parent e08309d commit 1d7eb5b

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

README.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2173,6 +2173,12 @@ Crop yield is a crucial metric in agriculture, as it determines the productivity
21732173

21742174
- [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)
21752175

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+
21762182
#
21772183
## Wealth and economic activity
21782184

@@ -2347,15 +2353,10 @@ Note that nearly all the MISR publications resulted from the [PROBA-V Super Reso
23472353

23482354
- [Random Forest Super-Resolution (RFSR repo)](https://github.com/jshermeyer/RFSR) including [sample data](https://github.com/jshermeyer/RFSR/tree/master/SampleImagery)
23492355

2350-
2351-
23522356
- [super-resolution-using-gan](https://github.com/saraivaufc/super-resolution-using-gan) -> Super-Resolution of Sentinel-2 Using Generative Adversarial Networks
23532357

2354-
2355-
23562358
- [SSPSR-Pytorch](https://github.com/junjun-jiang/SSPSR) -> A spatial-spectral prior deep network for single hyperspectral image super-resolution
23572359

2358-
23592360
- [CinCGAN](https://github.com/Junshk/CinCGAN-pytorch) -> Unsupervised Image Super-Resolution using Cycle-in-Cycle Generative Adversarial Networks
23602361

23612362
- [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
27522753

27532754
- [EarthSynth: Generating Informative Earth Observation with Diffusion Models](https://github.com/jaychempan/EarthSynth)
27542755

2756+
- [SatDiFuser](https://github.com/yurujaja/SatDiFuser) -> Can Generative Geospatial Diffusion Models Excel as Discriminative Geospatial Foundation Models?
2757+
27552758
#
27562759
## Autoencoders, dimensionality reduction, image embeddings & similarity search
27572760

@@ -2973,6 +2976,8 @@ Mixed data learning is the process of learning from datasets that may contain an
29732976

29742977
- [methane-emission-project](https://github.com/stlbnmaria/methane-emission-project) -> Classification CNNs was combined in an ensemble approach with traditional methods on tabular data
29752978

2979+
- [AutoMergeNet](https://github.com/ADA-research/AutoMergeNet) -> a neural architecture search approach for automatic methane plume detection in TROPOMI images
2980+
29762981
#
29772982
## Few & zero shot learning
29782983
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

Comments
 (0)