| Renal tumor image segmentation plays a crucial role in medical imaging as it focuses on distinguishing tumors from normal tissue.By accurately segmenting images,physicians can assess the size and shape of tumors more precisely,leading to improved diagnosis and treatment.However,achieving accurate automatic kidney and tumor segmentation poses several challenges.One of the primary difficulties stems from the fact that tumors can appear within or near the kidney border while sharing similar intensity distribution and appearance with the kidney itself.Furthermore,tumors exhibit significant variation in terms of location,shape,and size across different patients.Although the texture patterns and shapes of the right and left kidneys are similar,they are located in separate regions of the image.Therefore,incorporating models that consider the longdistance dependence between the two kidneys and the contextual connection between kidneys and tumors becomes crucial for detecting and segmenting both kidneys and tumors effectively.The paper proposes a multi-scale graph inference model as the first approach.This model utilizes an adaptive Graph Neural Network(GNN)with two-headed neighbor node attention to obtaining attribute embeddings of graph nodes at each scale.The topology of the graph is evolved using a random walk(RW)mechanism.The neighbor node attention mechanism learns and incorporates the importance and influence of neighbor nodes on their connected nodes.The random walk on multi-order neighbors enhances the formulation of background information and facilitates diffusion along the graph edges.To fuse the multi-scale knowledge learned from the graph,a graph-based attention fusion module is introduced.This module adaptively combines the information before reshaping and feeding it into the segmentation decoder.The paper evaluates the contribution of this innovative approach through ablation studies and comparisons with other state-of-the-art models using public kidney and tumor segmentation datasets.The generalization ability of the proposed models is validated using different segmentation skeletons.The experimental results demonstrate that the novel multi-scale adaptive graph inference architecture,along with the RW-enhanced GNN model,improves the segmentation of adjacent tissues in object segmentation tasks.The second approach presented in the paper introduces a region-node relationshipenhanced graph convolution Transformer for kidney and tumor segmentation.The process begins by segmenting different regions in the input image and assigning a unique node representation to each region.The graph convolutional network(GCN)is then employed to learn the relationships between each node and its neighboring nodes.These nodes are subsequently encoded using a Transformer,enabling the capturing of complex relationships that facilitate improved kidney and tumor segmentation.The paper conducts ablation experimental studies to demonstrate the effectiveness of each method.By comparing the proposed approach with other advanced methods,the paper showcases the progress achieved in kidney and tumor segmentation.Overall,the paper presents a regionnode relationship-enhanced graph convolution Transformer approach for kidney and tumor segmentation,highlighting its effectiveness through ablation experiments and comparing it with other state-of-the-art methods in the field.The third method described in the paper is a multi-scale Transformer and attention mechanism-based approach for kidney tumor segmentation.This method aims to capture intricate details and complexities in medical images by learning the dependencies between different channels using a channel Transformer network.In this method,the input medical image is represented as a 3D tensor,where each channel corresponds to a different feature.An encoder is utilized to extract feature representations for each channel,which are then fed into the Transformer module.Within the Transformer module,a multiheaded attention mechanism is employed to capture the relationships between channels and a feed-forward network is utilized to enhance classification accuracy.The channel Transformer is adaptively fused with the feature maps obtained from Transformer learning between nodes.To evaluate the method,experiments are conducted using the KITS19 dataset,and comparisons are made with other state-of-the-art methods.The experimental results demonstrate that the proposed method outperforms other approaches in terms of segmentation accuracy and computational efficiency.This indicates the great potential of the method for application in the diagnosis and treatment of renal tumor diseases. |