<!DOCTYPE article PUBLIC "-//NLM//DTD JATS (Z39.96) Journal Archiving and Interchange DTD v1.0 20120330//EN" "JATS-archivearticle1.dtd">
<article xmlns:xlink="http://www.w3.org/1999/xlink">
  <front>
    <journal-meta />
    <article-meta>
      <title-group>
        <article-title>The Astronomical Data Deluge: the Template Case of Photometric Redshifts</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>© Giuseppe Longo</string-name>
          <email>longo@na.infn.it</email>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff1">1</xref>
          <xref ref-type="aff" rid="aff2">2</xref>
          <xref ref-type="aff" rid="aff3">3</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>(Extended Abstract)</string-name>
          <xref ref-type="aff" rid="aff2">2</xref>
          <xref ref-type="aff" rid="aff3">3</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>© Massimo Brescia</string-name>
          <email>brescia@oacn.inaf.it</email>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff1">1</xref>
          <xref ref-type="aff" rid="aff2">2</xref>
          <xref ref-type="aff" rid="aff3">3</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Department of Physics, University Federico II</institution>
          ,
          <addr-line>Napoli</addr-line>
          ,
          <country country="IT">Italy</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>INAF Astronomical Observatory of Capodimonte</institution>
          ,
          <addr-line>Napoli</addr-line>
          ,
          <country country="IT">Italy</country>
        </aff>
        <aff id="aff2">
          <label>2</label>
          <institution>Proceedings of the XIX International Conference “Data Analytics and Management in Data Intensive Domains” (DAMDID/RCDL'2017)</institution>
          ,
          <addr-line>Moscow</addr-line>
          ,
          <country country="RU">Russia</country>
        </aff>
        <aff id="aff3">
          <label>3</label>
          <institution>Stefano Cavuoti</institution>
        </aff>
      </contrib-group>
      <fpage>27</fpage>
      <lpage>29</lpage>
      <abstract>
        <p>Machine learning methods have become crucial to many aspects of astrophysics and cosmology. We focus on the evaluation of photometric redshifts as a template case of classification/regression problem in astronomical data mining. We discuss the general aspects of the problem and some recent work which tries to solve the issues posed by optimal feature selection, missing data and by the evaluation of probability distribution functions.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1 Introduction</title>
      <p>
        Multiband, multi-epoch digital sky surveys are
producing a tsunami of complex, high quality data, which
is changing the landscape of astrophysical research.
New generation survey telescopes such as the Large
Synoptic Survey Telescope (LSST) and Euclid in the
optical domain, or the Square Kilometer array (SKA) in
the radio domain, will soon produce many tens of TB of
processed data every day, and on the long term will
provide hundreds of measured parameters for billions of
sources. An unprecedented wealth of high quality,
accurate and complex data – stored in distributed data
centers - that on the long term is expected to revolutionize
our understanding of the universe. In order to cope with
this data overabundance, all steps of the data
understanding chain – acquisition, reduction, analysis,
visualization and interpretation – are being deeply
transformed and machine learning methods (ML) are
becoming crucial at every stage of the process. In particular,
modern precision cosmology requires accurate
information on both type and redshift (i.e. the distance) for
very large (in the hundreds of millions) samples of
galaxies. This task cannot be accomplished by means of
traditional spectroscopic techniques and in recent years
there has been an explosion of alternative methods
based on the exploitation of the information contained
in multiband photometry: the so called photometric
redshifts (hereafter photo-z). A very effective and
promising approach to the evaluation of photo-z relies on ML
methods. Many different implementation have appeared
in the specialized literature based on different flavors of
(Multi Layer Perceptrons) MLP’s [cf. 1, 2, 3], random
forest [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ], nearest neighbors [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ], active learning [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ], etc.
all with their slight advantages and disadvantages.
      </p>
      <p>Therefore, rather than focusing on a specific method, we
shall discuss the general aspects of the problems and
some ongoing work addressing the main issues:
characterization of the knowledge base, feature extraction and
selection, missing data and evaluation of errors.</p>
    </sec>
    <sec id="sec-2">
      <title>2 Photo-z with ML Methods</title>
      <sec id="sec-2-1">
        <title>2.1 The Knowledge Base</title>
        <p>
          From a ML point of view, the evaluation of photo-z
is a classification/regression problem, where the chosen
method learns how to estimate the redshift of a galaxy
interpolating the knowledge available for a small but
significant subsample of objects with known
spectroscopic redshifts (knowledge base or KB). After training,
the methods (and the underlying mapping function) can
be applied to those objects for which the spectroscopic
redshift is not available. Data augmentation techniques
have been tested but did not lead to reliable results.
More promising seems to be the combination of
machine learning methods with other techniques, (such as,
for instance, template fitting [
          <xref ref-type="bibr" rid="ref7">7</xref>
          ]).
        </p>
        <p>
          This process has two implications, one rather
obvious and the other much less so. First, the methods
cannot be applied to objects outside of the parameter space
sampled by the KB (for instance, fainter than the
spectroscopic limit). Second, methods often fail to capture
the properties of objects which, being intrinsically rare
or peculiar, are not well represented in the KB. Given
the complexity of the extragalactic zoo that spans over a
very wide variety of observed and physical properties,
understanding the properties of the KB becomes crucial.
This will be particularly relevant if we take into account
that almost all we know about systematic in photo-z
comes from optically selected samples, while some
surveys of the future will deal with radio (e.g. SKA) or
Xray (e.g. e-Rosita) selected samples. Some recent
attempts have been made which are worth mentioning. In
[
          <xref ref-type="bibr" rid="ref8">8</xref>
          ] a SOM was used to map the photometric space
expected for the Euclid space mission in order also to
define the optimal strategy to build the KB.
        </p>
      </sec>
      <sec id="sec-2-2">
        <title>2.2 Features Extraction and Feature Selection</title>
        <p>
          Digital surveys produce for each observed object
many hundreds of parameters that are often highly
correlated. These features (i.e. fluxes within a given
aperture, radii, concentration indexes, etc.) are usually
derived using recipes based on the expertise of
astronomers. A pioneering work [
          <xref ref-type="bibr" rid="ref9">9</xref>
          ] based on a purely data
driven approach, has recently shown that traditional
features, almost always fail to capture the subtleties of
the information contained in the raw data. This calls for
a new way to access the information contained in the
astronomical images. While this process is still in its
infancy, there are clear signs that deep learning can be
greatly beneficial (K. Polsterer, priv. comm.).
        </p>
        <p>
          In any case, due to both computational constraints
and to the need to optimize the dimensionality of the
parameter space, feature selection remains a crucial
problem that only recently has begun to be properly
addressed within the astronomical community. At the
moment, two approaches seem to be viable: a brute
force approach, where all possible combinations of
features are tried until a plateau in the performances
(defined by some metrics) is reached [
          <xref ref-type="bibr" rid="ref10 ref9">9, 10</xref>
          ] and Cavuoti
(priv. comm.). This approach, however, is
computationally demanding and not very flexible. A different path to
the identification of the optimal set of features, is
currently being implemented by Brescia and collaborators
(Brescia et al. 2017, in preparation).
        </p>
      </sec>
      <sec id="sec-2-3">
        <title>2.3 Missing Data and Non Detection</title>
        <p>Most ML methods do not deal effectively with
“missing data” (or NAN) and in many cases incomplete
data need to be rejected from the sample. This is no
longer possible in many modern astronomical
applications where incomplete data might affect a quite large
fraction of the objects. Furthermore, we need to take
into account that in astronomical applications we
encounter two types of missing data: “true” missing data
(e.g. objects in a region of the sky not observed in a
specific band) and “non detection” (e.g. objects which
are observed but not detected in one or more
photometric band). Dealing with these two types of missing data
obviously pose different problems since the latter
contain some information (for instance: an upper limit to
the flux) that needs to be taken into account. A new
approach has been implemented and tested (Cavuoti et
al. in preparation) that makes use of a nearest-neighbors
approach, to optimize and reconstruct missing
information. This approach has been validated on a variety of
real data sets.</p>
      </sec>
      <sec id="sec-2-4">
        <title>2.4 Probability Distribution Functions</title>
        <p>
          In many real science applications of photometric
redshifts (e.g. weak lensing and shear map
reconstruction) one of the main requirements is the need to
provide a PDF (Probability Distribution Function) for both
the global distribution and the individual objects. Such
requirement cannot be met in a trivial way using ML
based techniques, since the analytical relation mapping
the photometric parameters onto the redshift space is
virtually unknown. The tool METAPHOR
(Machinelearning Estimation Tool for Accurate PHOtometric
Redshifts, [
          <xref ref-type="bibr" rid="ref11">11</xref>
          ]) was implemented as a modular
workflow, whose internal engine for photo-z estimation
makes use of MLPQNA (Multi Layer Perceptron with
Quasi Newton Approximation; [
          <xref ref-type="bibr" rid="ref1">1</xref>
          ]), with the possibility
to easily replace the specific machine learning model.
METAPHOR takes into account all possible sources of
error both internal to the method (e.g. initialization
errors) and external (e.g. photometric errors).
METAPHOR is independent on the specific ML method used
to evaluate the photo-z (it has been extensively tested
using several implementation of MLP’s and Random
Forest algorithm. Recent tests on the KiDS (Kilo
Degree survey; [12]) Third Data Release confirmed the
robustness of the approach [13].
[12] de Jong, J. T. A. et al: The Third Data Release of
the Kilo-degree survey and Associated Data
Products, Astr. &amp; Astrop. (arXiv:1703.02991) (2017)
[13] Amaro, V. et al: Machine Learning Based
Photometric Probability Density Functions for the KiDS
ESO DR3 Galaxies, MNRAS (2017)
        </p>
      </sec>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <surname>Cavuoti</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          et al.:
          <article-title>Photometric Redshifts with Quasi Newton Algorithm (MLPQNA). Results in the PHAT1 Contest, Astr</article-title>
          . &amp;
          <string-name>
            <surname>Astroph</surname>
          </string-name>
          .,
          <volume>546</volume>
          , p.
          <volume>13</volume>
          (
          <year>2012</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <surname>Brescia</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          et al:
          <article-title>DAMEWARE: A Web Cyberinfra-structure for Astrophysical Data Mining</article-title>
          ,
          <source>Publ. Astron. Soc. of Pacific</source>
          ,
          <volume>126</volume>
          , p.
          <volume>783</volume>
          (
          <year>2014</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <surname>Sadeh</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          et al.,
          <article-title>ANNz2: Photometric Redshift and Probability Distribution Function Estimation using Machine Learning</article-title>
          ,
          <source>Publ. Astron. Soc. of Pacific</source>
          ,
          <volume>128</volume>
          (
          <year>2016</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <surname>Carliles</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          et al.:
          <article-title>Random Forests for Photometric Redshifts, Astrop</article-title>
          . J.,
          <volume>712</volume>
          , p.
          <volume>511</volume>
          (
          <year>2016</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <surname>Sheldon</surname>
            ,
            <given-names>E. S.</given-names>
          </string-name>
          et al.:
          <article-title>Photometric Redshift Probability Distributions for Galaxies in the SDSS DR8, Astrop</article-title>
          .
          <source>J. Suppl. Series</source>
          ,
          <year>2012</year>
          ,
          <volume>32</volume>
          (
          <year>2012</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <surname>Bo</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          et al.:
          <article-title>Active Learning Applied for Photometric Redshift Estimation of Quasars, AAS</article-title>
          ,
          <year>2015IAUGA</year>
          .2256851H (
          <year>2015</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <surname>Cavuoti</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          et al.,
          <article-title>A Cooperative Approach Among Methods for Photometric Redshifts Estimation: an Application to KiDS Data</article-title>
          , MNRAS,
          <volume>466</volume>
          , p.
          <year>2039</year>
          (
          <year>2017</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <surname>Masters</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          et al:
          <article-title>Mapping the Galaxy ColorRedshift Relation: Optimal Redshift Calibration Strategies for Cosmological Surveys, Astrop</article-title>
          . J.,
          <volume>813</volume>
          , p.
          <volume>53</volume>
          (
          <year>2015</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <surname>Polsterer</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          et al.,
          <article-title>Improving the Performance of Photometric Regression Models via Massive Parallel Feature Selection</article-title>
          ,
          <source>Proc. of Astronomical Data Analysis Software and Systems XXIII</source>
          , p.
          <volume>425</volume>
          (
          <year>2013</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <given-names>D</given-names>
            <surname>'Isanto</surname>
          </string-name>
          ,
          <string-name>
            <surname>A.</surname>
          </string-name>
          et al:
          <article-title>An Analysis of Feature Relevance in the Classification of Astronomical Transients with Machine Learning Methods</article-title>
          , MNRAS,
          <volume>457</volume>
          , pp.
          <fpage>3119</fpage>
          -
          <lpage>3132</lpage>
          (
          <year>2016</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <surname>Cavuoti</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          et al.:
          <article-title>METAPHOR: A Machine Learning Based Method for the Probability Density Estimation of Photometric Redshifts</article-title>
          , MNRAS
          <volume>465</volume>
          ,
          <year>1969</year>
          (
          <year>2016</year>
          )
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>