REVIEW 4 major objections 5 minor 39 references
UNet++ and LSTM combined approach for Breast Ultrasound Image Segmentation
T0 review · 4 major / 5 minor · reviewed 2026-08-11 · deepseek-v4-flash
Pith's one-line read A hybrid of UNet++ and LSTM with attention and multiscale feature modules reports 98.88% accuracy in segmenting breast ultrasound lesions on the BUSI dataset.
desk verdict A plausible architecture combo whose reported superiority over 15 baselines is not supported by the evaluation as presented; worth a revision, not rejection on idea alone. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The architecture, named UNet++LSTM, keeps UNet++'s nested encoder-decoder with dense convolution blocks on hopping paths and adds three components: a multiscale feature extraction module that produces feature maps at different scales; a Convolutional Block Attention Module (CBAM) whose channel branch routes average- and max-pooled descriptors through LSTM gates before combining them with element-wise summation; and a multi-task learning head that adds a distance-class map prediction term to the segmentation loss. The LSTM inside the channel attention is the load-bearing novelty: the paper describes it as temporal feature learning, and the attention weights determine how much each hierarchical feature map contributes to the final segmentation. The multiscale module and attention together are what the argument credits for the reported gains over plain UNet++.
What would settle it
Run the proposed model and every comparison method on the same patient-stratified split of BUSI with identical preprocessing, augmentation, and metric computation; if any baseline reaches or exceeds a Dice of 92.74 on that shared protocol, the paper's headline claim of superiority fails.
Extended reading notes
Core claim
The central claim is that replacing plain UNet++ with a version enriched by an attention block, a multiscale feature extraction module, and LSTM layers yields a segmentation pipeline that outperforms plain UNet++ and the other published models compared in the paper on breast ultrasound images. On the BUSI dataset with data augmentation, the proposed UNet++LSTM model reaches accuracy 98.88%, specificity 99.53%, precision 95.34%, sensitivity 91.20%, F1-score 93.74%, and Dice 92.74%, improving over UNet++ with data augmentation by raising Dice from 90.70 to 92.74 and F1 from 90.70 to 93.74. The paper argues these gains show the architecture is a competitive, end-to-end solution for extracting benign and malignant tumor regions.
Load-bearing premise
The comparison claim assumes the published metrics of the fifteen prior methods are directly comparable to the proposed model's single 80/20 split of the BUSI dataset, even though the cited papers often use different datasets, preprocessing, splits, and metric definitions.
Editorial extensions
If this is right
- Adding LSTM-based attention and multiscale feature extraction to UNet++ increases Dice from 90.70 to 92.74 and F1 from 90.70 to 93.74 on the BUSI dataset with data augmentation.
- The paper reports a 1.25 improvement in precision over the best comparative approach it lists.
- The proposed model reports specificity 99.53%, surpassing the ODET model's 98.63% in the comparison table.
- According to the loss and accuracy curves, both UNet++ and the proposed model train without overfitting or underfitting, which the paper offers as evidence of stable learning.
- The architecture is end-to-end and trainable with standard data augmentation on the BUSI dataset, requiring no additional imaging modality.
Reading between the lines
- A testable extension the paper does not run: if LSTM recurrence is the active ingredient, evaluating on consecutive ultrasound cine frames instead of single images should widen the margin over plain UNet++.
- The comparison against literature values assumes protocol equivalence; a single-protocol reimplementation of the same baselines on the same BUSI split could yield a different ranking.
- The same channel-attention-with-LSTM design could plausibly transfer to other boundary-delineation tasks such as lesion segmentation in CT or MRI, though the paper only reports ultrasound results.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper proposes UNet++LSTM, an encoder-decoder architecture for breast ultrasound image segmentation on the BUSI dataset. The method combines a multiscale feature extraction module, CBAM-style channel and spatial attention in which channel descriptors are processed by an LSTM, and a multi-task loss. The authors report accuracy 98.88%, specificity 99.53%, precision 95.34%, sensitivity 91.20%, F1-score 93.74%, and Dice 92.74% on a single 80/20 split with data augmentation, and they claim that the model outperforms all 15 compared literature methods. The paper includes a comparison table, loss/accuracy curves, sample segmentations, and implementation settings, but provides no code, no split indices, no error bars, and no reimplemented baselines.
Significance. If the reported metrics were robust and the comparison protocol valid, the proposed architecture would be a competitive segmentation baseline on a public dataset. The paper has the strength of using the public BUSI dataset and reporting its implementation settings in Table 2. However, the central empirical claim is currently not well supported: the evaluation uses a single image-level split on a dataset with multiple images per patient, and the 'outperformed all 15' claim rests on literature values from heterogeneous datasets and protocols. The LSTM's 'temporal' motivation is also not operationalized for static ultrasound images. These issues are load-bearing and require substantive revision.
major comments (4)
- [Result (data split and BUSI description)] The headline metrics (accuracy 98.88, Dice 92.74) rest on a single random 80/20 image-level split of BUSI, as stated in the Results section. BUSI has 780 images from 600 patients, so an image-level split can place images of the same patient in both training and test sets; because same-breast ultrasound images are highly correlated, this risks patient leakage and inflated segmentation metrics. No patient-level grouping, cross-validation, confidence intervals, or error bars are reported, and no code or split indices are provided. The reported numbers are therefore not yet auditable as estimates of generalization to new patients.
- [Table 3 and Results] The claim that the proposed model 'outperformed all 15' compared methods is not established. Table 3 assembles literature numbers from heterogeneous sources: [31] uses thermal images, [32] uses histopathology mitosis images, [33] uses histopathology images, and [19] uses DCE-MRI; these studies use different preprocessing, splits, and metric definitions, and none are reimplemented under the proposed BUSI 80/20 protocol. In addition, the text says 15 methods but lists 12 names, and Table 3 has 12 comparison rows (not counting U-Net++ and the proposed model). Direct comparability is thus unsupported even if the proposed model's own metrics are accurate.
- [Attention Block and Eq. (Mc(F))] The recurrent component is motivated as capturing 'temporal characteristics,' but the input to the LSTM consists of global average-pooled and max-pooled channel descriptors of a single static image (see the equation for Mc(F) and Figure 3). The BUSI dataset is static; no video frames, slices, or sequence dimension are defined. The LSTM is therefore unrolled over a constructed channel sequence, not over time. The paper should either define the temporal axis explicitly or reframe the contribution as a channel-attention variant, because the current text under-specifies the core architectural novelty.
- [Results prose vs Table 3] Multiple numbers in the text do not match Table 3, which makes the results section unreliable. Examples: the text gives CNN+LR accuracy as 06.87 while Table 3 shows 96.87; Faster R-CNN+CNNs precision is quoted as 97.60 in the text but 87.60 in Table 3; SaTransformer is credited with Specificity=89.51, Precision=89.51, and Sensitivity=89.51, while Table 3 lists Specificity=88.32 and no Sensitivity; GA-ANNs sensitivity is 90.00 in the text and 96.87 in Table 3; and the sentence 'proposed Unet++ approach ... accuracy of 92.70' contradicts the Unet++ row value of 98.58. The reported improvement over U-Net++ is also given as 0.0204 in Dice and 0.0304 in F1, whereas the table difference is about 2.04 and 3.04 percentage points. These inconsistencies should be corrected and a single audit trail provided.
minor comments (5)
- [Method (Xi,j equations)] The conditional definition for Xi,j with j > 0 is duplicated in the text, and the sentence 'In cases and j denotes...' is incomplete before the formula. The notation for encoder/decoder nodes should be cleaned up.
- [Figure captions 2 and 3] Figure 2 and Figure 3 have the same caption, 'The proposed channel attention mechanism,' even though Figure 3 appears to illustrate the LSTM cell. The captions should be corrected to match the content.
- [References] U-Net++ is cited as [19] in Table 1 and Related Works but as [26] in the Multiscale Feature Extraction Module; [26] actually refers to ResUNet++. The reference numbering should be made consistent.
- [Results] The phrase 'Using tabularx and booktabs' appears in the Results section and is a leftover LaTeX instruction that should be removed.
- [Related Works] There is a typo 'in the field of Business (BUSI)', and the paragraph about Dataset B and the STU dataset does not define these datasets; also the AAU-net comparison is confusingly worded and should be rewritten.
Circularity Check
No significant circularity: the reported segmentation metrics are measured against external BUSI ground truth, and the paper contains no self-citations, no fitted-input-as-prediction steps, and no definitional equivalence between the architecture equations and the reported results.
full rationale
This is an empirical architecture-evaluation paper, and no claimed result reduces to its own inputs. (1) No self-citation: references [1]-[39] are all external works; none is authored by Hesaraki, Akbari, or Mousa, so the self-citation patterns (load-bearing self-citation, uniqueness imported from authors, ansatz smuggled via citation) do not arise. (2) The headline metrics (accuracy 98.88, Dice 92.74) are measured on a held-out 20% slice of the public BUSI dataset against external ground-truth masks; hyperparameters are stated in Table 2 and no parameter is described as fitted to the test set, so "fitted input called prediction" does not apply. (3) The architectural equations (UNet++ nested skip connections Xi,j, CBAM channel/spatial attention Mc/Ms, LSTM gate equations, loss L = λ1Lseg + λ2LDC) are standard formulas; none defines the reported metrics in terms of themselves, so no self-definitional step exists. (4) The auxiliary distance-class loss derives its supervision by a distance transform of the same ground-truth mask; this is auxiliary supervision, not a predicted quantity that is circular. Issues that I flag as correctness and reproducibility risks rather than circularity: Table 3 compares literature numbers from heterogeneous datasets and protocols (DCE-MRI, histopathology, thermal images, BUSI subsets) without reimplementation; evaluation is a single image-level 80/20 split of 780 images from 600 patients, with no patient grouping, split indices, or error bars; and the LSTM's temporal axis is never defined for a static-image dataset. Citation-accuracy problems also exist (UNet++ is attributed to [26], which lists ResUNet++; convolution definitions are attributed to [37]-[39], which are breast-imaging studies; CBAM is adopted without citation), but these are misattributions and omissions, not self-referential load-bearing support.
Assumptions & free parameters
free parameters (7)
- image_size =
128x128
- batch_size =
16
- learning_rate =
0.001
- dropout_rate =
0.5
- LSTM_block_size =
16
- train_test_split_ratio =
80/20
- lambda_1_and_lambda_2_loss_weights
assumptions (4)
- domain assumption Ground truth masks in BUSI are accurate enough to serve as labels.
- domain assumption Metrics from the cited papers in Table 3 were produced under protocols comparable to the proposed 80/20 split.
- ad hoc to paper Feeding average-pooled and max-pooled channel descriptors through an LSTM gives a meaningful temporal or sequential representation.
- standard math Backpropagation and Adam optimization converge to a usable local optimum.
Cite this review
Pith. "Pith review of UNet++ and LSTM combined approach for Breast Ultrasound Image Segmentation." pith.science (2026). https://pith.science/paper/QHZYEIKI
@misc{pith2026241205585,
author = {Pith},
title = {Pith review of: UNet++ and LSTM combined approach for Breast Ultrasound Image Segmentation},
year = {2026},
howpublished = {\url{https://pith.science/paper/QHZYEIKI}},
note = {Machine review of arXiv:2412.05585}
}
read the original abstract
Breast cancer stands as a prevalent cause of fatality among females on a global scale, with prompt detection playing a pivotal role in diminishing mortality rates. The utilization of ultrasound scans in the BUSI dataset for medical imagery pertaining to breast cancer has exhibited commendable segmentation outcomes through the application of UNet and UNet++ networks. Nevertheless, a notable drawback of these models resides in their inattention towards the temporal aspects embedded within the images. This research endeavors to enrich the UNet++ architecture by integrating LSTM layers and self-attention mechanisms to exploit temporal characteristics for segmentation purposes. Furthermore, the incorporation of a Multiscale Feature Extraction Module aims to grasp varied scale features within the UNet++. Through the amalgamation of our proposed methodology with data augmentation on the BUSI with GT dataset, an accuracy rate of 98.88%, specificity of 99.53%, precision of 95.34%, sensitivity of 91.20%, F1-score of 93.74, and Dice coefficient of 92.74% are achieved. These findings demonstrate competitiveness with cutting-edge techniques outlined in existing literature.
Reference graph
Works this paper leans on
-
[31]
Zuluaga-Gomez, J., Al Masry, Z., Benaggoune, K., Meraghni, S., Zerhouni, N.: A cnn -based methodology for breast cancer diagnosis using thermal images. Computer Methods in Biomechanics and Biomedical Engineering: Imaging & Visualization 9(2), 131–145 (2021)
work page 2021
-
[32]
Journal o f clinical medicine 9(3), 749 (2020)
Mahmood, T., Arsalan, M., Owais, M., Lee, M.B., Park, K.R.: Artificial intelligence-based mitosis detection in breast cancer histopathology images using faster r -cnn and deep cnns. Journal o f clinical medicine 9(3), 749 (2020)
work page 2020
-
[33]
Procedia Computer Science 167, 878–889 (2020)
Gupta, K., Chawla, N.: Analysis of histopathological images for prediction of breast cancer using traditional classifiers with pre-trained cnn. Procedia Computer Science 167, 878–889 (2020)
work page 2020
-
[19]
In: Journal of Physics: Conference Series, vol
Sui, D., Huang, Z., Song, X., Zhang, Y., Wang, Y., Zhang, L.: Breast regions segmentation based on u-net++ from dce -mri image sequences. In: Journal of Physics: Conference Series, vol. 1748, p. 042058 (2021). IOP Publishing
work page 2021
-
[1]
Granzier, R.W.: Mri-based radiomics in breast cancer (2022)
work page 2022
-
[2]
Computational and Mathematical Methods in Medicine 2020 (2020)
Jiao, H., Jiang, X., Pang, Z., Lin, X., Huang, Y., Li, L., et al.: Deep convolutional neural networks - based automatic breast segmentation and mass detection in dce-mri. Computational and Mathematical Methods in Medicine 2020 (2020)
work page 2020
-
[3]
Yadavendra, Chand, S. : A comparative study of breast cancer tumor classification by classical machine learning methods and deep learning method. Machine Vision and Applications 31(6), 46 (2020)
work page 2020
-
[4]
Procedia Computer Science 171, 593–601 (2020)
Gupta, P., Garg, S.: Breast cancer prediction using varying parameters of machine learning models. Procedia Computer Science 171, 593–601 (2020)
work page 2020
Show all 39 references
-
[5]
Computer Meth ods and Programs in Biomedicine 223, 106951 (2022)
Aljuaid, H., Alturki, N., Alsubaie, N., Cavallaro, L., Liotta, A.: Computer-aided diagnosis for breast cancer classification using deep neural networks and transfer learning. Computer Meth ods and Programs in Biomedicine 223, 106951 (2022)
2022
-
[6]
Ultrasonic imaging 38(3), 209– 224 (2016)
Pons, G., Mart´ı, J., Mart´ı, R., Ganau, S., Noble, J.A.: Breast -lesion segmentation combining b - mode and elastography ultrasound. Ultrasonic imaging 38(3), 209– 224 (2016)
2016
-
[7]
PloS one 13(5), 0195816 (2018)
Kumar, V., Webb, J.M., Gregory, A., Denis, M., Meixner, D.D., Bayat, M., Whaley, D.H., Fatemi, M., Alizad, A.: Automated and real-time segmentation of suspicious breast masses using convolutional neural network. PloS one 13(5), 0195816 (2018)
2018
-
[8]
, Washington, K.N., Tran, T.D., Reiter, A., Bell, M.A.L.: Deep learning to obtain simultaneous image and segmentation outputs from a single input of raw ultrasound channel data
Nair, A.A. , Washington, K.N., Tran, T.D., Reiter, A., Bell, M.A.L.: Deep learning to obtain simultaneous image and segmentation outputs from a single input of raw ultrasound channel data. IEEE transactions on ultrasonics, ferroelectrics, and frequency control 67(12), 2493–2509 (2020)
2020
-
[9]
classification in computational pathology: application to mitosis analysis in breast cancer grading
Jim´enez, G., Racoceanu, D.: Deep learning for semantic segmentation vs. classification in computational pathology: application to mitosis analysis in breast cancer grading. Frontiers in bioengineering and biotechnology 7, 145 (2019)
2019
-
[10]
IEEE journal of biomedical and health informatics 24(4), 984–993 (2019) 15
Liao, W.-X., He, P., Hao, J., Wang, X.-Y., Yang, R.-L., An, D., Cui, L.-G.: Automatic identification of breast ultrasound image based on supervised block-based region segmentation algorithm and features combination migration deep learning model. IEEE journal of biomedical and ...
2019
-
[11]
IEEE Transactions on Biome dical Engineering 68(3), 759–770 (2020)
Hesse, L.S., Kuling, G., Veta, M., Martel, A.L.: Intensity augmentation to improve generalizability of breast segmentation across different mri scan protocols. IEEE Transactions on Biome dical Engineering 68(3), 759–770 (2020)
2020
-
[12]
Computers in biology and medicine 118, 103629 (2020)
Caballo, M., Pangallo, D.R., Mann, R.M., Sechopoulos, I.: Deep learning -based segmentation of breast masses in dedicated breast ct imaging: radiomic feature stability between radiologists and artificial intelligence. Computers in biology and medicine 118, 103629 (2020)
2020
-
[13]
Ultrasound in Medicine & Biolog y 49(1), 31–44 (2023)
Meng, H., Liu, X., Niu, J., Wang, Y., Liao, J., Li, Q., Chen, C.: Dganet: A dual global attention neural network for breast lesion detection in ultrasound images. Ultrasound in Medicine & Biolog y 49(1), 31–44 (2023)
2023
-
[14]
Biomedical Signal Processing and Control 81, 104425 (2023)
Lyu, Y., Xu, Y., Jiang, X., Liu, J., Zhao, X., Zhu, X.: Ams -pan: Breast ultra -sound image segmentation model combining attention mechanism and multi -scale features. Biomedical Signal Processing and Control 81, 104425 (2023)
2023
-
[15]
Journal of King Saud University -Computer and Information Sciences 34(10), 10273–10292 (2022)
Cho, S.W., Baek, N.R., Park, K.R.: Deep learning -based multi-stage segmentation method using ultrasound images for breast cancer diagnosis. Journal of King Saud University -Computer and Information Sciences 34(10), 10273–10292 (2022)
2022
-
[16]
Expert Systems with Applications 213, 119024 (2023)
Yang, H., Yang, D.: C swin-pnet: A cnn -swin transformer combined pyramid net -work for breast lesion segmentation in ultrasound images. Expert Systems with Applications 213, 119024 (2023)
2023
-
[17]
IEEE journal of biomedical and health informatics 22(4), 1218–1226 (2017)
Yap, M.H., Pons, G., Marti, J., Ganau, S., Sentis, M., Zwiggelaar, R., Davison, A.K., M arti, R.: Automated breast ultrasound lesions detection using convolu -tional neural networks. IEEE journal of biomedical and health informatics 22(4), 1218–1226 (2017)
2017
-
[18]
Data in brief 28, 104863 (2020)
Al-Dhabyani, W., Gomaa, M., Khaled, H., Fahmy, A.: Dataset of breast ultra -sound images. Data in brief 28, 104863 (2020)
2020
-
[20]
IEEE Transactions on Medical Imaging (2022)
Chen, G., Li, L., Dai, Y., Zhang, J., Yap, M.H.: Aau -net: an adaptive attention u -net for breast lesions segmentation in ultrasound images. IEEE Transactions on Medical Imaging (2022)
2022
-
[21]
In: Machine Learning in Medical Imaging: 12th International Workshop, MLMI 2021, Held in Conjunction with MICCAI 2021, Strasbourg, France, September 27, 2021, Proceedings 12, pp
Petit, O., Thome, N., Rambour, C., Themyr, L., Collins , T., Soler, L.: U-net transformer: Self and cross attention for medical image segmentation. In: Machine Learning in Medical Imaging: 12th International Workshop, MLMI 2021, Held in Conjunction with MICCAI 2021, Strasbourg...
2021
-
[22]
-H., Khan, F.S.: Unetr++: delving into efficient and accurate 3d medical image segmentation
Shaker, A., Maaz, M., Rasheed, H., Khan, S., Yang, M. -H., Khan, F.S.: Unetr++: delving into efficient and accurate 3d medical image segmentation. arXiv preprint arXiv:2212.04497 (2022)
2022 arXiv
-
[23]
In: Proceedings of the IEEE/CVF Winter Conference on Applications of Computer Vision, pp
Hatamizadeh, A., Tang, Y., Nath, V., Yang, D., Myronenko, A., Landman, B., Roth, H.R., Xu, D.: Unetr: Transformers for 3d medical image segmentation. In: Proceedings of the IEEE/CVF Winter Conference on Applications of Computer Vision, pp. 574–584 (2022)
2022
-
[24]
In: ICASSP 2020 -2020 IEEE International Conference on Acoustics, Speech and Signal Processing ( ICASSP), pp
Huang, H., Lin, L., Tong, R., Hu, H., Zhang, Q., Iwamoto, Y., Han, X., Chen, Y.-W., Wu, J.: Unet 3+: A full -scale connected unet for medical image segmentation. In: ICASSP 2020 -2020 IEEE International Conference on Acoustics, Speech and Signal Processing ( ICASSP), pp. 1055 ...
2020
-
[25]
In: European Conference on Computer Vision, pp
Cao, H., Wang, Y., Chen, J., Jiang, D., Zhang, X., Tian, Q., Wang, M.: Swin -unet: Unet-like pure transformer for medical image segmentation. In: European Conference on Computer Vision, pp. 205 – 218 (2022). Springer
2022
-
[26]
In: 2019 IEEE International Symposium on Multimedia (ISM), pp
Jha, D., Smedsrud, P.H., Riegler, M.A., Johansen, D., De Lange, T., Halvorsen, P., Johansen, H.D.: Resunet++: An advanced architecture for medical image segmentation. In: 2019 IEEE International Symposium on Multimedia (ISM), pp. 225–2255 (2019). IEEE
2019
-
[27]
arXiv preprint arXiv:1802.06955 (2018)
Alom, M.Z., Hasan, M., Yakopcic, C., Taha, T.M., Asari, V.K.: Recurrent resid -ual convolutional neural network based on u -net (r2u -net) for medical image segmentation. arXiv preprint arXiv:1802.06955 (2018)
2018 arXiv
-
[28]
Computerized Medical Imaging and Graphics 70, 53–62 (2018)
Gao, F., Wu, T., Li, J., Zheng, B., Ruan, L ., Shang, D., Patel, B.: Sd -cnn: A shallow-deep cnn for improved breast cancer diagnosis. Computerized Medical Imaging and Graphics 70, 53–62 (2018)
2018
-
[29]
IEEE Access 7, 105146 – 105158 (2019) 16
Wang, Z., Li, M., Wang, H., Jiang, H., Yao, Y., Zhang, H., Xin, J.: Breast cancer detection using extreme learning machine based on feature fusion with cnn deep features. IEEE Access 7, 105146 – 105158 (2019) 16
2019
-
[30]
Expert Systems with Applications 42(3), 990–1002 (2015)
Rouhi, R., Jafari, M., Kasaei, S., Keshavarzian, P.: Benign and malignant breast tumors classification based on region growing and cnn segmentation. Expert Systems with Applications 42(3), 990–1002 (2015)
2015
-
[34]
EAI Endorsed Transactions on Scalable Information Systems 10(2), 4–4 (2023)
Zhu, Z., Wang, S.: Odet: Optimized deep elm-based transfer learning for breast cancer explainable detection. EAI Endorsed Transactions on Scalable Information Systems 10(2), 4–4 (2023)
2023
-
[35]
Ultrasonic imaging 44(1), 3–12 (2022)
Chowdary, J., Yogarajah, P., Chaurasia, P., Guruviah, V.: A multi -task learning framewor k for automated segmentation and classification of breast tumors from ultrasound images. Ultrasonic imaging 44(1), 3–12 (2022)
2022
-
[36]
Biomedical Signal Processing and Control 75, 103553 (2022)
Inan, M.S.K., Alam, F.I., Hasan, R.: Deep integrated pipeline of segmentation guided classification of breast cancer from ultrasound images. Biomedical Signal Processing and Control 75, 103553 (2022)
2022
-
[37]
Ultrasonics 121, 106682 (2022)
Byra, M., Jarosik, P., Dobruch -Sobczak, K., Klimonda, Z., Piotrzkowska -Wroblewska, H., Litniewski, J., Nowicki, A.: Joint segmentation and classification of breast masses based on ultrasound radio-frequency data and convolutional neural networks. Ultrasonics 121, 106682 (2022)
2022
-
[38]
In: 2022 IEEE 19th International Symposium on Biomedical Imaging (ISBI), pp
Shi, J., Vakanski, A., Xian, M., Ding, J., Ning, C.: Emt -net: Efficient multi - task network for computer-aided diagnosis of breast cancer. In: 2022 IEEE 19th International Symposium on Biomedical Imaging (ISBI), pp. 1–5 (2022). IEEE
2022
-
[39]
IET Image Processing (2023)
Zhang, J., Zhang, Z., Liu, H., Xu, S.: Satransformer: Semantic-aware transformer for breast cancer classification and segmentation. IET Image Processing (2023)
2023
Reviewed August 11, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.