paper-with-me

Papers

Retrieval of Surface Solar Radiation through Implicit Albedo Recovery from Temporal Context

2025-06-11 · Yael Frischholz, Devis Tuia, Michael Lehning

Accurate retrieval of surface solar radiation (SSR) from satellite imagery critically depends on estimating the background reflectance that a spaceborne sensor would observe under clear-sky conditions. Deviations from this baseline can then be used to detect cloud presence and guide radiative transfer models in inferring atmospheric attenuation. Operational retrieval algorithms typically approximate background reflectance using monthly statistics, assuming surface properties vary slowly relative to atmospheric conditions. However, this approach fails in mountainous regions where intermittent snow cover and changing snow surfaces are frequent. We propose an attention-based emulator for SSR retrieval that implicitly learns to infer clear-sky surface reflectance from raw satellite image sequences. Built on the Temporo-Spatial Vision Transformer, our approach eliminates the need for hand-crafted features such as explicit albedo maps or cloud masks. The emulator is trained on instantaneous SSR estimates from the HelioMont algorithm over Switzerland, a region characterized by complex terrain and dynamic snow cover. Inputs include multi-spectral SEVIRI imagery from the Meteosat Second Generation platform, augmented with static topographic features and solar geometry. The target variable is HelioMont's SSR, computed as the sum of its direct and diffuse horizontal irradiance components, given at a spatial resolution of 1.7 km. We show that, when provided a sufficiently long temporal context, the model matches the performances of albedo-informed models, highlighting the model's ability to internally learn and exploit latent surface reflectance dynamics. Our geospatial analysis shows this effect is most powerful in mountainous regions and improves generalization in both simple and complex topographic settings. Code and datasets are publicly available at https://github.com/frischwood/HeMu-dev.git

📄 PDF Abstract BibTeX arXiv:2506.10174

Code (1)

frischwood/hemu-dev 공식 구현 pytorch

Tasks

Retrieval

Methods 이 논문이 사용한 방법론

Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Transformer A Transformer is a model architecture that eschews recurrence and instead relies entirely on an [attention…

Similar Papers 제목 키워드 기반

Surface solar radiation: AI satellite retrieval can outperform Heliosat and generalizes well to other climate zones

2024-09-16 · K. R. Schuurman, A. Meyer

Accurate estimates of surface solar irradiance (SSI) are essential for solar resource assessments and solar energy forecasts in grid integration and building control applications. SSI estimates for spatially extended reg…

Retrieval

Solar UV$-$B$/$A radiation is highly effective in inactivating SARS$-$CoV$-$2

2020-06-03 · F. Nicastro, G. Sironi, E. Antonello, A. Bianco 외

Solar UV$-$C photons do not reach Earth's surface, but are known to be endowed with germicidal properties that are also effective on viruses. The effect of softer UV$-$B and UV$-$A photons, which copiously reach the Eart…

Time Series Analysis

Analyzing Cloud Optical Properties Using Sky Cameras

2017-08-24 · Shilpa Manandhar, Soumyabrata Dev, Yee Hui Lee, Yu Song Meng

Clouds play a significant role in the fluctuation of solar radiation received by the earth's surface. It is important to study the various cloud properties, as it impacts the total solar irradiance falling on the earth's…

Prediction of Solar Radiation Using Artificial Neural Network

2021-04-01 · Shahriar Rahman, Shazzadur Rahman, A K M Bahalul Haque

Most solar applications and systems can be reliably used to generate electricity and power in many homes and offices. Recently, there is an increase in many solar required systems that can be found not only in electricit…

Prediction

Machine learning model to predict solar radiation, based on the integration of meteorological data and data obtained from satellite images

2022-04-08 · Luis Eduardo Ordoñez Palacios, Víctor Bucheli Guerrero, Hugo Ordoñez

Knowing the behavior of solar radiation at a geographic location is essential for the use of energy from the sun using photovoltaic systems; however, the number of stations for measuring meteorological parameters and for…