Papers › Frequency-Adaptive Pan-Sharpening with Mixture of Experts

Frequency-Adaptive Pan-Sharpening with Mixture of Experts

4 Jan 2024arXiv:2401.02151archive 2025-07-28

Xuanhua He, Keyu Yan, Rui Li, Chengjun Xie, Jie Zhang, Man Zhou

Pan-sharpening involves reconstructing missing high-frequency information in multi-spectral images with low spatial resolution, using a higher-resolution panchromatic image as guidance. Although the inborn connection with frequency domain, existing pan-sharpening research has not almost investigated the potential solution upon frequency domain. To this end, we propose a novel Frequency Adaptive Mixture of Experts (FAME) learning framework for pan-sharpening, which consists of three key components: the Adaptive Frequency Separation Prediction Module, the Sub-Frequency Learning Expert Module, and the Expert Mixture Module. In detail, the first leverages the discrete cosine transform to perform frequency separation by predicting the frequency mask. On the basis of generated mask, the second with low-frequency MOE and high-frequency MOE takes account for enabling the effective low-frequency and high-frequency information reconstruction. Followed by, the final fusion module dynamically weights high-frequency and low-frequency MOE knowledge to adapt to remote sensing images with significant content variations. Quantitative and qualitative experiments over multiple datasets demonstrate that our method performs the best against other state-of-the-art ones and comprises a strong generalization ability for real-world scenes. Code will be made publicly at \url{https://github.com/alexhe101/FAME-Net}.

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

Code

Syntology Ran 12 of 17 code samples harvested from 1 repository linked to this paper; 5 have no recorded run. Of those that ran: 1 ran · fixture could not drive it; 11 ran with no contract checked.

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

alexhe101/fame-net officialmentioned in paperpytorch 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

17 samples harvested; 12 ran; 0 honoured the contract we drafted; 5 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 · fixture could not drive it
11ran
5unverified

Licence: 17 of the 17 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 alexhe101/FAME-Net. “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.

ChannelAttention alexhe101/FAME-Net/model/moe.py official repository ran fingerprinted no licence file found · pointer only · 2acc0983bce9b310 · report
ConvProce alexhe101/FAME-Net/model/moe.py official repository ran · metamorphic tier: deterministic no licence file found · pointer only · 669ecb1f6c61ae43 · report
FeatureEncoder alexhe101/FAME-Net/model/moe.py official repository ran · metamorphic tier: deterministic fingerprinted no licence file found · pointer only · 93c2f665889dbcf3 · report
GateNetwork alexhe101/FAME-Net/model/moe.py official repository ran · metamorphic tier: deterministic fingerprinted no licence file found · pointer only · db0365afed58004f · report
HfInstance alexhe101/FAME-Net/model/moe.py official repository ran · metamorphic tier: deterministic fingerprinted no licence file found · pointer only · 1725bf52144970b4 · report
HinResBlock alexhe101/FAME-Net/model/moe.py official repository ran · metamorphic tier: deterministic no licence file found · pointer only · ab6dbbd35ff7d97d · report
InvBlock alexhe101/FAME-Net/model/moe.py official repository ran · metamorphic tier: deterministic no licence file found · pointer only · 91e8c68b85a70dda · report
InvertibleConv1x1 alexhe101/FAME-Net/model/moe.py official repository ran no licence file found · pointer only · 464362c3397d1f35 · report
LfInstance alexhe101/FAME-Net/model/moe.py official repository ran · metamorphic tier: deterministic fingerprinted no licence file found · pointer only · 3edbf5857c90b95b · report
MaskPredictor alexhe101/FAME-Net/model/moe.py official repository ran no licence file found · pointer only · d28b11c9799e5f4e · report
Refine alexhe101/FAME-Net/model/moe.py official repository ran · metamorphic tier: deterministic fingerprinted no licence file found · pointer only · 489d626b9ca31ffc · report
upsample alexhe101/FAME-Net/model/moe.py official repository ran · fixture could not drive it no licence file found · pointer only · da465d70eb5d003b · report
Decoder alexhe101/FAME-Net/model/moe.py official repository unverified no licence file found · pointer only · 54ee993c885c924c · report
HfExpert alexhe101/FAME-Net/model/moe.py official repository unverified no licence file found · pointer only · 3f4463c82cb23807 · report
LfExpert alexhe101/FAME-Net/model/moe.py official repository unverified no licence file found · pointer only · 0f7f31de4665e731 · report
MOEInstance alexhe101/FAME-Net/model/moe.py official repository unverified no licence file found · pointer only · c5455c650e960532 · report
Net alexhe101/FAME-Net/model/moe.py official repository unverified no licence file found · pointer only · 267f6301821f9fbf · report

Tasks

Mixture-of-Experts

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

Discrete Cosine Transform

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