Papers › Enhancing Feature Diversity Boosts Channel-Adaptive Vision Transformers

Enhancing Feature Diversity Boosts Channel-Adaptive Vision Transformers

26 May 2024arXiv:2405.16419archive 2025-07-28

Chau Pham, Bryan A. Plummer

Multi-Channel Imaging (MCI) contains an array of challenges for encoding useful feature representations not present in traditional images. For example, images from two different satellites may both contain RGB channels, but the remaining channels can be different for each imaging source. Thus, MCI models must support a variety of channel configurations at test time. Recent work has extended traditional visual encoders for MCI, such as Vision Transformers (ViT), by supplementing pixel information with an encoding representing the channel configuration. However, these methods treat each channel equally, i.e., they do not consider the unique properties of each channel type, which can result in needless and potentially harmful redundancies in the learned features. For example, if RGB channels are always present, the other channels can focus on extracting information that cannot be captured by the RGB channels. To this end, we propose DiChaViT, which aims to enhance the diversity in the learned features of MCI-ViT models. This is achieved through a novel channel sampling strategy that encourages the selection of more distinct channel sets for training. Additionally, we employ regularization and initialization techniques to increase the likelihood that new information is learned from each channel. Many of our improvements are architecture agnostic and can be incorporated into new architectures as they are developed. Experiments on both satellite and cell microscopy datasets, CHAMMI, JUMP-CP, and So2Sat, report DiChaViT yields a 1.5 - 5.0% gain over the state-of-the-art. Our code is publicly available at https://github.com/chaudatascience/diverse_channel_vit.

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

Code

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

By repository: official repository: 22 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.

chaudatascience/diverse_channel_vit 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

22 samples harvested; 8 ran; 0 honoured the contract we drafted; 14 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
2ran · fixture could not drive it
5ran
14unverified

Licence: 0 of the 22 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/diverse_channel_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/diverse_channel_vit/models/dichavit.py official repository ran MIT (permissive) · b02da06042eb84e7 · report
Block chaudatascience/diverse_channel_vit/models/dichavit.py official repository ran MIT (permissive) · efa81f6f1800c5f2 · report
DropPath chaudatascience/diverse_channel_vit/models/dichavit.py official repository ran fingerprinted MIT (permissive) · 07bed269ee55adea · report
PPTAttention chaudatascience/diverse_channel_vit/models/dichavit.py official repository ran MIT (permissive) · 3783c6d21458155a · report
PatchEmbedPerChannel chaudatascience/diverse_channel_vit/models/dichavit.py official repository ran MIT (permissive) · b7c9a06a56b29150 · report
_no_grad_trunc_normal_ chaudatascience/diverse_channel_vit/models/dichavit.py official repository ran · fixture could not drive it MIT (permissive) · d05e018c317ed42b · report
repeat chaudatascience/diverse_channel_vit/models/dichavit.py official repository ran · our draft was wrong MIT (permissive) · 6a1004bd6c0e8713 · report
trunc_normal_ chaudatascience/diverse_channel_vit/models/dichavit.py official repository ran · fixture could not drive it MIT (permissive) · be2feea89481c009 · report
BlockV2 chaudatascience/diverse_channel_vit/models/dichavit.py official repository unverified MIT (permissive) · b74c375dce9be992 · report
ChannelPoolingType chaudatascience/diverse_channel_vit/models/dichavit.py official repository unverified MIT (permissive) · 850df2d33a40aa5c · report
ChannelVisionTransformer chaudatascience/diverse_channel_vit/models/dichavit.py official repository unverified MIT (permissive) · 9d61daea5bd82f74 · report
DiChaViT chaudatascience/diverse_channel_vit/models/dichavit.py official repository unverified MIT (permissive) · 79d83c31c74cf9eb · report
ExtendedEnum chaudatascience/diverse_channel_vit/models/dichavit.py official repository unverified MIT (permissive) · 7cee5c49462dff95 · report
FeaturePooling chaudatascience/diverse_channel_vit/models/dichavit.py official repository unverified MIT (permissive) · ac6302bb71f99f90 · report
FirstLayerInit chaudatascience/diverse_channel_vit/models/dichavit.py official repository unverified MIT (permissive) · b090579be5b89e33 · report
Model chaudatascience/diverse_channel_vit/models/dichavit.py official repository unverified MIT (permissive) · 272b7996ff94b551 · report
NewChannelLeaveOneOut chaudatascience/diverse_channel_vit/models/dichavit.py official repository unverified MIT (permissive) · 77136f4a6e0aa8ad · report
NormType chaudatascience/diverse_channel_vit/models/dichavit.py official repository unverified MIT (permissive) · f2d5816c2118046f · report
channelvit_base chaudatascience/diverse_channel_vit/models/dichavit.py official repository unverified MIT (permissive) · ee0353477276e1bc · report
channelvit_distill chaudatascience/diverse_channel_vit/models/dichavit.py official repository unverified MIT (permissive) · 56cf5bca49d77894 · report
channelvit_small chaudatascience/diverse_channel_vit/models/dichavit.py official repository unverified MIT (permissive) · 647608ff217cae3b · report
channelvit_tiny chaudatascience/diverse_channel_vit/models/dichavit.py official repository unverified MIT (permissive) · 4cd84952d4978056 · report

Tasks

Diversity

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

Focus

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