Home | Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Data Structures | File List | Namespace Members | Data Fields | Globals | Related Pages |
#include <itkAdaptiveStepsizeOptimizer.h>
This class implements a gradient descent optimizer with adaptive gain.
If is a cost function that has to be minimized, the following iterative algorithm is used to find the optimal parameters :
The gain at each iteration is defined by:
.
And the time is updated according to:
where equals at iteration . For the InitialTime is used, which is defined in the the superclass (StandardGradientDescentOptimizer). Whereas in the superclass this parameter is superfluous, in this class it makes sense.
This 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
It is very suitable to be used in combination with a stochastic estimate of the gradient . For example, in image registration problems it is often advantageous to compute the metric derivative ( ) on a new set of randomly selected image samples in each iteration. You may set the parameter NewSamplesEveryIteration
to "true"
to achieve this effect. For more information on this strategy, you may have a look at:
Definition at line 71 of file itkAdaptiveStepsizeOptimizer.h.
Public Types | |
typedef SmartPointer< const Self > | ConstPointer |
typedef Superclass::CostFunctionType | CostFunctionType |
typedef Superclass::DerivativeType | DerivativeType |
typedef Superclass::MeasureType | MeasureType |
typedef Superclass::ParametersType | ParametersType |
typedef SmartPointer< Self > | Pointer |
typedef Superclass::ScaledCostFunctionPointer | ScaledCostFunctionPointer |
typedef Superclass::ScaledCostFunctionType | ScaledCostFunctionType |
typedef Superclass::ScalesType | ScalesType |
typedef AdaptiveStepsizeOptimizer | Self |
typedef Superclass::StopConditionType | StopConditionType |
typedef StandardGradientDescentOptimizer | Superclass |
Public Types inherited from itk::StandardGradientDescentOptimizer | |
typedef SmartPointer< const Self > | ConstPointer |
typedef Superclass::CostFunctionType | CostFunctionType |
typedef Superclass::DerivativeType | DerivativeType |
typedef Superclass::MeasureType | MeasureType |
typedef Superclass::ParametersType | ParametersType |
typedef SmartPointer< Self > | Pointer |
typedef Superclass::ScaledCostFunctionPointer | ScaledCostFunctionPointer |
typedef Superclass::ScaledCostFunctionType | ScaledCostFunctionType |
typedef Superclass::ScalesType | ScalesType |
typedef StandardGradientDescentOptimizer | Self |
typedef Superclass::StopConditionType | StopConditionType |
typedef GradientDescentOptimizer2 | Superclass |
Public Types inherited from itk::GradientDescentOptimizer2 | |
typedef SmartPointer< const Self > | ConstPointer |
typedef Superclass::CostFunctionType | CostFunctionType |
typedef Superclass::DerivativeType | DerivativeType |
typedef Superclass::MeasureType | MeasureType |
typedef Superclass::ParametersType | ParametersType |
typedef SmartPointer< Self > | Pointer |
typedef Superclass::ScaledCostFunctionPointer | ScaledCostFunctionPointer |
typedef Superclass::ScaledCostFunctionType | ScaledCostFunctionType |
typedef Superclass::ScalesType | ScalesType |
typedef GradientDescentOptimizer2 | Self |
enum | StopConditionType { MaximumNumberOfIterations , MetricError , MinimumStepSize } |
typedef ScaledSingleValuedNonLinearOptimizer | Superclass |
Public Types inherited from itk::ScaledSingleValuedNonLinearOptimizer | |
typedef SmartPointer< const Self > | ConstPointer |
typedef Superclass::CostFunctionType | CostFunctionType |
typedef Superclass::DerivativeType | DerivativeType |
typedef Superclass::MeasureType | MeasureType |
typedef Superclass::ParametersType | ParametersType |
typedef SmartPointer< Self > | Pointer |
typedef ScaledCostFunctionType::Pointer | ScaledCostFunctionPointer |
typedef ScaledSingleValuedCostFunction | ScaledCostFunctionType |
typedef NonLinearOptimizer::ScalesType | ScalesType |
typedef ScaledSingleValuedNonLinearOptimizer | Self |
typedef SingleValuedNonLinearOptimizer | Superclass |
Public Member Functions | |
virtual const char * | GetClassName () const |
virtual const ParametersType & | GetPreconditionVector () |
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::StandardGradientDescentOptimizer | |
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 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) |
void | StartOptimization (void) override |
Public Member Functions inherited from itk::GradientDescentOptimizer2 | |
virtual void | AdvanceOneStep (void) |
virtual const char * | GetClassName () const |
virtual unsigned int | GetCurrentIteration () const |
virtual const DerivativeType & | GetGradient () |
virtual const double & | GetLearningRate () |
virtual const unsigned long & | GetNumberOfIterations () |
virtual const DerivativeType & | GetSearchDirection () |
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) |
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) |
Static Public Member Functions | |
static Pointer | New () |
Static Public Member Functions inherited from itk::StandardGradientDescentOptimizer | |
static Pointer | New () |
Static Public Member Functions inherited from itk::GradientDescentOptimizer2 | |
static Pointer | New () |
Static Public Member Functions inherited from itk::ScaledSingleValuedNonLinearOptimizer | |
static Pointer | New () |
Protected Attributes | |
ParametersType | m_PreconditionVector |
DerivativeType | m_PreviousSearchDirection |
std::string | m_StepSizeStrategy |
Protected Attributes inherited from itk::StandardGradientDescentOptimizer | |
double | m_CurrentTime |
bool | m_UseConstantStep |
Protected Attributes inherited from itk::GradientDescentOptimizer2 | |
unsigned long | m_CurrentIteration |
DerivativeType | m_Gradient |
double | m_LearningRate |
unsigned long | m_NumberOfIterations |
DerivativeType | m_SearchDirection |
bool | m_Stop |
StopConditionType | m_StopCondition |
double | m_Value |
Protected Attributes inherited from itk::ScaledSingleValuedNonLinearOptimizer | |
ScaledCostFunctionPointer | m_ScaledCostFunction |
ParametersType | m_ScaledCurrentPosition |
Private Member Functions | |
AdaptiveStepsizeOptimizer (const Self &) | |
void | operator= (const Self &) |
Private Attributes | |
double | m_SigmoidMax |
double | m_SigmoidMin |
double | m_SigmoidScale |
bool | m_UseAdaptiveStepSizes |
typedef SmartPointer< const Self > itk::AdaptiveStepsizeOptimizer::ConstPointer |
Definition at line 80 of file itkAdaptiveStepsizeOptimizer.h.
typedef Superclass::CostFunctionType itk::AdaptiveStepsizeOptimizer::CostFunctionType |
Definition at line 93 of file itkAdaptiveStepsizeOptimizer.h.
Definition at line 92 of file itkAdaptiveStepsizeOptimizer.h.
typedef Superclass::MeasureType itk::AdaptiveStepsizeOptimizer::MeasureType |
Typedefs inherited from the superclass.
Definition at line 90 of file itkAdaptiveStepsizeOptimizer.h.
Definition at line 91 of file itkAdaptiveStepsizeOptimizer.h.
typedef SmartPointer< Self > itk::AdaptiveStepsizeOptimizer::Pointer |
Definition at line 79 of file itkAdaptiveStepsizeOptimizer.h.
typedef Superclass::ScaledCostFunctionPointer itk::AdaptiveStepsizeOptimizer::ScaledCostFunctionPointer |
Definition at line 96 of file itkAdaptiveStepsizeOptimizer.h.
typedef Superclass::ScaledCostFunctionType itk::AdaptiveStepsizeOptimizer::ScaledCostFunctionType |
Definition at line 95 of file itkAdaptiveStepsizeOptimizer.h.
typedef Superclass::ScalesType itk::AdaptiveStepsizeOptimizer::ScalesType |
Definition at line 94 of file itkAdaptiveStepsizeOptimizer.h.
Standard ITK.
Definition at line 77 of file itkAdaptiveStepsizeOptimizer.h.
typedef Superclass::StopConditionType itk::AdaptiveStepsizeOptimizer::StopConditionType |
Definition at line 97 of file itkAdaptiveStepsizeOptimizer.h.
Definition at line 78 of file itkAdaptiveStepsizeOptimizer.h.
|
protected |
|
inlineoverrideprotected |
Definition at line 124 of file itkAdaptiveStepsizeOptimizer.h.
|
private |
|
virtual |
Run-time type information (and related methods).
Reimplemented from itk::StandardGradientDescentOptimizer.
Reimplemented in elastix::AdaGrad< TElastix >.
|
virtual |
Get current gradient.
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
static |
Method for creation through the object factory.
|
private |
|
virtual |
Set/Get the maximum of the sigmoid. Should be >0. Default: 1.0
|
virtual |
Set/Get the maximum of the sigmoid. Should be <0. Default: -0.8
|
virtual |
Set/Get the scaling of the sigmoid width. Large values cause a more wide sigmoid. Default: 1e-8. Should be >0.
|
virtual |
Set/Get whether the adaptive step size mechanism is desired. Default: true
|
overrideprotectedvirtual |
Function to update the current time If UseAdaptiveStepSizes is false this function just increments the CurrentTime by . Else, the CurrentTime is updated according to:
time = max[ 0, time + sigmoid( -gradient*previousgradient) ]
In that case, also the m_PreviousGradient is updated.
Reimplemented from itk::StandardGradientDescentOptimizer.
|
protected |
Definition at line 137 of file itkAdaptiveStepsizeOptimizer.h.
|
protected |
The PreviousGradient, necessary for the CruzAcceleration
Definition at line 136 of file itkAdaptiveStepsizeOptimizer.h.
|
private |
Definition at line 147 of file itkAdaptiveStepsizeOptimizer.h.
|
private |
Definition at line 148 of file itkAdaptiveStepsizeOptimizer.h.
|
private |
Definition at line 149 of file itkAdaptiveStepsizeOptimizer.h.
|
protected |
Definition at line 138 of file itkAdaptiveStepsizeOptimizer.h.
|
private |
Settings
Definition at line 146 of file itkAdaptiveStepsizeOptimizer.h.
Generated on 1667476801 for elastix by 1.9.4 |