Related Experiment Video
Updated: May 6, 2026

04:23
A Swin Transformer-Based Model for Thyroid Nodule Detection in Ultrasound Images
Published on: April 21, 2023
1.8K
MCV-UNet: a modified convolution & transformer hybrid encoder-decoder network with multi-scale information fusion for
1Department of Mechanical Engineering, Columbia University, New York, United States of America.
Peerj. Computer Science
|July 10, 2024
Summary
This study introduces a hybrid deep learning network combining convolutional neural networks (CNN) and Vision Transformers (ViT) for superior ultrasound image segmentation. The novel approach significantly improves accuracy in medical imaging applications.
Area of Science:
- Medical Imaging
- Computer Vision
- Artificial Intelligence
Background:
- Accurate semantic segmentation of ultrasound images is crucial for medical diagnosis.
- Deep learning techniques have advanced ultrasound image analysis, but challenges remain in capturing multi-scale features and long-range dependencies.
Purpose of the Study:
- To introduce a novel hybrid network integrating Convolutional Neural Networks (CNN) and Vision Transformers (ViT) for enhanced ultrasound image semantic segmentation.
- To improve feature learning across multiple scales and capture long-range spatial dependencies in ultrasound images.
Main Methods:
- A hybrid network architecture combining multi-scale CNNs in the encoder and decoder with a Vision Transformer (ViT) in the bottleneck.
- Extensive experiments were conducted on a public benchmark ultrasound nerve segmentation dataset.
- The proposed method was benchmarked against 17 existing baseline methods.
Main Results:
- The hybrid CNN-ViT network outperformed all 17 competing methods on the ultrasound nerve segmentation task.
- Achieved a 4.6% improvement in Dice score compared to TransUNet and a 13.0% improvement compared to Attention UNet.
- Demonstrated a 10.5% improvement in precision compared to UNet, highlighting superior performance.
Conclusions:
- The proposed hybrid CNN-ViT network offers a powerful new approach for semantic segmentation in ultrasound imaging.
- Blending CNNs and ViTs in a unified framework significantly enhances feature learning and captures complex spatial relationships.
- This research holds substantial potential for advancing real-world medical imaging applications.
Related Concept Videos
Design Example: Capacitance Multiplier Circuit
1.9K
In integrated circuit technology, a capacitance multiplier is often utilized to produce a larger capacitance value when a small physical capacitance falls short. This is achieved by a circuit that multiplies capacitance values by a factor of up to 1000, such that a 10-pF capacitor can replicate the performance of a 100-nF capacitor.
The circuit illustrated in Figure 1 below incorporates two op-amps, with the first operating as a voltage follower and the second acting as an inverting amplifier.
The circuit illustrated in Figure 1 below incorporates two op-amps, with the first operating as a voltage follower and the second acting as an inverting amplifier.
1.9K
Deconvolution
776
Deconvolution, also known as inverse filtering, is the process of extracting the impulse response from known input and output signals. This technique is vital in scenarios where the system's characteristics are unknown, and they must be inferred from the observable signals.
Deconvolution involves several mathematical techniques to derive the impulse response. One common approach is polynomial division. In this method, the input and output sequences are treated as coefficients of...
Deconvolution involves several mathematical techniques to derive the impulse response. One common approach is polynomial division. In this method, the input and output sequences are treated as coefficients of...
776

