paper-with-me

홈 › Papers

GeoFormer: A Vision and Sequence Transformer-based Approach for Greenhouse Gas Monitoring

2024-02-11 · Madhav Khirwar, Ankur Narang

Air pollution represents a pivotal environmental challenge globally, playing a major role in climate change via greenhouse gas emissions and negatively affecting the health of billions. However predicting the spatial and temporal patterns of pollutants remains challenging. The scarcity of ground-based monitoring facilities and the dependency of air pollution modeling on comprehensive datasets, often inaccessible for numerous areas, complicate this issue. In this work, we introduce GeoFormer, a compact model that combines a vision transformer module with a highly efficient time-series transformer module to predict surface-level nitrogen dioxide (NO2) concentrations from Sentinel-5P satellite imagery. We train the proposed model to predict surface-level NO2 measurements using a dataset we constructed with Sentinel-5P images of ground-level monitoring stations, and their corresponding NO2 concentration readings. The proposed model attains high accuracy (MAE 5.65), demonstrating the efficacy of combining vision and time-series transformer architectures to harness satellite-derived data for enhanced GHG emission insights, proving instrumental in advancing climate change monitoring and emission regulation efforts globally.

📄 PDF Abstract BibTeX arXiv:2402.07164

Code (0)

등록된 구현이 없습니다.

Tasks

Time Series

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
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…
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}$.
Multi-Head Attention 설명 없음
Residual Connection 설명 없음
Vision Transformer The Vision Transformer, or ViT, is a model for image classification that employs a Transformer-like architecture over…

Similar Papers 제목 키워드 기반

Geometric Transformer with Interatomic Positional Encoding

2023-09-21 · NeurIPS 2023 11

The widespread adoption of Transformer architectures in various data modalities has opened new avenues for the applications in molecular modeling. Nevertheless, it remains elusive that whether the Transformer-based arch…

GeoFormer: A Multi-Polygon Segmentation Transformer

2024-11-25 · Maxim Khomiakov, Michael Riis Andersen, Jes Frellsen

In remote sensing there exists a common need for learning scale invariant shapes of objects like buildings. Prior works relies on tweaking multiple loss functions to convert segmentation maps into the final scale invaria…

GeoFormer: Predicting Human Mobility using Generative Pre-trained Transformer (GPT)

2023-11-09 · Aivin V. Solatorio

Predicting human mobility holds significant practical value, with applications ranging from enhancing disaster risk planning to simulating epidemic spread. In this paper, we present the GeoFormer, a decoder-only transfor…

DecoderDynamic Time Warping

UniGeo: Unifying Geometry Logical Reasoning via Reformulating Mathematical Expression

2022-12-06 · Jiaqi Chen, Tong Li, Jinghui Qin, Pan Lu 외

Geometry problem solving is a well-recognized testbed for evaluating the high-level multi-modal reasoning capability of deep models. In most existing works, two main geometry problems: calculation and proving, are usuall…

Geometry Problem SolvingLogical ReasoningMathMathematical Reasoning

GeoFormer: Learning Point Cloud Completion with Tri-Plane Integrated Transformer

2024-08-13 · Jinpeng Yu, Binbin Huang, Yuxuan Zhang, Huaxia Li 외

Point cloud completion aims to recover accurate global geometry and preserve fine-grained local details from partial point clouds. Conventional methods typically predict unseen points directly from 3D point cloud coordin…

Point Cloud Completion