ignaciorlando / fundus-vessel-segmentation-tbme

In this work, we present an extensive description and evaluation of our method for blood vessel segmentation in fundus images based on a discriminatively trained, fully connected conditional random field model. Standard segmentation priors such as a Potts model or total variation usually fail when dealing with thin and elongated structures. We overcome this difficulty by using a conditional random field model with more expressive potentials, taking advantage of recent results enabling inference of fully connected models almost in real-time. Parameters of the method are learned automatically using a structured output support vector machine, a supervised technique widely used for structured prediction in a number of machine learning applications. Our method, trained with state of the art features, is evaluated both quantitatively and qualitatively on four publicly available data sets: DRIVE, STARE, CHASEDB1 and HRF. Additionally, a quantitative comparison with respect to other strategies is included. The experimental results show that this approach outperforms other techniques when evaluated in terms of sensitivity, F1-score, G-mean and Matthews correlation coefficient. Additionally, it was observed that the fully connected model is able to better distinguish the desired structures than the local neighborhood based approach. Results suggest that this method is suitable for the task of segmenting elongated structures, a feature that can be exploited to contribute with other medical and biological applications.
47 stars 15 forks source link

Can not open user_manual.pdf. #1

Closed PapaMadeleine2022 closed 8 years ago

PapaMadeleine2022 commented 8 years ago

Hello, I am very interested in your tbme. But I can not open the user_manual.pdf. What has gone wrong?

ignaciorlando commented 8 years ago

Hi! Thanks for your warning. I've already pushed a newer version of the code where the user_manual is working. Don't hesitate in contact me if you have any doubt about how to use the code!

PapaMadeleine2022 commented 8 years ago

@ignaciorlando Thank you very much.