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
# Few-Shot Learning for Rooftop Detection in Satellite Imagery
1
+
# Few-Shot Learning for Rooftop Segmentation in Satellite Imagery <imgsrc="https://upload.wikimedia.org/wikipedia/commons/thumb/2/23/Hertie_School_of_Governance_logo.svg/1200px-Hertie_School_of_Governance_logo.svg.png"width="200px"align="right" />
2
+
2
3
### GRAD-E1394 Deep Learning
3
4
4
5
[](https://colab.research.google.com/github/hertie-data-science-lab/tutorial-new-tutorial-group-1/blob/elena-setup/notebooks/tutorial_few_shot_learning.ipynb)
5
6
6
7
7
-
**Author(s):** Elena Dreyer, Giorgio Coppola, Nadine Daum, Nicolas Reichardt
8
-
9
-
## Tutorial Overview
8
+
**Author(s):**
10
9
11
-
This tutorial demonstrates few-shot learning techniques for semantic segmentation of satellite imagery. The dataset contains high-resolution satellite images of Geneva, Switzerland, with corresponding segmentation labels for rooftop detection.
10
+
- Elena Dreyer [[Email](mailto:e.dreyer@students.hertie-school.org) | [GitHub](https://github.com/elenaivadreyer)]
11
+
- Giorgio Coppola [[Email](mailto:G.Coppola@students.hertie-school.org) | [GitHub](https://github.com/giocopp)]
*Click the image above to watch the tutorial video*
16
+
## Tutorial Overview
26
17
27
-
## Quick Start
18
+
This tutorial introduces few-shot learning techniques for semantic segmentation in satellite imagery using high-resolution images from Geneva, Switzerland. We will demonstrate how Prototypical Networks can learn meaningful rooftop representations from only a few labeled examples and generalize to new geographic areas with minimal annotation effort.
**Note:** PyTorch is not installed by default due to its large size. The CPU-only version is recommended for most use cases and saves significant disk space.
38
+
## Dataset Description
53
39
54
-
### Running the Tutorial
40
+
🤗 [View on Hugging Face Hub](https://huggingface.co/datasets/raphaelattias/overfitteam-geneva-satellite-images) 🤗
*Click the image above to watch the tutorial video*
92
61
93
-
# Run pre-commit hooks
94
-
pre-commit run --all-files
95
-
```
96
62
97
63
## References
98
64
@@ -119,8 +85,3 @@ pre-commit run --all-files
119
85
- Puthumanaillam, G., & Verma, U. (2023). Texture based prototypical network for few-shot semantic segmentation of forest cover: Generalizing for different geographical regions. *Neurocomputing, 538*, 126201. [https://doi.org/10.1016/j.neucom.2023.03.062](https://doi.org/10.1016/j.neucom.2023.03.062)
120
86
121
87
- Sung, F., Yang, Y., Zhang, L., Xiang, T., Torr, P. H., & Hospedales, T. M. (2018). Learning to compare: Relation network for few-shot learning. In *Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition* (pp. 1199–1208). [https://doi.org/10.1109/CVPR.2018.00131](https://doi.org/10.1109/CVPR.2018.00131)
122
-
123
-
124
-
## License
125
-
126
-
This project is licensed under the MIT License - see the LICENSE file for details.
0 commit comments