Free Access
Issue
A&A
Volume 619, November 2018
Article Number A14
Number of page(s) 19
Section Numerical methods and codes
DOI https://doi.org/10.1051/0004-6361/201730763
Published online 30 October 2018

© ESO 2018

1. Introduction

Looking at a single broadband image, obtained for example in the r band (6000 Å), we are able to distinguish distinct sources and classify them according to their morphologies, ranging from round and smooth elliptical galaxies to the impressive grand design spiral galaxies (Hubble 1926). We now know that the morphologies are linked to the type of stellar populations and the gas and dust content of the galaxy. For example, passive galaxies are known to consist of mainly old star populations, while star-forming galaxies consist of younger, bluer stars populating the galaxy’s spiral arms. However, from a single image we can not say with certainty for example if a point-like source is really a star or a quasi-stellar object (QSO), or what is the cosmological distance of the source. Source classification has been subsequently enhanced by attributes both from photometric (e.g., colors) and spectroscopic (e.g., line widths) measurements. Plotting pairs of attributes has proven to be a powerful tool in identifying the parameter space occupied by each galaxy class for example separating between starforming and passive galaxies using the bimodality cloud (Bell et al. 2004), or separating between starforming galaxies and active galactic nuclei (AGN) through the BPT diagram (Baldwin et al. 1981). The main limitation of this approach is the dimensionality reduction of a wealthy parameter space to usually only two to four attributes and the introduction of hard limits to separate between the classes.

Another approach in identifying the nature of astronomical sources is the comparison of stellar population synthesis models (SSP) to observations through spectral energy distribution (SED) fitting. SSPs demonstrate that the age and metallicity of the star population will create a distinct galaxy continuum emission which can be probed with broadband photometry which however suffers from degeneracies in color space (e.g., Bruzual & Charlot 2003; Maraston 2005). A selection of models deemed representative of the sample at hand can be used to identify stars vs galaxies and to estimate physical properties such as the stellar mass, star-formation rate, amongst others, judged by least χ2 (e.g., Bolzonella et al. 2000; Robin et al. 2007; Ilbert et al. 2009; Fotopoulou et al. 2012; Dahlen et al. 2013). Lastly, machinelearning algorithms are very well applicable to an astronomical context and they have been embraced since the early 90’s. supervised and unsupervised methods are able to identify correlations, groupings and even outliers in vast datasets that would otherwise be impossible to visualize by a human eye. Many works have explored classification in astronomy using machinelearning techniques aiming towards separating stars from galaxies (Odewahn et al. 1993; Soumagnac et al. 2015), QSO identification (Brescia et al. 2015), estimating physical parameters (Ucci et al. 2017), finding peculiar objects (Meusinger et al. 2012), etc.

In addition to the class of the object, multiwavelength information are useful in providing an estimate of the redshift as proposed by Baum (1962). All modern extragalactic surveys make extensive use of photometric redshift estimation as it is a cost-efficient method to determine distances of galaxies (COMBO-17, CFHTLS, CDFS and ECDFS, Lockman Hole, AEGIS, COSMOS, XXL, to name a few). However, most surveys are mainly focused on the normal galaxy population. In the presence of deep X-ray flux measurements, variability and morphology information, Salvato et al. (2009, 2011) showed that the optimal photometric redshift solution can be achieved by dissecting the galaxy population in three categories containing 1) normal galaxies, 2) normal galaxy and AGN emission, 3) AGN dominated emission, which we refer to as QSO. This method has been successfully applied to other extragalactic fields such as the Lockman Hole (Fotopoulou et al. 2012), the Chandra Deep Field South (Hsu et al. 2014) and AEGIS-X (Nandra et al. 2015) and it is the current state of the art, used when X-ray data are available for the whole field in consideration. The core of the method is the use of independent information such as X-ray flux, morphology and variability to pin-point the SED models that will give the optimal photometric redshift solution for each population. By doing so, the degeneracies between models are reduced, thus achieving higher photometric redshift performance. However, the correct implementation of the method requires splitting the sample into point-like and varying sources and also having an estimate of X-ray flux. This information will not be available to the desired sensitivity for the majority of the source population detected by Euclid and LSST.

In this paper, we generalize the idea of population-specific libraries designed for application on surveys for which X-ray fluxes and variability information is not available and the morphology is estimated by the half light radius. The classification-aided photometric-redshift estimation (CPz) utilizes machine-learning classification and SED fitting for photometric redshift. We show that this classification step allows the production of optimized photometric redshift for galaxies, AGN and QSO while at the same time identifying stars and catastrophic outliers.

2. Background

Before we present the CPz method, we briefly describe the concepts and nomenclature of machine-learning and template fitting methods used in the rest of the paper. We use as an example a multiwavelength extragalactic survey. From the photometric imaging we retrieve information such as fluxes, colors, shapes, and positions. From the spectroscopic follow up on the same area of the sky, we might associate to the same sources additional information such as redshift, emission line widths, star vs galaxy classification etc. The input quantities (photometry, colors, shapes, emission lines widths, etc.) are called attributes in the machine learning nomenclature and we will use this term hereafter. The label, “star” – “not star” for our example, is also called the target, while the procedure of assigning a source to a given class is called labeling.

Suppose that we want to identify all stars within the survey. With the template fitting method, we might take all the photometric measurements, perform model fitting using star and galaxy templates and select the model that represents best our data. On the other hand, for supervised machine-learning we would select a subsample of sources that we have spectroscopically confirmed to be stars and a subsample that we have confirmed they are not stars. We would then give as input to the classifier the photometric measurements, the colors and shapes and attach a label “star”, “not star” next to each source. We would then split the sample into training and test samples. The algorithm will then create a mapping between the input photometry, colors and shapes and their labels using the training sample and assess the quality of the mapping by predicting the labels of the test sample. If the algorithm is a neural network it will assign weights to all inputs and iteratively optimize the weights until the prediction of the mapping between the input quantities and assigned labels reaches a success threshold. One the other hand, if we choose to use decision trees, the algorithm will create automatically the split on the input quantities, until the prediction of the classification has reached a certain success threshold.

2.1. Random forest

A plethora of machine-learning algorithms is available, each with advantages and disadvantages. A detailed account is however outside the scope of this work1. We chose to use the random forest (RF, Breiman 2001) because it gathers an attractive set of advantages. To name a few, it is robust against over-fitting, present when the algorithm learns artificial structure in the data (for example noise), robust against correlated input attributes, it is a fuzzy classifier providing a probability for a source to belong to each class and it is very fast to train.

These advantages are a direct consequence of the method. A RF is a collection of decision trees. Each tree is created with a random subsample of the input attribute set. For example, if we have available 100 colors, each tree will be created with e.g., 20 colors. As a result, each tree will learn only part of the input attribute pattern and will be a weak classifier. Since each tree only learns a subsample of the data the forest does not learn artificial structures or become affected by correlated attributes to the same degree as for example neural networks. The final answer of the RF is the average of all trained trees, which provides a probability for each object to belong in one of the specified classes.

2.2. Classification quality

We will define here a few concepts used to quantify classification quality.

Classification performance. In order to assess the quality of a classifier, a comparison between the input labels and predicted classes is needed. Taking as an example the question “Is this source a star?” we have i) true positive (TP) a real star, classified as a star, ii) true negative (TN) a non-stellar object, classified as not a star, iii) false positive (FP) a non-stellar object, classified as a star, and iv) false negative (FN) a star, classified as not a star.

This information is often summarized in a confusion matrix. We also define the following measures of quality for the classifiers:

Accuracy. Fraction of correct predictions:

ACC=TP+TNTP+TN+FP+FN.$${\rm{ACC}} = {{{\rm{TP}} + {\rm{TN}}} \over {{\rm{TP}} + {\rm{TN}} + {\rm{FP}} + {\rm{FN}}}}.$$(1)

Precision. Fraction of correct positive predictions, also referred to as purity in astronomy which we will also adopt for the rest of the paper:

P=TPTP+FP.$${\rm{P}} = {{{\rm{TP}}} \over {{\rm{TP}} + {\rm{FP}}}}.$$(2)

Recall. Fraction of truly positive predictions, also referred to as completeness in astronomy which we will also adopt for the rest of the paper:

R=TPTP+FN.$${\rm{R}} = {{{\rm{TP}}} \over {{\rm{TP}} + {\rm{FN}}}}.$$(3)

F1 measure. Harmonic mean of precision and recall:

F1=2PRP+R.$${\rm{F1}} = 2 \cdot {{{\rm{P}} \cdot {\rm{R}}} \over {{\rm{P}} + {\rm{R}}}}.$$(4)

Fall-out. Fraction of FP over negative predictions:

F=FPTN+FP.$${\rm{F}} = {{{\rm{FP}}} \over {{\rm{TN}} + {\rm{FP}}}}.$$(5)

A good classifier will have high accuracy, precision, recall and F1 measure and low fall-out.

2.3. Template fitting

With template fitting methods a selection of theoretical or empirical models are confronted first with the response function of the telescope creating a flux library (fluxtemp) and then with the data (fluxobs). Through a maximum likelihood approach the best model representing the data is selected. When the uncertainties in the data (σobs2$\sigma _{{\rm{obs}}}^2$) follow a Gaussian distribution, the maximum likelihood approach is equivalent to selecting the model with minimum χ2 defined as:

χ2=ΣiN(fluxobs,iαfluxtemp,i)2σobs,i2,$${\chi ^2} = \mathop \Sigma \limits_i^N {{{{({\rm{flu}}{{\rm{x}}_{{\rm{obs}},i}} - \alpha \cdot {\rm{flu}}{{\rm{x}}_{{\rm{temp}},i}})}^2}} \over {\sigma _{{\rm{obs}},i}^2}},$$(6)

where N is the number of data-points (filters) and α the scaling factor that minimizes the χ2 value. The significant advantage of template fitting over machine learning methods for the particular application of photometric redshift estimation is that template fitting can recover redshift solutions that are outside the training sample used for machine learning (e.g., high redshift galaxies).

2.4. Photometric redshift quality

We introduce here also the two measures of quality of the photometric redshift estimation.

Accuracy. σ The photometric redshift accuracy (σ) is usually defined in the literature as the normalized median absolute deviation (NMAD; Ilbert et al. 2009):

σNMAD=1.48×median(|zphotzspec|1+zspec).$${\sigma _{{\rm{NMAD}}}} = 1.48 \times {\rm{median}}\left( {{{|{z_{{\rm{phot}}}} - {z_{{\rm{spec}}}}|} \over {1 + {z_{{\rm{spec}}}}}}} \right).$$(7)

The usage of σNMAD is preferred over the standard deviation because the median is less sensitive to extreme values, while the scale factor 1.48 is introduced to allow the interpretation of σNMAD as the standard deviation of normally distributed data. Catastrophic outliers. η for a number of sources the photometric redshift is wrong. Usually referred to as catastrophic outliers (η), they are quantified as the percentage of sources for which Eq. (8) holds.

|zphotzspec|>0.15(1+zspec).$$|{z_{{\rm{phot}}}} - {z_{{\rm{spec}}}}| > 0.15 \cdot (1 + {z_{{\rm{spec}}}}).$$(8)

3. The CPz method

The CPz consists of three main stages shown in Fig. 1. Stage I is the collection of the information on the flux and morphology of the sources and the subsequent photometric redshift estimation using template fitting. Stage II is the classification using three RFs to identify the A) probability of being a star, B) optimal photometric redshift setup and C) probability of being a photometric redshift outlier, given the colors, χ2 values from the template fitting step and morphology estimates (in our case the half-light radius). Finally, Stage III consists of the consolidation phase, during which a source is assigned a photometric redshift solution and i) probability to be a star, ii) probability for the redshift to be wrong Eq. (8). We will describe the details behind each processing step by applying the method on the near-infrared VIKING and VIDEO Public VISTA Surveys cross matched with the CFHTLS, KiDS and SDSS optical surveys.

thumbnail Fig. 1.

Components of the classification aided photometric redshift estimation method (CPz). Photometric and morphometric parameters are extracted from the observed images. Magnitudes, colors and an estimation of the source shape (e.g., half light radius) make up the input attributes. The spectral energy distributions are fitted with model templates of star, galaxy and active galactic nuclei populations, the χ2 value of the best fitting model per library is added to the input attribute set. The pre-processing of the data consists of normalization and whitening of the attribute distributions (zero mean and variance of one) and the sample is split into training, testing and validation subsamples. The training sample is presented to three distinct classifiers, producing a probability for each source to A) be a star B) have an optimal photometric redshift from a collection of distinct libraries C) be a photometric redshift outlier. The final phase of CPz is the consolidation of the results, during which the test sample is used to decide on the thresholds adopted for each classifier and the assessment of the final accuracy on the classification and the photometric redshift performance using the validation sample.

3.1. Stage I: catalogs and template fitting

Stage one of the CPz method consists of collecting information on the morphology (e.g., FWHM, half radius) and flux measurements and the spectral energy distribution (SED) model fitting. At this stage, all χ2 estimates of the best fitting model per library are saved and propagated into the pre-processing.

3.1.1. Photometric surveys

Modern extragalactic surveys profit from multiwavelength coverage from the ultra-violet to the mid-infrared, which allows for the estimation of good quality photometric redshifts. Future surveys for example with Euclid and LSST will provide photometry from the u-band up to the H-band with continuous coverage in wavelength. To test our method in comparable conditions of Euclid plus LSST, we use the ESO near-infrared Public VISTA surveys2 (Arnaboldi et al. 2007) using the z, Y, J, H, and K photometric filters. We are using both the VIKING (Jlim,AB = 22.1, PI W. Sutherland) and VIDEO (Jlim,AB = 24.5, PI M. Jarvis) surveys in order to benefit from the large area coverage and the depth, respectively. Euclid observations will not have a K-band coverage, therefore we will also discuss the impact of this particular filter on our results. The optical wavelength coverage (filters u, g, r, i, z) is from the SDSS survey (DR12, ilim,AB = 21.3, Alam et al. 2015), CFHTLS (T0007, ilim,AB = 24.8, Hudelot et al. 2012) and KiDS (DR2, ilim,AB = 24.2, de Jong et al. 2015) surveys. We are also using mid-infrared observations in the W1 and W2 filters of the WISE satellite (ALLWISE3, W1lim,AB = 20.3, Wright et al. 2010; Mainzer et al. 2011) and ultra-violet (filters FUV, NUV) from the GALEX satellite (GR6/7, NUVlim,AB = 20.5, Morrissey et al. 2007). We corrected all photometric measurements according to the Schlegel maps of Galactic absorption (Schlegel et al. 1998) and the Cardelli law for the Milky way (Cardelli et al. 1989).

3.1.2. Spectroscopic surveys

We have selected spectroscopic redshift surveys which combined span a large redshift range (z ∈ [0−4]), represent all galaxy types and include spectroscopically confirmed stars. These are SDSS4 (DR12 – 7.5 × 104 sources, Alam et al. 2015), GAMA5 (DR2 – 1.3 × 104 sources, Liske et al. 2015), VIPERS6 (DR1 – 3 × 103 sources, Garilli et al. 2014), VVDS (DR2–3 × 103 sources, Le Fèvre et al. 2013), PRIMUS (DR1 – 2.7 × 104 sources, Coil et al. 2011; Cool et al. 2013), 6df (DR3 – 3 × 103 sources, Jones et al. 2004, 2009). Some of these surveys provide a label, or comment introduced by visual inspection classifying the objects into star, galaxy, AGN or QSO. However, this labeling is neither homogeneous across all surveys, nor objective. Thus, we keep this information for comparison with our machine-learning approach, but we do not use it during the training.

The sample used for this work consists exclusively of sources with the highest spectroscopic redshift quality7, matched to photometric detections using a radius of 1″. We use the following combination of wavelengths as quoted in the analysis and discussion, namely: UV (filters FUV, NUV from GALEX), optical (filters uz from any of SDSS, CFHTLS, KIDS), near infrared survey (filters zK from any of VIKING, VIDEO), mid infrared (filters W1, W2 from WISE). Figure 2a shows the redshift distribution per survey (colored lines) and the total galaxy sample (shaded gray area). The black spike located for demonstration purposes at −0.1 denotes the star sample. The panel b of the same figure shows the corresponding photometry for the spectroscopic sample. SDSS photometry corresponds to 80% of the sample (∼200 deg2), while CFHTLS due to the extensive spectroscopic follow of the W1 field (∼30 deg2) extends our sample to fainter magnitudes compared to SDSS.

thumbnail Fig. 2.

Spectroscopic redshift distribution of the uk − IR sample used in this work. Panel a: gray shaded area shows the total sample while the colored lines show the survey of origin. The black spike located for clarity at z = −0.1 shows the number of stars in the sample. Panel b: Magnitude distribution for SDSS (red) and CFHTLS (blue) surveys comprising 80% and 20% of the galaxy sample respectively. The stars are shown with grey colour on this plot.

We performed four CPz Runs using the following filter combinations 1) uK (∼7.8 × 104 sources), 2) uK − IR (∼5 × 104 sources), 3) UV–uK (∼1.5 × 104 sources) and 4) UV−uK − IR (104 sources) filters. This work does not address the impact of missing values in the photometry, therefore each run is comprised of sources that have good quality spectroscopic redshifts and photometric measurements in all filters. As the impact of the mid-infrared bands on the quality of the result is significant, we discuss in detail for the rest of the presentation of the method only Run uK − IR. We differ the discussion of Runs one, three and four to Sect. 4.4.

3.1.3. Template fitting

We performed SED fitting using the code LePhare8. We used the template set selected for the COSMOS Survey (Scoville et al. 2007). The normal galaxy templates were introduced in Ilbert et al. (2009) and the AGN hybrid and QSO templates in Salvato et al. (2009). We used a redshift step of 0.01 from z = 0 to z = 6 for all models. The E(BV) values used are 0,0.05,0.1,0.15,0.2,0.3. The inclusion of emission lines, dust attenuation, absolute magnitude prior per library is reported in Table 4.

We also fit a model library of 154 stars (1150 Å-25 000 Å) containing normal spectral types, F-K dwarfs and G-K giant components from the Pickles Atlas (Pickles 1998), white dwarfs (Bohlin et al. 1995) and subdwarf O and B stars (Bixler et al. 1991).

3.2. Stage II: classification

Stage two of CPz is the machine-learning classification, starting with the normalization transformations applied to the input attributes (pre-processing) created in Stage I. In the following section we discuss the setup of the classifiers. We are using the scikit-learn implementation in Python (Pedregosa et al. 2011) to pre-process and classify the data.

3.2.1. Input attributes and class definition

The attributes used for the classification are all color combinations and magnitudes of the photometric bands described in Sect. 3.1.1. For filters u to K we use both total (auto) magnitudes and 3″ aperture magnitudes corrected to total, to account for flux lost due to the fixed size of the aperture. The correction is estimated on point-like sources and applied to the entire catalog. Particularly for the W1 and W2 WISE bands, we are using only the total magnitudes since the PSF of WISE is much larger compared to the optical and near-infrared bands (∼6″ compared to 0.8″-1.3″ respectively). As a proxy for the morphology, we are using the half light radius estimated for the bands g up to K, defined as the radius up to which 50% of the total flux is enclosed. For point-like sources (stars and QSO) this radius will be very close to the FWHM of the PSF, while for extended objects it is significantly larger. Additionally, we are using the values of the χ2 for the star models in classifier A (star classifier) and the values of the χ2 of galaxies, AGN, QSO one for each corresponding library setup for classifier B (galaxy classifier). The total number of input attributes is 263.

The definition of the target classes is of paramount importance for supervised machine-learning. With our method we aim to train three classifiers, thus we need three labels for each object. Namely, we create a star classifier (classifier A), a galaxy classifier tuned to return the class for which the photometric redshift solution is optimal (classifier B) and a classifier to identify photometric redshift outliers (classifier C). Even though technically possible, we do not combine all categories into one classifier. We opt for a flexible scheme within which we have the best photometric redshift estimation for all sources and impose only during the consolidation phase probability thresholds to identify stars and outliers. With this approach, we can tune during the consolidation phase the completeness and purity as desired for each specific science application.

The star – no star label is assigned using a sample of spectroscopically confirmed stars, used to train classifier A. The galaxy class label is tuned to identify the optimal photometric redshift class. It is assigned according to the minimum value of Δzi = |zphoti − zspec|, where i corresponds to the library configurations given in Table 4. Thus, Classifier B will recognize, for example for Case III, which of the five classes (passive, starforming, starburst, AGN, QSO) will provide the best photometric redshift estimate compared to the available spectroscopic value. Finally, if |zphoti − zspec|/(1 + zspec) > 0.15 for all photometric redshift classes, the solution is considered a catastrophic outlier and is used as training in Classifier C. The catastrophic outliers will thus contain stars, QSOs – notoriously difficult to model due to their featureless SEDs – and rare galaxies (e.g., extreme obscured or extremely starforming) that are not represented by our template selection.

3.2.2. Pre-processing: whitening and normalization

There are two main operations that must take place before the data can be presented to the classifier, collectively called preprocessing. These operations are the treatment of missing values, also called data imputation and the whitening and normalization of the dataset.

A typical approach in machine-learning when it comes to the treatment of missing values is the substitution of the value with the mean of the distribution. The mean of the distribution is the preferred substitution in the case of lacking observational data and this is the approach we adopt for this work. However, in an astronomical context other data imputation methods could be considered. For example, it can be that a source has an upper limit (non-detection), lower limit (saturation), or missing value (not observed). The impact of the data imputation depends on the specifics of each dataset, taking into account the sky coverage of the observations, including the tiling of the observations and any masking due to bright stars and the depth of the photometry.

Whitening and normalization are transformations that center the distribution of the input attributes around zero and make the distribution of the values have a standard deviation of one. Machine-learning algorithms require whitening and normalization of the data to avoid recognition of artificial structures in the data due to difference in the order of magnitude of the attribute values, for example by mixing flux and magnitude estimates. It is critical that the same transformation applied to the training sample must be applied to the test and validation samples.

3.2.3. Train–test–validation samples

We split our sample of about 50 000 sources into three subsamples with ratio 1:1:1 for training, testing and validation. It is important that all three samples are representative of each other, therefore we first sort according to redshift and then split the sample taking every third source for each of the classifiers under consideration. During the training phase, the algorithm creates the Random Forest that maps best the input attributes to the target classes. After the training is complete and the forest is fully grown, we use the test sample that was not part of the training sample to estimate the accuracy of the classifier and identify the appropriate thresholds to adopt to separate stars and outliers. Finally, after all optimizations are performed, we estimate the final quality of CPz method using the validation sample which is never seen by the classifier during the training and testing phases. If not enough data are available for a separate validation set, it is common practice to perform cross-validation. During this procedure a handful of data are purposely left aside during the training and the classifier accuracy is tested on them. If this procedure is performed n-times, we refer to n-fold cross-validation. We have verified that with three-fold cross-validation we obtain similar accuracy results to the ones estimated with a dedicated testing sample.

A number of parameters are available to tune the performance of the Random Forest algorithm. We performed a grid search using three-fold cross validation in the training phase to select the best parameters for our work given in Table 2. The parameter n_estimators is the number of trees created. As a rule of thumb, the higher the number the more accurate the classification, however there is a limit after which the accuracy does not increase noticeably with an increasing expense on the computing time. In our case we found that 200 trees was a good trade-off between accuracy and computing time. The rest of the parameters in Table 2 control the split of the input attributes and the creation of the trees.

Table 1.

Models used during the photometric redshift estimation with template fitting.

Table 2.

Random Forest set-up parameters.

3.2.4. Classifier A: is it a star or not?

First we examine the separation between stars and galaxies. We achieve accuracy of ACC = 99.7%, precision P = 99.1%, recall R = 99% and fall-out of only F = 0.2%. As the locus occupied by stars in color space is narrow and almost disjoint to that of galaxies, it is an easier classification problem especially if infrared data are available. In Fig. 3a we plot the results of the test sample. The color plot (YW1) vs (gJ) shows clearly the separation in color space between stars (black), selected as sources with Pr[star] > 50% and galaxies (gray). Similar plots using IRAC colors have been used previously in the literature (e.g., Ilbert et al. 2009).

thumbnail Fig. 3.

Stars identified in the test sample. Panel a: color locus occupied by the stars (black points) compared to the color locus occupied by the non-stars, i.e. galaxies and AGN (gray points) adopting a probability threshold of 50%. Panel b: completeness (gray dot-dashed line) and purity (black solid line) of the identified star sample for each given probability threshold given on the x-axis. Panel c: summary of the performance of the classifier in a confusion matrix.

By default, the Random Forest implementation in Python will assign each object to the class with the highest probability. In the case of two categories the threshold is set at 50%. Nevertheless, given the science interest, a selection of pure or complete sample might be of interest. Since the Random Forest provides also as output the probability for each class, it is possible to select the sample according to the desired specifications. Panel b of Fig. 3 shows the level of completeness (gray dot-dashed line) and purity (black line) as a function of probability threshold. For example, a threshold P[star] > 80% would lead to roughly 100% purity and 95% completeness.

The last panel of Fig. 3 visualizes the performance of classifier A in a confusion matrix. The diagonal elements represent the percentage of true positive classifications, while the off-diagonal elements show the percentage of false positive classifications. A perfect classifier will have black diagonal elements and white off-diagonal elements, classifier A with ACC = 99.7% shows excellent performance.

3.2.5. Classifier B: which is the best photo-z library?

Classifier B is trained to identify the model library that will provide the optimal photometric redshift solution judged by the best photometric redshift. As discussed in Sect. 3.2.1, we grouped the galaxy models roughly according to their star-formation into passive, starforming and extreme starforming which for short we will refer to as starburst. We have also included two additional libraries: AGN and QSO (see Table 1 for the full list of templates used and Sect. 4.1 for the explored galaxy class combinations). In Fig. 4 we show the objects identified in the test sample in each category using the same color-color plot as in Fig. 3. The gray points show all of the sample for comparison. We note that classifier B is applied to the full sample without any a priori knowledge of stars. Passive and starforming galaxies trace a somewhat different region in the color space, albeit with a large overlap in this two-dimensional representation. QSOs on the other hand shown in panel e are very well isolated with respect to the normal galaxy population. Finally, as expected, the AGN population is located in the overlap region between the normal galaxies and the QSO, since by construction their SEDs are a mixture of the two components.

thumbnail Fig. 4.

Output of the galaxy classification (colored points) compared to the total input population (gray points). The galaxy class is given below each plot. We note that stars have not been excluded a priori.

The weighted average accuracy of classifier B over all classes is about 64%. Since in this case we have a multiclass classification, the average accuracy is not as informative. In Fig. 5 we show the completeness and purity per galaxy category as a function of probability threshold, similarly to Fig. 3. The minimum threshold for class assignment is 20%. As seen from panels a–e such a threshold would correspond to complete (70%–90%) but rather impure samples (30%–60% purity). We note that in the final galaxy sample the performance will be slightly better since for now the stars are still included in the sample. The confusion matrix in the last panel of Fig. 3 shows the relative mixing of the classes adopting the default class assignment. The QSOs are well separated from all other classes and with little false positive detections. The same is true, but with lesser quality for the passive galaxies. The largest mixing is present between the starforming and the AGN population.

thumbnail Fig. 5.

Completeness (dashed line) and purity (solid line) of each galaxy class as a function of probability threshold. Panel f: confusion matrix.

Since in our sample we know the true classification between stars and galaxies, it is interesting to explore the confusion between these two classes as revealed in Fig. 4. The sample of spectroscopically confirmed stars (∼2500 sources) is distributed in four galaxy classes: passive (71%), starforming (3%), starburst (16%), and AGN (10%). No stars were classified as QSO. Nevertheless, 74% of the star sample is placed at z = 0 from the SED fitting. Stars can mimic passive galaxies are redshift zero (99% of passive sample, 57% of total star sample). Stars classified as starforming and starburst galaxies are placed either at redshift zero (64%) with varying amounts of absorption, or at higher redshifts (0.01 < z < 1.0) with the SED fitting selecting the template with the highest allowed absorption (E(BV) = 0.3). Similarly, 51% of the stars classified as AGN are placed at z = 0, with varying amounts of E(BV) depending on the template SED. In the AGN case, the dominant template that is the best fit to stars at non-zero redshifts is template 48 consisting of 10% S0 non-starforming disk galaxy and 90% of QSO2, which is a template with intrinsic heavy obscuration in the UV-optical part of the spectrum. If we use the results of classifier A to remove the stars from the galaxy sample the weighted classification accuracy is not affected significantly (worsens about 4%), since the stars are classified with high accuracy (weighted average 85%) even using in Classifier B9.

3.2.6. Classifier C: is the photo-z solution acceptable?

Outlier identification is a difficult task, because there are many reasons that can lead to a failed estimation of photometric redshift. The reasons include intrinsic physical properties such as i) variability, as shown in Salvato et al. (2009), ii) rare or not represented SED in the template library and iii) true degeneracies in color space (Richards et al. 2001). External factors can also lead to a failed photometric redshift estimation i) bad photometry, for example saturation ii) source misassociation, for example blending due to large PSF or astrometric offsets iii) wrong spectroscopic redshift.

We explored the possibility to identify outliers using a random forest classifier. The sample used contains the sources that follow Eq. (8). In Fig. 6 we show, similarly to the stars, the output classification of the test sample. The black points correspond to the sources with P[outlier] > 50%. We see that the majority of the outliers is gathered in the locus occupied by QSO and stars. The average accuracy of Classifier C is 97.9%, this score is also immune to the presence of stars (see Sect. 3.2.5) as the stars are classified as outliers with very high accuracy (99%).

thumbnail Fig. 6.

Same as Fig. 3 but for classifier C.

Similarly to classifiers A and B, adopting a more conservative outlier threshold, will allow for a more complete sample, P[outlier] > 20% leads to 80% complete sample in the expense of purity (40%). However, the selection threshold can be adjusted according to the science case, or even ignored altogether. Examining the confusion matrix in the last panel of Fig. 6 we see that there are many false positive identifications of good photometric redshift estimations as outliers (60%) at P[outlier] > 50%, however most outliers are indeed classified as outliers.

3.3. Stage III: consolidation

By creating three classifiers to provide a star, galaxy and outlier classification we have flexibility in the consolidation phase. Here, the scientific goal of the survey can be taken into account in adopting the appropriate probability threshold selection for each classifier, using the results of the test sample presented in Sects. 3.2.43.2.6.

3.3.1. Threshold selection

For classifier B, we have performed multiclass classification and the sum of the probabilities of the five classes is equal to unity. In this case, the default RF behavior assigns as best class the one with the highest probability (Consolidation A). However, we may also choose to make an extra threshold cut for the galaxy classes (Consolidation B). Here we adopt the threshold of 40% for all normal galaxy classes and AGN, corresponding to at least 50% pure samples and the default 20% threshold for QSO. In Table 3 we show the photometric redshift quality for the two cases. We notice a slight improvement in the overall photometric performance, both in terms of accuracy (σA=0.035, σA = 0.032) and percentage of outliers (ηA = 4.9% − ηA = 4.5%) to the expense of the numbers of available sources with 84% of the original sample retained after consolidation B.

Table 3.

Number of sources and photometric redshift performance after (A) class assignment according to the highest probability and/or star and outlier rejection (B) class assignment according to the highest probability but imposing a probability threshold for all galaxy classes.

3.3.2. Rejection of stars and outliers

In addition, we can select the threshold of the star and/or outlier identification. For the star labeling we adopt P[star] > 50% corresponding to about 99% completeness and accuracy. Respectively for the outlier rejection we opt for completeness over purity adopting a threshold of P[outlier] > 20% which corresponds to about 70% completeness and 40% purity. Table 3 shows the performance of the photometric redshift estimation and the corresponding number of sources remaining the sample for each rejection step. We note that in general, rejection of stars and outliers will lead to higher accuracy and less outliers both when adopting the highest galaxy class probability (consolidation A) and when imposing an absolute threshold (consolidation B) compared to no rejection at all. Seemingly the accuracy of photo-z worsens when stars are rejected (from σno rej = 0.035 to σstar rej = 0.042). This is due to the fact that the majority of the stars are placed correctly at redshift zero during SED fitting, even when using galaxy templates (60% of the star sample, see Sect. 3.2.5).

3.3.3. Rejection of uninformative PDFs

Template fitting algorithms, in our case specifically LePhare, provide as an output the full probability distribution function (PDF) for the photometric redshift estimate. Figure 7 shows a selection of PDFs ranging from very narrow to multimodal to very broad PDFs normalized to unity at the peak of the distribution for demonstration purposes. The solid lines show the photometric redshift assignment, while the dashed lines show the spectroscopic redshift value. The first panel of the first row shows an example of a very good photo-z estimation, where the PDF is narrow and centered on the true redshift value. The second panel of the first row shows an equally narrow solution, but centered on the wrong value. The second and third rows show PDFs that are broad and/or multimodal but still include the true redshift solution.

thumbnail Fig. 7.

Example probability distribution functions (PDF) from the consolidated sample. First row: two sources with high information content, DKL ∼ 7. Second row: broader and multimodal PDFs with DKL ∼ 4, while the last row shows the PDFs with the least information content DKL < 2.

It is possible to rank the PDFs according to the information gained compared to a flat distribution by means of the Kullback–Leibler divergence (Kullback & Leibler 1951):

DKL(P||Q)=+p(x)log2p(x)q(x)dx,$${D_{{\rm{KL}}}}(P||Q) = \int_{ - \infty }^{ + \infty } {p(x){{\log }_2}{{p(x)} \over {q(x)}}{\rm{d}}x} ,$$(9)

where P and Q are two continuous random variables and p, q their corresponding probability density functions. The DKL divergence, a useful diagnostic of information theory, has been used in the literature for quantifying the information gain for example, when performing bayesian analysis of X-ray spectra (Buchner et al. 2014) and when modeling the 5−10 keV AGN luminosity function (Fotopoulou et al. 2016a). Further information can be found in Bishop (2006).

Here we consider as P the photometric redshift PDF and as Q the extremely agnostic case in which we only know that a source must be between redshift zero and six, assuming a flat distribution. The information gain is measured in bits since the logarithm with base 2 is used10. In Fig. 8a we show the trend between the DKL and the J band magnitude. As expected, brighter sources (J < 20) tend to have higher DKL values signifying that the PDF carries more information with respect to a flat distribution, thus signifying a narrow PDF. As we move to fainter objects, the DKL is also reduced to lower values reflecting the difficulty of constraining the PDF of a faint object. The same trends hold for all photometric bands. However, we do note a small cloud of sources with DKL < 2. These are sources with broad PDFs similar to the bottom row of Fig. 7. On the other end, we find sources with the highest DKL values, aggregated at DKL ∼ 8.7. These correspond to sources with zphot = 0.0−0.01 with very narrow PDFs, a telling sign of failed photo-z, most of the time due to noisy photometry.

thumbnail Fig. 8.

Left: Y-band magnitude vs the Kullback–Leibler divergence, DKL. The PDF of brighter sources carries more information content, i.e. narrower PDF, compared to faint sources. Right: Δz = zphotzspec as a function of information content split per galaxy class. QSO PDFs have the distinctly lower information content compare to normal galaxies and AGN.

It is also instructive to examine the DKL values according to the galaxy classes as determined with classifier B. Panel b of Fig. 8 shows the difference Δz = zphotzspec as a function of the DKL. The color coding corresponds to the five classes considered here as given in the legend. Most notably, there is no clear-cut DKL that can be used to identify good PDFs. However, we note that the QSO class has systematically lower DKL values compared to the normal galaxies and also that the AGNs show similar values as the normal galaxies. This is explained by the discriminating features present in galaxy and AGN SEDs (e.g., Balmer break) contrary to QSO SEDs which are mostly featureless power-laws hence leading to less constrained photometric redshift solutions.

3.3.4. Final sample

Gathering all information from the previous sections, we select as our final sample the configuration of consolidation B (absolute probability threshold of 40% for normal galaxies and AGN, 20% for QSO), imposing rejection of stars (P[star] < 50%) and outliers (P[outlier] > 20%) and rejecting sources that have either too narrow or too broad PDFs (DKL < 2 or DKL > 8.5, 282 sources, 3% of the sample). The final validation sample consists of 10.655 objects with photometric redshift accuracy σNMAD = 0.039 with 2.3% outliers.

On the left hand side of Fig. 9 we show the photometric redshift versus the spectroscopic redshift. The red dots show the mode of the PDF, adopted as point-estimate representation of the photometric redshift estimation. The solid red line is the diagonal while the dashed and dotted lines show the region of |zphotzspec|/(1 + zspec) = 0.05, 0.15 respectively. The gray scale shows the 2D histogram of the stacked PDFs binned at resolution Δz = 0.1. The gray scale shows the amount of probability per cell. The black-colored cells show regions containing more than 25% of the probability mass. The right hand side of the same Figure shows the redshift distribution of the photometric redshift point estimates compared to the spectroscopic redshift values.

thumbnail Fig. 9.

Left: histogram of stacked PDFs of the final sample. The solid line shows the diagonal, the dashed and dotted lines mark the |zphotzspec|/(1 + zspec) = 0.05, 0.15 respectively. The red dots show the point estimate of the photometric redshifts, here the mode of the PDF. Right: comparison of the photometric (red) and spectroscopic (black) redshift distributions.

4. Discussion

4.1. Galaxy classes

In order to identify the optimal photometric redshift libraries, we test four model library setups as shown in Table 4. For this comparison we use the validation sample with photometric bands from the u-band to the W2 filter.

Table 4.

Template fitting class set-up and respective performances.

In Case 0 we include all galaxy and AGN models in a single library. This is done to test the discriminating power of χ2. Case 0 is the least optimal photometric redshift estimation, since the AGN and QSO are not treated in a special way and emission lines are not present in the templates (σ = 0.06, η=9.2%). However, it has been used previously in the literature mostly by including one or two QSO templates within a galaxy library.

Case I resembles the set-up that was adopted by the COSMOS team as described in Ilbert et al. (2009) and Salvato et al. (2009, 2011). This set-up was originally created to optimize the photometric redshift of galaxies and X-ray detected AGN. Briefly, X-ray detected sources are confronted with QSO and AGN hybrid models to account for the combined emission from the QSO and the host galaxy. The templates are empirical and hence they include observed emission lines. The EXTNV and QSOV model libraries consist of the same templates (No. 32–61 of Table 1) with the application of different B-band absolute magnitude priors: −24 < MB < −8 for strong AGNs (extended and not varying sources with Fx > 8 × 10−15 erg s−1 cm−2) and −30 < MB < −20 for QSO dominated objects (optical point-like or varying sources). These AGN templates span a range in AGN – host galaxy combinations ranging from non-active (e.g., CB1, S0) to pure QSO templates (e.g., pl_QSO, pl_QSOH, pl_TQSO1). Salvato et al. (2009) selected these templates as the best representation of the active galaxy population in the COSMOS survey. The remaining sources that are either not X-ray detected or are X-ray detected but appear extended in the optical, are not varying and have Fx < 8 × 10−15 erg s−1 cm−2 are fitted using normal galaxy models and luminosity prior of −24 < MB < −8 (No. 1–31 of Table 1).

This method has been successfully applied to other fields such as the Lockman Hole (Fotopoulou et al. 2012), the Chandra Deep Field South (Hsu et al. 2014) and AEGIS-X (Nandra et al. 2015) and it is the current state of the art, used when X-ray data are available for the whole field in consideration. However, the correct implementation of the method requires splitting the sample into point-like and varying sources and also having an estimate of X-ray flux. This information is not available homogeneously across our sample, therefore we cannot test the result of a COSMOS-like approach directly for this sample. Instead, we used the optimal library set-up identified for the COSMOS field in Salvato et al. (2011) and use a machine-learning classifier to identify which objects are best fitted for each of the three classes. We find that this library setup shows very good performance both in terms of accuracy (σ = 0.035) and catastrophic outliers (η = 2.8%), achieving an improvement over Case 0 by factor of two on the accuracy and by a factor of three on the fraction of outliers.

Case II is an extension of the previous set up with two main differences. We divide the normal galaxy library into passive (No. 1–8 models in Table 1) and starforming systems (No. 9–31 models) and we use the hybrid AGN models (No. 36–48 and 50–55, AGN hybrids library) separately from the pure QSO models (No. 49, 56–61, pure QSO library) for a total of four model libraries. We have applied the corresponding B-band luminosity prior of −24 < MB < −8 for normal galaxies and AGN and −30 < MB < −20 for QSO. We find that this setup represents a significant improvement over Case 0 and slightly under-performs compared to Case I (σII = 0.04, η = 2.9%).

Finally, Case III is similar to Case II with the extra separation between starforming (No. 9–19 models) and extreme-starforming galaxies (which we refer to as starburst for short, No. 20–31 models). We see that Case III shows better performance compared to all previous cases in terms of catastrophic outliers (η = 2.3%) and achieves slightly worse performance compared to Case I in terms of accuracy (σ = 0.039). We can examine further the accuracy per galaxy class, also given in Table 4, keeping in mind that each class contains a different collection of models and a different galaxy population chosen by the machine-learning classification. The performances resemble the expectation for each population, namely passive and spiral galaxies have SEDs reach in discriminating features that can be identified through model fitting showing σ ∼ 0.04 and 0.5–1.0% fraction of catastrophic outliers. The degeneracies present in the starburst and AGN colors creates a higher fraction of catastrophic outliers (2–3%), however the accuracy remains very good and close to the passive and spiral galaxies (σ ∼ 0.04−0.05). Lastly, as expected the QSO population shows the least optimal photometric redshift performance (σ = 0.07 and η = 20%), mostly due to their featureless SEDs which is particularly problematic when using only broadband photometry.

It is evident that the simple inclusion of AGN templates in a galaxy library leads to the worst performance (Case 0). We recover the good behavior of the setup of Salvato et al. (2009, 2011), where the split between galaxies and AGN leads to an improvement higher than a factor of two both on accuracy and outlier rate compared to Case 0. More interestingly, the further separation of the galaxy library and the consideration of pure AGN and QSO libraries is beneficial when we opt for pure classes of objects, for example, separating the starforming and starburst galaxies in two distinct classes and AGN from QSO, reducing the outlier rate and while maintaining comparable accuracy.

4.2. Feature Importance

One of the attractive features of Random Forest is the relative ranking of the discriminating power of the input attributes. In Table 5 we list the top 10 most important features identified by the Random Forest for each of our three classifiers. The subscript 3 refers to magnitudes estimated within 3″ aperture diameter. For Classifier A, the star-galaxy separator, the infrared colors carry the dominant discriminating power, especially the WISE bands. The top three most important features are the colors J3W1, Y3W1, J3W2. The colors identified by the Random Forest correspond to the color-color plots presented in this paper and also found in similar forms with the literature.

Table 5.

Feature importance for the three classifiers.

The clear separation between the star and galaxy population as seen in Fig. 3, at least for the population with gJ > 2 leaves little ambiguity. However, the population with gJ < 2 is a locus occupied both by galaxies and stars. In this area a machine learning classifier based on a multiwavelength identification has a clear advantage over color selection methods, since the introduction of morphological attributes and additional colors can lift this degeneracy. Furthermore, Random Forest in particular provides the probability for a source to be a star which allows for the tuning of the completeness and purity of the final sample as demonstrated in Sect. 3.3.

Similarly, for Classifier B, the galaxy-class separator, the top three features are the near-infrared H and K colors with the WISE W2 bands. However, they are immediately followed by the W1 − W2 color and a combination of optical and near-infrared colors including the g and i bands. The WISE bands have been already proposed in the literature as selection method for QSO sources (Stern et al. 2012). Lastly, the outliers (Classifier C) are identified primarily through their optical colors (r, z, i bands) selecting preferentially QSOs and stars (see Fig. 6).

Intuitively we could expect that the size of the object would be a powerful discriminatory attribute. The ranking of random forest places the half light radius (depending on run and photometry used) in the following positions: Classifier A [stars]: 40–60, classifier B [galaxies]: 100–200, classifier C [outliers]: 35–50. The relative ranking of shape among star, galaxy, outlier classifiers follows the idea that the shape is more important discriminatory feature for stars and outliers (comprised mostly out of QSOs and stars) and less important for galaxies. However, in all cases the presence of near and mid infrared photometry carries significantly more information to distinguish between the classes. In the absence of near- and mid-infrared photometry the half-light radius enters the top 5 of important attributes.

4.3. Dependence on photometric depth

Previous photometric redshift studies have demonstrated the impact of magnitude on photometric redshift accuracy (for example Figs. 12 and 10 in Ilbert et al. 2009; Fotopoulou et al. 2012, respectively). As expected, fainter objects tend to display photometric redshift of lesser quality due to the larger uncertainties associated to photometric measurements.

The CPz method shows a similar trend in performance with magnitude. Fainter objects have larger photometric uncertainties associated to them, hence resulting in broader PDFs. Figure 10 shows the median 1-σ interval per i-band magnitude bin (left-hand side, magnitude step 0.5). At the same time, fainter objects will also have less accurate classification due to the inherent noise of the magnitude measurement itself. The right hand side of Fig. 10 shows the completeness and purity of the star classification (classifier A) as a function of the i-band magnitude (right hand side). The classifier shows good quality (>80%) even up to iAB = 23, while it quickly declines approaching the magnitude limit.

thumbnail Fig. 10.

Dependence of photometric redshift uncertainty (left) and star classification performance (right) as a function of i-band magnitude. The left hand side figure shows the median 1 − σ interval per 0.5 magnitude bin. The right hand side shows the purity and completeness of the star classifier per magnitude bin. The purity of the classification remains high (>80%) up to iAB = 23 and decreases sharply closer to the detection limit (see also Fig. 2b). Similar behavior is found for all classification categories.

4.4. Dependence on photometric filters

Existing and future surveys will provide a view of the sky from the ultra-violet (GALEX), to the optical (SDSS, LSST), near-infrared (Euclid) and mid-infrared (WISE). With the exception of the VISTA Hemisphere Survey (VHS, PI McMahon) covering the southern hemisphere at KAB = 20 magnitude, there are no foreseen plans for a deep all-sky K-band survey. The same holds for the ultra-violet and mid-infrared where the GALEX and WISE observations remain the state of the art respectively. We discuss here the impact of the inclusion of these datasets in the training of the classifier and the SED fitting.

The impact of the exclusion of a photometric band is twofold on our method, affecting both the classification and the SED fitting. As seen on Table 5 the K-band combined with the WISE filter and other near-infrared bands offer strong discriminating information for galaxy classification (Classifier B) and outlier detection (Classifier C). As discussed in the previous section, the ability of CPz to pre-classify an object in order to use a limited number of models for the determination of photometric redshift through SED fitting leads to better accuracy. In the absence of K-band photometry the highest-ranked features by the Random Forest contain again infrared colors where the K-band is substituted by near- (J, H) or mid-infrared bands (W1, W2). However, the classification score remains the same (60%). Table 6 shows the performance of classifier A as a function of the photometry used. Similar conclusions hold for all other classifiers. We find that the inclusion of WISE W1 and W2 bands improves both the accuracy of all classifiers (A, B, and C) and the performance of photometric redshift.

Table 6.

Classifier A, accuracy per run of test sample for star identification.

On the other hand, due to the flux limit of the surveys, the inclusion of WISE photometry reduces our initial spectroscopic sample detected in the uK bands from 78 776 sources to 49 220 sources (62.5%), however without sacrificing the high redshift (z > 1) population. However, the inclusion of GALEX photometry reduces the sample to just 19%, or 15 064 sources and is limited to low redshift sources (z < 1) due to the very bright flux limit of the GALEX wide area survey (FUV ∼ 21AB). Finally, the creation of SEDs from the FUV to mid-IR, including both GALEX and WISE observations, would consist of only 10 003 sources (13%).

The absence of K-band has a more prominent effect on the photometric redshift determination since the gap in the wavelength coverage leads to more catastrophic outliers. We find that when considering only photometry from the u-band to the H-band the inclusion of a K-band has the most significant impact on starburst, AGN and QSO improving the accuracy up to 2% and the catastrophic outlier fraction by 2–10%. However, if an extension to the mid-infrared is available by including WISE data we find that the accuracy reached is improved by 1–2% while the fraction of catastrophic outliers drops by 3–10%. While all galaxy populations benefit from the inclusion of infrared observations, the AGNs show the most prominent improvement by the inclusion of the K-band and WISE data.

Limiting the photometric coverage to optical bands, both classification and photometric redshift suffer a decrease in quality. For example, the star classification score decreases from 98.8% for the uK case to 97.5% and 96.5% for uz and gz respectively. In Table 6 we summarize the performance of each quality measure. Interestingly, in the optical-only case the half-light radius plays a more important role in star-galaxy classification entering the top 5 most important attributes (see also Sect. 4.2).

4.5. Comparison to the literature

Classification. Several color plots have been used in the literature over the years to identify the nature of galaxies, mostly splitting between passive and starforming and AGN versus normal galaxies. In Fig. 11 we compare our classification11 denoted with the colorbar with some commonly used color plots. In all plots, the smaller black dots denote stars identified with classifier A. Panel a is the equivalent of the BzK plot using our filter set using the colors zK vs gz. Despite the large overlap of the galaxy populations the general separation between passive and starforming galaxies is on average reproduced. However, in panel b we show a modified version which leads to a better distinction between the classes as identified by the Random Forest. By using longer wavelengths (YW1 vs gJ) both stars and QSOs are separated more distinctly which showcases the ability of the Random forest to identify automatically colors with high discriminating power. The bottom panels of Fig. 11 show two AGN classification plots. The left-hand side shows the W1W2 plot of Stern et al. (2012). The authors introduced a selection criterion of QSO using W1W2 > 0.18 (in AB). Our classifier is in agreement with this criterion however with our probabilistic class assignment we can identify the nature of the sources in the transition area between the normal galaxies and the QSO and effectively separate stars from passive galaxies which are largely overlapping in this plot.

thumbnail Fig. 11.

Comparison of the CPz classification (colorbar) to literature color-color plots.

Photometric redshifts. We cross-matched within 0.7″ our final consolidated sample of ∼10 000 sources (Sect. 3.3.4) with the template fitting method in the MLS-VIPERS survey of Moutard et al. (2016) which provide photometric redshifts in the CFHTLS-W1 field yielding 2399 sources in common. Only 10 sources in our sample are not present in the MLS catalog located at 0.5 < zspec < 1.28. Out of those CPz classified one source as QSO (class 5) and the remaining are passive (class 1) or spiral (class 2). We also cross-matched our results with the pure machine learning estimates of SDSS DR12 (Alam et al. 2015) yielding 7954 sources. A total of 2983 sources present in our sample were missing from the SDSS photometric redshift catalog. About 41% of the missing sources (1227 sources) have g < 21, formally above the detection limit of SDSS. These sources span the redshift range of z = 0−4 and 41% are classified by CPz as normal galaxies (504 sources) while 59% as AGN or QSO (723 sources). The remaining 1756 sources that are too faint to be detected by SDSS are mostly located at z < 1 (93%) and the majority is classified as normal galaxies (92%). There are only 272 sources that are in common in all three datasets, mostly located at z < 1 as dictated by the SDSS sources.

In Table 7 we give a comparison of the performance for each method and sample. We see that the CPz method performs better in terms of outlier fraction than the pure template fitting method of the MLS estimation showing comparable accuracy σ = 0.03 but less catastrophic outliers (ηCPz = 2.0% compared to ηMLS = 3.4%). The same behavior is consistent across all galaxy classes as identified by CPz. MLS shows comparable or slightly better accuracy, but higher fraction of outliers. The class that stands out the most is the QSO which perform significantly better with the CPz method (σCPz = 0.126, ηCPz = 34.6% compared to σMLS = 0.517, ηMLS = 71.6%). Comparing the SDSS photometric redshifts, which is a pure machine-learning method we see that for galaxy classes well represented at z < 1, SDSS outperforms CPz. However, this is not true for the QSO class, where CPz shows better accuracy approximately by a factor of two. Lastly, we also present for completeness the comparison of the 272 objects that in common among the three classes. Even though the limited number of objects is prohibitive to make any strong claims, we see that all methods perform well since the majority of the objects are low redshift (z < 1) normal galaxies. Once again, CPz shows distinct advantage in treating properly AGN and QSO within a unified framework of photometric redshift estimation.

Table 7.

Photometric redshift performance of the final CPz sample compare to the MLS and SDSS photometric redshifts.

However, the summary of the performance given by σ and η does not encapsulate all the systematic effects that are commonly present in photometric redshift estimation. In Fig. 12 we plot the zphot vs zspec for each of the three matched samples. It is evident that both the MLS and SDSS photometric redshift estimates have been optimized for the low redshift population (z < 1). Even though for template fitting methods this is largely due to the decisions on the template set optimization and absolute luminosity prior application, for machine-learning methods the limitation is intrinsic to the method. If a machine-learning training sample does not contain high-redshift objects, the algorithm will never predict a high redshift solution. However with our approach of pre-classifying the sources and using template fitting methods we are able to retrieve high-redshift solutions without systematic problems at least up to redshift of four (see Fig. 9).

thumbnail Fig. 12.

Comparison of the CPz photometric redshifts (blue) to (panel a) 2399 objects with pure template fitting method (MLS, red) and (panel c) 7954 objects with pure machine-learning estimate (SDSS, black) (panel e) 272 objects in common in all three methods.

The present work has focused on training and applying the CPz method on a spectroscopic sample in order to demonstrate its validity. In order to have a deeper understanding of the classification performance and explore further applications, we must apply this method on a flux limited sample. With the application of the CPz methodology to the XXL-Survey, we will release the photometric catalogs and the CPz outcome including the CFHTLS-W1 field used in this work. With a flux limited sample of about eight million objects we will be able to discuss in detail the impact of the relative galaxy populations in the training sample and any trends with redshift on the classification and photometric redshift performance.

5. Conclusions

We introduce the classification-aided photometric redshift method (CPz), an automatic method to identify stars, estimate optimal photometric redshifts for all galaxy populations including AGNs and QSO and identify photometric redshift outliers. The method consists of three stages. In the first stage, we fit star and galaxy, AGN, and QSO models to all the observations. In the second stage, we create all color combinations and pre-process the data by normalizing and whitening them. Next, we train three classifiers using a machine-learning algorithm to identify 1) stars 2) the optimal photometric redshift library setup 3) photometric redshift outliers. The final stage consists of the consolidation of the results, where the selected probability thresholds tailored to the specific science case are applied.

We have shown that:

  • Using a restricted set of attributes, expected to be widely available with the scheduled large surveys we successfully classify objects as stars versus galaxies.

  • The best photometric redshift results are obtained when the sample is split in passive, starforming, starburst, AGN and QSO, without overlap between the classes.

  • Inclusion of W1 and W2 filters of WISE photometry combined with the uK filters of Euclid and LSST bring a significant improvement both in accuracy and number of outliers and in the identification of stars.

  • Most importantly, we able to identify AGN and QSO based on their broadband colors.

The sample used for this work was restricted only to sources with spectroscopic redshift information. Therefore, the classifier scores presented here should be considered only indicative since the performance achieved for a given survey will depend on the available photometry and training sample used. Thus, we refrain from making any analysis for example, on the number of objects identified per class. We defer this discussion to a future publication of the application of the method on the XXL Survey (Fotopoulou et al., in prep). Preliminary results of the CPz application on the XXL-1000-AGN sample, the 1000 brightest X-ray sources in the XXL survey, can be found in Fotopoulou et al. (2016b).


1

See for example Ivezić et al. (2014).

7

Sources denoted as stars and galaxies with zflag ≥3 for GAMA and 6dF, ZWARNING=0 for SDSS, and zflag=XX3 or XX4, X=0,1,2 for VIPERS and VVDS.

9

This means that 85% of the star sample is distributed accurately to the input classes that originally have “star-like” SEDs. Incidentally, 60% of the star sample is correctly placed at z = 0 from fitting their SEDs with galaxy templates only.

10

One bit corresponds to the reduction of the standard deviation of a Gaussian distribution by a factor of three.

11

Our galaxy classification is tuned to identify the optimal photometric redshift model library, which might differ from the morphological, or spectroscopic classification due to for example aperture effects. However, these effects will be less evident as we move to higher redshifts.

12

Consolidation type A assigns as optimal class the class with highest probability.

13

Consolidation type B requires a minimum probability threshold of 40% for galaxies and AGN and 20% for QSO.

Acknowledgments

We thank the anonymous referee for the useful comments that helped improve our manuscript. SF acknowledges financial support from the Swiss National Science Foundation. Based on data products from observations made with ESO Telescopes at the La Silla or Paranal Observatories under ESO programme IDs 179.A-2006 and 179.A-2004. Funding for SDSS-III has been provided by the Alfred P. Sloan Foundation, the Participating Institutions, the National Science Foundation, and the US Department of Energy Office of Science. The SDSS-III web site is http://www.sdss3.org/. SDSS-III is managed by the Astrophysical Research Consortium for the Participating Institutions of the SDSS-III Collaboration including the University of Arizona, the Brazilian Participation Group, Brookhaven National Laboratory, Carnegie Mellon University, University of Florida, the French Participation Group, the German Participation Group, Harvard University, the Instituto de Astrofisica de Canarias, the Michigan State/Notre Dame/JINA Participation Group, Johns Hopkins University, Lawrence Berkeley National Laboratory, Max Planck Institute for Astrophysics, Max Planck Institute for Extraterrestrial Physics, New Mexico State University, New York University, Ohio State University, Pennsylvania State University, University of Portsmouth, Princeton University, the Spanish Participation Group, University of Tokyo, University of Utah, Vanderbilt University, University of Virginia, University of Washington, and Yale University. Based on data products from observations made with ESO Telescopes at the La Silla Paranal Observatory under programme IDs 177.A-3016, 177.A-3017 and 177.A-3018, and on data products produced by Target/OmegaCEN, INAF-OACN, INAF-OAPD and the KiDS production team, on behalf of the KiDS consortium. OmegaCEN and the KiDS production team acknowledge support by NOVA and NWO-M grants. Members of INAF-OAPD and INAF-OACN also acknowledge the support from the Department of Physics & Astronomy of the University of Padova, and of the Department of Physics of Univ. Federico II (Naples). This publication makes use of data products from the Wide-field Infrared Survey Explorer, which is a joint project of the University of California, Los Angeles, and the Jet Propulsion Laboratory/California Institute of Technology, funded by the National Aeronautics and Space Administration. Based on observations obtained with MegaPrime/MegaCam, a joint project of CFHT and CEA/IRFU, at the Canada-France-Hawaii Telescope (CFHT) which is operated by the National Research Council (NRC) of Canada, the Institut National des Science de l’Univers of the Centre National de la Recherche Scientifique (CNRS) of France, and the University of Hawaii. This work is based in part on data products produced at Terapix available at the Canadian Astronomy Data Centre as part of the Canada-France-Hawaii Telescope Legacy Survey, a collaborative project of NRC and CNRS. This research has made use of the ASPIC database, operated at CeSAM/LAM, Marseille, France. This paper uses data from the VIMOS Public Extragalactic Redshift Survey (VIPERS). VIPERS has been performed using the ESO Very Large Telescope, under the “Large Programme” 182.A-0886. The participating institutions and funding agencies are listed at http://vipers.inaf.it GAMA is a joint European-Australasian project based around a spectroscopic campaign using the Anglo-Australian Telescope. The GAMA input catalog is based on data taken from the Sloan Digital Sky Survey and the UKIRT Infrared Deep Sky Survey. Complementary imaging of the GAMA regions is being obtained by a number of independent survey programmes including GALEX MIS, VST KiDS, VISTA VIKING, WISE, Herschel-ATLAS, GMRT and ASKAP providing UV to radio coverage. GAMA is funded by the STFC (UK), the ARC (Australia), the AAO and the participating institutions. The GAMA website is http://www.gama-survey.org/. This research uses data from the VIMOS VLT Deep Survey, obtained from the VVDS database operated by Cesam, Laboratoire d’Astrophysique de Marseille, France. Funding for PRIMUS is provided by NSF (AST-0607701, AST-0908246, AST-0908442, AST-0908354) and NASA (Spitzer-1356708, 08-ADP08-0019, NNX09AC95G).

References

  1. Alam, S., Albareti, F. D., Allende Prieto, C., et al. 2015, ApJS, 219, 12 [NASA ADS] [CrossRef] [Google Scholar]
  2. Arnaboldi, M., Neeser, M. J., Parker, L. C., et al. 2007, The Messenger, 127 [Google Scholar]
  3. Baldry, I. K., Robotham, A. S. G., Hill, D. T., et al. 2010, MNRAS, 404, 86 [NASA ADS] [Google Scholar]
  4. Baldwin, J. A., Phillips, M. M., & Terlevich, R. 1981, PASP, 93, 5 [NASA ADS] [CrossRef] [EDP Sciences] [Google Scholar]
  5. Baum, W. A. 1962, Problems of Extra-Galactic Research, 15, 390 [Google Scholar]
  6. Bell, E. F., Wolf, C., Meisenheimer, K., et al. 2004, ApJ, 608, 752 [NASA ADS] [CrossRef] [Google Scholar]
  7. Bishop, C. M. 2006, “Pattern Recognition and Machine Learning” (Information Science and Statistics) (Secaucus, NJ, USA: Springer-Verlag New York Inc.) [Google Scholar]
  8. Bixler, J. V., Bowyer, S., & Laget, M. 1991, A&A, 250, 370 [NASA ADS] [PubMed] [Google Scholar]
  9. Bohlin, R. C., Colina, L., & Finley, D. S. 1995, AJ, 110, 1316 [NASA ADS] [CrossRef] [Google Scholar]
  10. Bolzonella, M., Miralles, J.-M., & Pelló, R. 2000, A&A, 363, 476 [NASA ADS] [Google Scholar]
  11. Breiman, L. 2001, Mach. Learn., 45, 1 [Google Scholar]
  12. Brescia, M., Cavuoti, S., & Longo, G. 2015, MNRAS, 450, 3893 [NASA ADS] [CrossRef] [Google Scholar]
  13. Brunner, H., Cappelluti, N., Hasinger, G., et al. 2008, A&A, 479, 283 [NASA ADS] [CrossRef] [EDP Sciences] [Google Scholar]
  14. Bruzual, G., & Charlot, S. 2003, MNRAS, 344, 1000 [NASA ADS] [CrossRef] [Google Scholar]
  15. Buchner, J., Georgakakis, A., Nandra, K., et al. 2014, A&A, 564, A125 [NASA ADS] [CrossRef] [EDP Sciences] [Google Scholar]
  16. Capak, P., Aussel, H., Ajiki, M., et al. 2007, ApJS, 172, 99 [NASA ADS] [CrossRef] [Google Scholar]
  17. Cardelli, J. A., Clayton, G. C., & Mathis, J. S. 1989, ApJ, 345, 245 [NASA ADS] [CrossRef] [Google Scholar]
  18. Coil, A. L., Blanton, M. R., Burles, S. M., et al. 2011, ApJ, 741, 8 [NASA ADS] [CrossRef] [Google Scholar]
  19. Cool, R. J., Moustakas, J., Blanton, M. R., et al. 2013, ApJ, 767, 118 [NASA ADS] [CrossRef] [Google Scholar]
  20. Dahlen, T., Mobasher, B., Faber, S. M., et al. 2013, ApJ, 775, 93 [Google Scholar]
  21. de Jong, J. T. A., Verdoes Kleijn, G. A., Boxhoorn, D. R., et al. 2015, A&A, 582, A62 [NASA ADS] [CrossRef] [EDP Sciences] [Google Scholar]
  22. Fotopoulou, S., Salvato, M., Hasinger, G., et al. 2012, ApJS, 198, 1 [NASA ADS] [CrossRef] [Google Scholar]
  23. Fotopoulou, S., Buchner, J., Georgantopoulos, I., et al. 2016a, A&A, 587, A142 [NASA ADS] [CrossRef] [EDP Sciences] [Google Scholar]
  24. Fotopoulou, S., Pacaud, F., Paltani, S., et al. 2016b, A&A, 592, A5 [NASA ADS] [CrossRef] [EDP Sciences] [Google Scholar]
  25. Garilli, B., Guzzo, L., Scodeggio, M., et al. 2014, A&A, 562, A23 [NASA ADS] [CrossRef] [EDP Sciences] [Google Scholar]
  26. Hsu, L.-T., Salvato, M., Nandra, K., et al. 2014, ApJ, 796, 60 [NASA ADS] [CrossRef] [Google Scholar]
  27. Hubble, E. P. 1926, ApJ, 64, 321 [NASA ADS] [CrossRef] [Google Scholar]
  28. Hudelot, P., Cuillandre, J. C., Withington, K., et al. 2012, VizieR Online Data Catalog: II/317 [Google Scholar]
  29. Ilbert, O., Capak, P., Salvato, M., et al. 2009, ApJ, 690, 1236 [NASA ADS] [CrossRef] [Google Scholar]
  30. Ivezić, Ž., Connelly, A. J., VanderPlas, J. T., & Gray, A. 2014, Statistics, Data Mining, and Machine-learning in Astronomy (Princeton, NJ: Princeton University Press) [Google Scholar]
  31. Jones, D. H., Saunders, W., Colless, M., et al. 2004, MNRAS, 355, 747 [NASA ADS] [CrossRef] [Google Scholar]
  32. Jones, D. H., Read, M. A., Saunders, W., et al. 2009, MNRAS, 399, 683 [NASA ADS] [CrossRef] [Google Scholar]
  33. Kullback, S., & Leibler, R. A. 1951, Ann. Math. Stat., 22, 79 [CrossRef] [Google Scholar]
  34. Le Fèvre, O., Cassata, P., Cucciati, O., et al. 2013, A&A, 559, A14 [NASA ADS] [CrossRef] [EDP Sciences] [Google Scholar]
  35. Liske, J., Baldry, I. K., Driver, S. P., et al. 2015, MNRAS, 452, 2087 [NASA ADS] [CrossRef] [Google Scholar]
  36. Mainzer, A., Bauer, J., Grav, T., et al. 2011, ApJ, 731, 53 [NASA ADS] [CrossRef] [Google Scholar]
  37. Maraston, C. 2005, MNRAS, 362, 799 [NASA ADS] [CrossRef] [Google Scholar]
  38. Meusinger, H., Schalldach, P., Scholz, R.-D., et al. 2012, A&A, 541, A77 [NASA ADS] [CrossRef] [EDP Sciences] [Google Scholar]
  39. Morrissey, P., Conrow, T., Barlow, T. A., et al. 2007, ApJS, 173, 682 [NASA ADS] [CrossRef] [Google Scholar]
  40. Moutard, T., Arnouts, S., Ilbert, O., et al. 2016, A&A, 590, A103 [NASA ADS] [CrossRef] [EDP Sciences] [Google Scholar]
  41. Nandra, K., Laird, E. S., Aird, J. A., et al. 2015, ApJS, 220, 10 [NASA ADS] [CrossRef] [Google Scholar]
  42. Odewahn, S. C., Humphreys, R. M., Aldering, G., & Thurmes, P. 1993, PASP, 105, 1354 [NASA ADS] [CrossRef] [Google Scholar]
  43. Pedregosa, F., Varoquaux, G., Gramfort, A., et al. 2011, J. Mach. Learn. Res., 12, 2825 [Google Scholar]
  44. Pickles, A. J. 1998, PASP, 110, 863 [CrossRef] [Google Scholar]
  45. Richards, G. T., Weinstein, M. A., Schneider, D. P., et al. 2001, AJ, 122, 1151 [NASA ADS] [CrossRef] [Google Scholar]
  46. Robin, A. C., Rich, R. M., Aussel, H., et al. 2007, ApJS, 172, 545 [NASA ADS] [CrossRef] [Google Scholar]
  47. Salvato, M., Hasinger, G., Ilbert, O., et al. 2009, ApJ, 690, 1250 [CrossRef] [Google Scholar]
  48. Salvato, M., Ilbert, O., Hasinger, G., et al. 2011, ApJ, 742, 61 [NASA ADS] [CrossRef] [Google Scholar]
  49. Schlegel, D. J., Finkbeiner, D. P., & Davis, M. 1998, ApJ, 500, 525 [NASA ADS] [CrossRef] [Google Scholar]
  50. Scoville, N., Aussel, H., Brusa, M., et al. 2007, ApJS, 172, 1 [NASA ADS] [CrossRef] [Google Scholar]
  51. Soumagnac, M. T., Abdalla, F. B., Lahav, O., et al. 2015, MNRAS, 450, 666 [NASA ADS] [CrossRef] [Google Scholar]
  52. Stern, D., Assef, R. J., Benford, D. J., et al. 2012, ApJ, 753, 30 [NASA ADS] [CrossRef] [Google Scholar]
  53. Ucci, G., Ferrara, A., Gallerani, S., & Pallottini, A. 2017, MNRAS, 465, 1144 [Google Scholar]
  54. Wright, E. L., Eisenhardt, P. R. M., Mainzer, A. K., et al. 2010, AJ, 140, 1868 [NASA ADS] [CrossRef] [Google Scholar]

Appendix A: Accompanying catalog

The input and output of Run uk—IR discussed in detail in this paper is available at the CDS. Specifically, the contents of the catalog are:

  • Col 1-: Spectroscopic redshift ID.

  • Col 2,3: Spectroscopic redshift coordinates.

  • Col 4: Spectroscopic redshift value.

  • Col 5: Spectroscopic redshift classification (-1=unknown, 0=star, 1=normal galaxy, 2=AGN, 3=QSO).

  • Col 6: Spectroscopic redshift origin (PRIMUS, GAMA, SDSS, VIPERS, VVDS, 6dF).

  • Col 7–46: SDSS coordinates, flux radius, 3″ aperture and total magnitude with associated errors in each of the u, ℊ, r, i, z bands.

  • Col 47–86: CFHTLS-Wide identifier, coordinates, flux radius, 3″ aperture and total magnitude with associated errors in each of the u, ℊ, r, i, z bands.

  • Col 87–118: KiDS identifier, coordinates, flux radius, 3″ aperture and total magnitude with associated errors in each of the u, ℊ, r, i bands.

  • Col 119–158: VIKING identifier, coordinates, flux radius, 3″ aperture and total magnitude with associated errors in each of the z, Y, J, H, K bands.

  • Col 159–197: VIDEO identifier, coordinates, flux radius, 3″ aperture and total magnitudes with associated errors in each of the z, Y, J, H, K bands.

  • Col 198–208: GALEX identifier and coordinates, FUV and NUV 3″ aperture and total magnitudes with associated errors.

  • Col 209–219: ALLWISE identifier and coordinates, W1, W2, W3, W4 total magnitudes with associated errors.

  • Col 220–234: consolidated FUV, NUV, u, g, r, i, z, Y, J, H, K, W1, W2, W3, W4 total photometry for Random Forest input.

  • Col 235–245: consolidated FUV, NUV, u, g, r, i, z, Y, J, H, K,3″ aperture photometry for Random Forest input.

  • Col 246–260: consolidated total photometry errors.

  • Col 261–271: consolidated 3″ aperture photometry errors.

  • Col 272–280: Half light radius in u, g, r, i, z, Y, H, K bands.

  • Col 281: χ2 of best fit star model.

  • Col 282–295: Case 0 – All galaxy models: Photometric redshift ID, best fit photometric redshift, best redshift 68% lower bound, best redshift 68% higher bound, best model χ2, best fit model number as given in Table 1, best extinction law, best extinction value, scaling of best model, distance modulus, number of bands used, secondary photometry redshift solution, secondary solution χ2, secondary solution best model.

  • Col 296–308: same as before for Case I – Galaxies.

  • Col 309–321: same as before for Case I – EXTNV.

  • Col 322–334: same as before for Case I – QSOV.

  • Col 335–347: same as before for Case II/III – Passive.

  • Col 348–360: same as before for Case II – Staforming and starburst models.

  • Col 361–373: same as before for Case II/III – AGN.

  • Col 374–386: same as before for Case II/III – QSO.

  • Col 387–399: same as before for Case III – Starforming.

  • Col 400–412: same as before for Case III – Extreme Starforming (Starburst).

  • Col 413: Source used for training the Random Forest (1=train, 2=test, 3=validate).

  • Col 414: Classifier A: probability to be a star.

  • Col 415–417: Classifier B – Case I: probability to be galaxy, EXTNV, QSOV.

  • Col 418: Classifier C – Case I: probability to be an outlier.

  • Col 419–422: Case I: optimal redshift, consolidation type A12, a) no rejection b) rejection of stars c) rejection of outliers d) rejection of stars and outliers.

  • Col 423–426: Case I; Same as before for consolidation type B13.

  • Col 427–430: Case I: Optimal classification for consolidation type A (-2=outlier, -1=star, 1=galaxy, 2=EXTNV, 3=QSOV).

  • Col 431–434: Case I: Optimal classification for consolidation type B (-2=outlier, -1=star, 1=galaxy, 2=EXTNV, 3=QSOV).

  • Col 435–438: Classifier B – Case II: probability to be passive, starforming, AGN, QSO

  • Col 439: Classifier C – Case II: probability to be an outlier.

  • Col 440–443: Case II: optimal redshift, consolidation type A a) no rejection b) rejection of stars c) rejection of outliers d) rejection of stars and outliers.

  • Col 444–447: Case II: same as before for consolidation type B.

  • Col 448–451: Case II: optimal classes for consolidation type A (-2=outlier, -1=star, 1=passive, 2=starforming, 3=AGN, 4=QSO).

  • Col 452–455: Case II: optimal classes for consolidation type B (-2=outlier, -1=star, 1=passive, 2=starforming, 3=AGN, 4=QSO).

  • Col 456–460: Classifier B – Case III: probability to be passive, starforming, starburst, AGN, QSO.

  • Col 461: Classifer C – Case III: probability to be an outlier.

  • Col 462–465: Case III: optimal redshift, consolidation type A a) no rejection b) rejection of stars c) rejection of outliers d) rejection of stars and outliers.

  • Col 466–469: Case III: optimal redshift for Case III, consolidation type B.

  • Col 470–473: Case III: optimal classes for consolidation type A (-2=outlier, -1=star, 1=passive, 2=starforming, 3=starburst 4=AGN, 5=QSO).

  • Col 474–477: Case III: optimal classes for consolidation type B (-2=outlier, -1=star, 1=passive, 2=starforming, 3=starburst 4=AGN, 5=QSO).

All Tables

Table 1.

Models used during the photometric redshift estimation with template fitting.

Table 2.

Random Forest set-up parameters.

Table 3.

Number of sources and photometric redshift performance after (A) class assignment according to the highest probability and/or star and outlier rejection (B) class assignment according to the highest probability but imposing a probability threshold for all galaxy classes.

Table 4.

Template fitting class set-up and respective performances.

Table 5.

Feature importance for the three classifiers.

Table 6.

Classifier A, accuracy per run of test sample for star identification.

Table 7.

Photometric redshift performance of the final CPz sample compare to the MLS and SDSS photometric redshifts.

All Figures

thumbnail Fig. 1.

Components of the classification aided photometric redshift estimation method (CPz). Photometric and morphometric parameters are extracted from the observed images. Magnitudes, colors and an estimation of the source shape (e.g., half light radius) make up the input attributes. The spectral energy distributions are fitted with model templates of star, galaxy and active galactic nuclei populations, the χ2 value of the best fitting model per library is added to the input attribute set. The pre-processing of the data consists of normalization and whitening of the attribute distributions (zero mean and variance of one) and the sample is split into training, testing and validation subsamples. The training sample is presented to three distinct classifiers, producing a probability for each source to A) be a star B) have an optimal photometric redshift from a collection of distinct libraries C) be a photometric redshift outlier. The final phase of CPz is the consolidation of the results, during which the test sample is used to decide on the thresholds adopted for each classifier and the assessment of the final accuracy on the classification and the photometric redshift performance using the validation sample.

In the text
thumbnail Fig. 2.

Spectroscopic redshift distribution of the uk − IR sample used in this work. Panel a: gray shaded area shows the total sample while the colored lines show the survey of origin. The black spike located for clarity at z = −0.1 shows the number of stars in the sample. Panel b: Magnitude distribution for SDSS (red) and CFHTLS (blue) surveys comprising 80% and 20% of the galaxy sample respectively. The stars are shown with grey colour on this plot.

In the text
thumbnail Fig. 3.

Stars identified in the test sample. Panel a: color locus occupied by the stars (black points) compared to the color locus occupied by the non-stars, i.e. galaxies and AGN (gray points) adopting a probability threshold of 50%. Panel b: completeness (gray dot-dashed line) and purity (black solid line) of the identified star sample for each given probability threshold given on the x-axis. Panel c: summary of the performance of the classifier in a confusion matrix.

In the text
thumbnail Fig. 4.

Output of the galaxy classification (colored points) compared to the total input population (gray points). The galaxy class is given below each plot. We note that stars have not been excluded a priori.

In the text
thumbnail Fig. 5.

Completeness (dashed line) and purity (solid line) of each galaxy class as a function of probability threshold. Panel f: confusion matrix.

In the text
thumbnail Fig. 6.

Same as Fig. 3 but for classifier C.

In the text
thumbnail Fig. 7.

Example probability distribution functions (PDF) from the consolidated sample. First row: two sources with high information content, DKL ∼ 7. Second row: broader and multimodal PDFs with DKL ∼ 4, while the last row shows the PDFs with the least information content DKL < 2.

In the text
thumbnail Fig. 8.

Left: Y-band magnitude vs the Kullback–Leibler divergence, DKL. The PDF of brighter sources carries more information content, i.e. narrower PDF, compared to faint sources. Right: Δz = zphotzspec as a function of information content split per galaxy class. QSO PDFs have the distinctly lower information content compare to normal galaxies and AGN.

In the text
thumbnail Fig. 9.

Left: histogram of stacked PDFs of the final sample. The solid line shows the diagonal, the dashed and dotted lines mark the |zphotzspec|/(1 + zspec) = 0.05, 0.15 respectively. The red dots show the point estimate of the photometric redshifts, here the mode of the PDF. Right: comparison of the photometric (red) and spectroscopic (black) redshift distributions.

In the text
thumbnail Fig. 10.

Dependence of photometric redshift uncertainty (left) and star classification performance (right) as a function of i-band magnitude. The left hand side figure shows the median 1 − σ interval per 0.5 magnitude bin. The right hand side shows the purity and completeness of the star classifier per magnitude bin. The purity of the classification remains high (>80%) up to iAB = 23 and decreases sharply closer to the detection limit (see also Fig. 2b). Similar behavior is found for all classification categories.

In the text
thumbnail Fig. 11.

Comparison of the CPz classification (colorbar) to literature color-color plots.

In the text
thumbnail Fig. 12.

Comparison of the CPz photometric redshifts (blue) to (panel a) 2399 objects with pure template fitting method (MLS, red) and (panel c) 7954 objects with pure machine-learning estimate (SDSS, black) (panel e) 272 objects in common in all three methods.

In the text

Current usage metrics show cumulative count of Article Views (full-text article views including HTML views, PDF and ePub downloads, according to the available data) and Abstracts Views on Vision4Press platform.

Data correspond to usage on the plateform after 2015. The current usage metrics is available 48-96 hours after online publication and is updated daily on week days.

Initial download of the metrics may take a while.