Extending Decoupled Attention to Dense Prediction and Masked Training for Multi-Channel Images

๐Ÿ“… 2026-09-18
๐Ÿ“ˆ Citations: 0
โœจ Influential: 0
๐Ÿ“„ PDF
๐Ÿค– AI Summary
ไธบ่งฃๅ†ณๅคš้€š้“ๅ›พๅƒไธญ็‰นๅพ็จ€้‡Š้—ฎ้ข˜๏ผŒๆๅ‡บ่งฃ่€ฆๆณจๆ„ๅŠ›ๆœบๅˆถๅนถ็ป“ๅˆ็‹ฌ็ซ‹ๆฏ้€š้“ๆŽฉ็ ่ฎญ็ปƒๆ–นๆณ•๏ผŒๆ้ซ˜ๅˆ†็ฑปๅ’Œๅˆ†ๅ‰ฒๅŸบๅ‡†ๆ€ง่ƒฝใ€‚
๐Ÿ“ Abstract
Multi-Channel imaging (MCI) data differs fundamentally from natural images, as each channel records a semantically distinct signal rather than a colour band. To adapt vision encoders to MCI data, Multi-Channel Vision Transformers (MC-ViTs) tokenize each channel independently and concatenate the resulting tokens into one sequence, and the channel count is no longer fixed by the architecture. Self-attention is then computed across all channel-patch tokens with no restriction on which channels attend to which, which dilutes the features of individual channels. The Decoupled Vision Transformer (DC-ViT) regulates this by separating updates computed within a channel from updates computed across channels, and by forming a representation per channel before the channels are combined. Its formulation, however, pairs tokens by spatial position, and thus requires the same visible tokens in every channel. Correspondence under independent per-channel masking is recovered by solving a linear assignment between the retained patches of each channel, which allows decoupled attention to be combined with current masked multi-channel training in its standard configuration rather than a restricted one. Across three classification and three segmentation benchmarks spanning fluorescence microscopy, imaging mass cytometry and satellite imaging, including dense prediction at high channel counts, the resulting formulation outperforms the strongest MC-ViT baseline.
Problem

Research questions and friction points this paper is trying to address.

Multi-Channel Imaging
Self-Attention
Vision Transformers
Decoupled Attention
Masked Training
Innovation

Methods, ideas, or system contributions that make the work stand out.

Decoupled Attention
Multi-Channel Images
Masked Training
Dense Prediction
๐Ÿ”Ž Similar Papers
2024-03-07arXiv.orgCitations: 2