Arrow Research search

Author name cluster

Shoujun Zhou

Possible papers associated with this exact author name in Arrow. This page groups case-insensitive exact name matches and is not a full identity disambiguation profile.

5 papers
1 author row

Possible papers

5

AAAI Conference 2026 Conference Paper

Adaptive Morph-Patch Transformer for Aortic Vessel Segmentation

  • Zhenxi Zhang
  • Fuchen Zheng
  • Adnan Iltaf
  • Yifei Han
  • Zhenyu Cheng
  • Yue Du
  • Bin Li
  • Tianyong Liu

Accurate segmentation of aortic vascular structures is critical for diagnosing and treating cardiovascular diseases. Traditional Transformer-based models have shown promise in this domain by capturing long-range dependencies between vascular features. However, their reliance on fixed-size rectangular patches often influences the integrity of complex vascular structures, leading to suboptimal segmentation accuracy. To address this challenge, we propose the adaptive Morph-Patch Transformer (MPT), a novel architecture specifically designed for aortic vascular segmentation. Specifically, MPT introduces an adaptive patch partitioning strategy that dynamically generates morphology-aware patches aligned with complex vascular structures. This strategy can preserve semantic integrity of complex vascular structures within individual patches. Moreover, a Semantic Clustering Attention (SCA) method is proposed to dynamically aggregate features from various patches with similar semantic characteristics. This method enhances the model's capability to segment vessels of varying sizes, preserving the integrity of vascular structures. Extensive experiments on three open-source datasets (AVT, AortaSeg24 and TBAD) demonstrate that MPT achieves state-of-the-art performance, with improvements in segmenting intricate vascular structures.

JBHI Journal 2025 Journal Article

MambaVesselNet: A Novel Approach to Blood Vessel Segmentation Based on State-Space Models

  • Tianyong Liu
  • Zhiqing Zhang
  • Guojia Fan
  • Bin Li
  • Shoujun Zhou
  • Chengwu Xu
  • Gang Zhao
  • Fuxia Yang

Three-dimensional blood vessel segmentation is an important and challenging task that faces two main difficulties: (1) blood vessel structures are small, making them hard to capture by the network, and vessel edges are difficult to segment accurately; (2) false positives are prone to occur due to the presence of artifacts and noise. This paper proposes a novel blood vessel segmentation method called MambaVesselNet. This method is based on a state-space model and employs a selective state-space time series modeling strategy to achieve a larger receptive field. To better capture fine vascular structures and accurately segment edges, this paper introduces an edge enhancement module and a feature selection module. In terms of data preprocessing, nnUNet's preprocessing strategy is adopted to ensure spatial consistency of the input data. Evaluation on three standard vascular segmentation benchmarks shows that MambaVesselNet achieves state-of-the-art performance. Specifically, on cardiovascular and liver vessel datasets, the Dice coefficient is improved by 1. 38% and 2. 69%, respectively. The contributions of this paper include the proposal of a new module for enhancing blood vessel edge features, the development of a feature selection module with long sequence modeling capability, and the adoption of nnUNet's data preprocessing strategy, setting a new benchmark for blood vessel segmentation technology.

JBHI Journal 2025 Journal Article

VLD-Net: Localization and Detection of the Vertebrae From X-Ray Images by Reinforcement Learning With Adaptive Exploration Mechanism and Spine Anatomy Information

  • Shun Xiang
  • Lei Zhang
  • Yuanquan Wang
  • Shoujun Zhou
  • Xing Zhao
  • Tao Zhang
  • Shuo Li

Accurate and efficient vertebrae localization and detection in X-ray images are essential for diagnosing and treating spinal diseases. However, most existing methods struggle with the complexity of spine X-ray images, yielding inaccurate results due to insufficient utilization of spinal anatomy information and neglect of individual vertebra characteristics. In this paper, we propose an innovative Vertebrae Localization and Detection Network (VLD-Net) to accurately assist physicians in diagnosing spine-related diseases from X-ray images. Our VLD-Net, for the first time, defines vertebrae localization as a top-bottom sequential decision-making process, employing deep reinforcement learning (DRL) to fully leverage the anatomical information of the spine. Simultaneously, it also prioritizes the distinct characteristics of each vertebra for accurate detection. Specifically, VLD-Net combines three key components: 1) An advanced vertebrae localization module based on DRL is proposed, effectively leveraging anatomical information of the spine. 2) A novel adaptive exploration mechanism is coined to understand the behavior of the DRL agent during training, pinpointing how to effectively achieve the trade-off between exploration and exploitation. 3) An innovative vertebra-focused module is proposed to accurately detect vertebral landmarks, using the attention region of each vertebra as input to enhance focus on the target and reduce interference from surrounding tissue. Extensive experiments on two public spine datasets demonstrate that the VLD-Net outperforms the state-of-the-art methods in accuracy and robustness.

JBHI Journal 2024 Journal Article

Automatic Delineation of the 3D Left Atrium From LGE-MRI: Actor-Critic Based Detection and Semi-Supervised Segmentation

  • Shun Xiang
  • Nana Li
  • Yuanquan Wang
  • Shoujun Zhou
  • Jin Wei
  • Shuo Li

Accurate and automatic delineation of the left atrium (LA) is crucial for computer-aided diagnosis of atrial fibrillation-related diseases. However, effective model training typically requires a large amount of labeled data, which is time-consuming and labor-intensive. In this study, we propose a novel LA delineation framework. The region of LA is first detected using an actor-critic based deep reinforcement learning method with a shape-adaptive detection strategy using only box-level annotations, bypassing the need for voxel-level labeling. With the effectively detected LA, the impacts of class-imbalance and interference from surrounding tissues are significantly reduced. Subsequently, a semi-supervised segmentation scheme is coined to precisely delineate the contour of LA in 3D volume. The scheme integrates two independent networks with distinct structures, enabling implicit consistency regularization, capturing more spatial features, and avoiding the error accumulation present in current mainstream semi-supervised frameworks. Specifically, one network is combined with Transformer to capture latent spatial features, while the other network is based on pure CNN to capture local features. The difference prediction between these two sub-networks is exploited to mutually provide high-quality pseudo-labels and correct the cognitive bias. Experimental results on two public datasets demonstrate that our proposed strategy outperforms several state-of-the-art methods in terms of accuracy and clinical convenience.

JBHI Journal 2022 Journal Article

Online Hard Patch Mining Using Shape Models and Bandit Algorithm for Multi-Organ Segmentation

  • Jianan He
  • Guangquan Zhou
  • Shoujun Zhou
  • Yang Chen

Hard sample selection can effectively improve model convergence by extracting the most representative samples from a training set. However, due to the large capacity of medical images, existing sampling strategies suffer from insufficient exploitation for hard samples or high time cost for sample selection when adopted by 3D patch-based models in the field of multi-organ segmentation. In this paper, we present a novel and effective online hard patch mining (OHPM) algorithm. In our method, an average shape model that can be mapped with all training images is constructed to guide the exploration of hard patches and aggregate feedback from predicted patches. The process of hard mining is formalized as a multi-armed bandit problem and solved with bandit algorithms. With the shape model, OHPM requires negligible time consumption and can intuitively locate difficult anatomical areas during training. The employment of bandit algorithms ensures online and sufficient hard mining. We integrate OHPM with advanced segmentation networks and evaluate them on two datasets containing different anatomical structures. Comparative experiments with other sampling strategies demonstrate the superiority of OHPM in boosting segmentation performance and improving model convergence. The results in each dataset with each network suggest that OHPM significantly outperforms other sampling strategies by nearly 2% average Dice score.

v2026.09.13