Dual-Attention Enhanced BDense-UNet for Liver Lesion Segmentation
Wenming Cao, Philip L.H. Yu, Gilbert C.S. Lui, Keith W.H. Chiu,, Ho-Ming Cheng, Yanwen Fang, Man-Fung Yuen, Wai-Kay Seto

TL;DR
This paper introduces DA-BDense-UNet, a novel liver lesion segmentation network combining DenseUNet, bidirectional LSTM, and attention mechanisms to improve feature learning and focus on salient regions.
Contribution
The paper presents a new segmentation model integrating DenseUNet, bidirectional LSTM, and attention gates, enhancing feature representation and segmentation accuracy.
Findings
Achieved comparable dice coefficient performance with state-of-the-art models.
Effectively diminishes background responses and emphasizes salient regions.
Demonstrated robustness across multi-hospital liver CT datasets.
Abstract
In this work, we propose a new segmentation network by integrating DenseUNet and bidirectional LSTM together with attention mechanism, termed as DA-BDense-UNet. DenseUNet allows learning enough diverse features and enhancing the representative power of networks by regulating the information flow. Bidirectional LSTM is responsible to explore the relationships between the encoded features and the up-sampled features in the encoding and decoding paths. Meanwhile, we introduce attention gates (AG) into DenseUNet to diminish responses of unrelated background regions and magnify responses of salient regions progressively. Besides, the attention in bidirectional LSTM takes into account the contribution differences of the encoded features and the up-sampled features in segmentation improvement, which can in turn adjust proper weights for these two kinds of features. We conduct experiments on…
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
TopicsAdvanced Neural Network Applications · Radiomics and Machine Learning in Medical Imaging · Medical Image Segmentation Techniques
MethodsTanh Activation · Sigmoid Activation · Long Short-Term Memory
