REVIEW 4 major objections 4 minor 51 references
A Novel Hybrid Approach for Retinal Vessel Segmentation with Dynamic Long-Range Dependency and Multi-Scale Retinal Edge Fusion Enhancement
T0 review · 4 major / 4 minor · reviewed 2026-08-16 · deepseek-v4-flash
Pith's one-line read A hybrid CNN-Mamba network with curvature-aware scanning and multi-scale edge fusion reports the best retinal vessel segmentation on three public benchmarks.
desk verdict A competent incremental architecture whose SOTA claim is not backed by the tables as presented; the paper needs protocol transparency and significance testing more than it needs new modules. 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 load-bearing mechanism is the pair of new modules inserted into a high-resolution-preserving backbone. The DSVSS block couples Dynamic Snake Convolution, whose receptive field grows along a curved path so that it follows vessel geometry, with a Mamba state-space scan extended from four to eight directions and aggregated by learned softmax weights; this is what lets the model trace long, thin, winding vessels without losing continuity. The MREF module runs dilated convolutions at rates 1, 3, and 5, sums their outputs with a residual connection, and applies Squeeze-and-Excitation channel attention so that boundary features are emphasized and background noise suppressed. The argument rests on these modules because the ablations show each one improves the high-resolution baseline, and the combined model scores highest.
What would settle it
Re-run every baseline in Tables 1 to 3 under the exact protocol used for HREFNet: grayscale images, 224-by-224 random crops, AdamW with a learning rate that decays on plateau, 300 epochs, and the same train/test splits. If, under this matched protocol, HREFNet no longer holds the top Dice and clDice on all three datasets, then the central state-of-the-art claim is false.
Extended reading notes
Core claim
The paper's central claim is that retinal vessel segmentation can be improved by fusing two mechanisms that address different failure modes: a selective-scan state-space block whose receptive field follows vessel curvature, and a multi-scale edge-fusion module that sharpens boundaries. HREFNet places these modules on an HRNet-style high-resolution backbone, replaces the standard blocks with the Dynamic Snake Visual State Space (DSVSS) block, and inserts the Multi-scale Retina Edge Fusion (MREF) module after each stage. The DSVSS block combines Dynamic Snake Convolution with a Mamba state-space scan extended from four to eight directions and aggregates the directional features with learned softmax weights; MREF extracts edge features with dilated convolutions at rates 1, 3, and 5, recalibrates them with channel attention, and fuses them back into the stage output. On this architecture the paper reports the best Dice and clDice scores on DRIVE, STARE, and CHASE DB1 among the compared methods, and the ablation study attributes the improvement to the two modules working together.
Load-bearing premise
The tables assume that every comparison method was measured under the same training and evaluation conditions as HREFNet, but the paper never states whether those baselines were re-trained in-house, which preprocessing was applied, or which splits produced the quoted numbers; if those numbers come from different protocols, the reported margins may reflect protocol differences rather than architectural gains.
Editorial extensions
If this is right
- On the small training sets typical of retinal datasets, the architecture reports competitive results without pretraining or external data, which matters for clinical settings where annotated images are scarce.
- Because the ablation shows DSVSS and MREF each add measurable gains and the largest gain comes from their combination, future designs can treat curvature-aware scanning and edge fusion as complementary rather than competing strategies.
- The eight-directional scan with per-direction softmax weighting is defined as a general mechanism and can be lifted into other Mamba-based segmentation networks to test whether the continuity gain transfers beyond retinal vessels.
- The reported HD95 improvements imply that the model not only finds more vessel pixels but also places their boundaries more accurately, which is the property most relevant for downstream clinical measurements.
Reading between the lines
- A natural extension is to test whether the same two modules help on other elongated or tubular structures, such as corneal nerves or coronary arteries, where thin, curved, low-contrast targets produce the same fragmentation and blur failure modes.
- The eight-directional snake scan is architecture-agnostic; dropping it into a Transformer-based segmentation head would tell whether the gain comes from directional scanning per se or from the Mamba state-space backbone.
- Because the paper reports results from only 20 to 28 training images per dataset, an open question is whether HREFNet's advantage holds on larger or multi-center fundus collections with more domain shift.
Signed reviews
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper proposes HREFNet, a hybrid CNN-Mamba architecture for retinal vessel segmentation built on a high-resolution (HRNet-like) backbone. Two components are introduced: the Dynamic Snake Visual State Space (DSVSS) block, which combines dynamic snake convolution with a Mamba-style selective scan extended to eight directions, and the Multi-scale Retina Edge Fusion (MREF) module, which fuses multi-scale dilated features with channel attention. The method is evaluated on DRIVE, STARE, and CHASE DB1 against CNN, Transformer, and Mamba baselines, reporting Dice, clDice, ACC, AUC, and HD95. The paper claims state-of-the-art performance and includes component-level ablations plus a stage-depth study. The code is made publicly available.
Significance. If the performance claims were robust, the paper would make a useful contribution to retinal vessel segmentation by demonstrating that combining curvature-adaptive convolution with state-space long-range modeling and multi-scale edge fusion can improve vessel continuity and boundary quality. The manuscript is honest in reporting several metrics where HREFNet does not win (e.g., ACC on DRIVE, ACC/AUC on CHASE DB1, AUC on STARE), and it ships code, which aids reproducibility. The component ablations on DRIVE are a positive feature. However, the central state-of-the-art claim is not supported by the evidence as presented: the reported margins over the second-best method are in several cases smaller than the reported standard deviations, no significance tests are provided, and the baseline comparison protocol is not described. The contribution is therefore credible as an engineering proposal but not yet established as a benchmark-leading method.
major comments (4)
- [§5.1.2, Tables 1–3] A concrete fix is to re-run all baselines under the same preprocessing, training schedule, and evaluation code, and to report paired significance tests (e.g., Wilcoxon signed-rank or bootstrap CIs) for the primary comparisons.
- [§5.2.3, Table 6] This point is load-bearing because the final HREFNet configuration is not justified independently of the test-set results.
- [§3.1, Eq. (3)] This is a load-bearing technical point for the proposed architecture and should be corrected in a revision.
- [§3.2, Eqs. (7)–(8)] If the weights are indeed static, the authors should revise the terminology and the motivation accordingly; if the weights are input-dependent, the mechanism must be specified precisely.
minor comments (4)
- [§4.2.2, Eq. (14)] The clDice definitions reuse the symbols SP and VL for both the binary masks and their skeletons, which makes Eq. (14) confusing: Tprec is written as |SP ∩ VL| / |SP| without clearly indicating that one of these sets is a skeleton. Please use distinct symbols, e.g., S_P and S_L for skeletons, and correct the definitions accordingly.
- [References, [42]] The citation for CHASE DB1 is incorrect: reference [42] is a paper on coronary angiography segmentation, not the CHASE dataset. Please cite the original CHASE DB1 source (Owen et al.) or the standard dataset reference.
- [§2.1] The text contains a typo, 'Rencently', and the term 'Clustering Dice' is nonstandard; the topology-aware metric is conventionally called clDice, not 'Clustering Dice'. Please correct the spelling and terminology.
- [§5.1.2 and §4.3] The evaluation procedure is not fully specified: the paper does not state whether inference is performed on full-resolution images or on overlapping patches, whether test-time augmentation is used, or how the final segmentation is thresholded (fixed 0.5, Otsu, etc.). Description of these details would improve reproducibility of Tables 1–3.
Circularity Check
No significant circularity: HREFNet is an empirical architecture paper whose benchmark claims rest on experiments, not on a derivation that reduces to its own inputs.
full rationale
HREFNet is an empirical deep-learning paper: the central claim is that the proposed architecture achieves state-of-the-art retinal vessel segmentation on DRIVE, STARE, and CHASE DB1, supported by comparative tables and ablation studies. The named innovations are combinations and extensions of externally cited building blocks — HRNet as a high-resolution backbone, Dynamic Snake Convolution, Mamba/SS2D scanning, and SE attention — and none of the equations defines a target quantity in terms of the quantity it is supposed to predict. The DSVSS and MREF modules are described operationally (Eqs. 1–12) and their contributions are measured in ablations rather than derived analytically; the reported Dice/clDice/ACC/AUC/HD95 numbers are experimental outcomes, not identities implied by the inputs. No load-bearing self-citation chain was found: the cited prior works are external sources for standard components, and the paper does not invoke a uniqueness theorem or a prior result from the same authors to forbid alternatives. The weaknesses noted by a skeptical reader — possible lack of protocol control for baseline numbers and selection of HREFNet-large using DRIVE test-set results in Table 6 — are experimental-design and statistical-validity concerns, not circularity in the sense of a prediction being equivalent to its inputs by construction. Therefore the appropriate circularity score is 0.
Assumptions & free parameters
free parameters (4)
- MREF dilation rates =
(1, 3, 5)
- DSConv curvature modulation factor e =
Not reported
- Network stage depth =
4 (HREFNet-large)
- Number of scanning directions =
8
assumptions (4)
- domain assumption Vessels are curvilinear structures, so direction-adaptive convolutions and directional scans are beneficial inductive biases.
- domain assumption Multi-scale edge fusion with dilated convolutions and SE attention improves boundary accuracy without semantic drift.
- domain assumption Converting RGB fundus images to grayscale preserves all vessel-relevant discriminative information.
- ad hoc to paper The outputs Q1 through Q4 in Eq. (3) are implicitly resampled to the same resolution before element-wise multiplication.
invented entities (2)
-
Dynamic Snake Visual State Space (DSVSS) Block
-
Multi-scale Retina Edge Fusion (MREF) Module
Cite this review
Pith. "Pith review of A Novel Hybrid Approach for Retinal Vessel Segmentation with Dynamic Long-Range Dependency and Multi-Scale Retinal Edge Fusion Enhancement." pith.science (2026). https://pith.science/paper/JOVEKS4J
@misc{pith2026250413553,
author = {Pith},
title = {Pith review of: A Novel Hybrid Approach for Retinal Vessel Segmentation with Dynamic Long-Range Dependency and Multi-Scale Retinal Edge Fusion Enhancement},
year = {2026},
howpublished = {\url{https://pith.science/paper/JOVEKS4J}},
note = {Machine review of arXiv:2504.13553}
}
read the original abstract
Accurate retinal vessel segmentation provides essential structural information for ophthalmic image analysis. However, existing methods struggle with challenges such as multi-scale vessel variability, complex curvatures, and ambiguous boundaries. While Convolutional Neural Networks (CNNs), Transformer-based models and Mamba-based architectures have advanced the field, they often suffer from vascular discontinuities or edge feature ambiguity. To address these limitations, we propose a novel hybrid framework that synergistically integrates CNNs and Mamba for high-precision retinal vessel segmentation. Our approach introduces three key innovations: 1) The proposed High-Resolution Edge Fuse Network is a high-resolution preserving hybrid segmentation framework that combines a multi-scale backbone with the Multi-scale Retina Edge Fusion (MREF) module to enhance edge features, ensuring accurate and robust vessel segmentation. 2) The Dynamic Snake Visual State Space block combines Dynamic Snake Convolution with Mamba to adaptively capture vessel curvature details and long-range dependencies. An improved eight-directional 2D Snake-Selective Scan mechanism and a dynamic weighting strategy enhance the perception of complex vascular topologies. 3) The MREF module enhances boundary precision through multi-scale edge feature aggregation, suppressing noise while emphasizing critical vessel structures across scales. Experiments on three public datasets demonstrate that our method achieves state-of-the-art performance, particularly in maintaining vascular continuity and effectively segmenting vessels in low-contrast regions. This work provides a robust method for clinical applications requiring accurate retinal vessel analysis. The code is available at https://github.com/frank-oy/HREFNet.
Reference graph
Works this paper leans on
-
[1]
IEEE Access7, 114862–114887 (2019)
Imran, A., Li, J., Pei, Y., Yang, J.-J., Wang, Q.: Comparative analysis of vessel segmentation techniques in retinal images. IEEE Access7, 114862–114887 (2019)
work page 2019
-
[2]
Zhang, Y., Chung, A.C.: Deep supervision with additional labels for retinal ves- sel segmentation task. In: Medical Image Computing and Computer Assisted Intervention–MICCAI 2018: 21st International Conference, Granada, Spain, September 16-20, 2018, Proceedings, Part II 11, pp. 83–91 (2018). Springer
work page 2018
-
[3]
The Visual Computer 39(5), 1929–1941 (2023)
Li, D., Peng, L., Peng, S., Xiao, H., Zhang, Y.: Retinal vessel segmentation by using afnet. The Visual Computer 39(5), 1929–1941 (2023)
work page 2023
-
[4]
Fan, Z., Wei, J., Zhu, G., Mo, J., Li, W.: Enas u-net: Evolutionary neural architec- ture search for retinal vessel segmentation. arxiv.(2020) 2020: 1–17. doi: 10.48550. arXiv (2001)
work page 2020
-
[5]
Li, Z., Guan, J., Wang, H.: A novel dual-supervised convolutional network for reti- nal vessel segmentation. In: 2022 International Conference on Image Processing, Computer Vision and Machine Learning (ICICML), pp. 567–571 (2022). IEEE
work page 2022
-
[6]
In: Medical Image Computing and Computer-assisted intervention–MICCAI 2015: 18th International Conference, Munich, Germany, October 5-9, 2015, Proceedings, Part III 18, pp
Ronneberger, O., Fischer, P., Brox, T.: U-net: Convolutional networks for biomed- ical image segmentation. In: Medical Image Computing and Computer-assisted intervention–MICCAI 2015: 18th International Conference, Munich, Germany, October 5-9, 2015, Proceedings, Part III 18, pp. 234–241 (2015). Springer
2015
-
[7]
Zhou, Z., Rahman Siddiquee, M.M., Tajbakhsh, N., Liang, J.: Unet++: A nested u-net architecture for medical image segmentation. In: Deep Learning in Medi- cal Image Analysis and Multimodal Learning for Clinical Decision Support: 4th 24 International Workshop, DLMIA 2018, and 8th International Workshop, ML-CDS 2018, Held in Conjunction with MICCAI 2018, Gr...
work page 2018
-
[8]
arXiv preprint arXiv:1809.10486 (2018)
Isensee, F., Petersen, J., Klein, A., Zimmerer, D., Jaeger, P.F., Kohl, S., Wasserthal, J., Koehler, G., Norajitra, T., Wirkert, S., et al.: nnu-net: Self- adapting framework for u-net-based medical image segmentation. arXiv preprint arXiv:1809.10486 (2018)
arXiv 2018
Show all 51 references
-
[9]
IEEE transactions on medical imaging 37(12), 2663–2674 (2018)
Li, X., Chen, H., Qi, X., Dou, Q., Fu, C.-W., Heng, P.-A.: H-denseunet: hybrid densely connected unet for liver and tumor segmentation from ct volumes. IEEE transactions on medical imaging 37(12), 2663–2674 (2018)
2018
-
[10]
arXiv preprint arXiv:2102.04306 (2021)
Chen, J., Lu, Y., Yu, Q., Luo, X., Adeli, E., Wang, Y., Lu, L., Yuille, A.L., Zhou, Y.: Transunet: Transformers make strong encoders for medical image segmentation. arXiv preprint arXiv:2102.04306 (2021)
2021 arXiv
-
[11]
In: European Conference on Computer Vision, pp
Cao, H., Wang, Y., Chen, J., Jiang, D., Zhang, X., Tian, Q., Wang, M.: Swin- unet: Unet-like pure transformer for medical image segmentation. In: European Conference on Computer Vision, pp. 205–218 (2022). Springer
2022
-
[12]
arXiv preprint arXiv:2402.02491 (2024)
Ruan, J., Li, J., Xiang, S.: Vm-unet: Vision mamba unet for medical image segmentation. arXiv preprint arXiv:2402.02491 (2024)
2024 arXiv
-
[13]
: Swin-umamba: Mamba-based unet with imagenet- based pretraining
Liu, J., Yang, H., Zhou, H.-Y., Xi, Y., Yu, L., Li, C., Liang, Y., Shi, G., Yu, Y., Zhang, S., et al. : Swin-umamba: Mamba-based unet with imagenet- based pretraining. In: International Conference on Medical Image Computing and Computer-Assisted Intervention, pp. 615–625 (2024...
2024
-
[14]
In: Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pp
Sun, K., Xiao, B., Liu, D., Wang, J.: Deep high-resolution representation learning for human pose estimation. In: Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pp. 5693–5703 (2019)
2019
-
[15]
In: Pro- ceedings of the IEEE/CVF International Conference on Computer Vision, pp
Qi, Y., He, Y., Qi, X., Zhang, Y., Yang, G.: Dynamic snake convolution based on topological geometric constraints for tubular structure segmentation. In: Pro- ceedings of the IEEE/CVF International Conference on Computer Vision, pp. 6070–6079 (2023)
2023
-
[16]
In: The Thirty-eighth Annual Conference on Neural Information Processing Systems (2024)
Liu, Y., Tian, Y., Zhao, Y., Yu, H., Xie, L., Wang, Y., Ye, Q., Jiao, J., Liu, Y.: Vmamba: Visual state space model. In: The Thirty-eighth Annual Conference on Neural Information Processing Systems (2024)
2024
-
[17]
IEEE Transactions on medical imaging 8(3), 263–269 (1989) 25
Chaudhuri, S., Chatterjee, S., Katz, N., Nelson, M., Goldbaum, M.: Detection of blood vessels in retinal images using two-dimensional matched filters. IEEE Transactions on medical imaging 8(3), 263–269 (1989) 25
1989
-
[18]
In: Medical Image Computing and Computer-assisted intervention—MICCAI’98: First International Conference Cambridge, MA, USA, October 11–13, 1998 Proceedings 1, pp
Frangi, A.F., Niessen, W.J., Vincken, K.L., Viergever, M.A.: Multiscale ves- sel enhancement filtering. In: Medical Image Computing and Computer-assisted intervention—MICCAI’98: First International Conference Cambridge, MA, USA, October 11–13, 1998 Proceedings 1, pp. 130–137 (...
1998
-
[19]
Computerized Medical Imaging and Graphics45, 47–56 (2015)
Zhang, L., Fisher, M., Wang, W.: Retinal vessel segmentation using multi-scale textons derived from keypoints. Computerized Medical Imaging and Graphics45, 47–56 (2015)
2015
-
[20]
In: Computer Vision–ECCV 2020 Workshops: Glasgow, UK, August 23–28, 2020, Proceedings, Part I 16, pp
Dey, S.: A subpixel residual u-net and feature fusion preprocessing for retinal vessel segmentation. In: Computer Vision–ECCV 2020 Workshops: Glasgow, UK, August 23–28, 2020, Proceedings, Part I 16, pp. 239–250 (2020). Springer
2020
-
[21]
Medical Image Analysis 70, 102025 (2021)
Wu, H., Wang, W., Zhong, J., Lei, B., Wen, Z., Qin, J.: Scs-net: A scale and context sensitive network for retinal vessel segmentation. Medical Image Analysis 70, 102025 (2021)
2021
-
[22]
Computers in Biology and Medicine 152, 106341 (2023)
Liu, Y., Shen, J., Yang, L., Yu, H., Bian, G.: Wave-net: A lightweight deep network for retinal vessel segmentation from fundus images. Computers in Biology and Medicine 152, 106341 (2023)
2023
-
[23]
BioMed research international 2020(1), 7352129 (2020)
Gao, J., Chen, G., Lin, W.: An effective retinal blood vessel segmentation by using automatic random walks based on centerline extraction. BioMed research international 2020(1), 7352129 (2020)
2020
-
[24]
In: Medical Image Computing and Computer Assisted Intervention–MICCAI 2020: 23rd International Conference, Lima, Peru, October 4–8, 2020, Proceedings, Part V 23, pp
Lan, Y., Xiang, Y., Zhang, L.: An elastic interaction-based loss function for med- ical image segmentation. In: Medical Image Computing and Computer Assisted Intervention–MICCAI 2020: 23rd International Conference, Lima, Peru, October 4–8, 2020, Proceedings, Part V 23, pp. 755...
2020
-
[25]
In: Medical Image Com- puting and Computer Assisted Intervention–MICCAI 2020: 23rd International Conference, Lima, Peru, October 4–8, 2020, Proceedings, Part V 23, pp
Wang, W., Zhong, J., Wu, H., Wen, Z., Qin, J.: Rvseg-net: An efficient feature pyramid cascade network for retinal vessel segmentation. In: Medical Image Com- puting and Computer Assisted Intervention–MICCAI 2020: 23rd International Conference, Lima, Peru, October 4–8, 2020, P...
2020
-
[26]
IEEE Journal of Biomedical and Health Informatics 25(7), 2722–2732 (2020)
Xu, R., Liu, T., Ye, X., Liu, F., Lin, L., Li, L., Tanaka, S., Chen, Y.-W.: Joint extraction of retinal vessels and centerlines based on deep semantics and multi- scaled cross-task aggregation. IEEE Journal of Biomedical and Health Informatics 25(7), 2722–2732 (2020)
2020
-
[27]
Knowledge-Based Systems 283, 111185 (2024)
Tan, Y., Yang, K.-F., Zhao, S.-X., Wang, J., Liu, L., Li, Y.-J.: Deep matched filtering for retinal vessel segmentation. Knowledge-Based Systems 283, 111185 (2024)
2024
-
[28]
Computers in Biology and Medicine 186, 109592 (2025)
Bhati, A., Jain, S., Gour, N., Khanna, P., Ojha, A., Werghi, N.: Dynamic statistical attention-based lightweight model for retinal vessel segmentation: 26 Dysta-retnet. Computers in Biology and Medicine 186, 109592 (2025)
2025
-
[29]
In: Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition, pp
He, K., Zhang, X., Ren, S., Sun, J.: Deep residual learning for image recogni- tion. In: Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition, pp. 770–778 (2016)
2016
-
[30]
In: Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition, pp
Huang, G., Liu, Z., Van Der Maaten, L., Weinberger, K.Q.: Densely connected convolutional networks. In: Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition, pp. 4700–4708 (2017)
2017
-
[31]
In: Proceedings of the IEEE International Conference on Computer Vision, pp
Dai, J., Qi, H., Xiong, Y., Li, Y., Zhang, G., Hu, H., Wei, Y.: Deformable con- volutional networks. In: Proceedings of the IEEE International Conference on Computer Vision, pp. 764–773 (2017)
2017
-
[32]
arXiv preprint arXiv:2010.11929 (2020)
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)
2020 arXiv
-
[33]
In: Proceedings of the IEEE/CVF International Conference on Computer Vision, pp
Liu, Z., Lin, Y., Cao, Y., Hu, H., Wei, Y., Zhang, Z., Lin, S., Guo, B.: Swin trans- former: Hierarchical vision transformer using shifted windows. In: Proceedings of the IEEE/CVF International Conference on Computer Vision, pp. 10012–10022 (2021)
2021
-
[34]
arXiv preprint arXiv:2404.02668 (2024)
Zhao, S., Chen, H., Zhang, X., Xiao, P., Bai, L., Ouyang, W.: Rs-mamba for large remote sensing image dense prediction. arXiv preprint arXiv:2404.02668 (2024)
2024 arXiv
-
[35]
arXiv preprint arXiv:2401.04722 (2024)
Ma, J., Li, F., Wang, B.: U-mamba: Enhancing long-range dependency for biomedical image segmentation. arXiv preprint arXiv:2401.04722 (2024)
2024 arXiv
-
[36]
In: International Conference on Medical Image Computing and Computer-Assisted Intervention, pp
Xing, Z., Ye, T., Yang, Y., Liu, G., Zhu, L.: Segmamba: Long-range sequential modeling mamba for 3d medical image segmentation. In: International Conference on Medical Image Computing and Computer-Assisted Intervention, pp. 578–588 (2024). Springer
2024
-
[37]
arXiv preprint arXiv:2407.15714 (2024)
He, Z., Wang, Y.-H.: Mamba meets crack segmentation. arXiv preprint arXiv:2407.15714 (2024)
2024 arXiv
-
[38]
In: Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pp
Yun, S., Ro, Y.: Shvit: Single-head vision transformer with memory efficient macro design. In: Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pp. 5756–5767 (2024)
2024
-
[39]
In: Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition, pp
Hu, J., Shen, L., Sun, G.: Squeeze-and-excitation networks. In: Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition, pp. 7132–7141 (2018)
2018
-
[40]
IEEE transactions on medical imaging 23(4), 501–509 (2004)
Staal, J., Abr` amoff, M.D., Niemeijer, M., Viergever, M.A., Van Ginneken, B.: 27 Ridge-based vessel segmentation in color images of the retina. IEEE transactions on medical imaging 23(4), 501–509 (2004)
2004
-
[41]
IEEE Transactions on Medical imaging 19(3), 203–210 (2000)
Hoover, A., Kouznetsova, V., Goldbaum, M.: Locating blood vessels in reti- nal images by piecewise threshold probing of a matched filter response. IEEE Transactions on Medical imaging 19(3), 203–210 (2000)
2000
-
[42]
Biomedical Signal Processing and Control 46, 1–9 (2018)
Carballal, A., Novoa, F.J., Fernandez-Lozano, C., Garc´ ıa-Guimaraes, M., Aldama-L´ opez, G., Calvi˜ no-Santos, R., Vazquez-Rodriguez, J.M., Pazos, A.: Automatic multiscale vascular image segmentation algorithm for coronary angiog- raphy. Biomedical Signal Processing and Contr...
2018
-
[43]
Ecology 26(3), 297–302 (1945)
Dice, L.R.: Measures of the amount of ecologic association between species. Ecology 26(3), 297–302 (1945)
1945
-
[44]
In: Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pp
Shit, S., Paetzold, J.C., Sekuboyina, A., Ezhov, I., Unger, A., Zhylka, A., Pluim, J.P., Bauer, U., Menze, B.H.: cldice-a novel topology-preserving loss function for tubular structure segmentation. In: Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recog...
2021
-
[45]
Pattern recognition 30(7), 1145–1159 (1997)
Bradley, A.P.: The use of the area under the roc curve in the evaluation of machine learning algorithms. Pattern recognition 30(7), 1145–1159 (1997)
1997
-
[46]
BMC medical imaging 15, 1–28 (2015)
Taha, A.A., Hanbury, A.: Metrics for evaluating 3d medical image segmentation: analysis, selection, and tool. BMC medical imaging 15, 1–28 (2015)
2015
-
[47]
In: Medical Image Computing and Computer Assisted Intervention–MICCAI 2019: 22nd International Conference, Shenzhen, China, October 13–17, 2019, Proceedings, Part I 22, pp
Mou, L., Zhao, Y., Chen, L., Cheng, J., Gu, Z., Hao, H., Qi, H., Zheng, Y., Frangi, A., Liu, J.: Cs-net: Channel and spatial attention network for curvilinear structure segmentation. In: Medical Image Computing and Computer Assisted Intervention–MICCAI 2019: 22nd International...
2019
-
[48]
arXiv preprint arXiv:2110.09408 (2021)
Yuan, Y., Fu, R., Huang, L., Lin, W., Zhang, C., Chen, X., Wang, J.: Hrformer: High-resolution transformer for dense prediction. arXiv preprint arXiv:2110.09408 (2021)
2021 arXiv
-
[49]
Biomedical Signal Processing and Control 91, 105980 (2024)
Liu, M., Wang, Y., Wang, L., Hu, S., Wang, X., Ge, Q.: Imff-net: An integrated multi-scale feature fusion network for accurate retinal vessel segmentation from fundus images. Biomedical Signal Processing and Control 91, 105980 (2024)
2024
-
[50]
In: ICASSP 2024-2024 IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP), pp
Ning, H., Wang, C., Chen, X., Li, S.: An accurate and efficient neural network for octa vessel segmentation and a new dataset. In: ICASSP 2024-2024 IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP), pp. 1966–1970 (2024). IEEE
2024
-
[51]
In: Proceedings of the IEEE International Conference on Computer Vision, pp
Selvaraju, R.R., Cogswell, M., Das, A., Vedantam, R., Parikh, D., Batra, D.: 28 Grad-cam: Visual explanations from deep networks via gradient-based localiza- tion. In: Proceedings of the IEEE International Conference on Computer Vision, pp. 618–626 (2017) Yihao Ouyang is curre...
2017
Reviewed August 16, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.