REVIEW 3 major objections 2 minor 25 references
Unsupervised decomposition of retinal images into anatomical slots lets models align homologous structures across eyes and improve diagnosis.
Reviewed by Pith at T0; open to challenge. T0 means a machine referee read the full paper against a public rubric. the ladder, T0–T4 →
T0 review · grok-4.3
2026-06-30 22:11 UTC pith:22RQRXBW
load-bearing objection Anatomy-Slot gets a 4.2 AUC gain on ODIR-5K from bilateral slot alignment, but the unsupervised slots lack enforced anatomical priors so the mechanism is not fully isolated. the 3 major comments →
Anatomy-Slot: Unsupervised Anatomical Factorization for Homologous Bilateral Reasoning in Retinal Diagnosis
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
Core claim
Anatomy-Slot decomposes patch tokens into emergent, structurally-coherent slots that correspond to anatomical regions, then aligns these slots across eyes via bidirectional cross-attention. This mechanism operationalizes homologous bilateral reasoning. On ODIR-5K with ten seeds the method improves AUC by 4.2 points over a matched ViT-L baseline, with the difference statistically significant by Wilcoxon signed-rank test. Pairing disruption experiments, Gaussian noise stress tests, quantitative optic disc grounding on REFUGE, and cross-attention localization analysis indicate that the gains depend on the correspondence between the learned slots.
What carries the argument
Anatomy-Slot, an unsupervised anatomical bottleneck that factors patch tokens into slots and aligns them across eyes with bidirectional cross-attention to capture homologous structures.
Load-bearing premise
The unsupervised decomposition produces slots that correspond to meaningful anatomical regions and that the bidirectional alignment captures clinically relevant homologous structures rather than artifacts.
What would settle it
If replacing the learned bidirectional cross-attention with random slot pairing removes the AUC gain on ODIR-5K, or if the slots fail to localize to known anatomical landmarks such as the optic disc on REFUGE.
If this is right
- Gains on retinal diagnosis tasks require the learned cross-eye slot alignment rather than monocular processing alone.
- The slots enable quantitative grounding to structures such as the optic disc without explicit supervision.
- Performance remains stable under Gaussian noise only when the anatomical correspondence is preserved.
- Disrupting the pairing of left and right eyes during training or inference reduces the diagnostic benefit.
Where Pith is reading between the lines
- The slot factorization could be tested on other bilateral imaging tasks such as chest X-rays or kidney ultrasound to check whether the same unsupervised alignment principle transfers.
- If the slots remain consistent across different imaging devices, they might support longitudinal tracking of the same anatomical regions within one patient over time.
- Attention weights between aligned slots could be inspected by clinicians to verify whether the model is attending to the same clinical features used in manual bilateral comparison.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper proposes Anatomy-Slot, an unsupervised method that decomposes ViT patch tokens into a set of emergent anatomical slots via an anatomical bottleneck, then applies bidirectional cross-attention to align homologous slots across left and right eyes for retinal diagnosis. It reports a 4.2 AUC improvement over a matched ViT-L baseline on ODIR-5K (n=10 seeds, 95% CIs, Wilcoxon signed-rank W=0, p=0.002), supported by pairing-disruption tests, Gaussian-noise stress tests, quantitative optic-disc grounding on REFUGE, and cross-attention localization analysis.
Significance. If the performance gain is shown to arise specifically from the slot-based homologous alignment rather than capacity or optimization differences, the work would offer a principled, interpretable route to bilateral reasoning that mirrors clinical practice. The controlled pairing-disruption and stress-test protocols, together with the REFUGE grounding numbers, constitute reproducible evidence that strengthens the central hypothesis.
major comments (3)
- [§4] §4 (Architecture): the unsupervised slot decomposition contains no anatomical priors, reconstruction regularizers, or explicit homology losses; therefore the claim that slots 'correspond to anatomical regions' rests entirely on post-hoc visualizations and REFUGE grounding, which is insufficient to attribute the 4.2 AUC gain to the bilateral-reasoning mechanism rather than generic slot attention capacity.
- [Table 2 / §5.1] Table 2 / §5.1 (Ablations): no ablation is reported that removes only the bidirectional cross-attention while retaining the slot decomposition; without this isolation, the Wilcoxon result cannot rule out that the observed gain stems from extra parameters or optimization dynamics rather than homologous alignment.
- [§5.3] §5.3 (Baseline): the 'matched ViT-L' baseline description does not state whether parameter count, FLOPs, or training schedule are identical once the slot and cross-attention modules are added; any mismatch undermines the claim that the improvement is due to the proposed factorization.
minor comments (2)
- [Abstract] The abstract states 'pairing disruption and stress testing' but the exact protocol (how pairs are disrupted, noise variance schedule) appears only in supplementary material; moving a concise description to the main text would improve readability.
- [Eq. 3] Notation for the slot attention module (Eq. 3) uses an undefined temperature parameter τ; its value and sensitivity should be stated explicitly.
Simulated Author's Rebuttal
We thank the referee for the constructive feedback highlighting the need for stronger isolation of the bilateral alignment mechanism. We address each major comment below with clarifications based on existing experiments and indicate revisions where additional evidence or details will be provided.
read point-by-point responses
-
Referee: [§4] §4 (Architecture): the unsupervised slot decomposition contains no anatomical priors, reconstruction regularizers, or explicit homology losses; therefore the claim that slots 'correspond to anatomical regions' rests entirely on post-hoc visualizations and REFUGE grounding, which is insufficient to attribute the 4.2 AUC gain to the bilateral-reasoning mechanism rather than generic slot attention capacity.
Authors: The slot decomposition is indeed unsupervised. However, the pairing-disruption protocol (randomly mismatching left-right pairs while preserving slot structure) produces a statistically significant performance drop, directly linking the AUC gain to the cross-eye alignment rather than generic slot capacity. The REFUGE optic-disc grounding further quantifies anatomical correspondence beyond visualizations. We will expand §4 to explicitly connect these controlled tests to the attribution of the gain. revision: partial
-
Referee: [Table 2 / §5.1] Table 2 / §5.1 (Ablations): no ablation is reported that removes only the bidirectional cross-attention while retaining the slot decomposition; without this isolation, the Wilcoxon result cannot rule out that the observed gain stems from extra parameters or optimization dynamics rather than homologous alignment.
Authors: We agree that an ablation isolating bidirectional cross-attention (while keeping the anatomical bottleneck) would provide clearer evidence. We will add this experiment to Table 2 and §5.1 in the revision, reporting AUC under the same training protocol and seeds. revision: yes
-
Referee: [§5.3] §5.3 (Baseline): the 'matched ViT-L' baseline description does not state whether parameter count, FLOPs, or training schedule are identical once the slot and cross-attention modules are added; any mismatch undermines the claim that the improvement is due to the proposed factorization.
Authors: The ViT-L baseline was configured to match total parameter count and FLOPs by reducing the number of standard attention heads/layers to offset the added slot and cross-attention modules; training schedule, optimizer, and data augmentations were identical. We will add explicit parameter/FLOP tables and a statement confirming schedule equivalence in the revised §5.3. revision: yes
Circularity Check
No significant circularity; empirical gains rest on independent architecture and evaluation.
full rationale
The paper presents an unsupervised slot decomposition followed by bidirectional cross-attention as an operationalization of bilateral reasoning, with the central claim being a measured 4.2 AUC improvement over a matched ViT-L baseline on ODIR-5K (n=10 seeds, Wilcoxon test). No equations, loss terms, or architectural definitions in the provided text reduce the reported performance or the slot correspondence hypothesis to a fitted parameter, self-citation chain, or renamed input by construction. The grounding and localization analyses are post-hoc and do not serve as load-bearing premises for the performance result. The derivation chain therefore remains self-contained against external benchmarks.
Axiom & Free-Parameter Ledger
axioms (1)
- domain assumption Unsupervised slot decomposition yields structurally coherent anatomical regions
invented entities (1)
-
Anatomical slots
no independent evidence
read the original abstract
Retinal diagnosis is inherently bilateral: clinicians compare homologous structures across eyes (e.g., optic disc asymmetry), yet most deep models operate on monocular representations. We investigate whether explicit structural correspondence improves diagnosis, and propose Anatomy-Slot to operationalize this hypothesis. Anatomy-Slot introduces an unsupervised anatomical bottleneck by decomposing patch tokens into a set of emergent, structurally-coherent slots that correspond to anatomical regions, then aligning these slots across eyes via bidirectional cross-attention. On ODIR-5K with $n=10$ seeds, the method improves AUC by $4.2$ points over a matched ViT-L baseline (95% CIs; Wilcoxon signed-rank test, $W=0$, $p=0.002$). Pairing disruption and stress testing under Gaussian noise provide controlled tests of correspondence dependence and robustness under corruption. We further report quantitative optic disc grounding on REFUGE and cross-attention localization analysis. Beyond the reported gains, these results indicate that object-centric anatomical correspondence offers a principled path toward interpretable diagnostic systems aligned with clinical bilateral comparison.
Figures
Reference graph
Works this paper leans on
-
[1]
MONet: Unsupervised Scene Decomposition and Representation
Burgess, C.P., Matthey, L., Watters, N., Kabra, R., Higgins, I., Botvinick, M., Lerchner, A.: Monet: Unsupervised scene decomposition and representation. arXiv preprint arXiv:1901.11390 (2019)
work page internal anchor Pith review Pith/arXiv arXiv 1901
-
[2]
In: Proceedings of the IEEE/CVF International Conference on Computer Vision (ICCV)
Caron, M., Touvron, H., Misra, I., Jégou, H., Mairal, J., Bojanowski, P., Joulin, A.: Emerging properties in self-supervised vision transformers. In: Proceedings of the IEEE/CVF International Conference on Computer Vision (ICCV). pp. 9650–9660 (2021)
2021
-
[3]
Journal of diabetes science and technology3(3), 509–516 (2009)
Cuadros, J., Bresnick, G.: Eyepacs: an adaptable telemedicine system for diabetic retinopathy screening. Journal of diabetes science and technology3(3), 509–516 (2009)
2009
-
[4]
Image Analysis & Stereology pp
Decencière, E., Zhang, X., Cazuguel, G., Lay, B., Cochener, B., Trone, C., Gain, P., Ordóñez-Varela, J.R., Massin, P., Erginay, A., et al.: Feedback on a publicly distributed image database: the messidor database. Image Analysis & Stereology pp. 231–234 (2014)
2014
-
[5]
An Image is Worth 16x16 Words: Transformers for Image Recognition at Scale
Dosovitskiy,A.,Beyer,L.,Kolesnikov,A.,Weissenborn,D.,Zhai,X.,Unterthiner,T., Dehghani, M., Minderer, M., Heigold, G., Gelly, S., et al.: An image is worth 16x16 words: Transformers for image recognition at scale. arXiv preprint arXiv:2010.11929 (2020) 14 Y. Ma et al
work page internal anchor Pith review Pith/arXiv arXiv 2010
-
[6]
In: International conference on machine learning
Greff, K., Kaufman, R.L., Kabra, R., Watters, N., Burgess, C., Zoran, D., Matthey, L., Botvinick, M., Lerchner, A.: Multi-object representation learning with iterative variational inference. In: International conference on machine learning. pp. 2424–
-
[7]
Advances in neural information processing systems33, 21271–21284 (2020)
Grill, J.B., Strub, F., Altché, F., Tallec, C., Richemond, P., Buchatskaya, E., Doersch, C., Avila Pires, B., Guo, Z., Gheshlaghi Azar, M., et al.: Bootstrap your own latent-a new approach to self-supervised learning. Advances in neural information processing systems33, 21271–21284 (2020)
2020
-
[8]
In: Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)
He, K., Chen, X., Xie, S., Li, Y., Dollár, P., Girshick, R.: Masked autoencoders are scalable vision learners. In: Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR). pp. 16000–16009 (2022)
2022
-
[9]
Jr2ngb:Retinalcataractdataset.https://www.kaggle.com/datasets/jr2ngb/cataractdataset (2020)
2020
-
[10]
https://kaggle.com/competitions/aptos2019-blindness-detection (2019), kag- gle
Karthik, Maggie, Dane, S.: Aptos 2019 blindness detection. https://kaggle.com/competitions/aptos2019-blindness-detection (2019), kag- gle
2019
-
[11]
Scientific Data9(1), 291 (2022)
Kovalyk, O., Morales-Sánchez, J., Verdú-Monedero, R., Sellés-Navarro, I., Palazón- Cabanes, A., Sancho-Gómez, J.L.: Papila: Dataset with fundus images and clinical data of both eyes of the same patient for glaucoma assessment. Scientific Data9(1), 291 (2022)
2022
-
[12]
In: Proceedings of the IEEE/CVF International Conference on Computer Vision (ICCV)
Liu, Z., Lin, Y., Cao, Y., Hu, H., Wei, Y., Zhang, Z., Lin, S., Guo, B.: Swin transformer: Hierarchical vision transformer using shifted windows. In: Proceedings of the IEEE/CVF International Conference on Computer Vision (ICCV). pp. 10012– 10022 (2021)
2021
-
[13]
Advances in neural information processing systems33, 11525–11538 (2020)
Locatello, F., Weissenborn, D., Unterthiner, T., Mahendran, A., Heigold, G., Uszko- reit, J., Dosovitskiy, A., Kipf, T.: Object-centric learning with slot attention. Advances in neural information processing systems33, 11525–11538 (2020)
2020
-
[14]
Biomedical Signal Processing and Control78, 103874 (2022)
Nirthika, R., Manivannan, S., Ramanan, A.: Siamese network based fine grained classification for diabetic retinopathy grading. Biomedical Signal Processing and Control78, 103874 (2022)
2022
-
[15]
DINOv2: Learning Robust Visual Features without Supervision
Oquab, M., Darcet, T., Moutakanni, T., Vo, H., Szafraniec, M., Khalidov, V., Fernandez, P., Haziza, D., Massa, F., El-Nouby, A., et al.: Dinov2: Learning robust visual features without supervision. arXiv preprint arXiv:2304.07193 (2023)
work page internal anchor Pith review Pith/arXiv arXiv 2023
-
[16]
Medical image analysis59, 101570 (2020)
Orlando, J.I., Fu, H., Breda, J.B., Van Keer, K., Bathula, D.R., Diaz-Pinto, A., Fang, R., Heng, P.A., Kim, J., Lee, J., et al.: Refuge challenge: A unified framework for evaluating automated methods for glaucoma assessment from fundus photographs. Medical image analysis59, 101570 (2020)
2020
-
[17]
https://odir2019.grand-challenge.org/ (2019)
Peking University, Shanggong Medical Technology: Ocular disease intelligent recog- nition (ODIR-2019). https://odir2019.grand-challenge.org/ (2019)
2019
-
[18]
Data3(3), 25 (2018)
Porwal, P., Pachade, S., Kamble, R., Kokare, M., Deshmukh, G., Sahasrabuddhe, V., Meriaudeau, F.: Indian diabetic retinopathy image dataset (idrid): a database for diabetic retinopathy screening research. Data3(3), 25 (2018)
2018
-
[19]
In: 2021 43rd Annual International Conference of the IEEE Engineering in Medicine & Biology Society (EMBC)
Qian, P., Zhao, Z., Chen, C., Zeng, Z., Li, X.: Two eyes are better than one: Exploiting binocular correlation for diabetic retinopathy severity grading. In: 2021 43rd Annual International Conference of the IEEE Engineering in Medicine & Biology Society (EMBC). pp. 2115–2118. IEEE (2021)
2021
-
[20]
Sensors23(10), 4737 (2023) Anatomy-Slot for Bilateral Retinal Diagnosis 15
Rodriguez-Robles, F., Verdu-Monedero, R., Berenguer-Vidal, R., Morales-Sanchez, J., Selles-Navarro, I.: Analysis of the asymmetry between both eyes in early diag- nosis of glaucoma combining features extracted from retinal images and octs into classification models. Sensors23(10), 4737 (2023) Anatomy-Slot for Bilateral Retinal Diagnosis 15
2023
-
[21]
Siméoni, O., Vo, H.V., Seitzer, M., Baldassarre, F., Oquab, M., Jose, C., Khali- dov, V., Szafraniec, M., Yi, S., Ramamonjisoa, M., et al.: Dinov3. arXiv preprint arXiv:2508.10104 (2025)
work page internal anchor Pith review Pith/arXiv arXiv 2025
-
[22]
https://www.who.int/publications/i/item/9789241516570 (2019)
World Health Organization: World report on vision. https://www.who.int/publications/i/item/9789241516570 (2019)
-
[23]
arXiv preprint arXiv:2403.03849 (2024)
Yue, Y., Li, Z.: Medmamba: Vision mamba for medical image classification. arXiv preprint arXiv:2403.03849 (2024)
-
[24]
IEEE access7, 30744–30753 (2019)
Zeng, X., Chen, H., Luo, Y., Ye, W.: Automated diabetic retinopathy detection based on binocular siamese-like convolutional neural network. IEEE access7, 30744–30753 (2019)
2019
-
[25]
Nature622(7981), 156–163 (2023)
Zhou, Y., Chia, M.A., Wagner, S.K., Ayhan, M.S., Williamson, D.J., Struyven, R., Liu, T., Xu, M., Lozano, M.G., Woodward-Court, P., et al.: A foundation model for generalizable disease detection from retinal images. Nature622(7981), 156–163 (2023)
2023
discussion (0)
Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.