REVIEW 4 major objections 8 minor 29 references
Deep BI-RADS Network for Improved Cancer Detection from Mammograms
T0 review · 4 major / 8 minor · reviewed 2026-08-12 · deepseek-v4-flash
Pith's one-line read Fusing radiologist BI-RADS text with mammograms lifts cancer-detection AUC to 0.872
desk verdict A plausible and useful idea—BI-RADS descriptors as privileged inputs—but the main result is unverifiable until patient-level cross-validation is confirmed and code is released. 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 mechanism is a dual-branch stack of six multi-attention layers, one branch per mammogram view (CC and MLO). Inside each layer, three attention sub-layers run in sequence: cross-attention fuses the encoded BI-RADS descriptors, a binary vector over descriptor classes such as margin, shape, and distribution, with the current multi-resolution visual features from a Big Transfer backbone; self-attention spreads context within each view; and view-attention swaps query and key information between the two branches, with the value coming from the current view. The best-performing wiring takes the query and keys from the opposite view, which the paper reports as configuration 2.
What would settle it
Re-run the same training with patient-level five-fold splits, assigning all CC/MLO views and all lesions of each patient to the same fold, and compare the AUC with the paper's 0.872; a large drop, or a shrinkage of the gap over the image-only 0.711, would show that part of the reported benefit came from patient leakage.
Extended reading notes
Core claim
The paper's central claim is that radiologist-authored BI-RADS descriptors carry information about lesion malignancy that is not fully recoverable from the mammogram pixels alone, and that an attention-based fusion architecture can extract that information. The experiments on CBIS-DDSM mass lesions show the descriptor-fused model at AUC 0.872, the descriptor-free variant at 0.711, and a multi-view transformer baseline at 0.811, with corresponding improvements in accuracy, specificity, precision, recall, and F1. The authors interpret this as evidence that handcrafted clinical features and end-to-end visual features are complementary, and that a model need not choose between them.
Load-bearing premise
The reported gain rests on the unstated assumption that the five-fold cross-validation keeps every patient's images in a single fold, so the model cannot inflate its score by memorizing a patient whose lesions already appeared in training.
Editorial extensions
If this is right
- If the result holds, the descriptors need no new imaging or workflow to obtain, because radiologists already record them during interpretation.
- Because the model accepts a variable number of lesion-descriptor vectors, a single mammogram containing several lesions can be classified in one forward pass without collapsing the lesions into one summary.
- The descriptor input excludes the radiologist's final BI-RADS suspicion score and uses only the physical lexicon, so the reported gain cannot be explained merely by the model reading the verdict off the report.
- The ablation around view-attention wiring suggests the cross-view direction matters: query and keys from the opposite view outperform same-view wiring, pointing to a concrete design rule for similar multi-view fusion models.
Reading between the lines
- A natural next experiment is to parse full free-text radiology reports instead of the curated CBIS-DDSM descriptor lists; the binary-vector encoding used here may discard report nuance, and a text-encoder comparison would test whether the remaining information matters.
- The model was evaluated on biopsied lesions, which are enriched for malignancy compared with a general screening population; a screening cohort would be a sterner test of whether the descriptor gain persists at lower cancer prevalence.
- The patient-level split question is testable directly from the fold assignment; if folds are not patient-exclusive, the 0.872 figure would need to be re-estimated before the method is compared with prior work.
- Because the descriptors are available at interpretation time, the same fusion idea could be transferred to other structured reporting lexicons, for example TI-RADS for thyroid nodules, to see whether the benefit generalizes.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper proposes Deep BI-RADS, a dual-branch multi-attention architecture that fuses CC/MLO mammogram views with textual BI-RADS lesion descriptors for benign/malignant classification on CBIS-DDSM. The model uses iterative cross-, self-, and view-attention layers, and the authors report that adding BI-RADS descriptors raises AUC from 0.711 to 0.872. The central claim is that expert-documented BI-RADS descriptors, combined with visual features, materially improve cancer detection over image-only models.
Significance. The research question—whether BI-RADS descriptors, which radiologists already record, can complement image-only deep learning—is clinically relevant. The ablation comparing the same architecture with and without descriptors is a sound way to isolate the descriptor contribution, provided the evaluation protocol is unbiased. If the reported gains withstand patient-level cross-validation and statistical testing, the paper would provide a useful empirical result for multi-modal mammography analysis. The manuscript does not ship code, fold assignments, or exact values for several key hyperparameters, which limits verification; these omissions should be addressed.
major comments (4)
- [Section 4.1 and Table 2] The paper states only "five-fold stratified cross-validation to maintain class balance across folds" and does not specify whether the folds are disjoint at the patient level. CBIS-DDSM contains 1,566 patients but 3,568 abnormalities, so multiple lesions and both CC/MLO views of the same patient can appear in both training and test folds if the split is image- or lesion-level. Because the view-attention sub-layer (Section 3.3) explicitly fuses CC/MLO features, such leakage could inflate the reported AUC of 0.872 and make the comparison with the image-only variant a test of memorization rather than generalization. The authors must state and justify patient-level disjoint folds, or release the exact fold assignment files.
- [Table 2 and Section 5] The central result—AUC 0.872 versus 0.711 without descriptors—is reported as a single number with no error bars, confidence intervals, or significance test, whereas Tables 4 and 5 report mean ± std across folds. Given the small number of training iterations (1000) and the absence of per-fold values, the improvement cannot be assessed for statistical reliability. The authors should report per-fold results, the standard deviation or confidence interval for each metric, and an appropriate statistical comparison (e.g., DeLong test for AUC differences).
- [Section 3.4, Section 4.2, and Section 3.3] Several hyperparameters required to reproduce the model are missing: the Fourier positional encoding parameters nbands and mfreq in Eq. (9) are never given numeric values, the latent query length NQ is only described as "set by the user," and the latent vector length L is stated as 256 in Section 3.1 but its role in the attention layers is not fully specified. Without these values, or released code, the reported results cannot be independently reproduced.
- [Section 5 and References] The multi-view baseline [23] and the single-view baseline [15] are problematic as stated. References [23] and [24] are the same paper (Tulder et al.), so the baseline set is smaller than claimed. Reference [15] (Hover-Trans) is described in the bibliography as an ultrasound-image method, yet Section 5 calls it "an advanced recent single-view Transformer approach" for mammograms without explaining how it was adapted, if at all. The comparison should be corrected or the baselines replaced with appropriate mammogram methods.
minor comments (8)
- [References] Reference [2] lists the TI-RADS Atlas with year "2073," which is a typo and should be corrected.
- [Section 1] The citation placeholder "[?,6,28]" in the first paragraph should be replaced with the actual reference numbers.
- [Section 3.1 and Section 3.3] The symbol N is used both for the number of descriptor classes in Section 3.1 and for the number of multi-attention layers in the architecture, which is confusing and should be disambiguated.
- [Equation (9)] The definition of the frequency bands Sb is unclear: b is an integer, but S is a real number, and the notation "1 ≤ b < nbands" with b ∈ Z+ is inconsistent with the superscript on Sb. Please clarify the indexing and define mfreq and nbands.
- [Section 3.3] The formula for Nk = H'·W' / 2(n−k−1) uses n without defining it; presumably n is the number of layers N. Please make the dependence on N explicit.
- [Figure 2] The ROC curve is described as being for a single fold; specify which fold is shown, or plot all folds with the average curve.
- [Table 5] The rows "Baseline + 384," "Baseline + 1024," and "Baseline + 2048" are not clearly labeled: the caption refers to interpolation upsampling, but the text should state that these are resized image dimensions and whether both training and test images are resized.
- [Section 5] The sentence "fromscratch" in "trained all models fromscratch following their respective provided training protocols" has a missing space, and the protocols themselves are not described for the baselines; please provide details or citations.
Circularity Check
No circularity: BI-RADS descriptors are external expert inputs and the reported gain is an empirical ablation, not a definitional reduction.
full rationale
The central claim is that adding radiologist-documented BI-RADS descriptor vectors to mammogram images improves benign/malignant classification over an image-only variant of the same architecture. The descriptors are external expert annotations encoded as a binary input vector (Section 3.1, Eq. 1), not quantities derived from the model or from the pathology labels, and the classification targets are biopsy-confirmed benign/malignant labels, not the descriptor values. The 0.872 versus 0.711 AUC comparison is an input ablation measured with five-fold cross-validation, not a fitted parameter renamed as a prediction. No load-bearing self-citation or imported uniqueness theorem appears; cited works (Perceiver, BiT, cross-view transformers) provide architectural components and baselines, not the paper's result. The potential patient-level leakage in the five-fold splits is a validity and reproducibility concern, not circularity, because even under leaked splits the reported comparison is not equivalent to its inputs by construction. Accordingly, no circular step can be exhibited, and the honest finding is no significant circularity.
Assumptions & free parameters
free parameters (5)
- Latent vector length L =
256
- Number of multi-attention layers N =
6
- Fourier positional encoding bands n_bands and max frequency m_freq =
not specified
- Latent query length N_Q =
not specified
- Training iterations =
1000 per fold
assumptions (4)
- domain assumption CBIS-DDSM pathology labels and BI-RADS descriptor annotations are accurate and correctly associated with each image.
- domain assumption The five-fold cross-validation splits separate patients, so no patient appears in both training and test folds.
- domain assumption BI-RADS descriptors are available at inference time in the intended use case.
- standard math The attention and iterative fusion formulations from Perceiver and Transformer are applicable without modification.
Cite this review
Pith. "Pith review of Deep BI-RADS Network for Improved Cancer Detection from Mammograms." pith.science (2026). https://pith.science/paper/4HPXVYGW
@misc{pith2026241110894,
author = {Pith},
title = {Pith review of: Deep BI-RADS Network for Improved Cancer Detection from Mammograms},
year = {2026},
howpublished = {\url{https://pith.science/paper/4HPXVYGW}},
note = {Machine review of arXiv:2411.10894}
}
read the original abstract
While state-of-the-art models for breast cancer detection leverage multi-view mammograms for enhanced diagnostic accuracy, they often focus solely on visual mammography data. However, radiologists document valuable lesion descriptors that contain additional information that can enhance mammography-based breast cancer screening. A key question is whether deep learning models can benefit from these expert-derived features. To address this question, we introduce a novel multi-modal approach that combines textual BI-RADS lesion descriptors with visual mammogram content. Our method employs iterative attention layers to effectively fuse these different modalities, significantly improving classification performance over image-only models. Experiments on the CBIS-DDSM dataset demonstrate substantial improvements across all metrics, demonstrating the contribution of handcrafted features to end-to-end.
Figures
Reference graph
Works this paper leans on
-
[23]
In: International Conference on Medical Im- age Computing and Computer-Assisted Intervention
Tulder, G.v., Tong, Y., Marchiori, E.: Multi-view analysis of unregistered medical images using cross-view transformers. In: International Conference on Medical Im- age Computing and Computer-Assisted Intervention. pp. 104–113. Springer (2021)
work page 2021
-
[15]
IEEE Transactions on Medical Imaging (2023) 14 G
Mo, Y., Han, C., Liu, Y., Liu, M., Shi, Z., Lin, J., Zhao, B., Huang, C., Qiu, B., Cui, Y., et al.: Hover-trans: Anatomy-aware hover-transformer for roi-free breast cancer diagnosis in ultrasound images. IEEE Transactions on Medical Imaging (2023) 14 G. Ben-Artzi et al
work page 2023
-
[24]
In: International Conference on Medical Im- age Computing and Computer-Assisted Intervention
vanTulder,G.,Tong,Y.,Marchiori,E.:Multi-viewanalysisofunregisteredmedical images using cross-view transformers. In: International Conference on Medical Im- age Computing and Computer-Assisted Intervention. pp. 104–113. Springer (2021)
work page 2021
-
[1]
Amer- ican College of Radiology, Reston, VA (2013)
American College of Radiology: ACR BI-RADS® Atlas — Mammography. Amer- ican College of Radiology, Reston, VA (2013)
work page 2013
-
[2]
American College of Ra- diology, Reston, VA (2073)
American College of Radiology: ACR TI-RADS® Atlas. American College of Ra- diology, Reston, VA (2073)
-
[3]
CoRRabs/1607.06450 (2016), http://arxiv.org/abs/1607.06450
Ba, L.J., Kiros, J.R., Hinton, G.E.: Layer normalization. CoRRabs/1607.06450 (2016), http://arxiv.org/abs/1607.06450
arXiv 2016
-
[4]
In: International Conference on Medical Image Computing and Computer-Assisted Intervention
Chen, Y., Wang, H., Wang, C., Tian, Y., Liu, F., Liu, Y., et al.: Multi-view lo- cal co-occurrence and global consistency learning improve mammogram classifica- tion generalisation. In: International Conference on Medical Image Computing and Computer-Assisted Intervention. pp. 3–13. Springer Nature Switzerland (2022)
work page 2022
-
[5]
Annals of operations research134(1), 19–67 (2005)
De Boer, P.T., Kroese, D.P., Mannor, S., Rubinstein, R.Y.: A tutorial on the cross- entropy method. Annals of operations research134(1), 19–67 (2005)
work page 2005
Show all 29 references
-
[6]
Falconi, L.G., Maria Perez, W.G.A., Conci, A.: Transfer learning and fine tuning in breast mammogram abnormalities classification on cbis-ddsm database5(2), 154–165
-
[7]
He,K.,Zhang,X.,Ren,S.,Sun,J.:Deepresiduallearningforimagerecognition.In: Proceedings of the IEEE conference on computer vision and pattern recognition. pp. 770–778 (2016)
2016
-
[8]
He, K., Zhang, X., Ren, S., Sun, J.: Identity mappings in deep residual networks (2016), http://arxiv.org/abs/1603.05027, cite arxiv:1603.05027Comment: ECCV 2016 camera-ready
2016 arXiv
-
[9]
In: Digital mammography, pp
Heath, M., Bowyer, K., Kopans, D., Kegelmeyer, P., Moore, R., Chang, K., Mun- ishkumaran, S.: Current status of the digital database for screening mammography. In: Digital mammography, pp. 457–460. Springer (1998)
1998
-
[10]
In: International conference on machine learning
Jaegle, A., Gimeno, F., Brock, A., Vinyals, O., Zisserman, A., Carreira, J.: Per- ceiver: General perception with iterative attention. In: International conference on machine learning. pp. 4651–4664. PMLR (2021)
2021
-
[11]
In: Computer Vision– ECCV 2020: 16th European Conference, Glasgow, UK, August 23–28, 2020, Pro- ceedings, Part V 16
Kolesnikov, A., Beyer, L., Zhai, X., Puigcerver, J., Yung, J., Gelly, S., Houlsby, N.: Big transfer (bit): General visual representation learning. In: Computer Vision– ECCV 2020: 16th European Conference, Glasgow, UK, August 23–28, 2020, Pro- ceedings, Part V 16. pp. 491–507. ...
2020
-
[12]
Scientific data4(1), 1–9 (2017)
Lee, R.S., Gimenez, F., Hoogi, A., Miyake, K.K., Gorovoy, M., Rubin, D.L.: A curated mammography data set for use in computer-aided detection and diagnosis research. Scientific data4(1), 1–9 (2017)
2017
-
[13]
European Radiology31, 5902–5912 (2021)
Liu, H., Chen, Y., Zhang, Y., Wang, L., Luo, R., Wu, H., Wu, C., Zhang, H., Tan, W., Yin, H., et al.: A deep learning model integrating mammography and clinical factors facilitates the malignancy prediction of bi-rads 4 microcalcifications in breast cancer screening. European ...
2021
-
[14]
In: 2020 IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)
Liu, Y., Zhang, F., Zhang, Q., Wang, S., Wang, Y., Yu, Y.: Cross-view correspon- dence reasoning based on bipartite graph convolutional network for mammogram mass detection. In: 2020 IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR). pp. 3811–3821 (2020)
2020
-
[16]
In: 2022 44th Annual International Conference of the IEEE Engineer- ing in Medicine and Biology Society (EMBC)
Nguyen, H.T.X., Tran, S.B., Nguyen, D.B., Pham, H.H., Nguyen, H.Q.: A novel multi-view deep learning approach for bi-rads and density assessment of mam- mograms. In: 2022 44th Annual International Conference of the IEEE Engineer- ing in Medicine and Biology Society (EMBC). pp....
2022
-
[17]
In: Wallach, H., Larochelle, H., Beygelzimer, A., d'Alché-Buc, F., Fox, E., Garnett, R
Paszke, A., Gross, S., Massa, F., Lerer, A., Bradbury, J., Chanan, G., Killeen, T., Lin, Z., Gimelshein, N., Antiga, L., Desmaison, A., Kopf, A., Yang, E., DeVito, Z., Raison, M., Tejani, A., Chilamkurthy, S., Steiner, B., Fang, L., Bai, J., Chintala, S.: Pytorch: An imperativ...
2019
-
[18]
CoRRabs/1903.10520 (2019), http://dblp.uni-trier.de/db/journals/corr/ corr1903.html#abs-1903-10520
Qiao, S., Wang, H., Liu, C., Shen, W., Yuille, A.L.: Weight standardization. CoRRabs/1903.10520 (2019), http://dblp.uni-trier.de/db/journals/corr/ corr1903.html#abs-1903-10520
2019 arXiv
-
[19]
The annals of math- ematical statistics pp
Robbins, H., Monro, S.: A stochastic approximation method. The annals of math- ematical statistics pp. 400–407 (1951)
1951
-
[20]
Medical Image Analysis68, 101908 (2021)
Shen, Y., Wu, N., Phang, J., Park, J.C., Liu, K., Tyagi, S., et al.: An interpretable classifier for high-resolution breast cancer screening images utilizing weakly super- vised localization. Medical Image Analysis68, 101908 (2021)
2021
-
[21]
Advances in Neural Infor- mation Processing Systems33, 7537–7547 (2020)
Tancik, M., Srinivasan, P., Mildenhall, B., Fridovich-Keil, S., Raghavan, N., Sing- hal, U., Ramamoorthi, R., Barron, J., Ng, R.: Fourier features let networks learn high frequency functions in low dimensional domains. Advances in Neural Infor- mation Processing Systems33, 753...
2020
-
[22]
Sensors22(3), 1160 (2022)
Tsai, K.J., Chou, M.C., Li, H.M., Liu, S.T., Hsu, J.H., Yeh, W.C., Hung, C.M., Yeh, C.Y., Hwang, S.H.: A high-performance deep neural network model for bi-rads classification of screening mammography. Sensors22(3), 1160 (2022)
2022
-
[25]
Advances in Neural Information Pro- cessing Systems30, 5998–6008 (2017)
Vaswani,A.,Shazeer,N.,Parmar,N.,Uszkoreit,J.,Jones,L.,Gomez,A.N.,Kaiser, L., Polosukhin, I.: Attention is all you need. Advances in Neural Information Pro- cessing Systems30, 5998–6008 (2017)
2017
-
[26]
Veeling, B.S., Linmans, J., Winkens, J., Cohen, T., Welling, M.: Rotation equiv- ariant CNNs for digital pathology (Jun 2018)
2018
-
[27]
In: Ferrari, V., Hebert, M., Sminchisescu, C., Weiss, Y
Wu, Y., He, K.: Group normalization. In: Ferrari, V., Hebert, M., Sminchisescu, C., Weiss, Y. (eds.) Computer Vision - ECCV 2018 - 15th European Conference, Munich, Germany, September 8-14, 2018, Proceedings, Part XIII. Lecture Notes in Computer Science, vol. 11217, pp. 3–19. ...
2018 doi
-
[28]
Medical Image Analysis71, 102083 (2021)
Yan, Y., Conze, P.H., Lamard, M., Quellec, G., Cochener, B., Coatrieux, G.: To- wards improved breast mass detection using dual-view mammogram matching. Medical Image Analysis71, 102083 (2021)
2021
-
[29]
In: 2021 IEEE 31st International Workshop on Machine Learning for Signal Processing (MLSP)
Zhang, B., Vakanski, A., Xian, M.: Bi-rads-net: an explainable multitask learning approach for cancer diagnosis in breast ultrasound images. In: 2021 IEEE 31st International Workshop on Machine Learning for Signal Processing (MLSP). pp. 1–
2021
Reviewed August 12, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.