Papers › How Much of a Model Do We Need? Redundancy and Slimmability in Remote Sensing Foundation Models

How Much of a Model Do We Need? Redundancy and Slimmability in Remote Sensing Foundation Models

30 Jan 2026arXiv:2601.22841added by Syntology

Leonard Hackel, Tom Burgert, Begüm Demir

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

Large-scale foundation models (FMs) in remote sensing (RS) (denoted as RS FMs) are developed following paradigms established in computer vision (CV), yet the validity of transferring CV scaling laws to RS has not been systematically examined. We hypothesize that RS FMs enter an overparameterized regime at substantially smaller scales than their CV counterparts, with task-relevant information encoded redundantly across model dimensions. To test this hypothesis, we apply post-hoc slimmability, uniform width reduction of pretrained encoder transformer blocks, as a tool to measure representational redundancy across eight state-of-the-art RS FMs on classification, segmentation, and change detection tasks. RS FMs retain 69% to 109% relative accuracy on RS datasets under aggressive width reduction, while masked autoencoder (MAE) and DINOv2 pretrained on natural images (denoted as CV MAE and CV DINOv2) degrade sharply on ImageNet subsets of matched class count over the same range of computational requirements. A CV MAE evaluated directly on the same RS datasets narrows but does not close the gap, indicating that both dataset characteristics and domain-specific pretraining contribute to the differences between the models. Mechanistic analyses such as feature correlation, explained variance, and effective dimensionality indicate that task-relevant variance concentrates in few principal components and is redundantly encoded across model dimensions. We further show that learned slimmable training improves over post-hoc slimmability for contrastive objectives, while reconstruction-based objectives do not benefit from current slimmable training protocols. Our findings establish post-hoc slimming as a practical deployment strategy for resource-constrained RS applications and as a diagnostic tool for representational redundancy in RS FMs. Upon acceptance, we will publish all code.

PaperPDFCode 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="2601.22841")

Code

Syntology Ran 0 of 11 code samples harvested from 2 repositories linked to this paper; 11 have no recorded run.

By repository: found in paper text by Syntology: 11 samples from 2 repositories, 0 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

ServiceNow/geo-bench found in paper text by SyntologyApache-2.0 report
IBM/terratorch found in paper text by Syntology report

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

11 samples harvested; 0 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.

11unverified

Licence: 0 of the 11 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 2 repositories linked to this paper, official or community; each sample names its own and says which. “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.

biqm ServiceNow/geo-bench/geobench/plot_tools.py found in paper text by Syntology unverified Apache-2.0 (permissive) · a152a592c2d89882 · report
bootstrap_iqm ServiceNow/geo-bench/geobench/plot_tools.py found in paper text by Syntology unverified Apache-2.0 (permissive) · d1b48a3d91d5cb10 · report
collate_chunk_dicts IBM/terratorch/terratorch/datamodules/generic_multimodal_data_module.py found in paper text by Syntology unverified Apache-2.0 (permissive) · c182edba4d1ca1f8 · report
collate_samples IBM/terratorch/terratorch/datamodules/generic_multimodal_data_module.py found in paper text by Syntology unverified Apache-2.0 (permissive) · c27a8f5f848afd01 · report
flatten IBM/terratorch/terratorch/cli_tools.py found in paper text by Syntology unverified Apache-2.0 (permissive) · b8626471d6ba88dd · report
iqm ServiceNow/geo-bench/geobench/plot_tools.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 0e5e544e9fd463f6 · report
is_one_band IBM/terratorch/terratorch/cli_tools.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 1591128ff09dd10c · report
overlay_mask ServiceNow/geo-bench/make_benchmark/dataset_converters/forestnet.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 2918c0bc1d90bf98 · report
safe_load ServiceNow/geo-bench/geobench/_safe_pickle.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 4cf91d58782c1644 · report
safe_loads ServiceNow/geo-bench/geobench/_safe_pickle.py found in paper text by Syntology unverified Apache-2.0 (permissive) · c7568e4f73ee2a27 · report
wrap_in_compose_is_list IBM/terratorch/terratorch/datamodules/generic_multimodal_data_module.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 25afc799d497a1fb · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2601.22841, was issued in January 2026, after that date, so the archive has no leaderboard rows for it.

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