UNet--: Memory-Efficient and Feature-Enhanced Network Architecture based on U-Net with Reduced Skip-Connections
Lingxiao Yin, Wei Tao, Dongyue Zhao, Tadayuki Ito, Kinya Osa, Masami, Kato, Tse-Wei Chen

TL;DR
This paper introduces UNet--, a memory-efficient and feature-enhanced network architecture based on U-Net, utilizing novel modules to significantly reduce memory usage and improve performance across various vision tasks.
Contribution
The paper proposes MSIAM and IEM modules that reduce memory consumption of skip-connections and enhance feature maps, improving U-Net performance and generalizing across tasks.
Findings
Memory demand reduced by 93.3% in skip-connections.
Improved network accuracy compared to NAFNet.
Effective across multiple visual tasks.
Abstract
U-Net models with encoder, decoder, and skip-connections components have demonstrated effectiveness in a variety of vision tasks. The skip-connections transmit fine-grained information from the encoder to the decoder. It is necessary to maintain the feature maps used by the skip-connections in memory before the decoding stage. Therefore, they are not friendly to devices with limited resource. In this paper, we propose a universal method and architecture to reduce the memory consumption and meanwhile generate enhanced feature maps to improve network performance. To this end, we design a simple but effective Multi-Scale Information Aggregation Module (MSIAM) in the encoder and an Information Enhancement Module (IEM) in the decoder. The MSIAM aggregates multi-scale feature maps into single-scale with less memory. After that, the aggregated feature maps can be expanded and enhanced 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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
MethodsNonlinear Activation Free Network
