-
Notifications
You must be signed in to change notification settings - Fork 0
/
doe_proposal_1306.tex
2506 lines (1675 loc) · 96 KB
/
doe_proposal_1306.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
\documentclass[prd,nofootbib,floatfix,11pt,tightenlines,nofootinbib]{revtex4}
%\documentclass[useAMS,usenatbib,tightenlines,11pt,preprint]{aastex}
\usepackage[paperwidth=8.5in,paperheight=11in,centering,margin=1in]{geometry}
\usepackage{parskip}
%\setlength{\parskip}{\baselineskip}
\parskip=5pt
\usepackage{amsmath}
\usepackage{amsbsy}
\usepackage{squeeze}
\input epsf
\usepackage{amsmath,amssymb,subfigure}
\usepackage{graphicx}
\usepackage{epsfig}
\usepackage{color}
%\usepackage{ulem}
%\usepackage{epstopdf}
%commented out the line below to get rid of citations that run into margins
%\usepackage{multicol}
%\usepackage{etoolbox}
\pagestyle{empty}
\renewcommand{\baselinestretch}{0.971}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{document}
\begin{center}
{\bf \Large Learning in an Era of Uncertainty}
\end{center}
\vspace{1cm}
\noindent
\begin{tabular}{ll}
{\bf Applicant/institution: } & University of Washington\\
{\bf Street Address: } &3910 15th Ave NE, Seattle, WA, 98195-0002 \\
{\bf Principal Investigator: } &Andrew Connolly \\
{\bf Telephone number: } & (206) 543 9541 \\
{\bf Email: } & ajc@astro.washington.edu \\
{\bf Administrative POC name:} & Lynnette Arias\\
{\bf Telephone number:} & 206-543-4043\\
{\bf Email:} & osp@uw.edu\\
{\bf Funding Opportunity FOA Number:} & DE-FOA-0000918 \\
{\bf DOE/OSP Office: } & Office of Advanced Scientific Computing Research \\
{\bf DOE/Technical Contact: } & Dr. Alexandra Landsberg \\
{\bf PAMS Preproposal tracking number: } & PRE-0000002147 \\
\end{tabular}
% \noindent
% \begin{tabular}{ll}
% {\bf Applicant/institution: } & Carnegie Mellon University \\
% {\bf Street Address: } & 5000 Forbes Ave, Pittsburgh, PA 15213 \\
% {\bf Co-Principal Investigator: } & Jeff Schneider \\
% {\bf Telephone number: } & (412) 268 2339 \\
% {\bf Email: } & schneide@cs.cmu.edu \\
% {\bf Administrative POC name, number, email:} Kristen Jackson, (412) 268 9527, kristenr@andrew.cmu.edu & \\
% {\bf Funding Opportunity FOA Number:} & DE-FOA-0000918 \\
% {\bf DOE/OSP Office: } & Office of Advanced Scientific Computing Research \\
% {\bf DOE/Technical Contact: } & Dr. Alexandra Landsberg \\
% {\bf PAMS Preproposal tracking number: } & PRE-0000002147 \\
% \end{tabular}
\newpage
{\bf Collaborating Institutions:} \\
Lead Institution: University of Washington, PI Andrew Connolly \\
Collaborating Institution: Carnegie Mellon University, PI Jeff Schneider \\
{\bf Lead PI:} Andrew Connolly \\
\noindent
\begin{tabular}{|l|l|l|r|r|r|r|}
\hline
\multicolumn{7}{|c|}{\bf Learning in an Era of Uncertainty} \\ \hline
& & & Year 1 & Year 2 & Year 3 & Total \\
& Names & Institution & Budget & Budget & Budget & Budget \\ \hline
Lead PI & Andrew Connolly & U Washington & \$170K & \$170K & \$170K & \$510K \\ \hline
Co-PI & Jeff Schneider & Carnegie Mellon U & \$170K & \$170K & \$170K & \$510K \\ \hline
{TOTALS} & & & \$340K & \$340K & \$340K & \$1020K \\ \hline
\end{tabular}
% \label{firstpage}
% \maketitle
\pagebreak
%\begin{center}
%{\bf \Large Learning in an Era of Uncertainty}
%\end{center}
\pagestyle{plain}
\setcounter{page}{1}
\section{Introduction}
A new generation of DOE sponsored data intensive experiments and surveys,
designed to address fundamental questions in physics, materials, and
biology will come on-line over the next decade. These experiments share
many similar challenges in the fields of statistics and machine-learning:
how do we choose the next experiment or observation to make in order that
we maximize our scientific returns; how do we identify anomalous sources
(that may be indicative of new events or potential systematics within our
experiments) from a continuous stream of data; how do we characterize and
classify correlations and events within data streams that are
inherently noisy and
incomplete. The goal of this proposal is to address these challenges
through the development of machine learning techniques that better quantify the
uncertainty in their predictions and corresponding active experiment
selection algorithms that utilize those uncertainties to get the most
scientific information out of limited data collection budgets.
{\it Active learning} algorithms iteratively decide which data
points they will collect outputs on and add to a training set. Their
goal is to choose the points that will most improve the model being
learned. At each step, they consider the current training data, the
potential data that might be obtained, and the current learned model,
and evaluate what would be the best choice for the next observation,
experiment, or feature such that it improves our knowledge of the
overall system (according to some objective criterion). The potential
impact of active learning algorithms is substantial (optimizing the
scientific returns from billion dollar investments in observational
facilities). To achieve these breakthroughs requires that we address
the challenge of how to scale active learning to the size and
complexity of the data expected from this next generation of
experiments. For example, our inability to undertake a full look
ahead to the end of all possible experiments results in the
development of myopic heuristics that improve the speed of these
learning techniques but at a substantial cost in how well they perform
on real data. See, for example,
Figure 1 from reference \cite{Garnett11} and Figures
3 and 4 of reference \cite{Garnett12}.
By addressing these challenges we propose to develop active learning
algorithms that will scale to data sets with hundreds of millions of
entries and petabytes of data. This work has the potential to impact
many of the data intensive sciences. For this proposal, however, we
will focus our work in the context of DOE sponsored cosmology
experiments (i.e.\ the Dark Energy
Survey\footnote{http://www.darkenergysurvey.org}, and the Large
Synoptic Survey Telescope\footnote{http://www.lsst.org}). These
surveys are ideal proxies as their bandwidth (terabytes of data per
night and petabytes of data every couple of months) will enable high
precision studies of cosmology. The ability to use these data sets to
achieve an order of magnitude improvement in constraints on our
understanding of cosmology and dark energy will, however, depend on
how well we can analyze, optimize, and calibrate data streams that are
noisy and incomplete. This will require the development of
fundamentally new approaches to the analysis of data at a scale,
speed, and complexity beyond the capabilities of current automated
machine learning methods.
\subsection{Project Objectives}
\label{sec:objectives}
On-line, data-driven analysis will require model-fitting and
classifications that are non-parametric and probabilistic. Gaussian
Processes (GPs) meet these requirements and we will, therefore, build our
methods around them. We note, however, that objectives 2-4 below will result in
algorithms that do not depend on this choice, and should be applicable to
any regression or classification method that yields a probability
distribution over outcomes. We divide our research program into the
following objectives.
{\bf (1) Designing Robust Gaussian Processes.} Applying GPs to the future
of big data science will require confronting problems not yet addressed by
automatic data analysis algorithms. Most model-fitting algorithms,
including GPs, return a prediction and an error on that value that is
unimodal and usually Gaussian. As future experiments push the boundaries
of our physical understanding, this assumption will cease to be valid. A
particularly difficult case is where the data allows multiple
interpretations and thus the real posterior belief about a variable should
be multi-modal. We propose new methods that allow GPs to provide these
predictive distributions. Experiments in high energy physics,
astrophysics, and biology are not only expensive, but are also sometimes
impossible in some regimes. We need to make inferences across regimes
where training data is either very sparse or not available at all and
propose methods to do so in GPs.
{\bf (2) Active Learning.} Supervised regression and classification
algorithms require labeled data points for training. These output labels
are typically assigned by human experts and/or additional data
collection. Often, the resources required (both in terms of human-hours
and experimental apparatus) are considerable. We propose to develop new
algorithms to optimize the use of these resources by determining what event
or object labels will maximize the improvement to models from supervised
learning algorithms.
{\bf (3) Active Feature Acquisition.} Active learning selects specific
unknown events or objects for follow-up observation and classification by
human experts. Active feature acquisition further refines the inquiry by
asking what kinds of follow-up observations will yield the most information
about the unknown object. We will develop algorithms for this using
Gaussian processes.
{\bf (4) Active Search.} Often it is the anomalous events or objects from
rare classes within large streams of data that lead to fundamental
scientific breakthroughs. We, therefore, require methods that allocate most
observational resources to those objects. This is an active search
problem. As in active learning, the acquisition of class labels is
expensive and we need to learn a model to predict these labels from limited
input data. The final performance objective is, however, not the accuracy
of the classifier, but rather the number of positives (i.e. objects from
interesting classes) observed. We will develop algorithms that do active
search in combination with achieving the other objectives.
% We
%propose to use the simple myopic algorithm described in that work. It
%computes the probability of each point belonging to the positive class and
%chooses the largest.
%The active search and active learning algorithms each compute an objective
%criterion score for each object. For photometric redshifts the scores are
%used to create a ranked list and observations are scheduled proceeding down
%the list. When a budget is given for follow-ups on each batch of newly
%detected transients, going down a ranked list in each batch until that
%budget is exhausted is appropriate.
%However, when the budget is an aggregate over a longer time period a
%streaming decision on how much of the budget to spend on each batch must be
%made on that batch in isolation. This will be done by choosing a score
%threshold. The threshold will be set by evaluating the historical stream
%and setting it at a value that would yield a number of follow ups equal to
%an available budget for following up. The threshold will be adjusted
%continuously as more observations are taken and the models and scientific
%goals change (e.g. the object types designated as ``interesting'' are
%changed).
{\bf (5) Science Outcomes.} Data from the Dark Energy Survey will become
publicly available over the term of this project (together with detailed
simulations of the expected data flow from the LSST). We will, therefore,
use these data to demonstrate that the algorithms developed above will
improve the cosmological reach of the DES and LSST in the areas of improved
determination of photometric redshifts (see Section \ref{sec:photoz}) and
improved classification and online follow-up of transient sources (see Section \ref{sec:transients}). We will release our software
publicly and seek collaborations where our algorithms may be spread to
other sciences -- such as climatology and microbiology -- wherein complex
systems can be modeled or measured at great expense and algorithms are
required to determine which models and experiments are actually worth
performing.
% Each of these goals will require us to develop algorithms to simultaneously
% learn the latent physical model underlying a given data set, the
% uncertainties around that model, and the potential information to be gained
% by futher studying a specific instance of the model (``event'' or
% ``object'').
\subsection{The Collaboration}
To accomplish the objectives laid out in this program we have
assembled a team experienced in algorithm design, data structures, and
in developing and delivering data mining algorithms that are actively
used by the cosmology community. The PIs of this research proposal
have a proven track record for propagating research ideas in
educational and multidisciplinary environments. Connolly and Schneider
have been part of an ongoing collaboration between machine learning,
cosmology and statistics for over a decade (noted by the President
of the American Statistical Association (ASA) as an exemplary
interdisciplinary research team \cite{straf03}).
Highlights from this collaboration include n-tree searching algorithms that
make the calculation of n-point correlation functions scale to the size of
current surveys \cite{GrayMoore} and that enable rapid characterization of
orbital tracks in sparsely sampled temporal data \cite{kubica}. The
software associated with these algorithms was made publicly available and
has been used to compute the 2--point function on over 10$^6$ galaxies and
the 3--point correlation function of 400,000 galaxies from the SDSS survey
\cite{Scranton2002,Szapudi2002,Nichol2006,mcbride2011a,mcbride2011b}.
As part of this collaboration,
references \cite{yip2004a, vdp2009, daniel2011}
introduced to astrophysics signal compression and analysis techniques that
are now regularly applied to the analysis of spectroscopic surveys. More
recently this collaboration has developed algorithms for automatically
classifying astrophysical objects \cite{vdp2009,daniel2011} as well as an
initial set of papers that use a simplified active learning method to
accelerate the exploration of complex parameter spaces \cite{daniel2012}.
Schneider's group has led the development of new methods of regularization
to learn complex models with only a small amount of training data
\cite{YiZhangICML2010,YiZhangSDM2010,YiZhangMultitask2010,YiZhang2011multiECOC,YiZhang2012},
new non-parametric estimators for divergences and dependencies
\cite{poczos11alphadiv,Poczos2011UAI,poczos12CVPR}, and new graphical
models for finding groups of collectively anomalous records
\cite{Xiong2011gad,xiong2011fgm}. Most recently, his group's work on
active search and active learning provides some starting points for the
proposed effort \cite{Tesch13,Wang13,Sutherland13,Garnett12}.
Connolly leads the University of Washington data management group that
develops the algorithms and techniques for the real-time analysis of
LSST data (including the detection and characterization of
transients and anomalies). Schneider heads a machine learning group
that has done extensive work on automatic anomaly detection and
pattern-recognition in complex data sets
\cite{Xiong2011gad,poczos12CVPR}. Schneider, and Connolly are members
of the Large Synoptic Survey Telescope collaboration with Connolly the
software coordinator for the DOE sponsored Dark Energy Science
Collaboration (a collaboration of over 150 scientists working on the
characterization of dark energy).
On the educational front, all PIs have developed and taught computational techniques at the
graduate and undergraduate level including data-mining for
Astrophysics. Connolly recently completed a text book ``Statistics,
Data Mining, and Machine Learning in Astronomy: A Practical Python
Guide for the Analysis of Survey Data'' that will be published by
Princeton University Press and provides a comprehensive introduction
to cutting-edge statistical methods together with the software
associated with these techniques.
%On sabbatical at Google, Connolly led the
%development of Sky in Google Earth (aka Google Sky;
%http://earth.google.com/sky), which was similarly successful at
%engaging the public.
%
%We expect the proposed research to move beyond astrophysics to other
%data intensive sciences. In its broadest sense machine learning for
%massive Petabyte data archives drives many of the physical and
%biological sciences with catalogs containing hundreds millions of
%samples with thousands of measurements. The algorithms to be
%investigated here will also impact machine learning beyond their
%application to cosmology. They move beyond the traditional learning
%of full models and are able to handle data that do not need to be
%pre-assembled into temporal sequences. If successful, this will add
%new types of data sets and by inference new scientific fields to the
%list that can benefit from active learning of models.
\section{The Role of Active Learning in Cosmology}
Over the last decade a concordance model has emerged for the universe
that describes its energy content. The most significant contribution
to the energy budget today comes in the form of ``dark energy'', which
explains the observation that we reside in an accelerating
universe. Despite its importance to the formation and evolution of the
universe there is no compelling theory that explains the energy
density nor the properties of the dark energy. Understanding the
nature of dark energy remains as one of the most fundamental questions
in Physics today, impacting our understanding of cosmology, particle
physics, and potentially theories of gravity itself. As noted in the
report of the Dark Energy Task Force (DETF; constituted jointly by
DOE, NSF and NASA), ``the nature of dark energy ranks among the very
most compelling of all outstanding problems in physical science''.
To address the question of the nature of dark energy a new generation
of DOE sponsored experiments are entering service (e.g.\ the Dark
Energy Survey and the
Large Synoptic Survey Telescope). These
surveys will represent a 40-fold increase in data rates over current
experiments (generating over 100 Petabytes of data over a period of 10
years) and decreasing the uncertainties on our measures of the
underlying properties of dark energy by more than a factor of ten.
At the scale of these experiment, statistical noise will no longer
determine the accuracy to which we can measure cosmological
parameters. The control and correction of systematics will
ultimately determine our final figure-of-merit. For example,
systematic errors in the estimation of cosmological distance or in the
identification and classification of high-energy transient events
(e.g. supernovae) lead to biases in the derived cosmological
parameters. A bias of just 1\% in distance (at a redshift $z=1$) degrades
measures of the properties of dark energy by over 50\%
\cite{kitching,huterer2006,nakajima2011}.
%\subsection{orphaned paragraphs about the importance of our science cases}
%
%The accurate determination of an object's distance or redshift is
%central to every test of cosmology that happens outside of a particle
%accelerator. The comparison of redshifts and luminosities of standard
%candles enabled the discovery of dark energy and cosmic acceleration
%\cite{perlmutter1998}. Redshifts serve as a proxy for radial distance
%from Earth to the observed object. Redshifts thus are necessary for
%building three dimensional maps of the distribution of galaxies in the
%Universe. Such maps will help and have helped us to constrain how
%galaxies formed over the history of the Universe, and thus can tell us
%much about how gravity operates at the largest scales and what the
%parameters are that govern the behavior of dark energy, dark matter,
%and the cosmic
%acceleration \cite{muvarpi2,roland,sudeep,linder2013}. Accurately determining the redshifts of
%distant galaxies is a requirement if we are to answer some of the most
%vexing problems in fundamental physics today.
%
%Direct spectroscopic redshift measurements of enough galaxies to
%constrain dark energy parameters to the precision required by next
%generation experiments would be thousands of times more expensive than
%taking the corresponding photometric (or imaging) data. Large digital
%cameras (e.g.\ the 3.2 Gigapixel camera for the LSST) can observe
%$\sim 10^6$ sources every 15 seconds (several orders of magnitude more
%efficient that spectroscopic observations). Our task, then, is to
%construct algorithms whereby we can convert these much cheaper
%photometric data into accurate redshifts (i.e. photometric redshifts).
%
%The demands of next generation cosmological experiments will require
%that our photometric redshift determinations be accurate to within
%$\le 2\times 10^{-3}(1+z)$ \cite{desc}. This is a hard limit, as a
%bias in redshift determination of just 0.01 can degrade dark energy
%constraints by as much as 50\%
%\cite{kitching,huterer2006,nakajima2011}. Testing present forward-fitting
%and empirical methods on a sample of 5,482 galaxies from the 2df-SDSS
%LRG and Quasar survey, Abdalla {\it et al}. (2011) find biases of
%order 0.05 (see their Figure 4). This level of bias can degrade dark
%energy constraints by as much as a factor of 3 \cite{Ma2006}.
%Considering 3,000 galaxies from the DEEP2 EGS and zCOSMOS surveys and
%using Bayesian methods, Mandelbaum {\it et al}. (2008) find a bias in
%redshift determination of order 0.01 (see their Table 2). While this
%is an improvement, it still an order of magnitude larger than what is
%required.
%
\section{A Probabilistic Framework for Scientific Inference}
Current state-of-the art algorithms attempt to learn a
model as a one-to-one
relationship between the input data and the output function. Uncertainties are
also learned, but these are usually heuristics derived by considering multiple
attempts at model-fitting such as by a committee of aritficial neural networks
\cite{annz}. We propose to replace this framework with one that directly models
the probability distributions underlying the data.
We believe that this framework
is the most robust and informative available. It will allow us
to learn, not only
the models underlying the data, but the uncertainties surrounding these models,
and the potential information to be gained from different follow-up
observations. These three inferences will be critical in an age of
research with low tolerance for uncertainty and limited budgets for
follow-up observation and will allow us to extend our algorithms' application
beyond realm of function regression and into that of object classification.
We will build this new framework on the foundation of Gaussian Processes.
\subsection{Gaussian Processes}
\label{sec:gp}
Gaussian processes (GPs) model the output of an unknown, noisy function
in multi-dimensional data space
such that any set of samples from it has a joint multivariate Gaussian
distribution \cite{gp}. Given a set of observed samples from the function's
data space, a GP
can make predictions about a set of other locations and assign these
predictions a multivariate Gaussian distribution. An important
feature of GPs is that they do not make parametric assumptions about the
form of the function they are modeling and thus are well suited to
nonlinear regression problems.
GPs have been used successfully to describe a wide range of physical
phenomena without having to assume a model of the underlying process, even
in the case of sparse measurements. Examples in cosmology include the
expansion history of the universe \cite{ericgp} and interpolating point
spread functions across large images \cite{psf}. References
\cite{mahabal2008b,wang2011,wang2012}
use a mixture of Gaussian Processes to model light curves and
identify periodically varying sources. References \cite{huijse2011,huijse2012}
improve upon their methods, using information-theoretical quantities to
separate the true period of these variations from systematics introduced by
observational apparatus. The PIs have used GPs to accelerate the search of
high-dimensional likelihood functions on the cosmological parameters by
efficiently selecting sample points \cite{daniel2012}, to detect damped Lyman
alpha systems in the spectra of quasars \cite{Garnett12a}, and to optimize the
performance of complex robots \cite{Tesch11a,Tesch11b,Tesch13}.
We now describe how the underlying function is modeled with a GP based on a
sample of training data. Assume that each training set datum is of the
form $\{\vec{\theta},y\}$, where $\vec{\theta}$ is an $N_p$-dimensional
vector representing the measured data (input) and $y = f(\vec{\theta})$ is the
latent quantity (output) we are trying to infer. $f$ is assumed to be a
probabilistic function on the $N_p$-dimensional space with some covariance
function relating pairs of points on the function, such as a squared
exponential covariance,
\begin{equation}
\label{eq:covariogram}
K_{ij}\equiv\text{Cov}\left[f(\vec{\theta}_{i}),f(\vec{\theta}_{j})\right]
= \exp(-\frac{1}{2}|\vec{\theta}_{i} - \vec{\theta}_{j}|^2/\ell^2)
\end{equation}
where $\ell$
is a characteristic length scale set by cross-validation.
Under those
assumptions, one can derive a posterior probability distribution for $f$
at a new query point $\{\vec{\theta}_{q}\}$ by marginalizing over
the measured points $\{\vec{\theta}\}$. This gives a Gaussian distribution
with mean:
\begin{equation}
f(\vec{\theta}_q)=\bar{y}+K_q\left(K+\sigma^2 I\right)^{-1}(\vec{y}-\bar{y})
\label{eq:mean}
\end{equation}
\noindent
and variance:
\begin{equation}
\Sigma_{q} = \text{Cov}(f_{q}) = K_{qq} - K_q^T (K + \sigma^2I)^{-1} K_q
\label{eq:cov}
\end{equation}
\noindent
Here, $K$ is the matrix of
covariances between all training points, $\sigma^2$ is the variance of
Gaussian noise added to each observed value of $y$, $\vec{y}$
is the training data outputs, $\bar{y}$ is the algebraic mean of the elements of
$\vec{y}$, and
$K_q$ is the vector of covariances between the query point and all
training points. Eq.~\ref{eq:cov} extends directly to the case of multiple
query points by taking the variables as matrices where appropriate, and the
result is a full covariance matrix for the query points. Readers looking
for a more detailed explanation of GPs should consult
reference \cite{gp}.
The inferences in Eqns \ref{eq:mean} and \ref{eq:cov} are non-parametric:
they do not assume a form for the latent model they represent. This makes GPs
especially powerful at learning models over data
with complex degeneracies. We demonstrate this with the following
case study.
\subsection{Photometric redshifts: a Gaussian Process case study}
\label{sec:photoz}
One science use case for the algorithms proposed here is the problem of
learning photometric redshifts. Any attempt to solve the astrophysical
problem of dark energy requires measuring the cosmological Doppler shift of
light from hundreds of millions of galaxies. These redshifts can be
determined very accurately from spectra, but directly measuring the spectra
of these galaxies is prohibitively expensive. Measuring their brightness
in a handful of broadband filters (i.e., taking their photometry), is
several thousand times cheaper. For this reason, surveys such as the DES
and the LSST are designed to exclusively take photometric data and rely on
researchers to develop algorithms for estimating a galaxy's true redshift
from its observed photometry \cite{connolly95}
(usually in five or six bands). Because of
the observational cost, only a few spectrographically determined redshifts are available
to help train these algorithms.
In current practice, photometric redshifts are principally determined using
forward-fitting models. Cosmologists assume that they can model the rest frame
spectra of any galaxy. These spectral models are
redshifted and integrated over the profile of an experiment's
photometric filters until a good fit to the observed photometric data is
found. The redshift of the galaxy is taken as that which produces the best fit
between model and data. Many publicly available codes such as
EAZY \cite{eazy} implement this method.
While it is straightforward in principle, it requires
accurate foreknowledge to select the appropriate rest frame
spectral models. If the chosen
models are not representative of the population of observed
galaxies, the algorithm will fail to give accurate redshifts and cosmological
inferences will be inaccurate \cite{budavari2008}. The effects of this
shortcoming can be seen in Figure \ref{subfig:eazy}, which plots the results
of running EAZY on a set of
simulated galaxy observations designed to represent data expected from the
LSST.
While many of the galaxies fall near the
$z_\text{photometric}=z_\text{spectroscopic}$ line, there is significant scatter
in the results due to degeneracies between the color and redshift of a
galaxy. Figure \ref{subfig:gp} plots the results from running the same
simulated galaxies through a GP-based algorithm that attempts to learn the full
probability distribution $P(z_\text{photometric})$. There is much less scatter
in this case than in the case of the forward-fitting modeling of EAZY.
\begin{figure}[t]
\subfigure[]{
\includegraphics[scale=0.25]{eazy_scatter_plot.png}
\label{subfig:eazy}
}
\subfigure[]{
\includegraphics[scale=0.25]{gp_scatter_plot.png}
\label{subfig:gp}
}
\caption{
Photometric redshift plotted
against true spectroscopic redshift for 48,000 simulated LSST galaxy
observations. Photometric redshifts are derived using the
EAZY template-fitting
algorithm (a forward model) in Figure \ref{subfig:eazy} and
our GP based algorithm in Figure \ref{subfig:gp}.
}
\label{fig:scatter}
\end{figure}
Other data-driven algorithms for photometric redshift determination do exist.
An example of these is the publically-available code ANNz \cite{annz},
which is based on an artificial neural network scheme.
In this case, the principal
shortcoming is that the artificial neural network
is designed to return only a
photometric redshift value and an uncertainty.
This uncertainty is a heuristic combination of the uncertainties in the
photometric data as well as the scatter in $z_\text{photometric}$ derived
from multiple instantiations of ANNz. There is no guarantee that it represents
the true, probabilistic uncertainty in $z_\text{photometric}$.
Figure \ref{fig:lnsum} plots the mean value of $\ln[P(\text{truth})]$,
i.e. the value of the logarithm $P(z_\text{photometric})$ at the point
$z_\text{photometric}=z_\text{spectroscopic}$,
as a function
of photometric redshift for EAZY, ANNz, and our GP algorithm.
We see that both EAZY and ANNz consistently assign lower probabilities to
$z_\text{photometric}=z_\text{spectroscopic}$ than does our GP algorithm.
Other works have attempted to apply GPs to the problem of
photometric redshfifts \cite{kaufman,bonfield}, however, they have treated
the problem as one of learning the form of a one-to-one scalar function.
We propose to use the probabilistic nature of GPs to learn the full
probability distribution that a given galaxy is at a given redshift. The
resulting prediction is simultaneously more robust against sparse, noisy or
degenerate training data, more usable in follow-up scientific analyses, and
more amenable to model improvement by the introduction of active learning.
% Figure \ref{subfig:gp} shows preliminary results from our algorithm when
% trained on spectroscopic data from 50,000 galaxies and tested on the same
% 48,000 galaxies as Figure \ref{subfig:eazy}. Here we see that the GP
% modeling yields significantly less scatter about the true
% $z_\text{photometric}=z_\text{spectroscopic}$ relationship.
The tests considered above represent idealized cases.
The algorithm resulting in Figure \ref{fig:scatter} was trained on high
signal-to-noise data with a training set sampled everywhere in
$z_\text{spectroscopic}$-space. The algorithm resulting in Figure
\ref{fig:lnsum} is well-behaved in that the low redshift regime considered
exhibits no degeneracies in the photometry-to-redshift relationship. This will
not be the case for the large, deep surveys of the future. In order to extend
the favorable results of GPs above, further development of the
framework will be required.
\subsection{Fortifying Gaussian Processes against incomplete training data}
\label{sec:sparse}
GPs are already designed to handle input data that is sparsely
sampled. Eqn \ref{eq:cov} gives the GP the freedom to declare a large
uncertainty in regions of data space where there is no training data. However,
in order to deliver on the science results required by DES, LSST, and other
big-data surveys, it is not enough that $\Sigma_q$ be large where the model is
uncertain. We require that the inferred
value $f_q$ in Eqn \ref{eq:mean} be an accurate
representation of the true underlying model.
We propose to achieve this in several ways.
\vspace{.5\baselineskip}
\begin{itemize}
\item New mean function models -- as presented,
Eqn \ref{eq:mean} sets the value of $\bar{y}$ to the algebraic mean of the
training outputs $\vec{y}$. This assumes that the GP for all
parameters $\vec{\theta}_q$
starts from the same value and Eqn \ref{eq:mean} expands the
departures from that value.
We will evaluate models more complex than the algebraic
mean but simpler than the GP, which can be used to give a more informative value
for $\bar{y}$ such that it interpolates over gaps in the training data. We propose
to experiment with functions including those using a basis
function representation of the function models. For example, a preliminary analysis using
principal component
analysis on the input $\{\vec{\theta}\}$ to set $\bar{y}$ according to a linear
regression on the principal component most correlated
with the outputs $\vec{y}$
shows an improvement in the peformance of
the GP as a function regressor.
\item Dynamic hyper parameters -- the value of the characteristic
length scale $\ell$ in the covariance function $K_{ij}$ is presented
as a parameter to be optimized by cross-validation. This, again, selects a
single value for $\ell$ for all possible $\vec{\theta}_q$, regardless of
$\vec{\theta}_q$'s position in the data space. We will develop
dynamic algorithms based on the covariance
structure present within the input $\{\vec{\theta}\,y\}$
for setting $\ell$ so that highly-sampled
training data will
return small $\ell$ (tightly coupling the GP to the training data) and
sparsely-sampled training data will give larger $\ell$, allowing for broader
interpolation across gaps in the training data.
\item Learned $K_{ij}$ -- in the above discussion, the functional form of
the covariance function
$K_{ij}$ in Eqn \ref{eq:covariogram}
was assumed.
%While this certainly resulted in acceptable behavior in
%our test cases,
It is, however, by no means guaranteed that the choice we made (a Gaussian
function in data space) will always be the best.
We will explore ways
to enable the GP to learn the most appropriate form of
the covariogram
based on the training data at hand. Examples of this include setting the
form of the covariance function
using cross-validation and information-theoretical
approaches that attempt to find a relationship between the form of the covariance
function and the entropy of the distribution produced by the GP.
\end{itemize}
\vspace{.5\baselineskip}
\begin{figure}[t]
\centerline{\includegraphics[scale=0.3]{sdss_lnsum.png}}
\caption{
The mean value of
$\ln[P(\text{truth})]$ as a function of photometric redshift (the vertical
axes in Figures \ref{fig:scatter}) for all
three algorithms under consideration using real
data taken from the Sloan Digital Sky Survey \cite{Abazajian:2008wr}.
In this latter case, the
algorithms are trained on 21,000 galaxies and tested on 191,000 galaxies.
}
\label{fig:lnsum}
\end{figure}
\subsection{Fortifying Gaussian Processes against degenerate training data}
\label{sec:multimode}
It will be necessary to build GPs that are robust against degeneracies
that exist in the relationship between input and output
data. This pitfall can already be seen in the simulated photometric redshifts
plotted in Figure \ref{subfig:gp}. Note the high
$z_\text{spectroscopic}$ galaxies that appear at low $z_\text{photometric}$ and
vice-versa. To correct for this error, we will harness the full probabilistic
nature of GPs, building a system which tests the simplest, single-mode Gaussian
model against multi-modal models. The proposed algorithm will work as
follows:
\vspace{.5\baselineskip}
\begin{enumerate}
\item Fit the training data to a single-mode GP.
\item Use Bayesian model selection \cite{mackay}
to compute the model likelihood of this single-mode GP.
\item Divide the training data into two sub-populations based on their output
values.
\item Fit each sub-population to its own GP.
\item Compute the model likelihood of this two-mode model and compare to the
model likelihood of the single-mode model.
\item Repeat steps 3-5 for three-mode, four-mode, etc. models until
the system converges to the best fit to the training data.
\end{enumerate}
\vspace{.5\baselineskip}
Through this iterative approach, we expect to build GPs such that, even when
they
succumb to the degeneracies seen in Figure \ref{subfig:gp},
they will still place
significant probability density at the true
$z_\text{photometric}=z_\text{spectroscopic}$ value. This will represent a
signtificant improvement over current model-learning algorithms, which are
principally concerned with returning a learned value for the model function and
some heuristic estimate for the uncertainty (i.e. neural networks).
\section{Active Learning}
\label{sec:active_learning}
A generic active learning algorithm takes the following form:
\vspace{.5\baselineskip}
\begin{enumerate}
\item Learn a model (e.g. a Gaussian process) using the current set of
labeled training data.
\item Evaluate the set or space of unlabeled data according to some active
learning criterion, usually beginning by requesting the predictive
distribution from the learned model.
\item Choose the data point/experiment with the highest evaluation and
obtain the label for it (e.g. by requesting a data collection experiment
and/or asking a human expert to provide the label).
\item Add the resulting data to the training data and repeat.
\end{enumerate}
\vspace{.5\baselineskip}
The performance of an active learning algorithm is evaluated by some
measure of the model's quality (e.g. accuracy or log-likelihood on a test
set of data) as a function of the number of data points collected for the
training set. The key algorithmic components are the model used in step 1
and the selection criterion used in step 2. The previous section proposed
work on improving GP models. In this section we propose new selection
criteria.
%We discuss specifically how we model $P(z_\text{photometric})$ below.
%Galaxy observations are represented as vectors $\{\vec{\theta}_q\}$ of
%flux information. For each unknown
%test galaxy $\{\vec{\theta}_q\}$, we find the $k$ nearest neighbor training
%galaxies in flux space ($k$ is treated as a parameter to be optimized by our
%algorithm). We divide these neighbor galaxies into two sub-populations based on
%their spectroscopic redshifts and fit a Gaussian Process to each sub-population.
%This gives us a bi-modal probability distribution for $P(z_\text{photometric})$.
%We compare the likelihood of this hypothesis to a single-mode
%$P(z_\text{photometric})$ in which all of the neighbor galaxies are fit together
%in one Gaussian Process. The final $P(z_\text{photometric})$ is a linear
%combination of these two hypotheses, weighted according to their respective
%model likelihoods.
\subsection{Novel active learning criteria}
\begin{figure}[t]
\centerline{\includegraphics[scale=0.4]{searchtree.png}}
\caption{Search tree for an optimal active learning algorithm that will
choose two more data points.}
\label{fig:searchtree}
\end{figure}
It is useful to see the challenges involved in developing good active
learning criteria by considering what an optimal algorithm might need to
do. Figure \ref{fig:searchtree} shows the computation it would require.
The root of the tree contains the current decision on which point to choose
and an optimal algorithm would consider them all. For each potential
choice, it would then consider every possible outcome (label) that might be
obtained and weight them by the estimated probability of each outcome. For
each outcome, it would then consider what next point it would choose if it
received that outcome. The tree expands down to a depth equal to the
number of data points that will be chosen and at the leaf every possible
model would be learned and evaluated. The algorithm only chooses a new
point to label (the decision signified by the root of the tree) after it
has evaluated all possible choices out to their ultimate consequence.
Since the number of leaves is exponential in the depth of the tree, this
quickly becomes intractable. A typical solution (referred to as myopic) is
to truncate the tree to zero or one level. A second speedup is often
obtained by replacing a full model evaluation with a fast heuristic (see
reference \cite{Settles09} for a summary of common heuristics). In our
work \cite{YifeiMa12} and others (e.g. \cite{Krause08}), myopic algorithms
can often be justified theoretically by using submodularity to show that
they obtain a performance within at least $1 - 1/e$ of optimal.
The evaluation of the model, whether in a full or truncated tree, is also a
challenge. If we knew the true labels in our test set, we could use them
to evaluate the accuracy or log-likelihood of the true labels. In a
simulated problem this is possible, but in a real application we do not
have the labels. The usual alternative is to consider the uncertainty in
the predictions on the test points. In the case of basic GPs, the
distribution is a multivariate Gaussian with covariance $\Sigma_q$ from
Eqn \ref{eq:cov} and the query is the entire test set.
A myopic information gain (change in entropy) strategy looks ahead one step
and chooses the data point that minimizes the expected entropy (monotonic
in $\det(\Sigma_q)$). Even this can be expensive since it requires the
computation of the determinant. An alternative is minimizing the average
variance $\text{tr}(\Sigma_q)$ (also known as V-optimality). A further
approximation is to do no look ahead and simply choose the data point
corresponding to the largest diagonal element in $\text{tr}(\Sigma_q)$. This is
known as uncertainty sampling.
We propose the following new methods:
\vspace{.5\baselineskip}
\begin{itemize}
\item The usual implementations of the criteria listed above are based on
Gaussian predictive distributions which means only the covariance need be
considered. We will develop efficient ways to estimate these quantities
from our improved models of non-Guassian distributions. Two obvious criteria to try
are the entropy of the output distribution or the logarithm of the probability
distribution evaluated at its peak (which we use in the toy model
generating Figure \ref{fig:learning}).
\item Our preliminary experiments on classification in graphs indicate that
the sum of all entries in the covariance matrix is a better criterion
than the trace \cite{YifeiMa12}. We propose to develop an analogous
criterion for euclidean spaces and for regression problems. This
criterion has not been previously proposed in the experiment design
literature and we will also analyze theoretically when and why it
outperforms the alternatives.
\item We can improve performance if we find the computational tricks needed
to look ahead further. Previously, we published a method for increasing
look ahead in an active search problem by pruning the search tree
\cite{Garnett12}. It drastically reduces computation while provably
returning the correct answer (i.e.\ it is not an approximation). We propose to
develop analogous pruning rules for the active learning problem. We will
further extend both methods by developing approximate pruning rules that
trade off the aggressiveness of pruning, and thus the amount of look
ahead allowed, against approximation accuracy. We will investigate when
the additional look ahead allowed more than compensates for the errors
induced by aggressive pruning.
\end{itemize}
\vspace{.5\baselineskip}
% We will expand upon
% our recent work on the problem of optimal surveying or polling
% (Garnett et al 2012a). Rather than having a goal of correctly
% predicting the output for each point in a test set, the goal is to
% predict the average output (or the class proportions in classification
% problems) over the test set. This dramatically increases the
% efficiency of the active learning. In preliminary experiments on
% graphs and other domains, minimizing this survey variance not only
% performs well on the surveying problem, but also outperforms the trace
% criterion and other popular active learning methods such as
% uncertainty and density sampling on active learning problems.
% This result is consistent with the findings of Richards {\it et al.} (2012b),
% who consider a similar problem for a Random Forest classifier on
% the static data set produced by the All Sky Automated Survey.
% Intuitively, it seems reasonable that considering the entire
% covariance matrix of the modeled data
% might lead to better performance than choosing only
% based on its diagonal. We have, however, little theoretical understanding of
% why this is better than the trace criterion which directly optimizes
% the quantity on which we will ultimately measure performance. We will
% seek a better theoretical understanding of this phenomenon as part of
% this work.
\subsection{Active learning for photometric redshifts}
\begin{figure}[t]
\centerline{
\includegraphics[scale=0.4]{learning_curve.png}
}
\caption{
Active learning applied to classification according to a scalar function on a
6-dimensional data space. The horizontal axis is the size of the training data
set. The vertical axis is the mean value of the output probability distribution
at the true value of the scalar function. The black curve assembles the
training set randomly. The red curve selects new training points that maximize
the figure of merit $\left(-\ln[P(\text{mode})]\right)$.
}
\label{fig:learning}
\end{figure}
In both empirical and forward-fitting photometric redshift codes, biases
arise from the fact that the distribution of training samples (templates)
is not the same in color and redshift space as the data the model will be
applied to. Additional issues include the fact that some regions of color
space and some redshifts are more difficult to learn (require more training
samples). We will show how our novel active learning algorithms can
achieve further improvements by choosing the most useful galaxies for
follow-up spectroscopy.
In a preliminary study we used a fully labeled data set containing galaxies
with both color measurements and true (spectroscopically determined)
redshift labels. We simulated active learning by hiding the labels from
the GP learner and then providing them as requested by an active learning
algorithm. We compared uniform random selection against uncertainty
sampling. Figure \ref{fig:learning} demonstrates the results using the
problem presented in Figure \ref{fig:scatter}. %From a total of 97,000 data
%points,
We start with 20,000 training points (consistent with the size of
current training sets used for photometric redshifts) and assess the efficacy of our
GP classifier by considering the mean value of $\ln[P(\text{truth})]$ as in
Figure \ref{fig:lnsum}. Using this simplified active learning to add
to our training sample (as opposed to a random sampling strategy)
leads to a significant improvement in the classifier's performance.
This study was done in a high signal-to-noise regime. It takes no account
of the relative cost of doing one measurement or another. No gaps exist in
the available training data. These are all challenges that real-world
machine learning algorithms will face (see Section~\ref{sec:sparse}).
We will, therefore, develop our novel
methods on real data sets that contain all these additional challenges.
\begin{figure}[t]
\centerline{
\includegraphics[scale=1.0]{rrlyrae.png}
}
\caption{
Taken from reference \cite{rrlyrae} the left panels shows the expected
sampling of
a light curve by the LSST at its main survey cadence (top left) and
for a higher sampling rate that will be employed for 10\% of the LSST
survey (bottom left). The right panels shows a measure of the how well
the light curves can be characterized after phasing (i.e.\ after combining the observations while solving
for the periodicity of the data). Poorly sampled data are clearly
difficult to phase and classify. Active learning techniques can target
the next ``best'' observation enabling the improvements in
classification we see for highly sampled data but at the smallest observational cost.}
\label{fig:RRLyrae}
\end{figure}
\subsection{Active Learning for Classification}
\label{sec:transients}
Real-time automatic recognition and classification of transient objects and
events is already widely acknowledged as a necessary support technology for
the forthcoming age of survey cosmology
\cite{djorgovski2011,richards2011,richards2012,graham2012,mahabal2008a,mahabal2011a}.
The transient classification problem mirrors the photometric redshift
problem. It is cheap and easy to get the initial observations of many
transients. LSST will find thousands of them every night. However,
obtaining an accurate ground-truth label of the object's type requires the
detection to be followed-up with other telescopes to measure the light
curves over time in multiple bands. Getting a final label may also require
a human expert to analyze the light curves. All of this is expensive. As
with photometric redshifts, we propose to use our active learning
algorithms to choose which transients should be followed up.
A great deal of work has already been accomplished developing algorithms
that can learn the classification of a transient object given data that are
well sampled and that are analysed in a batch mode. Even with these
idealized data sets misclassification rates are typically 30\% or greater.
For the DES and the LSST data streams these challenges are exacerbated as
the data are poorly sampled in the temporal domain and the classifications
must be undertaken in almost real-time (within 60s of an observation for
the case of the LSST). For the case of the LSST 90\% of the data will be
sampled at a rate 20-times less than the highest cadence (with the highest