REVIEW 2 major objections 1 minor 34 references
Reviewed by Pith at T0; open to challenge.
T0 means a machine referee read the full paper against a public rubric. The mark states how deep the mechanical check went, never who wrote it. the ladder, T0–T4 →
T0 review · grok-4.3
Adding Inception blocks to Swin transformers strengthens local multi-scale feature reasoning and raises accuracy on medical segmentation tasks.
2026-06-29 08:24 UTC pith:OQXXYSNG
load-bearing objection SwInception adds Inception branches inside Swin FFN layers for medical volumes but the abstract supplies no numbers, ablations, or training controls, so the claimed gains on eleven datasets cannot be attributed to the change. the 2 major comments →
SwInception -- Local Attention Meets Convolutions
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
Core claim
The authors claim that the inductive bias already present in Swin can be enhanced by introducing Inception blocks in the feed-forward layers. These blocks consist of parallel convolution branches that allow more direct reasoning over local, multi-scale features within each transformer block. Decoder layers are modified to capture finer details using fewer parameters. This combination yields performance improvements on eleven different medical datasets and surpasses prior state-of-the-art backbones on the Medical Segmentation Decathlon and Beyond the Cranial Vault challenges.
What carries the argument
Inception blocks with multiple parallel convolution branches inserted into the feed-forward layers of the Swin transformer, enabling parallel multi-scale local feature processing inside the attention mechanism.
Load-bearing premise
Performance gains on the eleven datasets result from the Inception blocks and decoder modifications rather than from differences in training procedures, augmentation, or hyperparameter settings.
What would settle it
A side-by-side comparison of the baseline Swin and SwInception models trained with exactly the same procedure and settings on the same datasets that shows no accuracy difference would disprove that the architectural additions drive the reported improvements.
If this is right
- The architecture delivers higher segmentation accuracy across eleven medical datasets.
- It outperforms previous leading backbones on the Medical Segmentation Decathlon and Beyond the Cranial Vault benchmarks.
- The improved inductive bias makes sparse vision transformers more effective for both medical and natural image segmentation.
- Decoder changes allow finer detail capture while using fewer parameters.
Where Pith is reading between the lines
- Similar multi-branch convolutions could be added to other transformer designs to boost their local feature capabilities.
- The approach may allow effective training on even smaller medical datasets than currently possible.
- Testing the blocks at different positions or with varying branch counts could reveal optimal configurations for specific tasks.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper proposes SwInception, a modification to the Swin Transformer encoder for medical volumetric segmentation tasks. It inserts multi-branch Inception-style convolutions into the feed-forward network layers of Swin blocks to strengthen local multi-scale inductive bias, and modifies the decoder to capture finer details using fewer parameters. The central claim is that these changes yield measurable performance improvements across eleven medical datasets, including state-of-the-art results on the Medical Segmentation Decathlon and Beyond the Cranial Vault benchmarks.
Significance. If the empirical gains are shown to be robust and causally attributable to the architectural modifications under controlled conditions, the work would illustrate a practical route for augmenting the inductive bias of sparse vision transformers with convolutional multi-scale processing. This could be relevant for medical segmentation where small dataset sizes make overfitting a concern, and the open-sourcing of code and weights would support reproducibility.
major comments (2)
- [Abstract and Experiments] Abstract and Experiments section: The central empirical claim of performance improvement on eleven datasets and SOTA results on MSD and BTCV rests on the assertion that the Inception blocks and decoder changes are responsible, yet the text supplies no quantitative metrics, number of runs, statistical tests, ablation studies isolating the Inception blocks from decoder changes, or confirmation that baselines used identical training protocols, augmentation, and hyperparameters.
- [Method] Method section: Without component ablations or matched training details, the attribution of gains specifically to the multi-branch convolutions cannot be verified, undermining the claim that these blocks enable 'more direct reasoning over local, multi-scale features within the transformer block.'
minor comments (1)
- [Abstract] The abstract refers to 'extensive experimentation' without naming the eleven datasets or the specific metrics (e.g., Dice, HD95) used, which reduces clarity for readers.
Simulated Author's Rebuttal
We thank the referee for the constructive feedback. We address the major comments point by point below and will revise the manuscript to strengthen the empirical support as requested.
read point-by-point responses
-
Referee: [Abstract and Experiments] Abstract and Experiments section: The central empirical claim of performance improvement on eleven datasets and SOTA results on MSD and BTCV rests on the assertion that the Inception blocks and decoder changes are responsible, yet the text supplies no quantitative metrics, number of runs, statistical tests, ablation studies isolating the Inception blocks from decoder changes, or confirmation that baselines used identical training protocols, augmentation, and hyperparameters.
Authors: We agree that the current presentation lacks sufficient quantitative detail to fully substantiate the claims. In the revised manuscript we will expand the experiments section to report the number of independent runs performed, results from statistical significance tests, explicit confirmation that all compared baselines used identical training protocols/augmentations/hyperparameters, and new ablation studies that isolate the Inception blocks from the decoder modifications. revision: yes
-
Referee: [Method] Method section: Without component ablations or matched training details, the attribution of gains specifically to the multi-branch convolutions cannot be verified, undermining the claim that these blocks enable 'more direct reasoning over local, multi-scale features within the transformer block.'
Authors: We accept that component ablations and matched training details are required to support causal attribution. The revision will add these ablations together with the matched training protocol information so that the contribution of the multi-branch convolutions can be directly verified. revision: yes
Circularity Check
No circularity: empirical architecture proposal with no derivation chain
full rationale
The paper introduces SwInception by inserting multi-branch Inception convolutions into Swin's feed-forward layers and modifying the decoder, then reports empirical gains on eleven medical segmentation datasets. No equations, first-principles derivations, fitted parameters renamed as predictions, or load-bearing self-citations appear in the provided text. The central claims rest on external experimental results rather than any internal reduction to the paper's own inputs or definitions, satisfying the default expectation of no significant circularity for an empirical architecture paper.
Axiom & Free-Parameter Ledger
read the original abstract
Sparse vision transformers have gained popularity as efficient encoders for medical volumetric segmentation, with Swin emerging as a prominent choice. Swin uses local attention to reduce complexity and yields excellent performance for many tasks but still tends to overfit on small datasets. To mitigate this weakness, we propose a novel architecture that further enhances Swin's inductive bias by introducing Inception blocks in the feed-forward layers. The introduction of these multi-branch convolutions enables more direct reasoning over local, multi-scale features within the transformer block. We have also modified the decoder layers in order to capture finer details using fewer parameters. We demonstrate a performance improvement on eleven different medical datasets through extensive experimentation. We specifically showcase advancements over the previous state-of-the-art backbones on benchmark challenges like the Medical Segmentation Decathlon and Beyond the Cranial Vault. By showing that the existing inductive bias in Swin can be further improved, our work presents a promising avenue for enhancing the capabilities of sparse vision transformers for both medical and natural image segmentation tasks. Code and pre-trained weights can be accessed at https://github.com/Eiphodos/SwInception.
Figures
Reference graph
Works this paper leans on
-
[1]
Nature communications 13(1), 4128 (2022)
Antonelli, M., et al.: The medical segmentation decathlon. Nature communications 13(1), 4128 (2022)
2022
-
[2]
In: ICLR (2021)
Choromanski, K.M., et al.: Rethinking attention with performers. In: ICLR (2021)
2021
-
[3]
In: ICLR (2023)
Chu, X., et al.: Conditional positional encodings for vision transformers. In: ICLR (2023)
2023
-
[4]
In: CVPR
Dong, X., et al.: Cswin transformer: A general vision transformer backbone with cross-shaped windows. In: CVPR. pp. 12124–12134 (2022)
2022
-
[5]
ICLR (2021)
Dosovitskiy, A., et al.: An image is worth 16x16 words: Transformers for image recognition at scale. ICLR (2021)
2021
-
[6]
IEEE transactions on medical imaging37(8), 1822–1834 (2018)
Gibson, E., et al.: Automatic multi-organ segmentation on abdominal ct with dense v-networks. IEEE transactions on medical imaging37(8), 1822–1834 (2018)
2018
-
[7]
In: CVPR
Guo, J., et al.: Cmt: Convolutional neural networks meet vision transformers. In: CVPR. pp. 12175–12185 (June 2022)
2022
-
[8]
In: NeurIPS
Guo, M.H., et al.: Segnext: Rethinking convolutional attention design for semantic segmentation. In: NeurIPS. vol. 35 (2022) 14 D. Hagerman et al
2022
-
[9]
In: WACV
Hatamizadeh, A., et al.: Unetr: Transformers for 3d medical image segmentation. In: WACV. pp. 574–584 (January 2022)
2022
-
[10]
In: Proceedings of the IEEE/CVF Conference on Com- puter Vision and Pattern Recognition (CVPR)
He, K., Chen, X., Xie, S., Li, Y., Doll´ ar, P., Girshick, R.: Masked autoencoders are scalable vision learners. In: Proceedings of the IEEE/CVF Conference on Com- puter Vision and Pattern Recognition (CVPR). pp. 16000–16009 (June 2022)
2022
-
[11]
In: CVPR
He, Y., Yang, D., Roth, H., Zhao, C., Xu, D.: Dints: Differentiable neural network topology search for 3d medical image segmentation. In: CVPR. pp. 5841–5850 (June 2021)
2021
-
[12]
Axial Attention in Multidimensional Transformers
Ho, J., Kalchbrenner, N., Weissenborn, D., Salimans, T.: Axial attention in multi- dimensional transformers. arXiv preprint arXiv:1912.12180 (Dec 2019)
work page Pith review arXiv 1912
-
[13]
Huang, X., Deng, Z., Li, D., Yuan, X.: Missformer: An effective medical image segmentation transformer. arXiv preprint arXiv:2109.07162 (May 2021)
-
[14]
Nature methods18(2), 203–211 (2021)
Isensee, F., Jaeger, P.F., Kohl, S.A., Petersen, J., Maier-Hein, K.H.: nnu-net: A self-configuring method for deep learning-based biomedical image segmentation. Nature methods18(2), 203–211 (2021)
2021
-
[15]
In: ICLR (2020)
Kitaev, N., Kaiser, L., Levskaya, A.: Reformer: The efficient transformer. In: ICLR (2020)
2020
-
[16]
In: MICCAI
Lin, A., Xu, J., Li, J., Lu, G.: Contrans: Improving transformer with convolutional attention for medical image segmentation. In: MICCAI. pp. 297–307. Springer (2022)
2022
-
[17]
In: ICCV
Liu, J., et al.: Clip-driven universal model for organ segmentation and tumor de- tection. In: ICCV. pp. 21152–21164 (2023)
2023
-
[18]
In: MICCAI
Liu, W., et al.: Phtrans: Parallelly aggregating global and local representations for medical image segmentation. In: MICCAI. pp. 235–244. Springer (2022)
2022
-
[19]
In: ICCV
Liu, Z., et al.: Swin transformer: Hierarchical vision transformer using shifted win- dows. In: ICCV. pp. 10012–10022 (October 2021)
2021
-
[20]
In: WACV
Rahman, M.M., Marculescu, R.: Medical image segmentation via cascaded atten- tion decoding. In: WACV. pp. 6222–6231 (2023)
2023
-
[21]
NeurIPS35, 23495–23509 (2022)
Si, C., Yu, W., Zhou, P., Zhou, Y., Wang, X., Yan, S.: Inception transformer. NeurIPS35, 23495–23509 (2022)
2022
-
[22]
In: CVPR (June 2016)
Szegedy, C., Vanhoucke, V., Ioffe, S., Shlens, J., Wojna, Z.: Rethinking the incep- tion architecture for computer vision. In: CVPR (June 2016)
2016
-
[23]
In: CVPR
Szegedy, C., et al.: Going deeper with convolutions. In: CVPR. pp. 1–9 (2015)
2015
-
[24]
Tang, Y.: Private communication (Apr 2023)
2023
-
[25]
In: CVPR
Tang, Y., et al.: Self-supervised pre-training of swin transformers for 3d medical image analysis. In: CVPR. pp. 20730–20740 (June 2022)
2022
-
[26]
In: NeurIPS
Vaswani, A., et al.: Attention is all you need. In: NeurIPS. vol. 30 (2017)
2017
-
[27]
Linformer: Self-Attention with Linear Complexity
Wang, S., Li, B.Z., Khabsa, M., Fang, H., Ma, H.: Linformer: Self-attention with linear complexity. arXiv preprint arXiv:2006.04768 (Jun 2020)
work page internal anchor Pith review Pith/arXiv arXiv 2006
-
[28]
In: ICCV
Wu, H., et al.: Cvt: Introducing convolutions to vision transformers. In: ICCV. pp. 22–31 (October 2021)
2021
-
[29]
NeurIPS 34, 12077–12090 (2021)
Xie, E., Wang, W., Yu, Z., Anandkumar, A., Alvarez, J.M., Luo, P.: Segformer: Simple and efficient design for semantic segmentation with transformers. NeurIPS 34, 12077–12090 (2021)
2021
-
[30]
NeurIPS34, 30008–30022 (2021)
Yang, J., et al.: Focal attention for long-range interactions in vision transformers. NeurIPS34, 30008–30022 (2021)
2021
-
[31]
In: ICCV
Yuan, K., Guo, S., Liu, Z., Zhou, A., Yu, F., Wu, W.: Incorporating convolution designs into visual transformers. In: ICCV. pp. 579–588 (October 2021)
2021
-
[32]
In: CVPR
Zhai, X., Kolesnikov, A., Houlsby, N., Beyer, L.: Scaling vision transformers. In: CVPR. pp. 12104–12113 (June 2022) SwInception - Local Attention Meets Convolutions 15
2022
-
[33]
International Journal of Computer Vision pp
Zhang, Q., Xu, Y., Zhang, J., Tao, D.: Vitaev2: Vision transformer advanced by exploring inductive bias for image recognition and beyond. International Journal of Computer Vision pp. 1141–1162 (2023)
2023
-
[34]
IEEE Transactions on Image Processing (2023)
Zhou, H.Y., et al.: nnformer: Volumetric medical image segmentation via a 3d transformer. IEEE Transactions on Image Processing (2023)
2023
discussion (0)
Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.