Papers › OmniSat: Self-Supervised Modality Fusion for Earth Observation

OmniSat: Self-Supervised Modality Fusion for Earth Observation

12 Apr 2024arXiv:2404.08351archive 2025-07-28

Guillaume Astruc, Nicolas Gonthier, Clement Mallet, Loic Landrieu

The diversity and complementarity of sensors available for Earth Observations (EO) calls for developing bespoke self-supervised multimodal learning approaches. However, current multimodal EO datasets and models typically focus on a single data type, either mono-date images or time series, which limits their impact. To address this issue, we introduce OmniSat, a novel architecture able to merge diverse EO modalities into expressive features without labels by exploiting their alignment. To demonstrate the advantages of our approach, we create two new multimodal datasets by augmenting existing ones with new modalities. As demonstrated for three downstream tasks -- forestry, land cover classification, and crop mapping -- OmniSat can learn rich representations without supervision, leading to state-of-the-art performances in semi- and fully supervised settings. Furthermore, our multimodal pretraining scheme improves performance even when only one modality is available for inference. The code and dataset are available at https://github.com/gastruc/OmniSat.

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="2404.08351")

Code

Syntology Ran 14 of 23 code samples harvested from 1 repository linked to this paper; 9 have no recorded run. Of those that ran: 2 ran · honoured contract; 6 ran · our draft was wrong; 3 ran · fixture could not drive it; 3 ran with no contract checked.

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

gastruc/omnisat officialmentioned in papermentioned on GitHubpytorchMIT 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

23 samples harvested; 14 ran; 2 honoured the contract we drafted; 9 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.

2ran · honoured contract
6ran · our draft was wrong
3ran · fixture could not drive it
3ran
9unverified

Licence: 0 of the 23 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 gastruc/OmniSat. “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.

METHOD gastruc/OmniSat/src/models/networks/encoder/Omni.py official repository ran MIT (permissive) · 6f2776fda8eaa86b · report
_rp_2d_cross_cols gastruc/OmniSat/src/models/networks/encoder/Omni.py official repository ran · fixture could not drive it MIT (permissive) · 3c90a55d42ebd29a · report
_rp_2d_cross_rows gastruc/OmniSat/src/models/networks/encoder/Omni.py official repository ran · fixture could not drive it MIT (permissive) · afa68c96506b7ca4 · report
_rp_2d_euclidean gastruc/OmniSat/src/models/networks/encoder/Omni.py official repository ran · our draft was wrong MIT (permissive) · 2afb88f76e6694db · report
_rp_2d_product gastruc/OmniSat/src/models/networks/encoder/Omni.py official repository ran · fixture could not drive it MIT (permissive) · 5e64867591fc57ca · report
_rp_2d_quant gastruc/OmniSat/src/models/networks/encoder/Omni.py official repository ran · our draft was wrong MIT (permissive) · ea730722397f9780 · report
get_absolute_positions gastruc/OmniSat/src/models/networks/encoder/Omni.py official repository ran · honoured contract MIT (permissive) · ba23bbb042430585 · report
get_bucket_ids_2d_without_skip gastruc/OmniSat/src/models/networks/encoder/Omni.py official repository ran · our draft was wrong MIT (permissive) · ab89b48444865c77 · report
get_num_buckets gastruc/OmniSat/src/models/networks/encoder/Omni.py official repository ran · honoured contract fingerprinted MIT (permissive) · 0deaebd0135ec340 · report
get_pylogger gastruc/omnisat/src/utils/pylogger.py official repository ran MIT (permissive) · b0cd1557c2946d8d · report
get_rpe_config gastruc/OmniSat/src/models/networks/encoder/Omni.py official repository ran · our draft was wrong MIT (permissive) · 8abf0de547843739 · report
get_single_rpe_config gastruc/OmniSat/src/models/networks/encoder/Omni.py official repository ran · our draft was wrong fingerprinted MIT (permissive) · c637a66e6e3977d2 · report
piecewise_index gastruc/OmniSat/src/models/networks/encoder/Omni.py official repository ran · our draft was wrong MIT (permissive) · c69948747b50336f · report
replace_nans_with_mean gastruc/omnisat/src/utils/preprocess_tsaits.py official repository ran fingerprinted MIT (permissive) · faf9bf7e5bfa997c · report
CrossRPEAttention gastruc/OmniSat/src/models/networks/encoder/Omni.py official repository unverified MIT (permissive) · 0a1f41cf0a6f4305 · report
CrossRPEBlock gastruc/OmniSat/src/models/networks/encoder/Omni.py official repository unverified MIT (permissive) · 5293629e3ba81145 · report
OmniModule gastruc/OmniSat/src/models/networks/encoder/Omni.py official repository unverified MIT (permissive) · 817465c178ae5eb3 · report
RPEAttention gastruc/OmniSat/src/models/networks/encoder/Omni.py official repository unverified MIT (permissive) · ad51e57d0f69b066 · report
RPEBlock gastruc/OmniSat/src/models/networks/encoder/Omni.py official repository unverified MIT (permissive) · 47ddca6650a8f8cf · report
build_rpe gastruc/OmniSat/src/models/networks/encoder/Omni.py official repository unverified MIT (permissive) · 443aa695f6cd8e56 · report
get_bucket_ids_2d gastruc/OmniSat/src/models/networks/encoder/Omni.py official repository unverified MIT (permissive) · aa20f508b856826b · report
iRPE gastruc/OmniSat/src/models/networks/encoder/Omni.py official repository unverified MIT (permissive) · 58768324e3554ec0 · report
iRPE_Cross gastruc/OmniSat/src/models/networks/encoder/Omni.py official repository unverified MIT (permissive) · f7f7cb2bdbfa66d9 · report

Tasks

DiversityEarth ObservationLand Cover ClassificationSelf-Supervised Learning

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

Focus

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