REVIEW 2 major objections 5 minor 80 references
Evaluating Semantic and Spatial Guidance for Foundation Model Segmentation of Small-Scale PV in Remote Sensing Imagery
T0 review · 2 major / 5 minor · reviewed 2026-08-12 · deepseek-v4-flash
Pith's one-line read Prompting strategy, not training data volume, is what governs how SAM3 adapts to small solar panel segmentation.
desk verdict Careful empirical study of SAM3 prompting for small PV segmentation, but the headline hierarchy is confounded with which encoders get fine-tuned. 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 load-bearing object is SAM3's modular promptable architecture, which encodes text and geometric prompts into a shared embedding space through a unified perception encoder and fuses them with image features via cross-attention; a presence head estimates whether the concept appears, a query-based transformer decoder localizes instances, and a mask decoder produces pixel masks. The paper exploits this modularity to build three fine-tuning pipelines—text-only, with the text encoder trainable; geometric-only, with the geometry encoder trainable; and hybrid, with both trainable, while the mask decoder is always trainable. This setup, together with ground-truth-derived bounding boxes as a controlled spatial prompt, is what lets the authors attribute performance differences to prompting strategy rather than to detector error.
What would settle it
Run a crossover experiment in which every prompting condition is fine-tuned with the same set of trainable modules—for example, unfreeze both encoders under text-only and geometric-only prompts, and unfreeze only the relevant encoder under hybrid—and check whether the hybrid-over-geometric-over-text ranking and the complementarity effect survive; if they do not, the claim that prompting strategy is the dominant factor would be refuted.
Extended reading notes
Core claim
Working with SAM3, a promptable vision-language foundation model, the paper reports a consistent and statistically significant performance hierarchy across all imaging conditions and datasets: hybrid prompting (text plus bounding box) achieves the highest F1, IoU, and Recall; geometric prompting (bounding box only) is intermediate; textual prompting (noun phrase only) is lowest and most variable. The paper argues that semantic and spatial guidance are complementary rather than interchangeable: text conveys target identity, boxes supply localization, spatial guidance mainly reduces localization uncertainty, and semantic guidance helps recover pixels that would otherwise be missed. It also reports that spatial guidance substantially reduces sensitivity to spatial resolution and cross-image variability, that performance plateaus after roughly 200–300 training samples for spatially guided strategies, and that transfer learning matters mainly for text-only prompting at low supervision. The same hierarchy reproduces on three external aerial datasets, supporting the generality of the findings.
Load-bearing premise
The comparison treats prompting strategy as if it were separable from which parts of the model get fine-tuned, but text-only, geometric-only, and hybrid each come with a different fixed set of trainable encoders, so the observed ranking could partly reflect adaptation capacity or optimization dynamics rather than the guidance modality itself.
Editorial extensions
If this is right
- For SAM3-based PV mapping, the prompting pipeline should be treated as a design decision on par with model architecture, because it changes accuracy, robustness, and data requirements.
- Text-only prompting is the least reliable option for small, sparse targets and needs the most supervision; applications that cannot provide spatial cues should expect lower recall and higher sensitivity to image quality.
- Hybrid prompting delivers the highest accuracy and the lowest sensitivity to resolution, image variability, and supervision scale, making it the preferred configuration for heterogeneous multi-campaign imagery.
- A few hundred labeled samples are enough to reach most of the achievable performance for spatially guided prompting, so annotation budgets can be kept small.
- Transfer learning adds little once explicit spatial guidance is available, so its value is mostly confined to text-driven adaptation under limited supervision.
Reading between the lines
- If prompting strategy is genuinely the dominant control knob, then prompt-level design—such as learning or optimizing text descriptors and box proposals jointly—could be a more cost-effective investment than architectural modification for this class of small-object remote sensing tasks.
- The paper's use of ground-truth boxes leaves open whether a fully automated pipeline with detector-generated boxes preserves the hybrid advantage; testing that chain would determine operational feasibility.
- The authors' explanation for the text-only decline at higher supervision (over-specialization to dominant appearances) is plausible but untested; a direct test would compare worst-case and minority-appearance recall as training grows.
- The same controlled comparison could be applied to other small and imbalanced targets, and to other promptable foundation models, to see whether the hybrid-over-geometric-over-text hierarchy is a SAM3 property or a general one.
Signed reviews
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper systematically evaluates SAM3 (a promptable vision-language foundation model) for pixel-level segmentation of small-scale residential photovoltaic (PV) installations in remote sensing imagery, comparing three prompting strategies: textual only, geometric only (ground-truth bounding boxes), and hybrid (text + boxes). Experiments vary supervision scale (200-700 samples plus zero-shot), training strategy (independent per-image fine-tuning versus sequential transfer learning), spatial resolution (0.25, 0.145, 0.132 m/pixel), and cross-image variability across seven acquisition years in the Northern Negev, with additional validation on three public datasets (France Google, France IGN, Queens NY). The paper reports that prompting strategy is the dominant factor governing model behavior: textual prompting performs worst and is most sensitive to supervision, resolution, and imaging conditions; geometric prompting is substantially better; hybrid prompting achieves the highest and most stable performance, indicating complementarity between semantic and spatial guidance. The authors also report strong data efficiency, with most gains from a few hundred samples, and limited transfer-learning benefit except for textual prompting. The central claim is that the choice of prompt modality is a primary control knob when adapting SAM3 to small-object PV segmentation, and that semantic and spatial guidance are complementary.
Significance. If the central claims hold, this would be a valuable and much-needed systematic benchmark of prompting modalities for a state-of-the-art promptable segmentation foundation model in a challenging, imbalanced remote sensing setting. The study is thoughtfully designed in several respects: held-out validation and test partitions that are fixed across experiments, geographically non-overlapping splits, prompt selection performed on a spatially disjoint subset before the main experiments, external datasets spanning three resolution levels, and appropriate statistical models (fractional logit with HC3 standard errors, Type-II ANOVA with partial eta-squared). The data-efficiency finding (a few hundred annotated samples suffice) has practical importance for mapping PV in off-grid regions. The authors also disclose the use of ground-truth-derived boxes and provide a preliminary detector feasibility experiment, which is an honest limitation statement.
major comments (2)
- [III-F] The three prompting pipelines are not just different prompt inputs; they are also different fine-tuning configurations. Textual-only unfreezes the text encoder, geometric-only unfreezes the geometry encoder, and hybrid unfreezes both, with the mask decoder always unfrozen and the vision encoder and DETR components frozen. Thus 'prompting strategy' is perfectly aliased with the set of trainable components. The conclusion that hybrid prompting outperforms geometric prompting because semantic and spatial guidance are complementary (Conclusions 1 and 4) presupposes that the hybrid advantage comes from the text+box input, but it could equally come from having two unfrozen encoders, or from more favorable optimization dynamics when both encoders are jointly adapted. Likewise, the geometric-versus-textual gap could reflect the geometry encoder being easier to adapt than the text encoder rather than a property of the guidance modality. To support the headline claims, this aliasing must be broken. A feasible design is to evaluate each prompt type under multiple fine-tuning configurations (e.g., all pipelines with both encoders unfrozen, or hybrid with only one encoder unfrozen), or to include a matched-capacity control that varies the number of unfrozen components independently of the prompt input. As written, the reported hierarchy is a joint effect of prompt input and trainable components, not an isolated effect of prompting strategy.
- [IV (Figures 3-5; Conclusions 2-4)] All experiments appear to be single runs per condition: no seed variation, confidence intervals, or repeated trials are reported. The paper makes load-bearing robustness claims, such as 'lowest sensitivity to changes in supervision scale, training strategy, spatial resolution, and cross-image variability' (Conclusion 4), and 'consistently' observed hierarchies, but with one run per cell the within-condition stochasticity is unmeasured. The Friedman and Wilcoxon tests treat each pooled setting as an observation, which does not quantify run-to-run variability. This is especially important for the reported decline of textual-prompting Recall and IoU beyond 400 training samples (Section IV-C2), which could be within-run noise. I request that the authors add at least three independent seeds for representative conditions (or otherwise quantify variability, e.g., bootstrap confidence intervals on the pooled distributions), and that they explicitly report the number of runs used in each figure and table. Without this, the stability and sensitivity conclusions are not statistically grounded.
minor comments (5)
- [Throughout] There are several typographical and formatting issues: 'Isreal' in the author affiliations, inconsistent spelling of the first author's name between the main text ('Blushtein-Livnon') and reference [4] ('Bluestein-Livnon'), and broken LaTeX artifacts such as 'ANOV A' and 'Wald Type-II' spacing in Section IV-D2 and the supplementary tables.
- [Figure 6 caption] The caption states that predictions correspond to the 'best-performing model configuration' for each prompting strategy and image, but it does not specify how this configuration was selected (e.g., highest validation F1, or an oracle over test sets). Please clarify the selection criterion so that the qualitative examples cannot be perceived as cherry-picked.
- [III-D] The prompt selection procedure evaluates only M=5 candidate noun phrases. The choice of M is not justified, and although the paper notes that exhaustive search was not the goal, a short discussion of how M affects the reliability of the selected 'solar panels' prompt would strengthen the methodology.
- [III-G] All predictions are thresholded at 0.5, but the paper does not report any sensitivity analysis to this threshold. A brief check of thresholds in the range 0.3-0.7 would help confirm that the reported F1/IoU hierarchy is not an artifact of the threshold choice.
- [Code/data availability] No code or data availability statement is provided. Given that the primary dataset is private, a public release of the code and the defined train/validation/test splits (or a detailed data description) would materially improve reproducibility for the community.
Circularity Check
No significant circularity: the study is an empirical evaluation whose prompt selection was performed on a spatially disjoint subset, and no fitted parameter is renamed as a prediction.
full rationale
The paper's central claims (prompting strategy dominates, hybrid > geometric > textual, data efficiency) are supported by controlled experiments and external benchmarks rather than by a derivation chain that reduces to its inputs. Prompt selection used a dedicated dataset from a spatially distinct part of the study area that was excluded from all subsequent experiments (Section III-D), with Eq. 1 and Eq. 2 selecting the best candidate before the main evaluation; therefore the main comparisons are not fitted on the same data they predict. The use of ground-truth-derived bounding boxes for geometric and hybrid prompting is an explicitly disclosed controlled comparison intended to isolate prompt modality from detector errors (Section III-E1 and Section V-F), so the resulting advantage for spatial guidance is a design choice clearly labeled as idealized rather than a hidden circular step. The self-citations to Blushtein-Livnon et al. [5] and [6] are motivational or annotation-protocol references and are not load-bearing for the performance hierarchy; the hierarchy is also reproduced on independent public datasets (France, Queens). The alias between prompt type and which encoders are unfrozen in Section III-F is a potential confound for causal interpretation, but it is a validity concern, not a reduction of the conclusion to its own assumptions by construction. No equation in the paper is equivalent to an output by definition, and no fitted parameter is renamed as a prediction. Accordingly, no circular step is identified and the circularity score is 0.
Assumptions & free parameters
free parameters (2)
- Text prompt 'solar panels' =
solar panels
- Fine-tuning hyperparameters =
lr=1e-4, 25 epochs, batch size 2
assumptions (4)
- domain assumption SAM3 is a representative promptable foundation model whose behavior generalizes to other promptable FMs.
- ad hoc to paper The fine-tuning configuration, which unfreezes different modules for each prompting pipeline, does not drive the observed hierarchy.
- domain assumption Ground-truth-derived bounding boxes are a valid proxy for spatial guidance in operational pipelines.
- domain assumption The annotation protocol of Blushtein-Livnon et al. [6] produces reliable ground-truth masks.
Cite this review
Pith. "Pith review of Evaluating Semantic and Spatial Guidance for Foundation Model Segmentation of Small-Scale PV in Remote Sensing Imagery." pith.science (2026). https://pith.science/paper/GQF65IJN
@misc{pith2026260810801,
author = {Pith},
title = {Pith review of: Evaluating Semantic and Spatial Guidance for Foundation Model Segmentation of Small-Scale PV in Remote Sensing Imagery},
year = {2026},
howpublished = {\url{https://pith.science/paper/GQF65IJN}},
note = {Machine review of arXiv:2608.10801}
}
read the original abstract
Spatio-temporal PV data are essential for understanding adoption processes in off-grid regions, yet such data remain largely unavailable. Automated segmentation of remote sensing (RS) imagery offers a promising solution; yet, residential PV systems remain challenging targets because of their small size and sparse distribution, resulting in severe target-background imbalance. Vision-language foundation models (FMs) provide a data-efficient paradigm through prompt-based semantic and spatial guidance, but the relative contribution of different prompt types remains unclear. We systematically evaluate SAM3 for small-scale PV segmentation in RS imagery by comparing textual, geometric, and hybrid prompting, under varying supervision levels, training strategies, spatial resolutions, and imaging conditions. Multi-temporal aerial imagery from a large off-grid rural region serves as a study site, with findings validated across three additional datasets. Prompting strategy emerged as the dominant factor governing model behavior. Textual prompting consistently produced the lowest performance and showed the greatest sensitivity to supervision and imaging conditions. In contrast, spatial guidance substantially improved both segmentation accuracy and robustness. Hybrid prompting achieved the highest accuracy and stability, indicating that semantic and spatial guidance provide complementary information. Most performance gains were achieved with only a few hundred annotated samples, demonstrating strong data efficiency. Transfer learning had limited overall impact, with only modest improvements observed for textual prompting under limited supervision. Overall, our findings establish prompting strategy as a key determinant of SAM3 adaptation, robustness, and generalization, highlighting the potential of promptable FMs for scalable PV mapping in data-constrained off-grid regions.
Figures
Figures from the paper (4 more)
Reference graph
Works this paper leans on
-
[1]
Adib, A.U.R., Islam, M., Abid, M.S., Ahshan, R., 2025. A deep learning based framework for solar panel segmen- tation and fault classification enhanced with explainable ai. Solar Energy 302, 114058
work page 2025
-
[2]
Flamingo: a visual language model for few-shot learning
Alayrac, J.B., Donahue, J., Luc, P., Miech, A., Barr, I., Hasson, Y ., Lenc, K., Mensch, A., Millican, K., Reynolds, M., et al., 2022. Flamingo: a visual language model for few-shot learning. Advances in neural infor- mation processing systems 35, 23716–23736
work page 2022
-
[3]
Balta-Ozkan, N., Yildirim, J., Connor, P.M., Truckell, I., Hart, P., 2021. Energy transition at local level: Analyzing the role of peer effects and socio-economic factors on uk solar photovoltaic deployment. Energy Policy 148, 112004. doi:10.1016/j.enpol.2020.112004
-
[4]
Economic aspects of urban green- ness along a dryland rainfall gradient: A time-series analysis
Bluestein-Livnon, R., Svoray, T., Dorman, M., Van Der Beek, K., 2023. Economic aspects of urban green- ness along a dryland rainfall gradient: A time-series analysis. Urban Forestry & Urban Greening 83, 127915
work page 2023
-
[5]
Blushtein-Livnon, R., Rafaeli, O., Ioffe, D., Boger, A., Esquenazi, K.S., Svoray, T., 2026. On the effectiveness of textual prompting with lightweight fine-tuning for sam3 remote sensing segmentation. IEEE Geoscience and Remote Sensing Letters
work page 2026
-
[6]
Performance of human annotators in object detection and segmentation of remotely sensed data
Blushtein-Livnon, R., Svoray, T., Dorman, M., 2025. Performance of human annotators in object detection and segmentation of remotely sensed data. IEEE Transac- tions on Geoscience and Remote Sensing doi:10.1109/ TGRS.2025.3555235
arXiv 2025
-
[7]
Camilo, J., Wang, R., Collins, L.M., Bradbury, K., Malof, J.M., 2018. Application of a semantic segmentation convolutional neural network for accurate automatic de- tection and mapping of solar photovoltaic arrays in aerial imagery. arXiv preprint:1801.04018
work page Pith review arXiv 2018
-
[8]
Sam 3: Segment anything with concepts
Carion, N., Gustafson, L., Hu, Y .T., Debnath, S., Hu, R., et al., 2025. Sam 3: Segment anything with concepts. arXiv preprint:2511.16719
arXiv 2025
Show all 80 references
-
[9]
Rsprompter: Learning to prompt for remote sensing instance segmentation based on visual foundation model
Chen, K., Liu, C., Chen, H., Zhang, H., Li, W., Zou, Z., Shi, Z., 2024. Rsprompter: Learning to prompt for remote sensing instance segmentation based on visual foundation model. IEEE Transactions on Geoscience and Remote Sensing 62, 1–17
2024
-
[10]
Multiscale adapter based on sam for remote sensing semantic segmentation
Chen, S., Yu, Y ., Li, Y ., Wang, Z., Li, X., Han, J., 2025a. Multiscale adapter based on sam for remote sensing semantic segmentation. IEEE Journal of Selected Topics in Applied Earth Observations and Remote Sensing 18, 6806–6819
-
[11]
Dgtrsd and dgtrsclip: A dual-granularity remote sensing image– text dataset and vision–language foundation model for alignment
Chen, W., Deng, Y ., Jin, W., Chen, J., Chen, J., Feng, Y ., Xi, Z., Liu, D., Li, K., Meng, Y ., 2025b. Dgtrsd and dgtrsclip: A dual-granularity remote sensing image– text dataset and vision–language foundation model for alignment. IEEE Journal of Selected Topics in Applied Ea...
-
[12]
Edge-enhanced sam for extracting photovoltaic power plants from remote sensing imagery
Chen, Y ., Zhou, J., Chen, Y ., Wang, J., Zhang, X., Ge, Y ., Ma, H., 2025c. Edge-enhanced sam for extracting photovoltaic power plants from remote sensing imagery. International Journal of Applied Earth Observation and Geoinformation 140, 104580
-
[13]
Masked-attention mask transformer for universal image segmentation, in: Proceedings of the IEEE/CVF conference on computer vision and pattern recognition, pp
Cheng, B., Misra, I., Schwing, A.G., Kirillov, A., Gird- har, R., 2022. Masked-attention mask transformer for universal image segmentation, in: Proceedings of the IEEE/CVF conference on computer vision and pattern recognition, pp. 1290–1299
2022
-
[14]
Unleashing the potential of sam for medical adaptation via hierarchical decoding, in: Proceedings of the IEEE/CVF conference on computer vision and pattern recognition, pp
Cheng, Z., Wei, Q., Zhu, H., Wang, Y ., Qu, L., Shao, W., Zhou, Y ., 2024. Unleashing the potential of sam for medical adaptation via hierarchical decoding, in: Proceedings of the IEEE/CVF conference on computer vision and pattern recognition, pp. 3511–3522
2024
-
[15]
Heterogeneity in the adoption of photovoltaic systems in flanders
De Groote, O., Pepermans, G., Verboven, F., 2016. Heterogeneity in the adoption of photovoltaic systems in flanders. Energy economics 59, 45–57
2016
-
[16]
Op- timizing zero-shot text-based segmentation of remote sensing imagery using sam and grounding dino
Diab, M., Kolokoussis, P., Brovelli, M.A., 2025. Op- timizing zero-shot text-based segmentation of remote sensing imagery using sam and grounding dino. Artificial Intelligence in Geosciences 6, 100105
2025
-
[17]
Furedi, T., Kimsal, E., Cornejo, S., Liero, N., Ranalli, J.,
-
[18]
Generalized deep learning model for photovoltaic module segmentation from satellite and aerial imagery
Garc ´ıa, G., Aparcedo, A., Nayak, G.K., Ahmed, T., Shah, M., Li, M., 2024. Generalized deep learning model for photovoltaic module segmentation from satellite and aerial imagery. Solar Energy 274, 112539
2024
-
[19]
Global Off-Grid Solar Market Report: Sales and Impact Data (H2 2022)
GOGLA, 2023. Global Off-Grid Solar Market Report: Sales and Impact Data (H2 2022). Technical Report. GOGLA. Utrecht, The Netherlands. URL: https://www. gogla.org. accessed 20 July 2025
2023
-
[20]
Spatial patterns of solar photovoltaic system adoption: The influence of neighbors and the built environment
Graziano, M., Gillingham, K., 2015. Spatial patterns of solar photovoltaic system adoption: The influence of neighbors and the built environment. Journal of Eco- nomic Geography 15, 815–839. doi:10.1093/jeg/ lbu036
2015 doi
-
[21]
Transpv: Refining photovoltaic panel detection accuracy through a vision transformer- based deep learning model
Guo, Z., Lu, J., Chen, Q., Liu, Z., Song, C., Tan, H., Zhang, H., Yan, J., 2024. Transpv: Refining photovoltaic panel detection accuracy through a vision transformer- based deep learning model. Applied energy 355, 122282
2024
-
[22]
Solarnet: a deep learning framework to map solar power plants in china from satellite imagery
Hou, X., Wang, B., Hu, W., Yin, L., Wu, H., 2019. Solarnet: a deep learning framework to map solar power plants in china from satellite imagery. arXiv preprint:1912.03685
2019 arXiv
-
[23]
Hulusic, V ., Valenzise, G., Debattista, K., Dufaux, F.,
-
[24]
When 17 remote sensing meets foundation model: A survey and beyond
Huo, C., Chen, K., Zhang, S., Wang, Z., Yan, H., Shen, J., Hong, Y ., Qi, G., Fang, H., Wang, Z., 2025. When 17 remote sensing meets foundation model: A survey and beyond. remote sensing 17, 179
2025
-
[25]
Population without electricity access, 2010–
IEA, 2025. Population without electricity access, 2010–
2025
-
[26]
Tracking SDG 7: The Energy Progress Report
IRENA, IEA, UNSD, Bank, W., WHO, 2025. Tracking SDG 7: The Energy Progress Report. Technical Report. IRENA. URL: https://trackingsdg7.esmap.org
2025
-
[27]
Multi-resolution dataset for photovoltaic panel segmentation from satellite and aerial imagery
Jiang, H., Yao, L., Lu, N., Qin, J., Liu, T., Liu, Y ., Zhou, C., 2021. Multi-resolution dataset for photovoltaic panel segmentation from satellite and aerial imagery. Earth System Science Data Discussions 2021, 1–17
2021
-
[28]
Geoseg: Training-free reasoning- driven segmentation in remote sensing imagery
Jiang, L., Pei, Y ., Zhao, Y ., Wu, T., Yu, S., Zhang, L., Cai, D., et al., 2026. Geoseg: Training-free reasoning- driven segmentation in remote sensing imagery. arXiv preprint:2603.03983
2026
-
[29]
Ultralytics yolo26: Unified real-time end-to-end vision models
Jocher, G., Qiu, J., Liu, M., Lyu, S., Akyon, F.C., Kalfaoglu, M.E., 2026. Ultralytics yolo26: Unified real-time end-to-end vision models. URL: https://arxiv.org/abs/2606.03748, doi:10.48550/ arXiv.2606.03748,arXiv:2606.03748
-
[30]
A crowdsourced dataset of aerial images with annotated solar photovoltaic arrays and installation metadata
Kasmi, G., Saint-Drenan, Y .M., Trebosc, D., Jolivet, R., Leloux, J., Sarr, B., Dubus, L., 2023. A crowdsourced dataset of aerial images with annotated solar photovoltaic arrays and installation metadata. Scientific Data 10, 59. doi:10.1038/s41597-023-01951-4
2023 doi
-
[31]
Geoai for detection of solar photovoltaic installations in the netherlands
Kausika, B.B., Nijmeijer, D., Reimerink, I., Brouwer, P., Liem, V ., 2021. Geoai for detection of solar photovoltaic installations in the netherlands. Energy and AI 6, 100111
2021
-
[32]
Segment anything, in: Proceedings of the IEEE/CVF international conference on computer vision, pp
Kirillov, A., Mintun, E., Ravi, N., Mao, H., Rolland, C., Gustafson, L., Xiao, T., Whitehead, S., Berg, A.C., Lo, W.Y ., et al., 2023. Segment anything, in: Proceedings of the IEEE/CVF international conference on computer vision, pp. 4015–4026
2023
-
[33]
Fine-tuning can distort pretrained features and underperform out-of-distribution
Kumar, A., Raghunathan, A., Jones, R., Ma, T., Liang, P., 2022. Fine-tuning can distort pretrained features and underperform out-of-distribution. arXiv preprint:2202.10054
2022 arXiv
-
[34]
The group robustness is in the details: Revisiting finetuning under spurious correlations
LaBonte, T., Hill, J.C., Zhang, X., Muthukumar, V ., Kumar, A., 2024. The group robustness is in the details: Revisiting finetuning under spurious correlations. Advances in Neural Information Processing Systems 37, 121598–121629
2024
-
[35]
A review of remote sensing image segmentation by deep learning methods
Li, J., Cai, Y ., Li, Q., Kou, M., Zhang, T., 2024a. A review of remote sensing image segmentation by deep learning methods. International Journal of Digital Earth 17, 2328827
-
[36]
Segearth-ov: Towards training- free open-vocabulary segmentation for remote sensing images, in: Proceedings of the Computer Vision and Pattern Recognition Conference, pp
Li, K., Liu, R., Cao, X., Bai, X., Zhou, F., Meng, D., Wang, Z., 2025a. Segearth-ov: Towards training- free open-vocabulary segmentation for remote sensing images, in: Proceedings of the Computer Vision and Pattern Recognition Conference, pp. 10545–10556
-
[37]
Joint-task learning framework with scale adaptive and position guidance modules for improved household rooftop photovoltaic segmentation in remote sensing image
Li, L., Lu, N., Qin, J., 2025b. Joint-task learning framework with scale adaptive and position guidance modules for improved household rooftop photovoltaic segmentation in remote sensing image. Applied Energy 377, 124521
-
[38]
Understanding rooftop pv panel semantic segmentation of satellite and aerial images for better using machine learning
Li, P., Zhang, H., Guo, Z., Lyu, S., Chen, J., Li, W., Song, X., Shibasaki, R., Yan, J., 2021. Understanding rooftop pv panel semantic segmentation of satellite and aerial images for better using machine learning. Advances in applied energy 4, 100057
2021
-
[39]
Reobench: Benchmarking robustness of earth observation foundation models
Li, X., Tao, Y ., Zhang, S., Liu, S., Xiong, Z., Luo, C., Liu, L., Pechenizkiy, M., Zhu, X., Huang, T., 2026. Reobench: Benchmarking robustness of earth observation foundation models. Advances in Neural Information Processing Systems 38
2026
-
[40]
Vision-language models in remote sensing: Current progress and future trends
Li, X., Wen, C., Hu, Y ., Yuan, Z., Zhu, X.X., 2024b. Vision-language models in remote sensing: Current progress and future trends. IEEE Geoscience and Remote Sensing Magazine 12, 32–66
-
[41]
Remoteclip: A vision language foundation model for remote sensing
Liu, F., Chen, D., Guan, Z., Zhou, X., Zhu, J., Ye, Q., Fu, L., Zhou, J., 2024. Remoteclip: A vision language foundation model for remote sensing. IEEE Transactions on Geoscience and Remote Sensing 62, 1–16
2024
-
[42]
Pointsam: Pointly-supervised segment anything model for remote sensing images
Liu, N., Xu, X., Su, Y ., Zhang, H., Li, H.C., 2025. Pointsam: Pointly-supervised segment anything model for remote sensing images. IEEE Transactions on Geo- science and Remote Sensing 63, 1–15
2025
-
[43]
Pv identifier: Extraction of small-scale distributed photovoltaics in complex en- vironments from high spatial resolution remote sensing images
Lu, N., Li, L., Qin, J., 2024. Pv identifier: Extraction of small-scale distributed photovoltaics in complex en- vironments from high spatial resolution remote sensing images. Applied Energy 365, 123311
2024
-
[44]
What drives solar energy adoption in developing countries? evidence from household-level data
Mahn, D., Kammen, D.M., Hirth, L., 2024. What drives solar energy adoption in developing countries? evidence from household-level data. Energy Economics 138, 107924. doi:10.1016/j.eneco.2024.107924
2024
-
[45]
Malof, J.M., Bradbury, K., Collins, L.M., Newell, R.G.,
-
[46]
The segment anything model (sam) for remote sensing applications: From zero to one shot
Osco, L.P., Wu, Q., De Lemos, E.L., Gonc ¸alves, W.N., Ramos, A.P.M., Li, J., Junior, J.M., 2023. The segment anything model (sam) for remote sensing applications: From zero to one shot. International Journal of Applied Earth Observation and Geoinformation 124, 103540
2023
-
[47]
Prompt-tuning sam: From generalist to specialist with only 2048 pa- rameters and 16 training images, in: Proceedings of the Computer Vision and Pattern Recognition Conference, pp
Piater, T., Barz, B., Freytag, A., 2025. Prompt-tuning sam: From generalist to specialist with only 2048 pa- rameters and 16 training images, in: Proceedings of the Computer Vision and Pattern Recognition Conference, pp. 4688–4698
2025
-
[48]
Consumer-grade uav imagery facilitates semantic segmentation of species-rich savanna tree layers
Popp, M.R., Kalwij, J.M., 2023. Consumer-grade uav imagery facilitates semantic segmentation of species-rich savanna tree layers. Scientific Reports 13, 13892
2023
-
[49]
Learning transferable visual models from natural language supervision, in: International conference on machine learning, PmLR
Radford, A., Kim, J.W., Hallacy, C., Ramesh, A., Goh, G., Agarwal, S., Sastry, G., Askell, A., Mishkin, P., Clark, J., et al., 2021. Learning transferable visual models from natural language supervision, in: International conference on machine learning, PmLR. pp. 8748–8763
2021
-
[50]
Segment anything, from space?, in: Proceedings of the IEEE/CVF Winter Conference on Applications of Computer Vision, pp
Ren, S., Luzi, F., Lahrichi, S., Kassaw, K., Collins, L.M., Bradbury, K., Malof, J.M., 2024. Segment anything, from space?, in: Proceedings of the IEEE/CVF Winter Conference on Applications of Computer Vision, pp. 8355–8365
2024
-
[51]
Geosam: Fine-tuning sam with multi- modal prompts for mobility infrastructure segmentation
Sultan, R.I., Li, C., Zhu, H., Khanduri, P., Brocanelli, 18 M., Zhu, D., 2023. Geosam: Fine-tuning sam with multi- modal prompts for mobility infrastructure segmentation. arXiv preprint:2311.11319
2023 arXiv
-
[52]
General generative ai- based image augmentation method for robust rooftop pv segmentation
Tan, H., Guo, Z., Lin, Z., Chen, Y ., Huang, D., Yuan, W., Zhang, H., Yan, J., 2024. General generative ai- based image augmentation method for robust rooftop pv segmentation. Applied Energy 368, 123554
2024
-
[53]
Enhancing pv panel segmentation in remote sensing images with constraint refinement modules
Tan, H., Guo, Z., Zhang, H., Chen, Q., Lin, Z., Chen, Y ., Yan, J., 2023. Enhancing pv panel segmentation in remote sensing images with constraint refinement modules. Applied Energy 350, 121757
2023
-
[54]
Wikidata: a free collaborative knowledgebase
Vrande ˇci´c, D., Kr ¨otzsch, M., 2014. Wikidata: a free collaborative knowledgebase. Communications of the ACM 57, 78–85
2014
-
[55]
Samrs: Scaling-up remote sens- ing segmentation dataset with segment anything model
Wang, D., Zhang, J., Du, B., Xu, M., Liu, L., Tao, D., Zhang, L., 2023. Samrs: Scaling-up remote sens- ing segmentation dataset with segment anything model. Advances in Neural Information Processing Systems 36, 8815–8827
2023
-
[56]
Pv segmenter: A frequency-guided edge-aware network for distributed photovoltaic segmentation in remote sensing imagery
Wang, S., Shao, Z., Hou, D., Cai, B., 2025. Pv segmenter: A frequency-guided edge-aware network for distributed photovoltaic segmentation in remote sensing imagery. Applied Energy 393, 126137
2025
-
[57]
Cris: Clip-driven referring image segmentation, in: Proceedings of the IEEE/CVF conference on com- puter vision and pattern recognition, pp
Wang, Z., Lu, Y ., Li, Q., Tao, X., Guo, Y ., Gong, M., Liu, T., 2022. Cris: Clip-driven referring image segmentation, in: Proceedings of the IEEE/CVF conference on com- puter vision and pattern recognition, pp. 11686–11695
2022
-
[58]
Robust fine-tuning of zero-shot models, in: Proceedings of the IEEE/CVF conference on computer vision and pattern recognition, pp
Wortsman, M., Ilharco, G., Kim, J.W., Li, M., Kornblith, S., Roelofs, R., Lopes, R.G., Hajishirzi, H., Farhadi, A., Namkoong, H., et al., 2022. Robust fine-tuning of zero-shot models, in: Proceedings of the IEEE/CVF conference on computer vision and pattern recognition, pp. 7959–7971
2022
-
[59]
Segformer: Simple and efficient design for semantic segmentation with transformers
Xie, E., Wang, W., Yu, Z., Anandkumar, A., Alvarez, J.M., Luo, P., 2021. Segformer: Simple and efficient design for semantic segmentation with transformers. Advances in neural information processing systems 34, 12077–12090
2021
-
[60]
Segearth-r2:towards comprehensive language-guided segmentation for remote sensing images
Xin, Z., Li, K., Chen, L., Li, W., Xiao, Y ., Qiao, H., Zhang, W., Meng, D., Cao, X., 2025. Segearth-r2:towards comprehensive language-guided segmentation for remote sensing images. arXiv preprint:2512.20013
2025
-
[61]
Remotesam: Towards segment anything for earth observation, in: Proceedings of the 33rd ACM International Conference on Multime- dia, pp
Yao, L., Liu, F., Chen, D., Zhang, C., Wang, Y ., Chen, Z., Xu, W., Di, S., Zheng, Y ., 2025. Remotesam: Towards segment anything for earth observation, in: Proceedings of the 33rd ACM International Conference on Multime- dia, pp. 3027–3036
2025
-
[62]
Pvsam: Adapting geometric prompts to segment anything model for photovoltaic detection in remote sensing im- agery
Yao, X., Zhang, S., Liang, Z., Li, J., Liu, C., 2026. Pvsam: Adapting geometric prompts to segment anything model for photovoltaic detection in remote sensing im- agery. Applied Energy 404, 127137
2026
-
[63]
Calibrating multi-modal representations: A pursuit of group robustness without annotations, in: 2024 IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), IEEE
You, C., Mint, Y ., Dai, W., Sekhon, J.S., Staib, L., Dun- can, J.S., 2024. Calibrating multi-modal representations: A pursuit of group robustness without annotations, in: 2024 IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), IEEE. pp. 26140–26150
2024
-
[64]
Deepsolar: A machine learning framework to efficiently construct a solar deployment database in the united states
Yu, J., Wang, Z., Majumdar, A., Rajagopal, R., 2018. Deepsolar: A machine learning framework to efficiently construct a solar deployment database in the united states. Joule 2, 2605–2617
2018
-
[65]
Chatearthnet: A global-scale image-text dataset empow- ering vision-language geo-foundation models
Yuan, Z., Xiong, Z., Mou, L., Zhu, X.X., 2025. Chatearthnet: A global-scale image-text dataset empow- ering vision-language geo-foundation models. Earth System Science Data Discussions 2024, 1–24
2025
-
[66]
Toward global rooftop pv detection with deep active learning
Zech, M., Tetens, H.P., Ranalli, J., 2024. Toward global rooftop pv detection with deep active learning. Advances in Applied Energy 16, 100191
2024
-
[67]
Rsam-seg: A sam-based model with prior knowledge integration for remote sensing image semantic segmen- tation
Zhang, J., Li, Y ., Yang, X., Jiang, R., Zhang, L., 2025. Rsam-seg: A sam-based model with prior knowledge integration for remote sensing image semantic segmen- tation. Remote Sensing 17, 590
2025
-
[68]
Zhang, J., Zhou, Z., Mai, G., Hu, M., Guan, Z., Li, S., Mu, L., 2024a. Text2seg: Zero-shot remote sens- ing image semantic segmentation via text-guided visual foundation models, in: Proceedings of the 7th ACM SIGSPATIAL International workshop on AI for geo- graphic knowledge d...
-
[69]
Segclip: Multimodal visual-language and prompt learning for high-resolution remote sensing semantic segmentation
Zhang, S., Zhang, B., Wu, Y ., Zhou, H., Jiang, J., Ma, J., 2024b. Segclip: Multimodal visual-language and prompt learning for high-resolution remote sensing semantic segmentation. IEEE Transactions on Geoscience and Remote Sensing
-
[70]
Rs5m and georsclip: A large-scale vision-language dataset and a large vision-language model for remote sensing
Zhang, Z., Zhao, T., Guo, Y ., Yin, J., 2024c. Rs5m and georsclip: A large-scale vision-language dataset and a large vision-language model for remote sensing. IEEE Transactions on Geoscience and Remote Sensing 62, 1– 23
-
[71]
Zhao, Z., Alzubaidi, L., Zhang, J., Duan, Y ., Gu, Y .,
-
[72]
Enhancing visual feature constraints in segmentation models for photovoltaic panel recognition
Zhao, Z., Li, K., Chen, Y ., Wang, J., 2025. Enhancing visual feature constraints in segmentation models for photovoltaic panel recognition. Energy and AI 21, 100544
2025
-
[73]
Geoground: A unified large vision-language model for remote sensing visual grounding
Zhou, Y ., Lan, M., Li, X., Feng, L., Ke, Y ., Jiang, X., Li, Q., Yang, X., Zhang, W., 2024. Geoground: A unified large vision-language model for remote sensing visual grounding. arXiv preprint:2411.11904
2024 arXiv
-
[74]
Deep learning in remote sensing: A comprehensive review and list of resources
Zhu, X.X., Tuia, D., Mou, L., Xia, G.S., Zhang, L., Xu, F., Fraundorfer, F., 2017. Deep learning in remote sensing: A comprehensive review and list of resources. IEEE geoscience and remote sensing magazine 5, 8–36. 19 SUPPLEMENTARYTABLES TABLE S1.Type-II ANOV A results for yea...
2017
-
[207]
doi:10.1038/s41597-025-06523-2
-
[2016]
Applied energy 183, 229–240
Automatic detection of solar photovoltaic arrays in high resolution aerial imagery. Applied energy 183, 229–240
-
[2017]
Robust dynamic range computation for high dy- namic range content, in: IS&T International Symposium on Electronic Imaging
-
[2024]
Expert Systems with Applications 242, 122807
A comparison review of transfer learning and self- supervised learning: Definitions, applications, advantages and limitations. Expert Systems with Applications 242, 122807
-
[2025]
IEA, Paris
https://www.iea.org/data-and-statistics/charts/ population-without-electricity-access-2010-2025. IEA, Paris
2010
-
[2026]
Scientific Data 13,
Labeled photovoltaic installations for orthographic aerial imagery in queens, new york. Scientific Data 13,
Reviewed August 12, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.