← Search

Shiao Xie

7 accepted papers

2024

Combinatorial CNN-Transformer Learning with Manifold Constraints for Semi-supervised Medical Image Segmentation

AAAI 2024technical

Semi-supervised learning (SSL), as one of the dominant methods, aims at leveraging the unlabeled data to deal with the annotation dilemma of supervised learning, which has attracted much attentions in the medical image segmentation. Most of the existing approaches leverage a unitary network by conv…

Cited by 7SourcePDFScholar
2024

IRLSG: Invariant Representation Learning for Single-Domain Generalization in Medical Image Segmentation

ICASSP 2024accepted

Single-domain generalization (SDG) can efficiently enhance model generalization while avoiding high annotation costs and privacy concerns. However, existing SDG methods are mainly based on data manipulation and meta-learning, which are not efficient enough due to the limited generalization performan…

Cited by 0SourceScholar
2023

ClassFormer: Exploring Class-Aware Dependency with Transformer for Medical Image Segmentation

AAAI 2023technical

Vision Transformers have recently shown impressive performances on medical image segmentation. Despite their strong capability of modeling long-range dependencies, the current methods still give rise to two main concerns in a class-level perspective: (1) intra-class problem: the existing methods lac…

Cited by 6SourcePDFScholar
2023

SLViT: Scale-Wise Language-Guided Vision Transformer for Referring Image Segmentation

IJCAI 2023poster

Referring image segmentation aims to segment an object out of an image via a specific language expression. The main concept is establishing global visual-linguistic relationships to locate the object and identify boundaries using details of the image. Recently, various Transformer-based techniques h…

2023

SemiCVT: Semi-Supervised Convolutional Vision Transformer for Semantic Segmentation

CVPR 2023poster

Semi-supervised learning improves data efficiency of deep models by leveraging unlabeled samples to alleviate the reliance on a large set of labeled samples. These successes concentrate on the pixel-wise consistency by using convolutional neural networks (CNNs) but fail to address both global learni…

Cited by 25SourcePDFScholar
2022

Mixed Transformer U-Net for Medical Image Segmentation

ICASSP 2022accepted

Though U-Net has achieved tremendous success in medical image segmentation tasks, it lacks the ability to explicitly model long-range dependencies. Therefore, Vision Transformers have emerged as alternative segmentation structures recently, for their innate ability of capturing long-range correlatio…

Cited by 0SourceScholar
2022

ScaleFormer: Revisiting the Transformer-based Backbones from a Scale-wise 
Perspective for Medical Image Segmentation

IJCAI 2022poster

Recently, a variety of vision transformers have been developed as their capability of modeling long-range dependency. In current transformer-based backbones for medical image segmentation, convolutional layers were replaced with pure transformers, or transformers were added to the deepest encoder to…