[ITK Community] [Insight-users] ITKBsplineSyN learning rate

Luis Ibanez luis.ibanez at kitware.com
Thu Jan 23 09:20:30 EST 2014


Hi Ema,

After reading Brian's and Nick's answers to your more recent post,

I realized that I missed line 407:

https://github.com/InsightSoftwareConsortium/ITK/blob/master/Modules/Registration/RegistrationMethodsv4/include/itkSyNImageRegistrationMethod.hxx#L407


 RealType localNorm = 0;
    for( unsigned int d = 0; d < ImageDimension; d++ )
      {
      localNorm += vnl_math_sqr( vector[d] / spacing[d] );
      }
    localNorm = vcl_sqrt( localNorm );



Where the spacing of the image is already taken into account while
computing the norm.

So,
the LearningRate is indeed to be set as a ratio (not related to units), and
as Nick and Brian suggest, starting with something between 0.1 and 0.25.


   My apologies for the confusion


      Luis
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/community/attachments/20140123/2a260031/attachment-0002.html>
-------------- next part --------------
_____________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at
http://www.kitware.com/opensource/opensource.html

Kitware offers ITK Training Courses, for more information visit:
http://www.kitware.com/products/protraining.php

Please keep messages on-topic and check the ITK FAQ at:
http://www.itk.org/Wiki/ITK_FAQ

Follow this link to subscribe/unsubscribe:
http://www.itk.org/mailman/listinfo/insight-users


More information about the Community mailing list