paper-with-me

홈 › Papers

Pretraining Billion-scale Geospatial Foundational Models on Frontier

2024-04-17 · Aristeidis Tsaris, Philipe Ambrozio Dias, Abhishek Potnis, Junqi Yin, Feiyi Wang, Dalton Lunga

As AI workloads increase in scope, generalization capability becomes challenging for small task-specific models and their demand for large amounts of labeled training samples increases. On the contrary, Foundation Models (FMs) are trained with internet-scale unlabeled data via self-supervised learning and have been shown to adapt to various tasks with minimal fine-tuning. Although large FMs have demonstrated significant impact in natural language processing and computer vision, efforts toward FMs for geospatial applications have been restricted to smaller size models, as pretraining larger models requires very large computing resources equipped with state-of-the-art hardware accelerators. Current satellite constellations collect 100+TBs of data a day, resulting in images that are billions of pixels and multimodal in nature. Such geospatial data poses unique challenges opening up new opportunities to develop FMs. We investigate billion scale FMs and HPC training profiles for geospatial applications by pretraining on publicly available data. We studied from end-to-end the performance and impact in the solution by scaling the model size. Our larger 3B parameter size model achieves up to 30% improvement in top1 scene classification accuracy when comparing a 100M parameter model. Moreover, we detail performance experiments on the Frontier supercomputer, America's first exascale system, where we study different model and data parallel approaches using PyTorch's Fully Sharded Data Parallel library. Specifically, we study variants of the Vision Transformer architecture (ViT), conducting performance analysis for ViT models with size up to 15B parameters. By discussing throughput and performance bottlenecks under different parallelism configurations, we offer insights on how to leverage such leadership-class HPC resources when developing large models for geospatial imagery applications.

📄 PDF Abstract BibTeX arXiv:2404.11706

Code (0)

등록된 구현이 없습니다.

Tasks

Scene ClassificationSelf-Supervised Learning

Methods 이 논문이 사용한 방법론

Attention 설명 없음
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…
Adam 설명 없음
Position-Wise Feed-Forward Layer 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Multi-Head Attention 설명 없음
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…
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…

Similar Papers 제목 키워드 기반

OReole-FM: successes and challenges toward billion-parameter foundation models for high-resolution satellite imagery

2024-10-25 · Philipe Dias, Aristeidis Tsaris, Jordan Bowman, Abhishek Potnis 외

While the pretraining of Foundation Models (FMs) for remote sensing (RS) imagery is on the rise, models remain restricted to a few hundred million parameters. Scaling models to billions of parameters has been shown to yi…

Benchmarkingimage-classificationImage Classificationobject-detection+2

Geospatial Foundational Embedder: Top-1 Winning Solution on EarthVision Embed2Scale Challenge (CVPR 2025)

2025-09-03 · Zirui Xu, Raphael Tang, Mike Bianco, Qi Zhang 외 arxiv

EarthVision Embed2Scale challenge (CVPR 2025) aims to develop foundational geospatial models to embed SSL4EO-S12 hyperspectral geospatial data cubes into embedding vectors that faciliatetes various downstream tasks, e.g.…

PinFM: Foundation Model for User Activity Sequences at a Billion-scale Visual Discovery Platform

2025-07-17 · Xiangyi Chen, Kousik Rajesh, Matthew Lawhon, Zelun Wang 외 arxiv

User activity sequences have emerged as one of the most important signals in recommender systems. We present a foundational model, PinFM, for understanding user activity sequences across multiple applications at a billio…

Apriel-1.5-15b-Thinker

2025-10-01 · Shruthan Radhakrishna, Aman Tiwari, Aanjaneya Shukla, Masoud Hashemi 외 arxiv

We present Apriel-1.5-15B-Thinker, a 15-billion parameter open-weights multimodal reasoning model that achieves frontier-level performance through training design rather than sheer scale. Starting from Pixtral-12B, we ap…

Synthetic Data GenerationReinforcement LearningMultimodal ReasoningVisual Reasoning

Towards Geospatial Foundation Models via Continual Pretraining

2023-02-09 · ICCV 2023 1 · Matias Mendieta, Boran Han, Xingjian Shi, Yi Zhu 외

Geospatial technologies are becoming increasingly essential in our world for a wide range of applications, including agriculture, urban planning, and disaster response. To help improve the applicability and performance o…

Change DetectionContinual PretrainingDisaster ResponseDiversity+4