New Insight Journal article: An Empirical Optimization to Logistic Classification Model

An Empirical Optimization to Logistic Classification Model

Senra Filho A.C.

University of Sao Paulo
image

Please use this identifier to cite or link to this publication: http://hdl.handle.net/10380/3603

Recently, the scientific community has been proposing several automatic algorithms to biomedical image segmentation procedure, being an interesting and helpful approach to assist both technicians and radiologists in this time-consuming and subjective task. One of these interesting and widely used image segmentation method could be the voxel intensity-based algorithms, e.g. image histogram threshold methods, which have been intensively improved in the past decades. Recently, an interesting approach that gained focus is the logistic classification (LC) for object detection in biomedical images. Even though the general concept behind the LC method is fairly known, the proper method’s optimization still commonly adjusted by hand which naturally adds a level of uncertainty and subjectivity in the general segmentation performance. Therefore, an empirical LC optimization is presented, offering a ITK class that performs the LC parameters optimization based on empirical input data analysis. It is worth mentioning that the LogisticContrastEnhancementImageFilter class showed here is also applied on others computational problems, being briefly explained in this document.

1 Like

Good job !

Would there be the possibility to make the code available as a remote module in a GitHub repository so that the community can benefit from it?

It would also allow for a better code maintenance.

Thanks.

The source code repository link on IJ points to github.com/CSIM-Toolkits/ITK.

1 Like

Thanks @dzenanz !

I missed the section in the IJ webpage and directly had a look at the IJ article. I did not find a reference to the repository and hence the message. Sorry.

So that’s a good starting point to make it into a remote module !

1 Like