Papers › ChA-MAEViT: Unifying Channel-Aware Masked Autoencoders and Multi-Channel Vision...

ChA-MAEViT: Unifying Channel-Aware Masked Autoencoders and Multi-Channel Vision Transformers for Improved Cross-Channel Learning

25 Mar 2025arXiv:2503.19331archive 2025-07-28

Chau Pham, Juan C. Caicedo, Bryan A. Plummer

Prior work using Masked Autoencoders (MAEs) typically relies on random patch masking based on the assumption that images have significant redundancies across different channels, allowing for the reconstruction of masked content using cross-channel correlations. However, this assumption does not hold in Multi-Channel Imaging (MCI), where channels may provide complementary information with minimal feature overlap. Thus, these MAEs primarily learn local structures within individual channels from patch reconstruction, failing to fully leverage cross-channel interactions and limiting their MCI effectiveness. In this paper, we present ChA-MAEViT, an MAE-based method that enhances feature learning across MCI channels via four key strategies: (1) dynamic channel-patch masking, which compels the model to reconstruct missing channels in addition to masked patches, thereby enhancing cross-channel dependencies and improving robustness to varying channel configurations; (2) memory tokens, which serve as long-term memory aids to promote information sharing across channels, addressing the challenges of reconstructing structurally diverse channels; (3) hybrid token fusion module, which merges fine-grained patch tokens with a global class token to capture richer representations; and (4) Channel-Aware Decoder, a lightweight decoder utilizes channel tokens to effectively reconstruct image patches. Experiments on satellite and microscopy datasets, CHAMMI, JUMP-CP, and So2Sat, show that ChA-MAEViT significantly outperforms state-of-the-art MCI-ViTs by 3.0-21.5%, highlighting the importance of cross-channel interactions in MCI.

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

Code

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

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

chaudatascience/cha_mae_vit found in paper text by Syntology 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

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

Licence: 0 of the 16 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 chaudatascience/cha_mae_vit. “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.

Attention chaudatascience/cha_mae_vit/models/cha_mae_vit.py found in paper text by Syntology ran · metamorphic tier: deterministic MIT (permissive) · f52cc7c3cf1e75b2 · report
DropPath chaudatascience/cha_mae_vit/models/cha_mae_vit.py found in paper text by Syntology ran · metamorphic tier: deterministic MIT (permissive) · 4d93211cfa9bdffc · report
FourierLoss chaudatascience/cha_mae_vit/models/cha_mae_vit.py found in paper text by Syntology ran · metamorphic tier: deterministic MIT (permissive) · 2c08d4163d35c3c0 · report
LayerScale chaudatascience/cha_mae_vit/models/cha_mae_vit.py found in paper text by Syntology ran · metamorphic tier: deterministic MIT (permissive) · dadddc177deadf88 · report
MAB chaudatascience/cha_mae_vit/models/cha_mae_vit.py found in paper text by Syntology ran · metamorphic tier: deterministic MIT (permissive) · ca81184e1a038ae8 · report
MemEffAttentionV2 chaudatascience/cha_mae_vit/models/cha_mae_vit.py found in paper text by Syntology ran fingerprinted MIT (permissive) · 0519949718350286 · report
PatchEmbedPerChannel chaudatascience/cha_mae_vit/models/cha_mae_vit.py found in paper text by Syntology ran · metamorphic tier: deterministic MIT (permissive) · f6cefe6ba63d87f4 · report
compute_proxy_loss chaudatascience/cha_mae_vit/models/cha_mae_vit.py found in paper text by Syntology ran · our draft was wrong MIT (permissive) · fb7b61cc6dba0670 · report
maybe_flatten_images chaudatascience/cha_mae_vit/models/cha_mae_vit.py found in paper text by Syntology ran · fixture could not drive it MIT (permissive) · d2d59e7a9a1b0c98 · report
ortho_proj_loss_fn_v2 chaudatascience/cha_mae_vit/models/cha_mae_vit.py found in paper text by Syntology ran · fixture could not drive it MIT (permissive) · 62ec9cace7925686 · report
pairwise_distance_v2 chaudatascience/cha_mae_vit/models/cha_mae_vit.py found in paper text by Syntology ran · fixture could not drive it fingerprinted MIT (permissive) · 922f4bf4c1f8faa4 · report
trunc_normal_ chaudatascience/cha_mae_vit/models/cha_mae_vit.py found in paper text by Syntology ran · fixture could not drive it MIT (permissive) · fabe0899316ffaa5 · report
Block chaudatascience/cha_mae_vit/models/cha_mae_vit.py found in paper text by Syntology unverified MIT (permissive) · 46297c90ff2f0ed7 · report
ChAMAEViT chaudatascience/cha_mae_vit/models/cha_mae_vit.py found in paper text by Syntology unverified MIT (permissive) · e3ff5832339c1afa · report
ChAMAEViTDecoder chaudatascience/cha_mae_vit/models/cha_mae_vit.py found in paper text by Syntology unverified MIT (permissive) · ae881416a26c08eb · report
MemEffAttention chaudatascience/cha_mae_vit/models/cha_mae_vit.py found in paper text by Syntology unverified MIT (permissive) · 80fb55fa0569e3d0 · report

Tasks

Decoder

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

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