Pith. sign in

REVIEW 4 major objections 5 minor 54 references

QMaxViT-Unet+: A Query-Based MaxViT-Unet with Edge Enhancement for Scribble-Supervised Segmentation of Medical Images

T0 review · 4 major / 5 minor · reviewed 2026-08-07 · deepseek-v4-flash

Pith's one-line read QMaxViT-Unet+ claims that scribble-supervised medical segmentation can rival fully supervised accuracy by adding explicit edge supervision and a query-based transformer decoder to a MaxViT-backed U-Net.

desk verdict The paper's empirical SOTA claims are unsupported because the baseline tables contain rows copied across datasets; the architecture is plausible but the reported numbers are not trustworthy. read the letter →

arxiv 2502.10294 v1 pith:WCZPGZVC submitted 2025-02-14 cs.CV

classification cs.CV
keywords scribble-supervisedlearningmedicalimagesegmentationMaxViTedgeenhancementquery-basedtransformerdecoderweaklysupervisedU-NetarchitectureHausdorffdistance
verification ladder T0 review T1 audit T2 compute T3 formal

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The reading

The paper sets out to show that scribble-supervised medical image segmentation does not have to surrender accuracy at the boundary. Its proposed framework, QMaxViT-Unet+, replaces the usual U-Net blocks with MaxViT blocks, adds a query-based transformer decoder, and feeds an edge-enhancement module with early-encoder features so that boundary information missing from scribbles is recovered from a pretrained edge detector. On ACDC, MS-CMRSeg, SUN-SEG, and BUSI, the framework reports Dice scores of 89.1%, 88.4%, 71.4%, and 69.4% with HD95 of 1.316 mm, 2.226 mm, 4.996 mm, and 50.122 mm, which the paper says beats existing scribble-supervised methods and stays competitive with fully supervised ones. If those results hold, the practical consequence is that high-quality annotations, which are expensive and slow to produce, may be replaceable by cheap scribble labels for a range of medical imaging tasks.

What carries the argument

The load-bearing machinery is a U-Net whose encoder and decoder blocks are replaced by MaxViT stages, which combine MBConv layers with block and grid attention so that local and global features are learned at linear complexity. Three additions carry the argument: an edge-enhancement module that turns early-encoder features into edge predictions and attention maps, supervised by edge masks from a pretrained edge detector; a query-based transformer decoder with a query enhancer that refines bottleneck features and produces an auxiliary segmentation output; and a loss that mixes the two decoder outputs into dynamic pseudo-labels while weighting the edge-supervised regression loss at 0.2. The edge module is what the paper credits for the boundary-quality gains; the query decoder is what it credits for the feature-refinement and Dice gains.

What would settle it

Train the same model on a dataset with dense ground-truth segmentations, once with the pretrained edge detector's masks and once with human-traced boundaries or a second independent edge extractor, and compare HD95 against the no-edge baseline; if the edge module's boundary improvement disappears or reverses with the alternative edge source, the reported gains are specific to that detector rather than to edge information in general.

Watch

Extended reading notes

Core claim

On its own terms, the paper's central discovery is that the combination of a pre-trained MaxViT backbone in a U-Net layout, a query-based transformer decoder, and an edge-enhancement module supervised by automatically generated edge masks recovers most of the performance gap between scribble supervision and full supervision. The abstract and results tables claim state-of-the-art Dice and HD95 among scribble-supervised methods on all four benchmarks, and the cross-dataset experiment shows smaller degradation than prior hybrid models when moving between cardiac MRI protocols. The ablation attributes the boundary improvement mainly to the edge-enhancement module: on MS-CMRSeg, adding it to the dual-decoder setup lowers average HD95 from 6.749 mm to 2.508 mm while the query decoder contributes most of the remaining Dice gain.

Load-bearing premise

The boundary gains rest on treating the outputs of a pretrained edge detector as correct edge ground truth; if those masks are systematically biased, the model may learn the detector's errors rather than true organ boundaries.

Editorial extensions

If this is right

  • On ACDC, MS-CMRSeg, SUN-SEG, and BUSI, the reported Dice scores of 89.1%, 88.4%, 71.4%, and 69.4% beat the scribble-supervised baselines compared, meaning less expensive scribble labels can replace dense labels in these tasks without the expected accuracy penalty.
  • In the ablation, adding the edge-enhancement module to the dual-decoder model cuts HD95 on MS-CMRSeg from 6.749 mm to 2.508 mm, while the query decoder adds more Dice than boundary accuracy; the paper concludes the two components complement each other.
  • In the cross-dataset test, training on one cardiac MRI protocol and evaluating on another drops Dice by 16.6% and 18.1% for this model, far less than the 25.8% to 61.2% drops reported for prior hybrid models; the paper takes this as evidence of better generalization across imaging domains.
  • At 109.01 million parameters the model is large, but at 39.10 GMACs it has lower computational cost than the hybrid baselines it is compared with, supporting the paper's efficiency claim.

Reading between the lines

Editorial extensions of the paper, not claims the author makes directly.

  • Editorial inference: the boundary-quality gains may be partly tied to the specific pretrained edge detector used to generate supervision, so on a new image modality the HD95 advantage could shrink if that detector's edge maps are biased.
  • Editorial inference: the cross-dataset robustness the paper attributes to MaxViT could instead come largely from large-scale natural-image pretraining; training the same architecture from random initialization would separate the two effects.
  • Editorial inference: the same recipe — a pretrained transformer backbone plus a pseudo-ground-truth boundary signal and a query decoder — should transfer to other weak labels such as points or bounding boxes; the paper does not test this.
Share X Bluesky LinkedIn Reddit HN

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, and a circularity audit.

Referee Report

4 major / 5 minor

Summary. The manuscript proposes QMaxViT-Unet+, a U-Net-like architecture with MaxViT encoder/decoder blocks, a query-based Transformer decoder, and an edge enhancement module, trained with a combination of scribble, pseudo-label, and edge losses. It reports state-of-the-art results on four scribble-supervised medical image segmentation benchmarks (ACDC, MS-CMRSeg, SUN-SEG, BUSI) and includes ablations, a cross-dataset generalization experiment, and a complexity comparison.

Significance. If the empirical claims were valid, this would be a meaningful contribution to scribble-supervised medical image segmentation. The architectural components are reasonable, the use of pre-trained MaxViT blocks for transfer learning is a sensible direction, and the paper provides detailed ablations and a cross-dataset study. However, the comparison tables contain internal inconsistencies that invalidate the state-of-the-art claim as printed. The empirical evidence for the central contribution does not currently stand, notwithstanding the plausible design and the availability of code.

major comments (4)
  1. [Table 3 and Section 3.2] The ScribbleVC row in Table 3 (MS-CMRSeg) reports DSC .868/.829/.904 (avg .867) and HD95 4.503/10.049/13.785 (avg 9.446), which are numerically identical to the DMPLS row in Table 2 for the ACDC dataset. Because MS-CMRSeg and ACDC are different datasets with different splits and patient populations, equal values to three decimals are not plausible. The claimed margin over ScribbleVC on MS-CMRSeg (1.9% DSC and 7.22 mm HD95, Section 3.2) is therefore computed against a baseline that appears to be the ACDC DMPLS result, so the comparison is unsupported. Please provide corrected, dataset-specific baseline numbers.
  2. [Table 4] The Unet_pce entry in Table 4 (SUN-SEG) is .375 DSC and 237.816 mm HD95, which is identical to the MS-CMRSeg Unet_pce average in Table 3. This again indicates a copied baseline row rather than a valid measurement on the SUN-SEG test set. The text claims that QMaxViT-Unet+ surpasses S2ME by 4% DSC on SUN-SEG, but the baseline table cannot substantiate that comparison in its current form.
  3. [Table 9 and Section 4] The paper states that QMaxViT-Unet+ 'has the lowest computational complexity with 39.10 GMACs' (Section 4, Model Complexity Comparison), but Table 9 reports SwinUnet at 5.92 GMACs, TransUnet at 25.37 GMACs, and UNet at 2.97 GMACs. The efficiency claim, which is one of the explicit contributions listed in the introduction, is contradicted by the paper's own measurements.
  4. [Section 2.3, Eq. (3) and Table 7] The edge enhancement module is supervised by edge masks generated by the pre-trained edge detector [34], and the Limitations section correctly notes that these masks may contain errors. Table 7 shows that the edge component is the main driver of the HD95 improvement in the dual-decoder setting (from 6.749 mm to 2.508 mm). Without an analysis that separates genuine boundary quality from fitting the detector's idiosyncratic errors, the central claim of improved boundary segmentation is not established. Please provide a boundary-quality evaluation against dense annotations or an ablation using an alternative edge source.
minor comments (5)
  1. [Section 2.2] The statement that 'the first two E-blocks typically capture low-level features such as edges' is presented as an observation, but no supporting evidence is shown; it should be framed as a design hypothesis or backed by feature visualizations.
  2. [Table 7] The Query enhancer's contribution is not isolated in the ablation study; the paper acknowledges this, but the limitation should also be stated explicitly in the experimental design section.
  3. [Section 3.2] The omission of data augmentation baselines such as Puzzle Mix, Cutout, MixUp, and CycleMix is justified by 'slower training convergence and inferior performance,' but no experimental evidence is provided for this claim.
  4. [Data and code availability] The abstract states that code is available at a GitHub URL, while the Data and code availability section says datasets and codes are available 'upon reasonable request.' Please align these statements.
  5. [Table 9] Inference times are reported from a 'free version virtual machine on Lightning Studios' with unspecified hardware and software versions; please specify the exact environment for reproducibility.

Circularity Check

0 steps flagged · score 0.0 of 10

No significant circularity: the central claims are benchmark comparisons against external baselines, and no predicted quantity reduces to a fitted input by construction.

full rationale

QMaxViT-Unet+ is an empirical architecture paper, not a derivation paper. The central claim is that the proposed model outperforms existing methods on four public benchmarks, and that claim is supported by comparisons against external baselines and by ablations measured with DSC/HD95 against independent dense ground truth. The edge enhancement module is supervised by edge masks from an external pre-trained detector [34], and the authors explicitly acknowledge these masks may be imperfect; this is a training-supervision quality issue, not a circular reduction, because the final evaluation metric is not the edge-mask output and the ground-truth segmentations are independent of the training signal. The only self-citation by a co-author (reference [7], a related U-Net/attention/transformer paper) appears in a general related-work list and is not load-bearing for any architectural choice or result. No uniqueness theorem from the authors is invoked, no fitted parameter is renamed as a prediction, and no known method is repackaged as a derivation. Separately, the baseline tables contain internally inconsistent copied rows across datasets and the complexity table contradicts the 'lowest computational complexity' wording, but those are correctness and integrity concerns outside the circularity definition and do not change the circularity score.

Assumptions & free parameters 2 free parameters · 4 assumptions · 0 invented entities

The central claim does not depend on any newly postulated physical entity. The free parameters are the loss weights and the undisclosed number of blocks per stage. The key assumptions are about transfer learning, the edge pseudo-ground-truth, the low-level feature behavior of early encoder blocks, and the reliability of pseudo-labels. None of these are independently verified outside the paper's own experiments.

free parameters (2)
  • Loss weights (lambda1, lambda2, lambda3) = (1, 0.5, 0.2)
    Selected by comparing four configurations on the MS-CMRSeg dataset (Table 6); the best set is then used for all datasets and reported as the final result, which risks overfitting to the test set.
  • Number of MaxViT blocks per stage = not reported
    Section 2.2 states that each MaxViT Stage comprises a variable number of MaxViT blocks, 'a hyperparameter in our model', but the chosen values are never stated, making the architecture irreproducible.
assumptions (4)
  • domain assumption ImageNet-1k pre-trained MaxViT weights transfer to medical images across MRI, ultrasound, and endoscopy
    The method relies on transfer learning from a natural-image backbone (Section 2.2) without domain-specific pre-training or analysis of distribution shift; the cross-dataset experiment (Table 8) shows large performance drops, indicating sensitivity to domain.
  • ad hoc to paper The first two E-blocks capture low-level edge features
    Section 2.2 states 'the first two E-blocks typically capture low-level features such as edges' as motivation for the Edge enhancement module; this is an architectural assumption not validated by feature analysis before design.
  • domain assumption Pseudo-labels generated by dynamically mixing predictions y1 and y2 are sufficiently reliable for Dice supervision
    Equation (2) follows DMPLS and assumes that the mixed hard pseudo-label reduces the weaknesses of single-branch pseudo-labels, but the paper does not quantify the impact of label noise in this pseudo-labeling loop.
  • domain assumption The pre-trained edge detector's output can be used as ground truth for edge supervision
    Section 2.1 says edge masks are obtained by running the pre-trained model [34] and treating the output as ground truth; the authors later acknowledge these masks may contain errors, making this a load-bearing and questionable assumption.

how reviews work

0 comments
Cite this review

Pith. "Pith review of QMaxViT-Unet+: A Query-Based MaxViT-Unet with Edge Enhancement for Scribble-Supervised Segmentation of Medical Images." pith.science (2026). https://pith.science/paper/WCZPGZVC

@misc{pith2026250210294,
  author       = {Pith},
  title        = {Pith review of: QMaxViT-Unet+: A Query-Based MaxViT-Unet with Edge Enhancement for Scribble-Supervised Segmentation of Medical Images},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/WCZPGZVC}},
  note         = {Machine review of arXiv:2502.10294}
}
read the original abstract

The deployment of advanced deep learning models for medical image segmentation is often constrained by the requirement for extensively annotated datasets. Weakly-supervised learning, which allows less precise labels, has become a promising solution to this challenge. Building on this approach, we propose QMaxViT-Unet+, a novel framework for scribble-supervised medical image segmentation. This framework is built on the U-Net architecture, with the encoder and decoder replaced by Multi-Axis Vision Transformer (MaxViT) blocks. These blocks enhance the model's ability to learn local and global features efficiently. Additionally, our approach integrates a query-based Transformer decoder to refine features and an edge enhancement module to compensate for the limited boundary information in the scribble label. We evaluate the proposed QMaxViT-Unet+ on four public datasets focused on cardiac structures, colorectal polyps, and breast cancer: ACDC, MS-CMRSeg, SUN-SEG, and BUSI. Evaluation metrics include the Dice similarity coefficient (DSC) and the 95th percentile of Hausdorff distance (HD95). Experimental results show that QMaxViT-Unet+ achieves 89.1\% DSC and 1.316mm HD95 on ACDC, 88.4\% DSC and 2.226mm HD95 on MS-CMRSeg, 71.4\% DSC and 4.996mm HD95 on SUN-SEG, and 69.4\% DSC and 50.122mm HD95 on BUSI. These results demonstrate that our method outperforms existing approaches in terms of accuracy, robustness, and efficiency while remaining competitive with fully-supervised learning approaches. This makes it ideal for medical image analysis, where high-quality annotations are often scarce and require significant effort and expense. The code is available at: https://github.com/anpc849/QMaxViT-Unet

Figures

Figures reproduced from arXiv: 2502.10294 by the authors.

Figure 1
Figure 1. Examples of dense, scribble annotations and edge information from the ACDC, MS-CMRSeg, SUN-SEG, and BUSI dataset. UP, BG, Polyp, BC, RV, Myo, and LV represent the unannotated, background, colon polyp, breast cancer, right ventricle, myocardium, and left ventricle pixels, respectively [PITH_FULL_IMAGE:figures/full_fig_p006_1.png] view at source ↗
Figure 2
Figure 2. Simple Query enhancer. The edge features extracted from the Edge enhancement module are processed through an adaptive pooling layer and a linear layer. These features are then combined with zero-initialized queries to create improved query representations. Query-guided Transformer decoder. Inspired by the work of [42], MaskFormer demonstrated the potential of query-guided Transformer decoder in computer vision tasks… view at source ↗
Figure 3
Figure 3. QMaxViT-Unet+ architecture. The proposed architecture is based on the U-Net framework, with the conventional U-Net blocks replaced by MaxViT blocks. To improve segmentation accuracy, we incorporate the PPM-FPN module, the Query-guided Transformer decoder, the Edge enhancement module, and the Query enhancer. For readability, skip connections and positional embeddings are omitted from the diagram. 2.3. Loss Functions … view at source ↗
Figures from the paper (4 more)
Figure 4
Figure 4. Figure 4: Loss Functions formulated as: 𝑠𝑠𝑙(𝑠, 𝗒1 , 𝗒2 ) = 1 2 [ 𝑝𝑐𝑒(𝗒1 , 𝑠) + 𝑝𝑐𝑒(𝗒2 , 𝑠) ] ; 𝑝𝑐𝑒(𝗒, 𝑠) = − ∑ 𝑖∈𝑆⧵UP 𝑦𝑖 log(𝑝𝑖 ) (1) where 𝑆 is the set of labels used for calculating cross-entropy, excluding the label UP (unknown pixel). Pseudo-supervised Loss. Following [1…
Figure 5
Figure 5. Figure 5: Segmentation results across ACDC, MS-CMRSeg, SUN-SEG and BUSI datasets on cases of varying difficulty. Hoang-An Vo et al.: Page 11 of 17 [PITH_FULL_IMAGE:figures/full_fig_p013_5.png]
Figure 6
Figure 6. Figure 6: Features visualization of the last E-block before and after refinement by the query-based Transformer decoder. Note that the full feature set consists of 768 features, but only a subset is shown here for readability. Hoang-An Vo et al.: Page 13 of 17 [PITH_FULL_IMAGE:…
Figure 7
Figure 7. Figure 7: Visualization of attention maps extracted from the MaxViT Stage of the Edge enhancement module, which highlights the model’s focus on relevant features in Cardiac datasets (left), Polyp dataset (middle) and BUSI dataset (right). Model Generalization. We evaluated the r…

Discussion (0). Sign in to comment.

Reference graph

Works this paper leans on

54 extracted references · 37 canonical work pages

  1. [34]

    The treasure beneath multiple annotations: An uncertainty-aware edge detector

    Caixia Zhou, Yaping Huang, Mengyang Pu, Qingji Guan, Li Huang, and Haibin Ling. The treasure beneath multiple annotations: An uncertainty-aware edge detector. InProceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pages 15507– 15517, 2023

  2. [1]

    U-net: Convolutional networks for biomedical image segmentation

    Olaf Ronneberger, Philipp Fischer, and Thomas Brox. U-net: Convolutional networks for biomedical image segmentation. InMedical image computing and computer-assisted intervention–MICCAI 2015: 18th international conference, Munich, Germany, October 5-9, 2015, proceedings, part III 18, pages 234–241. Springer, 2015

  3. [2]

    Attention u-net: Learning where to look for the pancreas.arXiv preprint arXiv:1804.03999, 2018

    Ozan Oktay, Jo Schlemper, Loic Le Folgoc, Matthew Lee, Mattias Heinrich, Kazunari Misawa, Kensaku Mori, Steven McDonagh, Nils Y Hammerla, Bernhard Kainz, et al. Attention u-net: Learning where to look for the pancreas.arXiv preprint arXiv:1804.03999, 2018

  4. [3]

    Unet++: A nested u-net architecture for medical imagesegmentation

    Zongwei Zhou, Md Mahfuzur Rahman Siddiquee, Nima Tajbakhsh, and Jianming Liang. Unet++: A nested u-net architecture for medical imagesegmentation. InDeepLearninginMedicalImageAnalysisandMultimodalLearningforClinicalDecisionSupport:4thInternational Workshop, DLMIA 2018, and 8th International Workshop, ML-CDS 2018, Held in Conjunction with MICCAI 2018, Gran...

  5. [4]

    nnu-net: Self-adapting framework for u-net-based medical image segmentation.arXiv preprint arXiv:1809.10486, 2018

    FabianIsensee,JensPetersen,AndreKlein,DavidZimmerer,PaulFJaeger,SimonKohl,JakobWasserthal,GregorKoehler,TobiasNorajitra, Sebastian Wirkert, et al. nnu-net: Self-adapting framework for u-net-based medical image segmentation.arXiv preprint arXiv:1809.10486, 2018

  6. [5]

    Rt-unet: an advanced network based on residual network and transformer for medical image segmentation.International Journal of Intelligent Systems, 37(11):8565–8582, 2022

    Bo Li, Sikai Liu, Fei Wu, GuangHui Li, Meiling Zhong, and Xiaohui Guan. Rt-unet: an advanced network based on residual network and transformer for medical image segmentation.International Journal of Intelligent Systems, 37(11):8565–8582, 2022

  7. [6]

    Transcunet: Unet cross fused transformer for medical image segmentation.Computers in Biology and Medicine, 150:106207, 2022

    Shen Jiang and Jinjiang Li. Transcunet: Unet cross fused transformer for medical image segmentation.Computers in Biology and Medicine, 150:106207, 2022

  8. [7]

    Nguyen-Tat, Thien-Qua T

    Thien B. Nguyen-Tat, Thien-Qua T. Nguyen, Hieu-Nghia Nguyen, and Vuong M. Ngo. Enhancing brain tumor segmentation in mri images: A hybrid approach using unet, attention mechanisms, and transformers.Egyptian Informatics Journal, 27:100528, 2024

Show all 54 references
  1. [8]

    An image is worth 16x16 words: Transformers for image recognition at scale.arXiv preprint arXiv:2010.11929, 2020

    AlexeyDosovitskiy,LucasBeyer,AlexanderKolesnikov,DirkWeissenborn,XiaohuaZhai,ThomasUnterthiner,MostafaDehghani,Matthias Minderer, Georg Heigold, Sylvain Gelly, et al. An image is worth 16x16 words: Transformers for image recognition at scale.arXiv preprint arXiv:2010.11929, 2020

  2. [9]

    Transunet:Transformers make strong encoders for medical image segmentation.arXiv preprint arXiv:2102.04306, 2021

    JienengChen,YongyiLu,QihangYu,XiangdeLuo,EhsanAdeli,YanWang,LeLu,AlanLYuille,andYuyinZhou. Transunet:Transformers make strong encoders for medical image segmentation.arXiv preprint arXiv:2102.04306, 2021

  3. [10]

    nnformer:Interleavedtransformerforvolumetric segmentation

    Hong-YuZhou,JiansenGuo,YinghaoZhang,LequanYu,LianshengWang,andYizhouYu. nnformer:Interleavedtransformerforvolumetric segmentation. arXiv preprint arXiv:2109.03201, 2021

  4. [11]

    Swin unetr: Swin transformers for semantic segmentation of brain tumors in mri images

    Ali Hatamizadeh, Vishwesh Nath, Yucheng Tang, Dong Yang, Holger R Roth, and Daguang Xu. Swin unetr: Swin transformers for semantic segmentation of brain tumors in mri images. InInternational MICCAI brainlesion workshop, pages 272–284. Springer, 2021

  5. [12]

    Unetr: Transformers for 3d medical image segmentation

    AliHatamizadeh,YuchengTang,VishweshNath,DongYang,AndriyMyronenko,BennettLandman,HolgerRRoth,andDaguangXu. Unetr: Transformers for 3d medical image segmentation. InProceedings of the IEEE/CVF winter conference on applications of computer vision, pages 574–584, 2022

  6. [13]

    A robust volumetric transformer for accurate 3d tumor segmentation

    Himashi Peiris, Munawar Hayat, Zhaolin Chen, Gary Egan, and Mehrtash Harandi. A robust volumetric transformer for accurate 3d tumor segmentation. InInternational conference on medical image computing and computer-assisted intervention, pages 162–172. Springer, 2022

  7. [14]

    Levit-unet:Makefasterencoderswithtransformerformedicalimagesegmentation

    GuopingXu,XuanZhang,XinweiHe,andXinglongWu. Levit-unet:Makefasterencoderswithtransformerformedicalimagesegmentation. In Chinese Conference on Pattern Recognition and Computer Vision (PRCV), pages 42–53. Springer, 2023. Hoang-An Vo et al.: Page 16 of 17 Enhancement for Scribble...

  8. [15]

    Stu- net: Scalable and transferable medical image segmentation models empowered by large-scale supervised pre-training.arXiv preprint arXiv:2304.06716, 2023

    Ziyan Huang, Haoyu Wang, Zhongying Deng, Jin Ye, Yanzhou Su, Hui Sun, Junjun He, Yun Gu, Lixu Gu, Shaoting Zhang, et al. Stu- net: Scalable and transferable medical image segmentation models empowered by large-scale supervised pre-training.arXiv preprint arXiv:2304.06716, 2023

  9. [16]

    Scribble-based hierarchical weakly supervised learning for brain tumor segmentation

    Zhanghexuan Ji, Yan Shen, Chunwei Ma, and Mingchen Gao. Scribble-based hierarchical weakly supervised learning for brain tumor segmentation. InMedical Image Computing and Computer Assisted Intervention–MICCAI 2019: 22nd International Conference, Shenzhen, China, October 13–17,...

  10. [17]

    Scribble-supervised medical image segmentation via dual-branch network and dynamically mixed pseudo labels supervision

    Xiangde Luo, Minhao Hu, Wenjun Liao, Shuwei Zhai, Tao Song, Guotai Wang, and Shaoting Zhang. Scribble-supervised medical image segmentation via dual-branch network and dynamically mixed pseudo labels supervision. InInternational Conference on Medical Image Computing and Comput...

  11. [18]

    Scribblevc: Scribble-supervised medical image segmentation with vision-class embedding

    Zihan Li, Yuan Zheng, Xiangde Luo, Dandan Shan, and Qingqi Hong. Scribblevc: Scribble-supervised medical image segmentation with vision-class embedding. InProceedings of the 31st ACM International Conference on Multimedia, pages 3384–3393, 2023

  12. [19]

    Scribformer: Transformer makes cnn work better for scribble-based medical image segmentation.IEEE Transactions on Medical Imaging, 2024

    Zihan Li, Yuan Zheng, Dandan Shan, Shuzhou Yang, Qingde Li, Beizhan Wang, Yuanting Zhang, Qingqi Hong, and Dinggang Shen. Scribformer: Transformer makes cnn work better for scribble-based medical image segmentation.IEEE Transactions on Medical Imaging, 2024

  13. [20]

    Weakly-supervisedsalientobjectdetectionviascribbleannotations

    JingZhang,XinYu,AixuanLi,PeipeiSong,BowenLiu,andYuchaoDai. Weakly-supervisedsalientobjectdetectionviascribbleannotations. In Proceedings of the IEEE/CVF conference on computer vision and pattern recognition, pages 12546–12555, 2020

  14. [21]

    Cyclemix: A holistic strategy for medical image segmentation from scribble supervision

    Ke Zhang and Xiahai Zhuang. Cyclemix: A holistic strategy for medical image segmentation from scribble supervision. InProceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pages 11656–11665, 2022

  15. [22]

    S 2 me: Spatial-spectral mutual teaching and ensemble learning for scribble-supervised polyp segmentation

    An Wang, Mengya Xu, Yang Zhang, Mobarakol Islam, and Hongliang Ren. S 2 me: Spatial-spectral mutual teaching and ensemble learning for scribble-supervised polyp segmentation. InInternational Conference on Medical Image Computing and Computer-Assisted Intervention, pages 35–45....

  16. [23]

    In European conference on computer vision, pages 459–479

    ZhengzhongTu,HosseinTalebi,HanZhang,FengYang,PeymanMilanfar,AlanBovik,andYinxiaoLi.Maxvit:Multi-axisvisiontransformer. In European conference on computer vision, pages 459–479. Springer, 2022

  17. [24]

    Deep learning techniques for automatic mri cardiac multi-structures segmentation and diagnosis: is the problem solved?IEEE transactions on medical imaging, 37(11):2514–2525, 2018

    Olivier Bernard, Alain Lalande, Clement Zotti, Frederick Cervenansky, Xin Yang, Pheng-Ann Heng, Irem Cetin, Karim Lekadir, Oscar Camara, Miguel Angel Gonzalez Ballester, et al. Deep learning techniques for automatic mri cardiac multi-structures segmentation and diagnosis: is t...

  18. [25]

    Learning to segment from scribbles using multi-scale adversarial attention gates

    Gabriele Valvano, Andrea Leo, and Sotirios A Tsaftaris. Learning to segment from scribbles using multi-scale adversarial attention gates. IEEE Transactions on Medical Imaging, 40(8):1990–2001, 2021

  19. [26]

    Multivariatemixturemodelforcardiacsegmentationfrommulti-sequencemri

    XiahaiZhuang. Multivariatemixturemodelforcardiacsegmentationfrommulti-sequencemri. InSebastienOurselin,LeoJoskowicz,MertR. Sabuncu, Gozde Unal, and William Wells, editors,Medical Image Computing and Computer-Assisted Intervention – MICCAI 2016, pages 581–588, Cham, 2016. Sprin...

  20. [27]

    Multivariate mixture model for myocardial segmentation combining multi-source images.IEEE Transactions on Pattern Analysis and Machine Intelligence, 41(12):2933–2946, 2019

    Xiahai Zhuang. Multivariate mixture model for myocardial segmentation combining multi-source images.IEEE Transactions on Pattern Analysis and Machine Intelligence, 41(12):2933–2946, 2019

  21. [28]

    Shapepu: A new pu learning framework regularized by global consistency for scribble supervised cardiac segmentation

    Ke Zhang and Xiahai Zhuang. Shapepu: A new pu learning framework regularized by global consistency for scribble supervised cardiac segmentation. In International Conference on Medical Image Computing and Computer-Assisted Intervention, pages 162–172. Springer, 2022

  22. [29]

    Video polyp segmentation: A deep learning perspective.Machine Intelligence Research, 19(6):531–549, 2022

    Ge-Peng Ji, Guobao Xiao, Yu-Cheng Chou, Deng-Ping Fan, Kai Zhao, Geng Chen, and Luc Van Gool. Video polyp segmentation: A deep learning perspective.Machine Intelligence Research, 19(6):531–549, 2022

  23. [30]

    Progressively normalized self-attention networkforvideopolypsegmentation

    Ge-Peng Ji, Yu-Cheng Chou, Deng-Ping Fan, Geng Chen, Huazhu Fu, Debesh Jha, and Ling Shao. Progressively normalized self-attention networkforvideopolypsegmentation. In InternationalConferenceonMedicalImageComputingandComputer-AssistedIntervention ,pages 142–152. Springer, 2021

  24. [31]

    Pranet: Parallel reverse attention network for polyp segmentation

    Deng-Ping Fan, Ge-Peng Ji, Tao Zhou, Geng Chen, Huazhu Fu, Jianbing Shen, and Ling Shao. Pranet: Parallel reverse attention network for polyp segmentation. InInternational conference on medical image computing and computer-assisted intervention, pages 263–273. Springer, 2020

  25. [32]

    MasashiMisawa,Shin-eiKudo,YuichiMori,KinichiHotta,KazuoOhtsuka,TakahisaMatsuda,ShoichiSaito,ToyokiKudo,ToshiyukiBaba, Fumio Ishida, et al. Development of a computer-aided detection system for colonoscopy and a publicly accessible large colonoscopy video database (with video).G...

  26. [33]

    Dataset of breast ultrasound images.Data in brief, 28:104863, 2020

    Walid Al-Dhabyani, Mohammed Gomaa, Hussien Khaled, and Aly Fahmy. Dataset of breast ultrasound images.Data in brief, 28:104863, 2020

  27. [35]

    Masked-attention mask transformer for universal image segmentation

    Bowen Cheng, Ishan Misra, Alexander G Schwing, Alexander Kirillov, and Rohit Girdhar. Masked-attention mask transformer for universal image segmentation. InProceedings of the IEEE/CVF conference on computer vision and pattern recognition, pages 1290–1299, 2022

  28. [36]

    Mask2former with improved query for semantic segmentation in remote-sensing images.Mathematics, 12(5):765, 2024

    Shichen Guo, Qi Yang, Shiming Xiang, Shuwen Wang, and Xuezhi Wang. Mask2former with improved query for semantic segmentation in remote-sensing images.Mathematics, 12(5):765, 2024

  29. [37]

    Maxvit-unet: Multi-axis attention for medical image segmentation

    Abdul Rehman Khan and Asifullah Khan. Maxvit-unet: Multi-axis attention for medical image segmentation. arXiv preprint arXiv:2305.08396, 2023

  30. [38]

    Imagenet: A large-scale hierarchical image database

    Jia Deng, Wei Dong, Richard Socher, Li-Jia Li, Kai Li, and Li Fei-Fei. Imagenet: A large-scale hierarchical image database. In2009 IEEE conference on computer vision and pattern recognition, pages 248–255. Ieee, 2009

  31. [39]

    Batch normalization: Accelerating deep network training by reducing internal covariate shift

    Sergey Ioffe and Christian Szegedy. Batch normalization: Accelerating deep network training by reducing internal covariate shift. In International conference on machine learning, pages 448–456. pmlr, 2015

  32. [40]

    Deep learning using rectified linear units (relu).arXiv preprint arXiv:1803.08375, 2018

    AF Agarap. Deep learning using rectified linear units (relu).arXiv preprint arXiv:1803.08375, 2018. Hoang-An Vo et al.: Page 17 of 17 Enhancement for Scribble-Supervised Segmentation of Medical Images

  33. [41]

    Et-net: A generic edge-attention guidance network for medical image segmentation

    Zhijie Zhang, Huazhu Fu, Hang Dai, Jianbing Shen, Yanwei Pang, and Ling Shao. Et-net: A generic edge-attention guidance network for medical image segmentation. In Medical Image Computing and Computer Assisted Intervention–MICCAI 2019: 22nd International Conference, Shenzhen, C...

  34. [42]

    Per-pixel classification is not all you need for semantic segmentation.Advances in neural information processing systems, 34:17864–17875, 2021

    Bowen Cheng, Alex Schwing, and Alexander Kirillov. Per-pixel classification is not all you need for semantic segmentation.Advances in neural information processing systems, 34:17864–17875, 2021

  35. [43]

    Query-guided generalizable medical image segmentation.Pattern Recognition Letters, 184:52–58, 2024

    Zhiyi Yang, Zhou Zhao, Yuliang Gu, and Yongchao Xu. Query-guided generalizable medical image segmentation.Pattern Recognition Letters, 184:52–58, 2024

  36. [44]

    Segment anything

    AlexanderKirillov,EricMintun,NikhilaRavi,HanziMao,ChloeRolland,LauraGustafson,TeteXiao,SpencerWhitehead,AlexanderCBerg, Wan-Yen Lo, et al. Segment anything. InProceedings of the IEEE/CVF International Conference on Computer Vision, pages 4015–4026, 2023

  37. [45]

    Sparse instance activation for real-time instance segmentation

    Tianheng Cheng, Xinggang Wang, Shaoyu Chen, Wenqiang Zhang, Qian Zhang, Chang Huang, Zhaoxiang Zhang, and Wenyu Liu. Sparse instance activation for real-time instance segmentation. InProceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pages 4433–...

  38. [46]

    In Proceedings of the IEEE conference on computer vision and pattern recognition, pages 2117–2125, 2017

    Tsung-YiLin,PiotrDollár,RossGirshick,KaimingHe,BharathHariharan,andSergeBelongie.Featurepyramidnetworksforobjectdetection. In Proceedings of the IEEE conference on computer vision and pattern recognition, pages 2117–2125, 2017

  39. [47]

    Pyramid scene parsing network

    Hengshuang Zhao, Jianping Shi, Xiaojuan Qi, Xiaogang Wang, and Jiaya Jia. Pyramid scene parsing network. InProceedings of the IEEE conference on computer vision and pattern recognition, pages 2881–2890, 2017

  40. [48]

    Puzzle mix: Exploiting saliency and local statistics for optimal mixup

    Jang-Hyun Kim, Wonho Choo, and Hyun Oh Song. Puzzle mix: Exploiting saliency and local statistics for optimal mixup. InInternational conference on machine learning, pages 5275–5285. PMLR, 2020

  41. [49]

    Improved regularization of convolutional neural networks with cutout

    Terrance DeVries and Graham W Taylor. Improved regularization of convolutional neural networks with cutout. arXiv preprint arXiv:1708.04552, 2017

  42. [50]

    mixup: Beyond empirical risk minimization.arXiv preprint arXiv:1710.09412, 2017

    Hongyi Zhang, Moustapha Cisse, Yann N Dauphin, and David Lopez-Paz. mixup: Beyond empirical risk minimization.arXiv preprint arXiv:1710.09412, 2017

  43. [51]

    Scribblesup:Scribble-supervisedconvolutionalnetworksforsemanticsegmentation

    DiLin,JifengDai,JiayaJia,KaimingHe,andJianSun. Scribblesup:Scribble-supervisedconvolutionalnetworksforsemanticsegmentation. In Proceedings of the IEEE conference on computer vision and pattern recognition, pages 3159–3167, 2016

  44. [52]

    Semi-supervisedlearningbyentropyminimization

    YvesGrandvaletandYoshuaBengio. Semi-supervisedlearningbyentropyminimization. Advancesinneuralinformationprocessingsystems , 17, 2004

  45. [53]

    Weakly supervised segmentation of covid19 infection with scribble annotation on ct images.Pattern recognition, 122:108341, 2022

    Xiaoming Liu, Quan Yuan, Yaozong Gao, Kelei He, Shuo Wang, Xiao Tang, Jinshan Tang, and Dinggang Shen. Weakly supervised segmentation of covid19 infection with scribble annotation on ct images.Pattern recognition, 122:108341, 2022

  46. [54]

    Semi-supervised semantic segmentation with cross pseudo supervision

    Xiaokang Chen, Yuhui Yuan, Gang Zeng, and Jingdong Wang. Semi-supervised semantic segmentation with cross pseudo supervision. In Proceedings of the IEEE/CVF conference on computer vision and pattern recognition, pages 2613–2622, 2021. Hoang-An Vo et al.: Page 18 of 17

Pith tools

Reviewed August 7, 2026 · model on record in the stance chip above.