GPU-Net: Lightweight U-Net with more diverse features
Heng Yu, Di Fan, Weihu Song

TL;DR
GPU-Net is a lightweight U-Net variant that incorporates Ghost modules and ASPP to learn more diverse features, achieving superior performance with significantly fewer parameters and FLOPs, and can enhance existing segmentation models.
Contribution
Introduces GPU-Net with Ghost modules and ASPP, offering a more efficient and effective segmentation network with broader feature learning capabilities.
Findings
Over 4x fewer parameters than traditional U-Net
2x reduction in FLOPs while maintaining performance
Plug-and-play module improves existing segmentation methods
Abstract
Image segmentation is an important task in the medical image field and many convolutional neural networks (CNNs) based methods have been proposed, among which U-Net and its variants show promising performance. In this paper, we propose GP-module and GPU-Net based on U-Net, which can learn more diverse features by introducing Ghost module and atrous spatial pyramid pooling (ASPP). Our method achieves better performance with more than 4 times fewer parameters and 2 times fewer FLOPs, which provides a new potential direction for future research. Our plug-and-play module can also be applied to existing segmentation methods to further improve their performance.
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 · Brain Tumor Detection and Classification · Medical Image Segmentation Techniques
Methods*Communicated@Fast*How Do I Communicate to Expedia? · Concatenated Skip Connection · Convolution · Ghost Module · Max Pooling · U-Net · Spatial Pyramid Pooling
