Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
csst-pipeline
msc
sextractor
Commits
34a5003b
Commit
34a5003b
authored
Dec 30, 2017
by
Emmanuel Bertin
Browse files
Doc: Added regularization subsection in model-fitting section.
parent
462c0e0a
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
doc/src/Model.rst
View file @
34a5003b
...
...
@@ -76,7 +76,7 @@ In order to avoid invalid values and also to facilitate convergence, a change of
The
"model"
variable
:
math
:`
q_j
`
is
bounded
by
the
lower
limit
:
math
:`
a_j
`
and
the
upper
limit
:
math
:`
b_j
`
by
construction
.
The
"engine"
variable
:
math
:`
Q_j
`
can
take
any
value
,
and
is
actually
the
parameter
that
is
being
adjusted
in
the
fit
,
although
it
does
not
have
any
physical
meaning
.
In
|
SExtractor
|
three
different
types
of
changes
of
variable
s
:
math
:`
f_j
()`
are
applied
,
depending
on
the
parameter
(:
numref
:`
change_of_variable_table
`).
In
|
SExtractor
|
three
different
types
of
transform
s
:
math
:`
f_j
()`
are
applied
,
depending
on
the
parameter
(:
numref
:`
change_of_variable_table
`).
..
_change_of_variable_table
:
...
...
@@ -109,9 +109,20 @@ Regularization
~~~~~~~~~~~~~~
Although
minimizing
the
(
modified
)
weighted
sum
of
least
squares
gives
a
solution
that
fits
best
the
data
,
it
does
not
necessarily
correspond
to
the
most
probable
solution
given
what
we
know
about
celestial
objects
.
The
discrepancy
is
particularly
significant
in
very
faint
(|
SNR
|
:
math
:`\
le
20
`)
and
barely
resolved
galaxies
,
for
which
there
is
,
for
example
,
a
tendency
to
overestimate
the
elongation
,
known
as
the
"noise bias"
in
the
weak
-
lensing
community
:
cite
:`
2004
MNRAS_353_529H
,
2012
MNRAS_424_2757M
,
2012
MNRAS_425_1951R
,
2012
MNRAS_427_2711K
`.
To
mitigate
this
issue
,
|
SExtractor
|
implements
a
simple
`
Tikhonov
regularization
<
https
://
en
.
wikipedia
.
org
/
wiki
/
Tikhonov_regularization
>`
_
scheme
on
some
engine
parameters
,
in
the
form
of
an
additional
penalty
term
in
:
eq
:`
loss_func
`.
This
term
acts
as
a
Gaussian
prior
on
the
selected
*
engine
*
parameters
.
However
for
the
associated
*
model
*
parameters
,
the
change
of
variable
can
make
the
(
improper
)
prior
far
from
Gaussian
.
The
discrepancy
is
particularly
significant
in
very
faint
(|
SNR
|
:
math
:`\
le
20
`)
and
barely
resolved
galaxies
,
for
which
there
is
a
tendency
to
overestimate
the
elongation
,
known
as
the
"noise bias"
in
the
weak
-
lensing
community
:
cite
:`
2004
MNRAS_353_529H
,
2012
MNRAS_424_2757M
,
2012
MNRAS_425_1951R
,
2012
MNRAS_427_2711K
`.
To
mitigate
this
issue
,
|
SExtractor
|
implements
a
simple
`
Tikhonov
regularization
<
https
://
en
.
wikipedia
.
org
/
wiki
/
Tikhonov_regularization
>`
_
scheme
on
selected
engine
parameters
,
in
the
form
of
an
additional
penalty
term
in
:
eq
:`
loss_func
`.
This
term
acts
as
a
Gaussian
prior
on
the
selected
*
engine
*
parameters
.
However
for
the
associated
*
model
*
parameters
,
the
change
of
variables
can
make
the
(
improper
)
prior
far
from
Gaussian
.
Currently
the
only
regularized
parameter
is
:
param
:`
SPHEROID_ASPECT_IMAGE
`
(
and
its
derivatives
:
param
:`
SPHEROID_ASPECT_WORLD
`,
:
param
:`
ELLIP1MODEL_IMAGE
`,
etc
.),
for
which
:
math
:`\
mu_
{
SPHEROID
\
_ASPECT
}
=
0
`
and
:
math
:`
s_
{
SPHEROID
\
_ASPECT
}
=
1
`
(:
numref
:`
fig_aspectprior
`).
..
_fig_aspectprior
:
..
figure
::
figures
/
aspectprior
.*
:
figwidth
:
100
%
:
align
:
center
Effect
of
the
Gaussian
prior
on
the
:
param
:`
SPHEROID_ASPECT_IMAGE
`
model
parameter
.
*
Left
:*
change
of
variables
between
the
model
(
in
abscissa
)
and
the
engine
(
in
ordinate
)
parameters
.
*
Right
*:
equivalent
(
improper
)
prior
applied
to
:
param
:`
SPHEROID_ASPECT_IMAGE
`
for
:
math
:`\
mu_
{
SPHEROID
\
_ASPECT
}
=
0
`
and
:
math
:`
s_
{
SPHEROID
\
_ASPECT
}
=
1
`
in
equation
:
eq
:`
loss_func
`.
..
_model_minimization_def
:
...
...
doc/src/figures/aspectprior.pdf
0 → 100644
View file @
34a5003b
File added
doc/src/figures/aspectprior.svg
0 → 100644
View file @
34a5003b
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment