SSHNN: Semi-Supervised Hybrid NAS Network for Echocardiographic Image Segmentation
Renqi Chen, Jingjing Luo, Fan Nian, Yuhui Cen, Yiheng Peng, Zekuan, Yu

TL;DR
This paper introduces SSHNN, a semi-supervised hybrid neural architecture search network that improves echocardiographic image segmentation by enhancing feature fusion, global context understanding, and leveraging semi-supervised learning.
Contribution
The paper proposes a novel semi-supervised hybrid NAS network with a convolution-based feature fusion, Transformer integration, and a U-shaped decoder for superior medical image segmentation.
Findings
SSHNN outperforms state-of-the-art methods on CAMUS dataset
The semi-supervised Mean-Teacher algorithm effectively handles limited labeled data
Convolution-based feature fusion enhances detail preservation in segmentation
Abstract
Accurate medical image segmentation especially for echocardiographic images with unmissable noise requires elaborate network design. Compared with manual design, Neural Architecture Search (NAS) realizes better segmentation results due to larger search space and automatic optimization, but most of the existing methods are weak in layer-wise feature aggregation and adopt a ``strong encoder, weak decoder" structure, insufficient to handle global relationships and local details. To resolve these issues, we propose a novel semi-supervised hybrid NAS network for accurate medical image segmentation termed SSHNN. In SSHNN, we creatively use convolution operation in layer-wise feature fusion instead of normalized scalars to avoid losing details, making NAS a stronger encoder. Moreover, Transformers are introduced for the compensation of global context and U-shaped decoder is designed to…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Neural Network Applications · Radiomics and Machine Learning in Medical Imaging · Medical Image Segmentation Techniques
MethodsConvolution
