REVIEW 8 cited by
Dilated Neighborhood Attention Transformer
Not yet reviewed by Pith; the record is open.
This paper has not been read by Pith yet. Machine review is queued; the pith claim, tier, and objections will appear here once it completes.
SPECIMEN: schema-true, not a live event
T0 review · schema-true
One-sentence machine reading of the paper's core claim.
pith:XXXXXXXX · record.json · timestamp
read the original abstract
Transformers are quickly becoming one of the most heavily applied deep learning architectures across modalities, domains, and tasks. In vision, on top of ongoing efforts into plain transformers, hierarchical transformers have also gained significant attention, thanks to their performance and easy integration into existing frameworks. These models typically employ localized attention mechanisms, such as the sliding-window Neighborhood Attention (NA) or Swin Transformer's Shifted Window Self Attention. While effective at reducing self attention's quadratic complexity, local attention weakens two of the most desirable properties of self attention: long range inter-dependency modeling, and global receptive field. In this paper, we introduce Dilated Neighborhood Attention (DiNA), a natural, flexible and efficient extension to NA that can capture more global context and expand receptive fields exponentially at no additional cost. NA's local attention and DiNA's sparse global attention complement each other, and therefore we introduce Dilated Neighborhood Attention Transformer (DiNAT), a new hierarchical vision transformer built upon both. DiNAT variants enjoy significant improvements over strong baselines such as NAT, Swin, and ConvNeXt. Our large model is faster and ahead of its Swin counterpart by 1.6% box AP in COCO object detection, 1.4% mask AP in COCO instance segmentation, and 1.4% mIoU in ADE20K semantic segmentation. Paired with new frameworks, our large variant is the new state of the art panoptic segmentation model on COCO (58.5 PQ) and ADE20K (49.4 PQ), and instance segmentation model on Cityscapes (45.1 AP) and ADE20K (35.4 AP) (no extra data). It also matches the state of the art specialized semantic segmentation models on ADE20K (58.1 mIoU), and ranks second on Cityscapes (84.5 mIoU) (no extra data).
Forward citations
Cited by 8 Pith papers
-
A2Mamba: Attention-augmented State Space Models for Visual Recognition
A2Mamba combines multi-scale attention and a state space model into a single mixer, achieving 86.1% top-1 accuracy on ImageNet-1K and gains on dense prediction tasks.
-
iFAN: Inference-Aware Learning for Plain Mask Transformers
iFAN improves query-based mask transformers by training a mask-quality head for score ranking and distilling better intermediate-layer predictions into the final layer, yielding consistent gains at no inference-time cost.
-
RAT+: Train Dense, Infer Sparse -- Recurrence Augmented Attention for Dilated Inference
RAT+ pretrains a single dense recurrent-augmented attention model that supports flexible dilated sparse inference after short adaptation, matching dense accuracy at moderate dilation and losing only 1-3 points at high...
-
Gaussian Belief Propagation Network for Depth Completion
Depth completion via a learned Markov random field solved with Gaussian belief propagation reports state-of-the-art RMSE on NYUv2 and best iRMSE on KITTI, plus better robustness at extreme sparsity.
-
DPFormer: Dynamic Prompt Transformer for Continual Learning
A transformer with class and task prototype prompts, trained with three losses, reports state-of-the-art class-incremental accuracy on three image benchmarks.
-
ScratNet: A Swin-Based Multi-Scale Dilated Network with Precision Refinement for Semiconductor Scratch Segmentation
A modified Swin-Base backbone with MDA+SIM+PR decoder modules yields higher IoU/Dice and tighter boundaries than FCN/FPN/UPerNet on semiconductor scratch segmentation.
-
NABLA: Neighborhood Adaptive Block-Level Attention
NABLA builds content-aware block-sparse attention masks by pooling queries and keys and thresholding their softmax CDF, giving near-baseline video quality at up to 2.7x inference speedup and 1.46x pretraining speedup.
-
DFYP: A Dynamic Fusion Framework with Spectral Channel Attention and Adaptive Operator learning for Crop Yield Prediction
DFYP is a crop yield prediction framework combining resolution-aware channel attention, validation-driven edge operator selection, and CNN-ViT fusion, but the method's internal contradictions and test-set-tuned evalua...
Discussion (0). Sign in to comment.