Papers › HSSDCT: Factorized Spatial-Spectral Correlation for Hyperspectral Image Fusion

HSSDCT: Factorized Spatial-Spectral Correlation for Hyperspectral Image Fusion

31 Jan 2026arXiv:2602.00490added by Syntology

Chia-Ming Lee, Yu-Hao Ho, Yu-Fan Lin, Jen-Wei Lee, Li-Wei Kang, Chih-Chung Hsu

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

Hyperspectral image (HSI) fusion aims to reconstruct a high-resolution HSI (HR-HSI) by combining the rich spectral information of a low-resolution HSI (LR-HSI) with the fine spatial details of a high-resolution multispectral image (HR-MSI). Although recent deep learning methods have achieved notable progress, they still suffer from limited receptive fields, redundant spectral bands, and the quadratic complexity of self-attention, which restrict both efficiency and robustness. To overcome these challenges, we propose the Hierarchical Spatial-Spectral Dense Correlation Network (HSSDCT). The framework introduces two key modules: (i) a Hierarchical Dense-Residue Transformer Block (HDRTB) that progressively enlarges windows and employs dense-residue connections for multi-scale feature aggregation, and (ii) a Spatial-Spectral Correlation Layer (SSCL) that explicitly factorizes spatial and spectral dependencies, reducing self-attention to linear complexity while mitigating spectral redundancy. Extensive experiments on benchmark datasets demonstrate that HSSDCT delivers superior reconstruction quality with significantly lower computational costs, achieving new state-of-the-art performance in HSI fusion. Our code is available at https://github.com/jemmyleee/HSSDCT.

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

Code

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

By repository: found in paper text by Syntology: 18 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.

jemmyleee/HSSDCT 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

18 samples harvested; 12 ran; 0 honoured the contract we drafted; 6 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 · our draft was wrong
2ran · fixture could not drive it
8ran
6unverified

Licence: 18 of the 18 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 jemmyleee/HSSDCT. “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.

DFE jemmyleee/HSSDCT/models/hssdct.py found in paper text by Syntology ran · metamorphic tier: deterministic no licence file found · pointer only · b3934af688951618 · report
DynamicPosBias jemmyleee/HSSDCT/models/hssdct.py found in paper text by Syntology ran · metamorphic tier: deterministic no licence file found · pointer only · cbb997ec57b90885 · report
Mlp jemmyleee/HSSDCT/models/hssdct.py found in paper text by Syntology ran · metamorphic tier: deterministic no licence file found · pointer only · 1ca91bbffeb129c6 · report
Mlp_swin jemmyleee/HSSDCT/models/hssdct.py found in paper text by Syntology ran · metamorphic tier: deterministic no licence file found · pointer only · eb1088a8c3d503d8 · report
PatchEmbed jemmyleee/HSSDCT/models/hssdct.py found in paper text by Syntology ran · metamorphic tier: deterministic fingerprinted no licence file found · pointer only · 72dbaea855049fa4 · report
PatchUnEmbed jemmyleee/HSSDCT/models/hssdct.py found in paper text by Syntology ran · metamorphic tier: deterministic no licence file found · pointer only · 68bc15685467eed9 · report
SCC jemmyleee/HSSDCT/models/hssdct.py found in paper text by Syntology ran · metamorphic tier: deterministic no licence file found · pointer only · ec02599d5c46c4fc · report
WindowAttention jemmyleee/HSSDCT/models/hssdct.py found in paper text by Syntology ran · metamorphic tier: deterministic no licence file found · pointer only · 18a7a8e02b440dd4 · report
window_partition jemmyleee/HSSDCT/models/hssdct.py found in paper text by Syntology ran · fixture could not drive it no licence file found · pointer only · 1bf2ae92dffeef47 · report
window_partition_swin jemmyleee/HSSDCT/models/hssdct.py found in paper text by Syntology ran · fixture could not drive it fingerprinted no licence file found · pointer only · adcc88848fc3cd5b · report
window_reverse jemmyleee/HSSDCT/models/hssdct.py found in paper text by Syntology ran · our draft was wrong no licence file found · pointer only · 4296600062816504 · report
window_reverse_swin jemmyleee/HSSDCT/models/hssdct.py found in paper text by Syntology ran · our draft was wrong no licence file found · pointer only · c557a67288556825 · report
HierarchicalTransformerBlock jemmyleee/HSSDCT/models/hssdct.py found in paper text by Syntology unverified no licence file found · pointer only · 73bea4d6d452ff7e · report
HyDCFN jemmyleee/HSSDCT/models/hssdct.py found in paper text by Syntology unverified no licence file found · pointer only · 73a8cdd5446acff6 · report
SwinBasedFeatFusionBlock jemmyleee/HSSDCT/models/hssdct.py found in paper text by Syntology unverified no licence file found · pointer only · c09762fb871f91c9 · report
SwinBasedFeatFusionBlock_final_block jemmyleee/HSSDCT/models/hssdct.py found in paper text by Syntology unverified no licence file found · pointer only · fecfaca884e47c9b · report
SwinTransformerBlock jemmyleee/HSSDCT/models/hssdct.py found in paper text by Syntology unverified no licence file found · pointer only · 966f8456a9e9bc91 · report
YDCFN jemmyleee/HSSDCT/models/hssdct.py found in paper text by Syntology unverified no licence file found · pointer only · 7f6d15121ec6230b · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2602.00490, was issued in February 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