Home | Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Data Structures | File List | Namespace Members | Data Fields | Globals | Related Pages |
#include <itkAdaptiveStochasticGradientDescentOptimizer.h>
This class implements a gradient descent optimizer with adaptive gain.
If is a costfunction that has to be minimised, 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 72 of file itkAdaptiveStochasticGradientDescentOptimizer.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 AdaptiveStochasticGradientDescentOptimizer | 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 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 | |
DerivativeType | m_PreviousGradient |
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 | |
AdaptiveStochasticGradientDescentOptimizer (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::AdaptiveStochasticGradientDescentOptimizer::ConstPointer |
Definition at line 82 of file itkAdaptiveStochasticGradientDescentOptimizer.h.
typedef Superclass::CostFunctionType itk::AdaptiveStochasticGradientDescentOptimizer::CostFunctionType |
Definition at line 95 of file itkAdaptiveStochasticGradientDescentOptimizer.h.
Definition at line 94 of file itkAdaptiveStochasticGradientDescentOptimizer.h.
typedef Superclass::MeasureType itk::AdaptiveStochasticGradientDescentOptimizer::MeasureType |
Typedefs inherited from the superclass.
Definition at line 92 of file itkAdaptiveStochasticGradientDescentOptimizer.h.
typedef Superclass::ParametersType itk::AdaptiveStochasticGradientDescentOptimizer::ParametersType |
Definition at line 93 of file itkAdaptiveStochasticGradientDescentOptimizer.h.
typedef SmartPointer< Self > itk::AdaptiveStochasticGradientDescentOptimizer::Pointer |
Definition at line 81 of file itkAdaptiveStochasticGradientDescentOptimizer.h.
typedef Superclass::ScaledCostFunctionPointer itk::AdaptiveStochasticGradientDescentOptimizer::ScaledCostFunctionPointer |
Definition at line 98 of file itkAdaptiveStochasticGradientDescentOptimizer.h.
typedef Superclass::ScaledCostFunctionType itk::AdaptiveStochasticGradientDescentOptimizer::ScaledCostFunctionType |
Definition at line 97 of file itkAdaptiveStochasticGradientDescentOptimizer.h.
typedef Superclass::ScalesType itk::AdaptiveStochasticGradientDescentOptimizer::ScalesType |
Definition at line 96 of file itkAdaptiveStochasticGradientDescentOptimizer.h.
typedef AdaptiveStochasticGradientDescentOptimizer itk::AdaptiveStochasticGradientDescentOptimizer::Self |
Standard ITK.
Definition at line 78 of file itkAdaptiveStochasticGradientDescentOptimizer.h.
typedef Superclass::StopConditionType itk::AdaptiveStochasticGradientDescentOptimizer::StopConditionType |
Definition at line 99 of file itkAdaptiveStochasticGradientDescentOptimizer.h.
typedef StandardGradientDescentOptimizer itk::AdaptiveStochasticGradientDescentOptimizer::Superclass |
Definition at line 79 of file itkAdaptiveStochasticGradientDescentOptimizer.h.
|
protected |
|
inlineoverrideprotected |
Definition at line 123 of file itkAdaptiveStochasticGradientDescentOptimizer.h.
|
private |
|
virtual |
Run-time type information (and related methods).
Reimplemented from itk::StandardGradientDescentOptimizer.
Reimplemented in elastix::AdaptiveStochasticGradientDescent< TElastix >.
|
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 |
The PreviousGradient, necessary for the CruzAcceleration
Definition at line 135 of file itkAdaptiveStochasticGradientDescentOptimizer.h.
|
private |
Definition at line 144 of file itkAdaptiveStochasticGradientDescentOptimizer.h.
|
private |
Definition at line 145 of file itkAdaptiveStochasticGradientDescentOptimizer.h.
|
private |
Definition at line 146 of file itkAdaptiveStochasticGradientDescentOptimizer.h.
|
private |
Settings
Definition at line 143 of file itkAdaptiveStochasticGradientDescentOptimizer.h.
Generated on 1667476801 for elastix by 1.9.4 |