Home | Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Data Structures | File List | Namespace Members | Data Fields | Globals | Related Pages |
#include <elxAdaptiveStochasticVarianceReducedGradient.h>
A gradient descent optimizer with an adaptive gain.
This class is a wrap around the AdaptiveStochasticVarianceReducedGradientOptimizer class. It takes care of setting parameters and printing progress information. For more information about the optimization method, please read the documentation of the AdaptiveStochasticVarianceReducedGradientOptimizer class.
This optimizer is very suitable to be used in combination with the Random image sampler, or with the RandomCoordinate image sampler, with the setting (NewSamplesEveryIteration "true"). Much effort has been spent on providing reasonable default values for all parameters, to simplify usage. In most registration problems, good results should be obtained without specifying any of the parameters described below (except the first of course, which defines the optimizer to use).
This optimization method is described in the following references:
[1] P. Cruz Almost sure convergence and asymptotical normality of a generalization of Kesten's stochastic approximation algorithm for multidimensional case Technical Report, 2005. http://hdl.handle.net/2052/74
[2] S. Klein, J.P.W. Pluim, and M. Staring, M.A. Viergever, Adaptive stochastic gradient descent optimisation for image registration International Journal of Computer Vision, vol. 81, no. 3, pp. 227-239, 2009 http://dx.doi.org/10.1007/s11263-008-0168-y
Acceleration in case of many transform parameters was proposed in the following paper:
[3] Y.Qiao, B.P.F. Lelieveldt, M.Staring Fast Automatic Step Size Estimation for Gradient Descent Optimization of Image Registration IEEE Transactions on Medical Imaging, vol. 35, no. 2, pp. 391 - 403, February 2016 http://dx.doi.org/10.1109/TMI.2015.2476354
The parameters used in this class are:
Optimizer: Select this optimizer as follows:
(Optimizer "AdaptiveStochasticVarianceReducedGradient")
MaximumNumberOfIterations: The maximum number of iterations in each resolution.
example: (MaximumNumberOfIterations 100 100 50)
Default/recommended value: 500. When you are in a hurry, you may go down to 250 for example. When you have plenty of time, and want to be absolutely sure of the best results, a setting of 2000 is reasonable. In general, 500 gives satisfactory results.
MaximumNumberOfSamplingAttempts: The maximum number of sampling attempts. Sometimes not enough corresponding samples can be drawn, upon which an exception is thrown. With this parameter it is possible to try to draw another set of samples.
example: (MaximumNumberOfSamplingAttempts 10 15 10)
Default value: 0, i.e. just fail immediately, for backward compatibility.
AutomaticParameterEstimation: When this parameter is set to "true", many other parameters are calculated automatically: SP_a, SP_alpha, SigmoidMax, SigmoidMin, and SigmoidScale. In the elastix.log file the actually chosen values for these parameters can be found.
example: (AutomaticParameterEstimation "true")
Default/recommended value: "true". The parameter can be specified for each resolution, or for all resolutions at once.
UseAdaptiveStepSizes: When this parameter is set to "true", the adaptive step size mechanism described in the documentation of itk::AdaptiveStochasticVarianceReducedGradientOptimizer is used. The parameter can be specified for each resolution, or for all resolutions at once.
example: (UseAdaptiveStepSizes "true")
Default/recommend value: "true", because it makes the registration more robust. In case of using a RandomCoordinate sampler, with (UseRandomSampleRegion "true"), the adaptive step size mechanism is turned off, no matter the user setting.
MaximumStepLength: Also called . This parameter can be considered as the maximum voxel displacement between two iterations. The larger this parameter, the more agressive the optimization. The parameter can be specified for each resolution, or for all resolutions at once.
example: (MaximumStepLength 1.0)
Default: mean voxel spacing of fixed and moving image. This seems to work well in general. This parameter only has influence when AutomaticParameterEstimation is used.
SP_a: The gain at each iteration is defined by
.
SP_a can be defined for each resolution.
example: (SP_a 3200.0 3200.0 1600.0)
The default value is 400.0. Tuning this variable for you specific problem is recommended. Alternatively set the AutomaticParameterEstimation to "true". In that case, you do not need to specify SP_a. SP_a has no influence when AutomaticParameterEstimation is used.
SP_A: The gain at each iteration is defined by
.
SP_A can be defined for each resolution.
example: (SP_A 50.0 50.0 100.0)
The default/recommended value for this particular optimizer is 20.0.
SP_alpha: The gain at each iteration is defined by
.
SP_alpha can be defined for each resolution.
example: (SP_alpha 0.602 0.602 0.602)
The default/recommended value for this particular optimizer is 1.0. Alternatively set the AutomaticParameterEstimation to "true". In that case, you do not need to specify SP_alpha. SP_alpha has no influence when AutomaticParameterEstimation is used.
SigmoidMax: The maximum of the sigmoid function ( ). Must be larger than 0. The parameter can be specified for each resolution, or for all resolutions at once.
example: (SigmoidMax 1.0)
Default/recommended value: 1.0. This parameter has no influence when AutomaticParameterEstimation is used. In that case, always a value 1.0 is used.
SigmoidMin: The minimum of the sigmoid function ( ). Must be smaller than 0. The parameter can be specified for each resolution, or for all resolutions at once.
example: (SigmoidMin -0.8)
Default value: -0.8. This parameter has no influence when AutomaticParameterEstimation is used. In that case, the value is automatically determined, depending on the images, metric etc.
SigmoidScale: The scale/width of the sigmoid function ( ). The parameter can be specified for each resolution, or for all resolutions at once.
example: (SigmoidScale 0.00001)
Default value: 1e-8. This parameter has no influence when AutomaticParameterEstimation is used. In that case, the value is automatically determined, depending on the images, metric etc.
SigmoidInitialTime: the initial time input for the sigmoid ( ). Must be larger than 0.0. The parameter can be specified for each resolution, or for all resolutions at once.
example: (SigmoidInitialTime 0.0 5.0 5.0)
Default value: 0.0. When increased, the optimization starts with smaller steps, leaving the possibility to increase the steps when necessary. If set to 0.0, the method starts with with the largest step allowed.
NumberOfGradientMeasurements: Number of gradients N to estimate the average square magnitudes of the exact gradient and the approximation error. The parameter can be specified for each resolution, or for all resolutions at once.
example: (NumberOfGradientMeasurements 10)
Default value: 0, which means that the value is automatically estimated. In principle, the more the better, but the slower. In practice N=10 is usually sufficient. But the automatic estimation achieved by N=0 also works good. The parameter has only influence when AutomaticParameterEstimation is used.
NumberOfJacobianMeasurements: The number of voxels M where the Jacobian is measured, which is used to estimate the covariance matrix. The parameter can be specified for each resolution, or for all resolutions at once.
example: (NumberOfJacobianMeasurements 5000 10000 20000)
Default value: M = max( 1000, nrofparams ), with nrofparams the number of transform parameters. This is a rather crude rule of thumb, which seems to work in practice. In principle, the more the better, but the slower. The parameter has only influence when AutomaticParameterEstimation is used.
NumberOfSamplesForExactGradient: The number of image samples used to compute the 'exact' gradient. The samples are chosen on a uniform grid. The parameter can be specified for each resolution, or for all resolutions at once.
example: (NumberOfSamplesForExactGradient 100000)
Default/recommended: 100000. This works in general. If the image is smaller, the number of samples is automatically reduced. In principle, the more the better, but the slower. The parameter has only influence when AutomaticParameterEstimation is used.
ASGDParameterEstimationMethod: The ASGD parameter estimation method used in this optimizer. The parameter can be specified for each resolution.
example: (ASGDParameterEstimationMethod "Original")
or (ASGDParameterEstimationMethod "DisplacementDistribution")
Default: Original.
MaximumDisplacementEstimationMethod: The suitable position selection method used only for displacement distribution estimation method. The parameter can be specified for each resolution.
example: (MaximumDisplacementEstimationMethod "2sigma")
or (MaximumDisplacementEstimationMethod "95percentile")
Default: 2sigma.
NoiseCompensation: Selects whether or not to use noise compensation. The parameter can be specified for each resolution, or for all resolutions at once.
example: (NoiseCompensation "true")
Default/recommended: true.
Definition at line 193 of file elxAdaptiveStochasticVarianceReducedGradient.h.
Data Structures | |
struct | MultiThreaderParameterType |
struct | SettingsType |
Public Member Functions | |
void | AdvanceOneStep (void) override |
void | AfterEachIteration (void) override |
void | AfterEachResolution (void) override |
void | AfterRegistration (void) override |
void | BeforeEachResolution (void) override |
void | BeforeRegistration (void) override |
elxClassNameMacro ("AdaptiveStochasticVarianceReducedGradient") | |
virtual bool | GetAutomaticParameterEstimation () const |
virtual const char * | GetClassName () const |
virtual const SizeValueType & | GetMaximumNumberOfSamplingAttempts () |
virtual double | GetMaximumStepLength () const |
virtual const DerivativeType & | GetMeanGradient () |
void | MetricErrorResponse (itk::ExceptionObject &err) override |
void | ResumeOptimization (void) override |
virtual void | SetAutomaticParameterEstimation (bool _arg) |
virtual void | SetMaximumNumberOfSamplingAttempts (SizeValueType _arg) |
virtual void | SetMaximumStepLength (double _arg) |
void | SetNumberOfWorkUnits (ThreadIdType numberOfThreads) |
void | StartOptimization (void) override |
void | StopOptimization (void) override |
Public Member Functions inherited from itk::AdaptiveStochasticVarianceReducedGradientOptimizer | |
virtual const char * | GetClassName () const |
virtual double | GetSigmoidMax () const |
virtual double | GetSigmoidMin () const |
virtual double | GetSigmoidScale () const |
virtual bool | GetUseAdaptiveStepSizes () const |
virtual void | SetSigmoidMax (double _arg) |
virtual void | SetSigmoidMin (double _arg) |
virtual void | SetSigmoidScale (double _arg) |
virtual void | SetUseAdaptiveStepSizes (bool _arg) |
Public Member Functions inherited from itk::StandardStochasticVarianceReducedGradientOptimizer | |
void | AdvanceOneStep (void) override |
virtual const char * | GetClassName () const |
virtual double | GetCurrentTime () const |
virtual double | GetInitialTime () const |
virtual double | GetParam_a () const |
virtual double | GetParam_A () const |
virtual double | GetParam_alpha () const |
virtual double | GetParam_beta () const |
virtual void | ResetCurrentTimeToInitialTime (void) |
virtual void | SetInitialTime (double _arg) |
virtual void | SetParam_a (double _arg) |
virtual void | SetParam_A (double _arg) |
virtual void | SetParam_alpha (double _arg) |
virtual void | SetParam_beta (double _arg) |
void | StartOptimization (void) override |
Public Member Functions inherited from itk::StochasticVarianceReducedGradientDescentOptimizer | |
virtual void | AdvanceOneStep (void) |
virtual const char * | GetClassName () const |
virtual unsigned int | GetCurrentInnerIteration () const |
virtual unsigned int | GetCurrentIteration () const |
virtual const DerivativeType & | GetGradient () |
virtual unsigned int | GetLBFGSMemory () const |
virtual const double & | GetLearningRate () |
virtual const unsigned long & | GetNumberOfInnerIterations () |
virtual const unsigned long & | GetNumberOfIterations () |
virtual const DerivativeType & | GetPreviousGradient () |
virtual const ParametersType & | GetPreviousPosition () |
virtual const DerivativeType & | GetSearchDir () |
virtual const StopConditionType & | GetStopCondition () |
virtual const double & | GetValue () |
virtual void | MetricErrorResponse (ExceptionObject &err) |
virtual void | ResumeOptimization (void) |
virtual void | SetLearningRate (double _arg) |
virtual void | SetNumberOfIterations (unsigned long _arg) |
void | SetNumberOfWorkUnits (ThreadIdType numberOfThreads) |
virtual void | SetPreviousGradient (DerivativeType _arg) |
virtual void | SetPreviousPosition (ParametersType _arg) |
virtual void | SetUseEigen (bool _arg) |
virtual void | SetUseMultiThread (bool _arg) |
virtual void | SetUseOpenMP (bool _arg) |
void | StartOptimization (void) override |
virtual void | StopOptimization (void) |
Public Member Functions inherited from itk::ScaledSingleValuedNonLinearOptimizer | |
virtual const char * | GetClassName () const |
const ParametersType & | GetCurrentPosition (void) const override |
virtual bool | GetMaximize () const |
virtual const ScaledCostFunctionType * | GetScaledCostFunction () |
virtual const ParametersType & | GetScaledCurrentPosition () |
bool | GetUseScales (void) const |
virtual void | InitializeScales (void) |
virtual void | MaximizeOff () |
virtual void | MaximizeOn () |
void | SetCostFunction (CostFunctionType *costFunction) override |
virtual void | SetMaximize (bool _arg) |
virtual void | SetUseScales (bool arg) |
Public Member Functions inherited from elastix::OptimizerBase< TElastix > | |
void | AfterRegistrationBase (void) override |
void | BeforeEachResolutionBase () override |
virtual ITKBaseType * | GetAsITKBaseType (void) |
virtual const ITKBaseType * | GetAsITKBaseType (void) const |
virtual const char * | GetClassName () const |
virtual void | SetCurrentPositionPublic (const ParametersType ¶m) |
virtual void | SetSinusScales (double amplitude, double frequency, unsigned long numberOfParameters) |
Public Member Functions inherited from elastix::BaseComponentSE< TElastix > | |
ConfigurationType * | GetConfiguration (void) const |
ElastixType * | GetElastix (void) const |
RegistrationPointer | GetRegistration (void) const |
ITK_DISALLOW_COPY_AND_ASSIGN (BaseComponentSE) | |
void | SetConfiguration (ConfigurationType *_arg) |
void | SetElastix (ElastixType *_arg) |
Public Member Functions inherited from elastix::BaseComponent | |
virtual void | AfterEachIteration (void) |
virtual void | AfterEachIterationBase (void) |
virtual void | AfterEachResolution (void) |
virtual void | AfterEachResolutionBase (void) |
virtual void | AfterRegistration (void) |
virtual void | AfterRegistrationBase (void) |
virtual int | BeforeAll (void) |
virtual int | BeforeAllBase (void) |
virtual void | BeforeEachResolution (void) |
virtual void | BeforeEachResolutionBase (void) |
virtual void | BeforeRegistration (void) |
virtual void | BeforeRegistrationBase (void) |
virtual const char * | elxGetClassName (void) const |
const char * | GetComponentLabel (void) const |
ITK_DISALLOW_COPY_AND_ASSIGN (BaseComponent) | |
itkTypeMacroNoParent (BaseComponent) | |
void | SetComponentLabel (const char *label, unsigned int idx) |
Static Public Member Functions | |
static Pointer | New () |
Static Public Member Functions inherited from itk::AdaptiveStochasticVarianceReducedGradientOptimizer | |
static Pointer | New () |
Static Public Member Functions inherited from itk::StandardStochasticVarianceReducedGradientOptimizer | |
static Pointer | New () |
Static Public Member Functions inherited from itk::StochasticVarianceReducedGradientDescentOptimizer | |
static Pointer | New () |
Static Public Member Functions inherited from itk::ScaledSingleValuedNonLinearOptimizer | |
static Pointer | New () |
Static Public Member Functions inherited from elastix::BaseComponent | |
static std::string | ConvertSecondsToDHMS (const double totalSeconds, const unsigned int precision) |
static void | InitializeElastixExecutable () |
static bool | IsElastixLibrary () |
Private Member Functions | |
AdaptiveStochasticVarianceReducedGradient (const Self &) | |
void | operator= (const Self &) |
void | ThreadedAdvanceOneStep (ThreadIdType threadId, ParametersType &newPosition) |
Static Private Member Functions | |
static itk::ITK_THREAD_RETURN_TYPE | AdvanceOneStepThreaderCallback (void *arg) |
|
protected |
Definition at line 362 of file elxAdaptiveStochasticVarianceReducedGradient.h.
|
protected |
Definition at line 320 of file elxAdaptiveStochasticVarianceReducedGradient.h.
|
protected |
Definition at line 314 of file elxAdaptiveStochasticVarianceReducedGradient.h.
typedef Superclass2::ConfigurationPointer elastix::AdaptiveStochasticVarianceReducedGradient< TElastix >::ConfigurationPointer |
Definition at line 228 of file elxAdaptiveStochasticVarianceReducedGradient.h.
typedef Superclass2::ConfigurationType elastix::AdaptiveStochasticVarianceReducedGradient< TElastix >::ConfigurationType |
Definition at line 227 of file elxAdaptiveStochasticVarianceReducedGradient.h.
typedef itk::SmartPointer<const Self> elastix::AdaptiveStochasticVarianceReducedGradient< TElastix >::ConstPointer |
Definition at line 204 of file elxAdaptiveStochasticVarianceReducedGradient.h.
|
protected |
Definition at line 358 of file elxAdaptiveStochasticVarianceReducedGradient.h.
typedef Superclass1::CostFunctionPointer elastix::AdaptiveStochasticVarianceReducedGradient< TElastix >::CostFunctionPointer |
Definition at line 221 of file elxAdaptiveStochasticVarianceReducedGradient.h.
typedef Superclass1::CostFunctionType elastix::AdaptiveStochasticVarianceReducedGradient< TElastix >::CostFunctionType |
Typedef's inherited from Superclass1.
Definition at line 220 of file elxAdaptiveStochasticVarianceReducedGradient.h.
typedef Superclass2::ElastixPointer elastix::AdaptiveStochasticVarianceReducedGradient< TElastix >::ElastixPointer |
Definition at line 226 of file elxAdaptiveStochasticVarianceReducedGradient.h.
typedef Superclass2::ElastixType elastix::AdaptiveStochasticVarianceReducedGradient< TElastix >::ElastixType |
Typedef's inherited from Superclass2.
Definition at line 225 of file elxAdaptiveStochasticVarianceReducedGradient.h.
|
protected |
Definition at line 308 of file elxAdaptiveStochasticVarianceReducedGradient.h.
|
protected |
Definition at line 309 of file elxAdaptiveStochasticVarianceReducedGradient.h.
|
protected |
Definition at line 307 of file elxAdaptiveStochasticVarianceReducedGradient.h.
|
protected |
Protected typedefs
Definition at line 304 of file elxAdaptiveStochasticVarianceReducedGradient.h.
|
protected |
Definition at line 344 of file elxAdaptiveStochasticVarianceReducedGradient.h.
|
protected |
Image grid sampler.
Definition at line 343 of file elxAdaptiveStochasticVarianceReducedGradient.h.
|
protected |
Definition at line 340 of file elxAdaptiveStochasticVarianceReducedGradient.h.
|
protected |
Definition at line 338 of file elxAdaptiveStochasticVarianceReducedGradient.h.
|
protected |
Definition at line 331 of file elxAdaptiveStochasticVarianceReducedGradient.h.
|
protected |
Definition at line 329 of file elxAdaptiveStochasticVarianceReducedGradient.h.
|
protected |
Definition at line 327 of file elxAdaptiveStochasticVarianceReducedGradient.h.
|
protected |
Definition at line 325 of file elxAdaptiveStochasticVarianceReducedGradient.h.
|
protected |
Definition at line 336 of file elxAdaptiveStochasticVarianceReducedGradient.h.
|
protected |
Image random sampler.
Definition at line 335 of file elxAdaptiveStochasticVarianceReducedGradient.h.
|
protected |
Definition at line 347 of file elxAdaptiveStochasticVarianceReducedGradient.h.
|
protected |
Definition at line 346 of file elxAdaptiveStochasticVarianceReducedGradient.h.
|
protected |
Definition at line 324 of file elxAdaptiveStochasticVarianceReducedGradient.h.
|
protected |
Samplers:
Definition at line 323 of file elxAdaptiveStochasticVarianceReducedGradient.h.
|
protected |
Definition at line 332 of file elxAdaptiveStochasticVarianceReducedGradient.h.
typedef Superclass2::ITKBaseType elastix::AdaptiveStochasticVarianceReducedGradient< TElastix >::ITKBaseType |
Definition at line 231 of file elxAdaptiveStochasticVarianceReducedGradient.h.
|
protected |
Definition at line 310 of file elxAdaptiveStochasticVarianceReducedGradient.h.
|
protected |
Definition at line 312 of file elxAdaptiveStochasticVarianceReducedGradient.h.
|
protected |
Definition at line 315 of file elxAdaptiveStochasticVarianceReducedGradient.h.
|
protected |
Definition at line 305 of file elxAdaptiveStochasticVarianceReducedGradient.h.
|
protected |
Definition at line 364 of file elxAdaptiveStochasticVarianceReducedGradient.h.
typedef Superclass1::ParametersType elastix::AdaptiveStochasticVarianceReducedGradient< TElastix >::ParametersType |
Typedef for the ParametersType.
Definition at line 235 of file elxAdaptiveStochasticVarianceReducedGradient.h.
typedef itk::SmartPointer<Self> elastix::AdaptiveStochasticVarianceReducedGradient< TElastix >::Pointer |
Definition at line 203 of file elxAdaptiveStochasticVarianceReducedGradient.h.
|
protected |
Definition at line 352 of file elxAdaptiveStochasticVarianceReducedGradient.h.
|
protected |
Definition at line 351 of file elxAdaptiveStochasticVarianceReducedGradient.h.
|
protected |
Other protected typedefs
Definition at line 350 of file elxAdaptiveStochasticVarianceReducedGradient.h.
typedef Superclass2::RegistrationPointer elastix::AdaptiveStochasticVarianceReducedGradient< TElastix >::RegistrationPointer |
Definition at line 230 of file elxAdaptiveStochasticVarianceReducedGradient.h.
typedef Superclass2::RegistrationType elastix::AdaptiveStochasticVarianceReducedGradient< TElastix >::RegistrationType |
Definition at line 229 of file elxAdaptiveStochasticVarianceReducedGradient.h.
typedef AdaptiveStochasticVarianceReducedGradient elastix::AdaptiveStochasticVarianceReducedGradient< TElastix >::Self |
Standard ITK.
Definition at line 200 of file elxAdaptiveStochasticVarianceReducedGradient.h.
|
protected |
Definition at line 317 of file elxAdaptiveStochasticVarianceReducedGradient.h.
typedef itk::SizeValueType elastix::AdaptiveStochasticVarianceReducedGradient< TElastix >::SizeValueType |
Definition at line 232 of file elxAdaptiveStochasticVarianceReducedGradient.h.
typedef AdaptiveStochasticVarianceReducedGradientOptimizer elastix::AdaptiveStochasticVarianceReducedGradient< TElastix >::Superclass1 |
Definition at line 201 of file elxAdaptiveStochasticVarianceReducedGradient.h.
typedef OptimizerBase<TElastix> elastix::AdaptiveStochasticVarianceReducedGradient< TElastix >::Superclass2 |
Definition at line 202 of file elxAdaptiveStochasticVarianceReducedGradient.h.
typedef unsigned int elastix::AdaptiveStochasticVarianceReducedGradient< TElastix >::ThreadIdType |
Type to count and reference number of threads
Definition at line 293 of file elxAdaptiveStochasticVarianceReducedGradient.h.
|
protected |
Typedefs for support of sparse Jacobians and AdvancedTransforms.
Definition at line 355 of file elxAdaptiveStochasticVarianceReducedGradient.h.
|
protected |
Definition at line 311 of file elxAdaptiveStochasticVarianceReducedGradient.h.
|
protected |
|
inlineoverrideprotected |
Definition at line 367 of file elxAdaptiveStochasticVarianceReducedGradient.h.
|
private |
|
protectedvirtual |
Helper function that adds a random perturbation delta to the input parameters, with delta ~ sigma * N(0,I). Used by SampleGradients.
|
overridevirtual |
Advance one step following the gradient direction.
Reimplemented from itk::StochasticVarianceReducedGradientDescentOptimizer.
|
staticprivate |
The callback function.
|
overridevirtual |
Reimplemented from elastix::BaseComponent.
|
overridevirtual |
Reimplemented from elastix::BaseComponent.
|
overridevirtual |
Reimplemented from elastix::BaseComponent.
|
protectedvirtual |
Select different method to estimate some reasonable values for the parameters SP_a, SP_alpha (=1), SigmoidMin, SigmoidMax (=1), and SigmoidScale.
|
protectedvirtual |
Original estimation method to get the reasonable values for the parameters SP_a, SP_alpha (=1), SigmoidMin, SigmoidMax (=1), and SigmoidScale.
|
protectedvirtual |
Estimates some reasonable values for the parameters using displacement distribution SP_a, SP_alpha (=1)
|
overridevirtual |
Reimplemented from elastix::BaseComponent.
|
overridevirtual |
Methods invoked by elastix, in which parameters can be set and progress information can be printed.
Reimplemented from elastix::BaseComponent.
|
protectedvirtual |
Check if the transform is an advanced transform. Called by Initialize.
elastix::AdaptiveStochasticVarianceReducedGradient< TElastix >::elxClassNameMacro | ( | "AdaptiveStochasticVarianceReducedGradient< TElastix >" | ) |
Name of this class. Use this name in the parameter file to select this specific optimizer. example: (Optimizer "AdaptiveStochasticVarianceReducedGradient")
|
virtual |
|
virtual |
Run-time type information (and related methods).
Reimplemented from itk::AdaptiveStochasticVarianceReducedGradientOptimizer.
|
virtual |
Get the MaximumNumberOfSamplingAttempts.
|
virtual |
|
virtual |
Get the Previous gradient.
|
protectedvirtual |
Helper function, which calls GetScaledValueAndDerivative and does some exception handling. Used by SampleGradients.
|
protected |
|
protected |
|
override |
Stop optimization and pass on exception.
|
static |
Method for creation through the object factory.
|
private |
|
protectedvirtual |
Print the contents of the settings vector to elxout.
|
overridevirtual |
If automatic gain estimation is desired, then estimate SP_a, SP_alpha SigmoidScale, SigmoidMax, SigmoidMin. After that call Superclass' implementation.
Reimplemented from itk::StochasticVarianceReducedGradientDescentOptimizer.
|
protectedvirtual |
Measure some derivatives, exact and approximated. Returns the squared magnitude of the gradient and approximation error. Needed for the automatic parameter estimation. Gradients are measured at position mu_n, which are generated according to: mu_n - mu_0 ~ N(0, perturbationSigma^2 I ); gg = g^T g, etc.
|
virtual |
Set/Get whether automatic parameter estimation is desired. If true, make sure to set the maximum step length.
The following parameters are automatically determined: SP_a, SP_alpha (=1), SigmoidMin, SigmoidMax (=1), SigmoidScale. A usually suitable value for SP_A is 20, which is the default setting, if not specified by the user.
|
virtual |
Set the MaximumNumberOfSamplingAttempts.
|
virtual |
Set/Get maximum step length.
|
inline |
Set the number of threads.
Definition at line 296 of file elxAdaptiveStochasticVarianceReducedGradient.h.
|
override |
Check if any scales are set, and set the UseScales flag on or off; after that call the superclass' implementation.
|
overridevirtual |
Stop optimization.
Reimplemented from itk::StochasticVarianceReducedGradientDescentOptimizer.
|
inlineprivate |
The threaded implementation of AdvanceOneStep().
|
protected |
The transform stored as AdvancedTransform
Definition at line 378 of file elxAdaptiveStochasticVarianceReducedGradient.h.
|
private |
Definition at line 452 of file elxAdaptiveStochasticVarianceReducedGradient.h.
|
private |
Definition at line 459 of file elxAdaptiveStochasticVarianceReducedGradient.h.
|
private |
Definition at line 457 of file elxAdaptiveStochasticVarianceReducedGradient.h.
|
protected |
Definition at line 429 of file elxAdaptiveStochasticVarianceReducedGradient.h.
|
private |
Private variables for band size estimation of covariance matrix.
Definition at line 464 of file elxAdaptiveStochasticVarianceReducedGradient.h.
|
private |
Private variables for the sampling attempts.
Definition at line 456 of file elxAdaptiveStochasticVarianceReducedGradient.h.
|
private |
Definition at line 453 of file elxAdaptiveStochasticVarianceReducedGradient.h.
|
protected |
Definition at line 430 of file elxAdaptiveStochasticVarianceReducedGradient.h.
|
protected |
Definition at line 432 of file elxAdaptiveStochasticVarianceReducedGradient.h.
|
private |
Definition at line 465 of file elxAdaptiveStochasticVarianceReducedGradient.h.
|
protected |
Some options for automatic parameter estimation.
Definition at line 373 of file elxAdaptiveStochasticVarianceReducedGradient.h.
|
private |
Definition at line 466 of file elxAdaptiveStochasticVarianceReducedGradient.h.
|
protected |
Definition at line 374 of file elxAdaptiveStochasticVarianceReducedGradient.h.
|
protected |
Definition at line 375 of file elxAdaptiveStochasticVarianceReducedGradient.h.
|
private |
Definition at line 467 of file elxAdaptiveStochasticVarianceReducedGradient.h.
|
private |
Definition at line 471 of file elxAdaptiveStochasticVarianceReducedGradient.h.
|
private |
Definition at line 461 of file elxAdaptiveStochasticVarianceReducedGradient.h.
|
private |
Definition at line 458 of file elxAdaptiveStochasticVarianceReducedGradient.h.
|
protected |
RandomGenerator for AddRandomPerturbation.
Definition at line 381 of file elxAdaptiveStochasticVarianceReducedGradient.h.
|
protected |
Variable to store the automatically determined settings for each resolution.
Definition at line 370 of file elxAdaptiveStochasticVarianceReducedGradient.h.
|
protected |
Definition at line 383 of file elxAdaptiveStochasticVarianceReducedGradient.h.
|
private |
The flag of using noise compensation.
Definition at line 470 of file elxAdaptiveStochasticVarianceReducedGradient.h.
|
private |
Definition at line 472 of file elxAdaptiveStochasticVarianceReducedGradient.h.
Generated on 1667476801 for elastix by 1.9.4 |