paper-with-me

홈 › Papers

RD-ViT: Recurrent-Depth Vision Transformer for Semantic Segmentation with Reduced Data Dependence Extending the Recurrent-Depth Transformer Architecture to Dense Prediction

2026-05-05 · Renjie He arxiv

Vision Transformers (ViTs) achieve state-of-the-art segmentation accuracy but require large training datasets because each layer has unique parameters that must be learned independently. We present RD-ViT, a Recurrent-Depth Vision Transformer that adapts the Recurrent-Depth Transformer (RDT) architecture to dense prediction tasks, supporting both 2D and 3D inputs. RD-ViT replaces the deep stack of unique transformer blocks with a single shared block looped T times, augmented with LTI-stable state injection for guaranteed convergence, Adaptive Computation Time (ACT) for spatial compute allocation, depth-wise LoRA adaptation, and optional Mixture-of-Experts (MoE) feed-forward networks for category-specific specialization. We evaluate on the ACDC cardiac MRI segmentation benchmark in both 2D slice-level and 3D volumetric settings with exclusively real experiments executed in Google Colab. In 2D, RD-ViT outperforms standard ViT at 10% training data (Dice 0.774 vs 0.762) and at full data (0.882 vs 0.872). In 3D, RD-ViT with MoE achieves Dice 0.812 with 3.0M parameters, reaching 99.4% of standard ViT performance (0.817) at 53% of the parameter count. MoE expert utilization analysis reveals that different experts spontaneously specialize for different cardiac structures (RV, MYO, LV) without explicit routing supervision. ACT halting maps show higher compute allocation at cardiac boundaries, and the mean ponder time decreases from 2.6 to 1.4 iterations during training, demonstrating learned computational efficiency. Depth extrapolation enables inference with more loops than training without degradation. All code, notebooks, and results are publicly released.

📄 PDF Abstract BibTeX arXiv:2605.03999

Code (0)

등록된 구현이 없습니다.

Tasks

Computational EfficiencySemantic Segmentation

Similar Papers 제목 키워드 기반

Source-Free Domain Adaptation for RGB-D Semantic Segmentation with Vision Transformers

2023-05-23 · Giulia Rizzoli, Donald Shenaj, Pietro Zanuttigh

With the increasing availability of depth sensors, multimodal frameworks that combine color information with depth data are gaining interest. However, ground truth data for semantic segmentation is burdensome to provide,…

Domain AdaptationSegmentationSemantic SegmentationSource-Free Domain Adaptation+1

Recurrent Scene Parsing with Perspective Understanding in the Loop

2017-05-20 · CVPR 2018 6 · Shu Kong, Charless Fowlkes

Objects may appear at arbitrary scales in perspective images of a scene, posing a challenge for recognition systems that process images at a fixed resolution. We propose a depth-aware gating module that adaptively select…

Depth EstimationMonocular Depth EstimationScene ParsingSegmentation+1

HawkDrive: A Transformer-driven Visual Perception System for Autonomous Driving in Night Scene

2024-04-06 · Ziang Guo, Stepan Perminov, Mikhail Konenkov, Dzmitry Tsetserukou

Many established vision perception systems for autonomous driving scenarios ignore the influence of light conditions, one of the key elements for driving safety. To address this problem, we present HawkDrive, a novel per…

Autonomous DrivingDepth EstimationEdge-computingSegmentation+1

DepthSeg: Depth prompting in remote sensing semantic segmentation

2025-06-17 · Ning Zhou, Shanxiong Chen, Mingting Zhou, Haigang Sui 외

Remote sensing semantic segmentation is crucial for extracting detailed land surface information, enabling applications such as environmental monitoring, land use planning, and resource assessment. In recent years, advan…

SegmentationSemantic Segmentation

Block-Recurrent Dynamics in Vision Transformers

2025-12-23 · Mozes Jacobs, Thomas Fel, Richard Hakim, Alessandra Brondetta 외 arxiv

As Vision Transformers (ViTs) become standard vision backbones, a mechanistic account of their computational phenomenology is essential. Despite architectural cues that hint at dynamical structure, there is no settled fr…