Papers › GeoLangBind: Unifying Earth Observation with Agglomerative Vision-Language Foundation Models

GeoLangBind: Unifying Earth Observation with Agglomerative Vision-Language Foundation Models

8 Mar 2025arXiv:2503.06312archive 2025-07-28

Zhitong Xiong, Yi Wang, Weikang Yu, Adam J Stewart, Jie Zhao, Nils Lehmann, Thomas Dujardin, Zhenghang Yuan, Pedram Ghamisi, Xiao Xiang Zhu

Earth observation (EO) data, collected from diverse sensors with varying imaging principles, present significant challenges in creating unified analytical frameworks. We present GeoLangBind, a novel agglomerative vision--language foundation model that bridges the gap between heterogeneous EO data modalities using language as a unifying medium. Our approach aligns different EO data types into a shared language embedding space, enabling seamless integration and complementary feature learning from diverse sensor data. To achieve this, we construct a large-scale multimodal image--text dataset, GeoLangBind-2M, encompassing six data modalities. GeoLangBind leverages this dataset to develop a zero-shot foundation model capable of processing arbitrary numbers of EO data channels as input. Through our designed Modality-aware Knowledge Agglomeration (MaKA) module and progressive multimodal weight merging strategy, we create a powerful agglomerative foundation model that excels in both zero-shot vision--language comprehension and fine-grained visual understanding. Extensive evaluation across 23 datasets covering multiple tasks demonstrates GeoLangBind's superior performance and versatility in EO applications, offering a robust framework for various environmental monitoring and analysis tasks. The dataset and pretrained models will be publicly available.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2503.06312")

Code

Syntology Ran 4 of 15 code samples harvested from 1 repository linked to this paper; 11 have no recorded run. Of those that ran: 1 ran · violated contract; 2 ran · our draft was wrong; 1 ran with no contract checked.

By repository: official repository: 15 samples from 1 repository, 4 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

xiong-zhitong/geolb-siglip officialmentioned in papermentioned on GitHubpytorchApache-2.0 report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

15 samples harvested; 4 ran; 0 honoured the contract we drafted; 11 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

1ran · violated contract
2ran · our draft was wrong
1ran
11unverified

Licence: 0 of the 15 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from xiong-zhitong/geolb-siglip. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

convert_to_custom_text_state_dict xiong-zhitong/geolb-siglip/open_clip/src/open_clip/model.py official repository ran · violated contract Apache-2.0 (permissive) · f19962ebb134b3d7 · report
get_1d_sincos_pos_embed_from_grid_torch xiong-zhitong/geolb-siglip/open_clip/src/open_clip/dofa_patch_embed.py official repository ran Apache-2.0 (permissive) · a1966f7ff23ec4ef · report
get_cast_dtype xiong-zhitong/geolb-siglip/open_clip/src/open_clip/model.py official repository ran · our draft was wrong Apache-2.0 (permissive) · dcd422d66b0581d8 · report
get_input_dtype xiong-zhitong/geolb-siglip/open_clip/src/open_clip/model.py official repository ran · our draft was wrong Apache-2.0 (permissive) · b476c8cfbf0f1f47 · report
augment_image xiong-zhitong/geolb-siglip/open_clip/src/open_clip_train/geolb_dataset.py official repository unverified Apache-2.0 (permissive) · 50bcccab99cdf1d6 · report
decode_sample xiong-zhitong/geolb-siglip/open_clip/src/open_clip_train/geolb_dataset.py official repository unverified Apache-2.0 (permissive) · 67224536af773f0c · report
gather_features xiong-zhitong/geolb-siglip/open_clip/src/open_clip/loss.py official repository unverified Apache-2.0 (permissive) · ddcbd45e940484ee · report
get_model_config xiong-zhitong/geolb-siglip/open_clip/src/open_clip/factory.py official repository unverified Apache-2.0 (permissive) · 86068b594e794f47 · report
get_tokenizer xiong-zhitong/geolb-siglip/open_clip/src/open_clip/factory.py official repository unverified Apache-2.0 (permissive) · 143b1944528f9534 · report
load_state_dict xiong-zhitong/geolb-siglip/open_clip/src/open_clip/factory.py official repository unverified Apache-2.0 (permissive) · ef8f5bfd8696abff · report
neighbour_exchange xiong-zhitong/geolb-siglip/open_clip/src/open_clip/loss.py official repository unverified Apache-2.0 (permissive) · e332856e3c2fc814 · report
neighbour_exchange_bidir xiong-zhitong/geolb-siglip/open_clip/src/open_clip/loss.py official repository unverified Apache-2.0 (permissive) · 5b1fd364afcf3c05 · report
normalize_ds_weights_by_ds_len xiong-zhitong/geolb-siglip/open_clip/src/open_clip_train/geolb_dataset.py official repository unverified Apache-2.0 (permissive) · 0d8b2a077201d7e3 · report
prepare_inputs_for_generation xiong-zhitong/geolb-siglip/open_clip/src/open_clip/coca_model.py official repository unverified Apache-2.0 (permissive) · fb651d0a97fd4d3f · report
register_pooler xiong-zhitong/geolb-siglip/open_clip/src/open_clip/hf_model.py official repository unverified Apache-2.0 (permissive) · 2a377da4a76a2d44 · report

Tasks

Earth Observation

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections