Photometric Redshift Estimation: an Active Learning Approach

Photometric Redshift Estimation: an Active Learning Approach

Photometric Redshift Estimation: An Active Learning Approach R. Vilalta∗, E. E. O. Ishiday, R. Beckz, R. Sutrisno∗, R. S. de Souzax A. Mahabal{ ∗Department of Computer Science, University of Houston 3551 Cullen Blvd, 501 PGH, Houston, Texas 77204-3010, USA Email: frvilalta,[email protected] yLaboratoire de Physique Corpusculaire, Universite´ Clermont-Auvergne 4 Avenue Blaise Pascal, TSA 60026, CS 60026, 63178, Aubiere` Cedex, France Email: [email protected] zDepartment of Physics of Complex Systems, Eotv¨ os¨ Lorand´ University Budapest 1117, Hungary Email: [email protected] xDepartment of Physics & Astronomy, University of North Carolina Chapel Hill NC, 27599-3255, USA Email: [email protected] {Department of Astronomy, California Institute of Technology Pasadena CA, 91125, USA Email: [email protected] Abstract—A long-lasting problem in astronomy is the accurate Pan-STARRS [2], the Dark Energy Survey (DES) [3], and the estimation of galaxy distances based solely on the information Large Synoptic Survey Telescope (LSST) [4], among others. contained in photometric filters. Due to observational selection Due to improved efficiency, cost, and capacity to probe effects, the spectroscopic (source) sample lacks coverage through- out the feature space (e.g. colors and magnitudes) compared to distant objects, an alternative widespread tool for galaxy the photometric (target) sample; this results in a clear mismatch redshift estimation is to use photometric techniques (photo- in terms of photometric measurement distributions. We propose z) [5]–[7]. Photo-z are relevant for a variety of astronomical a solution to this problem based on active learning, a machine and cosmological applications such as gravitational lensing learning technique where a sampling strategy enables us to [8], baryon acoustic oscillations [9], and for studies of Type select the most informative instances to build a predictive model; specifically, we use active learning following a Query by Committee Ia supernovae [10]. Photometric measurements capture the approach. We show that by making wisely selected queries in the intensity of electromagnetic radiation through a small number target domain, we are able to increase our predictive performance of broad wavelength windows (filters). Compared to spectro- significantly. We also show how a relatively small number scopic techniques (spec-z), photometric measurements exhibit of queries (spectroscopic follow-up measurements) suffices to lower resolution and higher estimation uncertainty, but there improve the performance of photometric redshift estimators significantly. are also major gains: we can substantially expedite the process and analysis of this type of observations. A major aim in astronomy is to infer spectroscopic properties from purely photometric data. The challenge behind the construction of accurate photomet- I. INTRODUCTION ric galaxy redshift estimators is twofold. One major obstacle is Galaxy redshift estimation is critical to probe the evolution the (near-)degeneracy in photometric feature space of different of the Universe, as it provides the means to measure distances galaxy types at differing redshifts, exacerbated by photometric at cosmic scales via Hubble’s law [1]. Precise redshifts can measurement errors [11]. The second obstacle is the marked be determined through the high-resolution decomposition of disparity in distribution between spectroscopic (training) and electromagnetic radiation as a function of wavelength, i.e., photometric (target) observations, such that the naive approach through spectroscopy, which provides absorption or emission- of building a model on spectroscopic data and applying it line features in the raw optical and/or near-infrared spectrum. on photometric data is prone to failure [12]. This scenario However, the observational cost of this procedure is prohibitive may seem a perfect fit for domain adaptation techniques in even for medium-size surveys. Acquiring spectroscopic mea- machine learning [13]–[17], where the training set is drawn surements for all cataloged objects is not a viable approach, from a source domain, while the desired estimated set is and this will only become increasingly difficult with the advent drawn from a target domain, and both exhibit different distri- of new instruments and associated large scale surveys, e.g. butions. The main challenge is to adjust the model obtained in the source domain to account for differences exhibited to a fixed but unknown joint probability distribution, P (x; y), in the new target domain. In our case, the source domain over the input-output space Rn ×R. The outcome of the algo- corresponds to spectroscopic observations, whereas the target rithm is a hypothesis or function fθ(xjT ) (parameterized by domain corresponds to photometric observations. However, θ) mapping the input space to the output space, f : Rn !R. under a strong distributional discrepancy between the two We are interested in choosing the hypothesis that minimizes domains, domain adaptation techniques alone are inadequate, an expected error: and a better solution is to combine domain adaptation with Z 2 active learning techniques [18]–[24]. E[(fθ(xjT ) − y(x)) jx ] g(x) dx (1) Active learning (AL) suggests which instances lacking a x value for the response variable should be queried to fill in the where E[] is the expectation over the posterior distribution missing response value, and subsequently be incorporated into P (yjx) and training set T . We assume g(x) is the marginal the training set [25]–[27]. In our case, such instances corre- distribution over the input space, and fθ(xjT ) is the estimation spond to galaxies in the photometric (target) sample that can be of the response for x induced by the regression algorithm. In queried for subsequent spectroscopic follow-up. The idea has what follows, ET [] refers to the expectation over the training been applied to astronomical problems for the determination set, and EP [] as the expectation over the posterior distribution of stellar population parameters [28], periodic variable stars P (yjx). [29], and supernova photometric classification [18]. A recent The expected error in Eq, 1 can be decomposed into three approach used a self-organized map to pinpoint regions in main components: the target domain not covered in the source domain [30], but unlike AL, the methodology does not directly optimize 2 empirical performance and number of required queries. E[(fθ(xjT ) − y(x)) jx ] = (2) 2 In this study, we provide an empirical assessment of the noise EP [(y(x) − EP [ yjx]) ]+ effectiveness of AL on photometric redshift estimation. The 2 2 bias (ET [ fθ(xjT )] − EP [ yjx ]) + idea is to build an initial regression model using a source variance E [(f (xjT ) − E [ f (xjT ) ])2 ] (spectroscopy) dataset and to refine that model by sampling T θ T θ examples from the target (photometry) dataset. The central The first term on the right side of Eq. 2 is independent goal is to evaluate the efficiency of AL under the assumption of our estimator fθ and captures the inherent randomness or that querying galaxy redshifts through spectroscopic analysis noise in the data; it is unavoidable as long as the data are is expensive; it is then important to minimize the number of represented using the same feature (input) space. The second queries, while improving the accuracy of the regression model. term is known as the squared bias, and denotes how well our Our experiments use datasets specifically constructed to model matches the data distribution. The last term quantifies capture the distributional discrepancy between photometric the instability of our model as it wiggles around a central and spectroscopic observations [12]. Results show that using value; this term is known as the model variance. There is a AL through a Query by Committee approach yields significant well known trade-off between variance and bias [31]: ideally gains in performance. The comparison is made with similar we would like to have low bias and variance, but the terms models built with and without the use of AL. Moreover, are commonly inversely correlated1. results show that a few hundred instances (∼ 300) suffice to generate a good model to predict redshifts on thousands B. Active Learning for Regression of spectroscopic observations. The proposed methodology Active learning provides a mechanism to query those unla- leverages modern regression techniques with the ability to beled examples deemed relevant to build an accurate predictive adapt to new domains under the presence of distributional model [25]–[27]. Specifically, in (pool-based) AL, we assume m changes. the existence of two training sets: T = f(xi; yi)gi=1, and l This paper is organized as follows. Section II explains basic TU = f(xj)gj=1; where the latter set lacks values for the concepts in classification and AL. Section III explains our response variable. To incorporate set TU into the regression approach to galaxy redshift estimation using AL. Section IV task, we selectively identify examples from TU and query their shows our empirical results. Lastly, Section V gives a summary response value to incorporate the new pair into the training set and conclusions. T . An assumption is made that querying instances is costly, and that we should try to minimize the number of queries II. PRELIMINARY CONCEPTS while improving on model performance. A. Basic Notation in Regression In this paper we follow an approach to AL known as Query We assume a regression algorithm receives as input a by Committee (QBC) [32], [33]. The use of QBC originated in m set of training examples T = f(xi; yi)gi=1, where x = the realm of classification (where the output variable y takes on n (x1; x2; ··· ; xn) is a vector in the input space R , and y is an instance of the output space, y 2 R, also referred to as y(x). 1Notice that both terms can be reduced if the space of hypotheses or functions is intentionally designed to contain a good approximation to the We assume the training dataset T consists of independently target function, which demands extra-evidential information lying outside the and identically distributed (i.i.d.) examples obtained according training data.

View Full Text

Details

  • File Type
    pdf
  • Upload Time
    -
  • Content Languages
    English
  • Upload User
    Anonymous/Not logged-in
  • File Pages
    8 Page
  • File Size
    -

Download

Channel Download Status
Express Download Enable

Copyright

We respect the copyrights and intellectual property rights of all users. All uploaded documents are either original works of the uploader or authorized works of the rightful owners.

  • Not to be reproduced or distributed without explicit permission.
  • Not used for commercial purposes outside of approved use cases.
  • Not used to infringe on the rights of the original creators.
  • If you believe any content infringes your copyright, please contact us immediately.

Support

For help with questions, suggestions, or problems, please contact us