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

**URL:** https://discourse.itk.org/t/new-insight-journal-article-an-empirical-optimization-to-logistic-classification-model/2425
**Category:** Community
**Tags:** insight-journal
**Created:** [November 19, 2019, 11:13pm UTC](https://discourse.itk.org/t/new-insight-journal-article-an-empirical-optimization-to-logistic-classification-model/2425 "2019-11-19T23:13:52Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![matt.mccormick](https://discourse.itk.org/user_avatar/discourse.itk.org/matt.mccormick/32/7_2.png) [@matt.mccormick](https://discourse.itk.org/u/matt.mccormick)
#### Post date: [November 19, 2019, 11:13pm UTC](https://discourse.itk.org/t/new-insight-journal-article-an-empirical-optimization-to-logistic-classification-model/2425/1 "2019-11-19T23:13:52Z")

</div>

_An Empirical Optimization to Logistic Classification Model_

Senra Filho A.C.

University of Sao Paulo  
 ![image](https://discourse.itk.org/uploads/default/original/2X/d/dfe24331afa44da961656046dfec595ead3749d0.png)

Please use this identifier to cite or link to this publication: [http://hdl.handle.net/10380/3603](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.

---

<div class="post-metadata">

### Author: ![jhlegarreta](https://discourse.itk.org/user_avatar/discourse.itk.org/jhlegarreta/32/476_2.png) [@jhlegarreta](https://discourse.itk.org/u/jhlegarreta)
#### Post date: [November 20, 2019, 1:45pm UTC](https://discourse.itk.org/t/new-insight-journal-article-an-empirical-optimization-to-logistic-classification-model/2425/2 "2019-11-20T13:45:46Z")

</div>

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.

---

<div class="post-metadata">

### Author: ![dzenanz](https://discourse.itk.org/user_avatar/discourse.itk.org/dzenanz/32/1093_2.png) [@dzenanz](https://discourse.itk.org/u/dzenanz)
#### Post date: [November 20, 2019, 1:50pm UTC](https://discourse.itk.org/t/new-insight-journal-article-an-empirical-optimization-to-logistic-classification-model/2425/3 "2019-11-20T13:50:56Z")

</div>

The source code repository link on IJ points to [github.com/CSIM-Toolkits/ITK](https://github.com/CSIM-Toolkits/ITK).

---

<div class="post-metadata">

### Author: ![jhlegarreta](https://discourse.itk.org/user_avatar/discourse.itk.org/jhlegarreta/32/476_2.png) [@jhlegarreta](https://discourse.itk.org/u/jhlegarreta)
#### Post date: [November 20, 2019, 1:57pm UTC](https://discourse.itk.org/t/new-insight-journal-article-an-empirical-optimization-to-logistic-classification-model/2425/4 "2019-11-20T13:57:52Z")

</div>

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 !
