Papers › SS-MAE: Spatial-Spectral Masked Auto-Encoder for Multi-Source Remote Sensing Image...

SS-MAE: Spatial-Spectral Masked Auto-Encoder for Multi-Source Remote Sensing Image Classification

8 Nov 2023arXiv:2311.04442archive 2025-07-28

Junyan Lin, Feng Gao, Xiaocheng Shi, Junyu Dong, Qian Du

Masked image modeling (MIM) is a highly popular and effective self-supervised learning method for image understanding. Existing MIM-based methods mostly focus on spatial feature modeling, neglecting spectral feature modeling. Meanwhile, existing MIM-based methods use Transformer for feature extraction, some local or high-frequency information may get lost. To this end, we propose a spatial-spectral masked auto-encoder (SS-MAE) for HSI and LiDAR/SAR data joint classification. Specifically, SS-MAE consists of a spatial-wise branch and a spectral-wise branch. The spatial-wise branch masks random patches and reconstructs missing pixels, while the spectral-wise branch masks random spectral channels and reconstructs missing channels. Our SS-MAE fully exploits the spatial and spectral representations of the input data. Furthermore, to complement local features in the training stage, we add two lightweight CNNs for feature extraction. Both global and local features are taken into account for feature modeling. To demonstrate the effectiveness of the proposed SS-MAE, we conduct extensive experiments on three publicly available datasets. Extensive experiments on three multi-source datasets verify the superiority of our SS-MAE compared with several state-of-the-art baselines. The source codes are available at \url{https://github.com/summitgao/SS-MAE}.

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

Code

Syntology Ran 8 of 15 code samples harvested from 1 repository linked to this paper; 7 have no recorded run. Of those that ran: 2 ran · fixture could not drive it; 6 ran with no contract checked.

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

summitgao/ss-mae officialmentioned in papermentioned on GitHubpytorch 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; 8 ran; 0 honoured the contract we drafted; 7 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 · fixture could not drive it
6ran
7unverified

Licence: 15 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 summitgao/ss-mae. “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.

adapt_input_conv summitgao/ss-mae/net/VIT/layers/helpers.py official repository ran · fixture could not drive it no licence file found · pointer only · c58578dcfe39d5e3 · report
build_mask_chan summitgao/ss-mae/loss/mae_loss.py official repository ran no licence file found · pointer only · ae4dd5ff9771ecb5 · report
build_mask_spa summitgao/ss-mae/loss/mae_loss.py official repository ran no licence file found · pointer only · b85eccfd0788b45b · report
build_optimizer summitgao/ss-mae/utils/optimizer_step.py official repository ran no licence file found · pointer only · 31695defbde45622 · report
drop_path summitgao/ss-mae/net/VIT/layers/drop.py official repository ran · fixture could not drive it no licence file found · pointer only · 39eace7e2822504f · report
load_state_dict summitgao/ss-mae/net/VIT/layers/helpers.py official repository ran no licence file found · pointer only · 6dc13e8f8b2c3d96 · report
set_weight_decay summitgao/ss-mae/utils/optimizer_step.py official repository ran no licence file found · pointer only · b33222a09fc93bec · report
to_2tuple summitgao/ss-mae/net/VIT/layers/mlp.py official repository ran fingerprinted no licence file found · pointer only · 89421f54d0df827b · report
accuracy summitgao/ss-mae/utility.py official repository unverified no licence file found · pointer only · 77e17928d8e92b17 · report
cal_results summitgao/ss-mae/utility.py official repository unverified no licence file found · pointer only · 5637b67ff7832281 · report
check_keywords_in_name summitgao/ss-mae/utils/optimizer_step.py official repository unverified no licence file found · pointer only · b0a5beb34716d5a6 · report
drop_block_2d summitgao/ss-mae/net/VIT/layers/drop.py official repository unverified no licence file found · pointer only · 653d5a3aa2c473be · report
drop_block_fast_2d summitgao/ss-mae/net/VIT/layers/drop.py official repository unverified no licence file found · pointer only · 97aa7c942cfb7d3d · report
output_metric summitgao/ss-mae/utility.py official repository unverified no licence file found · pointer only · dfc15802c2295917 · report
resume_checkpoint summitgao/ss-mae/net/VIT/layers/helpers.py official repository unverified no licence file found · pointer only · 102b75f3481035d1 · report

Tasks

Image ClassificationRemote Sensing Image ClassificationSelf-Supervised Learningimage-classification

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

Absolute Position EncodingsAdamAttentionBPEDense ConnectionsDropoutFocusLabel SmoothingLayer NormalizationLinear LayerMulti-Head AttentionPosition-Wise Feed-Forward LayerResidual ConnectionSoftmaxTransformer

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