forked from lawrennd/old_talks
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlawrence.bib
executable file
·10874 lines (10367 loc) · 519 KB
/
lawrence.bib
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
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% File: Lawrence.bib
%
% Bibliography file
%
% Neil Lawrence, 8 August, 1999.
%
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@string{phdthesis = {PhD Theses}}
@string{article = {Journal Papers}}
@string{book = {Books}}
@string{techreport = {Technical Reports}}
@string{unpublished = {Submitted Papers}}
@string{inproceedings = {Refereed Conference Papers}}
@string{proceedings = {Proceedings}}
@string{incollection = {In Collected Volumes}}
@string{collection = {Volumes of Collected Papers}}
@string{misc = {Miscellaneous}}
@string{patent = {Patents}}
@string{talk = {Talks}}
@string{poster = {Posters}}
@string{mainheading = {Machine Learning Publications}}
@String{bioinf = {Bioinformatics}}
@String{bmcbioinf = {BMC Bioinformatics}}
@string{RMP = {Reviews of Modern Physics}}
@string{ieeecomp = {IEEE Computer Society Press}}
@string{pCVPR = {Proceedings of the IEEE Computer Society Conference on Computer Vision and Pattern Recognition}}
@string{jasa = {Journal of the American Statistical Association}}
@string{icml = {Proceedings of the International Conference in
Machine Learning}}
@string{auai = {AUAI Press}}
@string{uai = {Uncertainty in Artificial Intelligence}}
@string{icann = {International Conference on Artificial Neural Networks}}
@String{jmbcell = {Mol. Biol. Cell.}}
@String{pnasusa = {Proc. Natl. Acad. Sci. USA}}
@String{jair = {Journal of Artificial Intelligence Research}}
@String{jmlr = {Journal of Machine Learning Research}}
@String{lncs = {Lecture Notes in Computer Science}}
@string{nips = {Advances in Neural Information Processing Systems}}
@string{NC = {Neural Computation}}
@string{ML = {Machine Learning}}
@string{NN = {Neural Networks}}
@string{NW = {Network: Computation in Neural Systems}}
@string{IJNS = {International Journal of Neural Systems}}
@string{PRa = {Physical Review A}}
@string{PRL = {Physical Review Letters}}
@string{EPL = {Europhysics Letters}}
@string{icassp = {International Conference on Acoustics, Speech and Signal Processing}}
@string{IEEE = {IEEE Transactions on Neural Networks}}
@string{TIT = {IEEE Transactions on Information Theory}}
@string{TKDE = {IEEE Transactions on Knowledge and Data Engineering}}
@string{AMS = {Annals of Mathematical Statistics}}
@string{PAMI = {IEEE Transactions on Pattern Analysis and
Machine Intelligence}}
@string{DOKLADY = {Doklady Akademiia Nauk SSSR}}
@string{network = {Network: Computation in Neural Systems}}
@string{ijcnn = {Proceedings of the International Joint Conference on
Neural Networks}}
@string{addison = {Addison-Wesley}}
@string{mcgraw = {McGraw-Hill}}
@string{nholland = {North Holland}}
@string{ams = {AMS}}
@string{springer = {Springer-Verlag}}
@string{harvard = {Harvard University Press}}
@string{mit = {MIT Press}}
@string{cup = {Cambridge University Press}}
@string{mk = {Morgan Kauffman}}
@string{wiley = {John Wiley and Sons}}
@string{JRSSb = {Journal of the Royal Statistical Society, B}}
@string{JMB = {Journal of Molecular Biology}}
@string{myftp = {http://www.thelawrences.net/neil/}}
@string{SheffieldML = {https://github.com/SheffieldML/}}
@string{shefnbrepo_nohttp = {github/SheffieldML/notebook/blob/master/}}
@string{shefmlrepo_nohttp = {github.com/SheffieldML}}
@string{shefftp = {ftp://ftp.dcs.shef.ac.uk/home/neil/}}
@string{shefhttp_nohttp = {staffwww.dcs.shef.ac.uk/people/N.Lawrence/talks/}}
@string{shefhttp = {http://staffwww.dcs.shef.ac.uk/people/N.Lawrence/talks/}}
@string{manftp = {ftp://ftp.cs.man.ac.uk/pub/ai/neill/}}
@string{sheftech = {The University of Sheffield, Department of Computer Science}}
@string{joabpubs = {http://www.dcs.shef.ac.uk/~joab/Publications/}}
@string{softwarehttp = {http://inverseprobability.com/}}
@string{sheffieldgit = {https://github.com/SheffieldML/}}
@string{gplvmTitle1 = {Probabilistic Non-linear Component Analysis through {G}aussian Process Latent Variable Models}}
@string{gplvmAbstract1 = {It is known that Principal Component Analysis has an
underlying probabilistic representation based on a
latent variable model. Principal component analysis
(PCA) is recovered when the latent variables are
integrated out and the parameters of the model are
optimised by maximum likelihood. It is less well
known that the dual approach of integrating out the
parameters and optimising with respect to the latent
variables also leads to PCA. The marginalised
likelihood in this case takes the form of Gaussian
process mappings, with linear Covariance functions,
from a latent space to an observed space, which we
refer to as a Gaussian Process Latent Variable Model
(GPLVM). This dual probabilistic PCA is still a
linear latent variable model, but by looking beyond
the inner product kernel as a covariance function we
can develop a non-linear probabilistic PCA.
In the talk we will introduce the GPLVM and
illustrate its application on a range of high
dimensional data sets including motion capture data,
hand written digits, a medical diagnosis data set and
images.}}
@string{gplvmTitle2 = {High Dimensional Probabilistic Modelling through Manifolds}}
@string{gplvmAbstract2 = {Density modelling in high dimensions is a
very difficult problem. Traditional approaches, such
as mixtures of Gaussians, typically fail to capture
the structure of data sets in high dimensional
spaces. In this talk we will argue that for many data
sets of interest, the data can be represented as a
lower dimensional manifold immersed in the higher
dimensional space. We will then present the Gaussian
Process Latent Variable Model (GP-LVM), a non-linear
probabilistic variant of principal component analysis
(PCA) which implicitly assumes that the data lies on
a lower dimensional space.
We will demonstrate the application of the model to a
range of data sets, but with a particular focus on
human motion data. We will show some preliminary work
on facial animation and make use of a skeletal motion
capture data set to illustrate differences between
our model and traditional manifold techniques.}}
@string{gplvmTitle3 = {Computer Vision Reading Group: The {G}aussian
Process Latent Variable Model}}
@string{gplvmAbstract3 = {The Gaussian process latent variable model
(GP-LVM) is a recently proposed probabilistic
approach to obtaining a reduced dimension
representation of a data set. In this tutorial we
motivate and describe the GP-LVM, giving a review of
the model itself and some of the concepts behind it.}
}
@string{gplvmTitle4 = {Probabilistic Dimensional Reduction with the {G}aussian Process Latent Variable Model}}
@string{gplvmAbstract4 = {Density modelling in high dimensions is a
very difficult problem. Traditional approaches, such
as mixtures of Gaussians, typically fail to capture
the structure of data sets in high dimensional
spaces. In this talk we will argue that for many data
sets of interest, the data can be represented as a
lower dimensional manifold immersed in the higher
dimensional space. We will then present the Gaussian
Process Latent Variable Model (GP-LVM), a non-linear
probabilistic variant of principal component analysis
(PCA) which implicitly assumes that the data lies on
a lower dimensional space.
Having introduced the GP-LVM we will review
extensions to the algorithm, including dynamics,
learning of large data sets and back constraints. We
will demonstrate the application of the model and its
extensions to a range of data sets, including human
motion data, a vowel data set and a robot mapping
problem.}
}
@string{gplvmTitle5 = {Probabilistic Dimensional Reduction with the {G}aussian Process Latent Variable Model}}
@string{gplvmAbstract5 = {Density modelling in high dimensions is a
very difficult problem. Traditional approaches, such
as mixtures of Gaussians, typically fail to capture
the structure of data sets in high dimensional
spaces. In this talk we will argue that for many data
sets of interest, the data can be represented as a
lower dimensional manifold immersed in the higher
dimensional space. We will then present the Gaussian
Process Latent Variable Model (GP-LVM), a non-linear
probabilistic variant of principal component analysis
(PCA) which implicitly assumes that the data lies on
a lower dimensional space.
Having introduced the GP-LVM we will review
extensions to the algorithm. Given time we will review dynamical extensions, Bayesian approaches to dimensionality determination,
learning of large data sets. We
will demonstrate the application of the model and its
extensions to a range of data sets, including human
motion data, speech data and video.}
}
@string{gpTitle1 = {Learning and Inference with {G}aussian Processes}}
@string{gpAbstract1 = {Many application domains of machine learning can be
reduced to inference about the values of a
function. Gaussian processes are powerful, flexible,
probabilistic models that enable us to efficiently
perform inference about functions in the presence of
uncertainty.
In this talk I will introduce Gaussian processes and
review a few standard applications of these models. I
will then show how Gaussian processes can be used to
solve important and diverse real-world problems,
including inference of the concentration of
transcription factors which regulate gene expression
and creating probabilistic models of human motion for
animation and tracking.}
}
@String{pumaTitle1 = {{PUMA}: Propagation of Uncertainty in Microarray Analysis}}
@String{pumaAbstract1 = {}}
@Misc{Gpy:2012,
OPTkey = {},
author = {{The GPy Authors}},
OPTtitle = {{GPy Software}},
howpublished = {https://github.com/SheffieldML/GPy},
year = {Since 2012},
note = {Gaussian Process framework in Python. 116 Stars, 966
Forks and 337 Watchers on Github as at 2019-03-29},
OPTannote = {},
OPTpubmedid = {},
OPTdoi = {},
OPTlinkpdf = {},
OPTlinkps = {},
OPTlinkpsgz = {},
OPTlinksoftware ={},
OPTabstract = {},
OPTgroup = {}
}
@Misc{GpyOpt:2016,
OPTkey = {},
author = {{The GPyOpt Authors}},
title = {{GPyOpt Software}},
howpublished = {https://github.com/SheffieldML/GPyOpt},
year = {Since 2016},
note = {Bayesian Optimization framework in Python. 43 Stars,
439 Forks and 135 Watchers on Github as at
2019-03-29},
OPTannote = {},
OPTpubmedid = {},
OPTdoi = {},
OPTlinkpdf = {},
OPTlinkps = {},
OPTlinkpsgz = {},
OPTlinksoftware ={},
OPTabstract = {},
OPTgroup = {}
}
@Misc{Emukit:2018,
OPTkey = {},
author = {{The Emukit Authors}},
title = {{Emukit Software}},
howpublished = {https://github.com/amzn/emukit},
year = {Since 2018},
note = {Python emulation and surrogate modelling
framework. 7 Stars, 50 Forks and 21 Watchers on
Github as at 2019-03-29},
OPTannote = {},
OPTpubmedid = {},
OPTdoi = {},
OPTlinkpdf = {},
OPTlinkps = {},
OPTlinkpsgz = {},
OPTlinksoftware ={},
OPTabstract = {},
OPTgroup = {}
}
@Misc{Xfer:2018,
OPTkey = {},
author = {{The Xfer Authors}},
title = {{Xfer Software}},
howpublished = {https://github.com/amzn/xfer},
year = {Since 2018},
note = {Transfer learnining for Neural Networks framework
based on MXNet. 13 Stars, 119 Forks and 22 Watchers
on Github as at 2019-03-29},
OPTannote = {},
OPTpubmedid = {},
OPTdoi = {},
OPTlinkpdf = {},
OPTlinkps = {},
OPTlinkpsgz = {},
OPTlinksoftware ={},
OPTabstract = {},
OPTgroup = {}
}
@Misc{MxFusion:2018,
OPTkey = {},
author = {{The MxFusion Authors}},
title = {{MxFusion} Software},
howpublished = {https://github.com/amzn/mxfusion},
year = {Since 2018},
note = {Probabilistic programming framework based on
MXNet. 12 Stars, 71 Forks and 19 Watchers on Github
as at 2019-03-29},
OPTannote = {},
OPTpubmedid = {},
OPTdoi = {},
OPTlinkpdf = {},
OPTlinkps = {},
OPTlinkpsgz = {},
OPTlinksoftware ={},
OPTabstract = {},
OPTgroup = {}
}
@article{Durrande-anova13,
title = "{ANOVA} kernels and {RKHS} of zero mean functions for model-based sensitivity analysis",
journal = "Journal of Multivariate Analysis",
volume = "115",
pages = "57--67",
year = "2013",
issn = "0047-259X",
doi = "https://doi.org/10.1016/j.jmva.2012.08.016",
url = "http://www.sciencedirect.com/science/article/pii/S0047259X1200214X",
author = "Nicolas Durrande and David Ginsbourger and Olivier and Laurent Carraro",
keywords = "Gaussian process regression, Global sensitivity analysis, Hoeffding–Sobol decomposition, SS-ANOVA",
abstract = {Given a reproducing kernel Hilbert space ($\mathcal{H}\langle\cdot,\cdot\rangle$) of real-valued functions and a suitable measure $\mu$ over the source space $D\in \mathbb{R}$, we decompose $\mathcal{H}$ as the sum of a subspace of centered functions for $\mu$ and its orthogonal in $\mathcal{H}$H. This decomposition leads to a special case of ANOVA kernels, for which the functional ANOVA representation of the best predictor can be elegantly derived, either in an interpolation or regularization framework. The proposed kernels appear to be particularly convenient for analyzing the effect of each (group of) variable(s) and computing sensitivity indices without recursivity.}
}
@Article{Pedikaris:nonlinear17,
author = {Paris Perdikaris and Maziar Raissi and Andreas
Damianou and Neil D. Lawrence and George Em
Karnidakis},
title = {Nonlinear information fusion algorithms for
data-efficient multi-fidelity modelling},
journal = {Proc. R. Soc. A},
year = {2017},
OPTkey = {},
volume = {473},
number = {20160751},
OPTpages = {},
OPTmonth = {},
OPTnote = {},
OPTannote = {},
OPTpubmedid = {},
doi = {10.1098/rspa.2016.0751},
OPTlinkpdf = {},
OPTlinkps = {},
OPTlinkpsgz = {},
OPTlinksoftware ={},
abstract = {Multi-fidelity modelling enables accurate inference
of quantities of interest by synergistically
combining realizations of low-cost/low-fidelity
models with a small set of high-fidelity
observations. This is particularly effective when
the low- and high-fidelity models exhibit strong
correlations, and can lead to significant
computational gains over approaches that solely rely
on high-fidelity models. However, in many cases of
practical interest, low-fidelity models can only be
well correlated to their high-fidelity counterparts
for a specific range of input parameters, and
potentially return wrong trends and erroneous
predictions if probed outside of their validity
regime. Here we put forth a probabilistic framework
based on Gaussian process regression and nonlinear
autoregressive schemes that is capable of learning
complex nonlinear and space-dependent
crosscorrelations between models of variable
fidelity, and can effectively safeguard against
low-fidelity models that provide wrong trends. This
introduces a new class of multi-fidelity information
fusion algorithms that provide a fundamental
extension to the existing linear autoregressive
methodologies, while still maintaining the same
algorithmic complexity and overall computational
cost. The performance of the proposed methods is
tested in several benchmark problems involving both
synthetic and real multifidelity datasets from
computational fluid dynamics simulations.},
OPTgroup = {}
}
@TechReport{Lawrence:threeds19,
author = {Neil D. Lawrence},
title = {Data Science and Digital Systems: The 3Ds of Machine
Learning Systems Design},
institution = {arXiv},
year = {2019},
OPTkey = {},
OPTtype = {},
number = {},
OPTaddress = {},
OPTmonth = {},
note = {Presented at the 2019 Stu Hunter Research
Conference.},
OPTannote = {},
OPTpubmedid = {},
url = {https://arxiv.org/abs/1903.11241},
OPTlinkps = {},
OPTlinkpsgz = {},
OPTlinksoftware ={},
OPTabstract = {},
OPTgroup = {}
}
@TechReport{Diethe:continual19,
author = {Tom Diethe and Tom Borchert and Eno Thereska and
Borja Balle and Neil D. Lawrence},
title = {Continual Learning in Practice},
institution = {arXiv},
year = {2019},
abstract = {This paper describes a reference architecture for
self-maintaining systems that can learn continually,
as data arrives. In environments where data evolves,
we need architectures that manage Machine Learning
(ML) models in production, adapt to shifting data
distributions, cope with outliers, retrain when
necessary, and adapt to new tasks. This represents
continual AutoML or Automatically Adaptive Machine
Learning. We describe the challenges and proposes a
reference architecture.},
OPTtype = {},
OPTnumber = {},
OPTaddress = {},
month = {3},
day = {18},
note = {Presented at the NeurIPS 2018 workshop on Continual
Learning},
OPTannote = {},
OPTpubmedid = {},
OPTdoi = {},
url = {https://arxiv.org/abs/1903.05202},
OPTlinkps = {},
OPTlinkpsgz = {},
OPTlinksoftware ={},
OPTabstract = {},
OPTgroup = {}
}
@article{Delacroix:trusts19,
author = {Delacroix, Sylvie and Lawrence, Neil D.},
title = {Bottom-up data Trusts: disturbing the ‘one size
fits all’ approach to data governance},
journal = {International Data Privacy Law},
year = {2019},
month = {10},
abstract = {Key Points: The current lack of legal mechanisms
that may plausibly empower us, data subjects to
‘take the reins’ of our personal data leaves us
vulnerable. Recent regulatory endeavours to curb
contractual freedom acknowledge this vulnerability
but cannot, by themselves, remedy it—nor can data
ownership. The latter is both unlikely and
inadequate as an answer to the problems at stake.We
argue that the power that stems from aggregated data
should be returned to individuals through the legal
mechanism of Trusts.Bound by a fiduciary obligation
of undivided loyalty, the data trustees would
exercise the data rights conferred by the GDPR (or
other top-down regulation) on behalf of the Trust’s
beneficiaries. The data trustees would hence be
placed in a position where they can negotiate data
use in conformity with the Trust’s terms, thus
introducing an independent intermediary between data
subjects and data collectors.Unlike the current ‘one
size fits all’ approach to data governance, there
should be a plurality of Trusts, allowing data
subjects to choose a Trust that reflects their
aspirations, and to switch Trusts when needed. Data
Trusts may arise out of publicly or privately funded
initiatives.By potentially facilitating access to
‘pre-authorized’, aggregated data (consent would be
negotiated on a collective basis), our data Trust
proposal may remove key obstacles to the realization
of the potential underlying large datasets.},
issn = {2044-3994},
doi = {10.1093/idpl/ipz014},
url = {https://doi.org/10.1093/idpl/ipz014},
note = {ipz014},
eprint =
{http://oup.prod.sis.lan/idpl/advance-article-pdf/doi/10.1093/idpl/ipz014/30092829/ipz014.pdf},
}
@TechReport{Delacroix:trusts18,
author = {Sylvie Delacroix and Neil D. Lawrence},
title = {Disturbing the `One Size Fits All' Approach to Data
Governance: Bottom-Up Data Trusts},
institution = {SSRN},
year = {2018},
OPTkey = {},
OPTtype = {},
OPTnumber = {},
OPTaddress = {},
OPTmonth = {},
OPTnote = {},
OPTannote = {},
OPTpubmedid = {},
OPTlinkps = {},
OPTlinkpsgz = {},
OPTlinksoftware ={},
doi = {10.1093/idpl/ipz01410.2139/ssrn.3265315},
pdf =
{https://papers.ssrn.com/sol3/papers.cfm?abstract_id=3265315},
OPTlinkps = {},
OPTlinkpsgz = {},
OPTlinksoftware ={},
abstract = {The current lack of legal mechanisms that may
plausibly empower us, data subjects, to ‘take the
reins’ of our data leaves us vulnerable. Recent
regulatory endeavours (from the GDPR to the CCPA) to
curb contractual freedom acknowledge this
vulnerability but cannot, by themselves, remedy
it. We argue that the power that stems from
aggregated data should be returned to individuals
through the legal mechanism of Trusts. Unlike the
current ‘one size fits all’ approach to data
governance, there should be a plurality of Trusts,
allowing data subjects to choose a Trust that
reflects their aspirations, and to switch Trusts
when needed. Bound by a fiduciary obligation of
undivided loyalty (in contrast to Balkin’s), the
data trustees would negotiate data use in conformity
with the Trust’s terms, thus introducing an
independent intermediary between data-subjects and
data-collectors. Importantly, by potentially
facilitating access to ‘pre-authorised’, aggregated
data (consent would be negotiated on a collective
basis, according to the terms of each Trust), our
data Trust proposal may remove key obstacles to the
realisation of the potential underlying large
datasets.},
OPTgroup = {}
}
@Article{Sarkka:lfmcontrol18,
author = {Simo Sarkka and Mauricio A. Alvarez and Neil
D. Lawrence},
journal = {IEEE Transactions on Automatic Control},
title = {Gaussian Process Latent Force Models for Learning
and Stochastic Control of Physical Systems},
year = {2018},
volume = {},
number = {},
abstract = {This article is concerned with learning and
stochastic control in physical systems which contain
unknown input signals. These unknown signals are
modeled as Gaussian processes (GP) with certain
parametrized covariance structures. The resulting
latent force models (LFMs) can be seen as hybrid
models that contain a first-principles physical
model part and a non-parametric GP model part. We
briefly review the statistical inference and
learning methods for this kind of models, introduce
stochastic control methodology for the models, and
provide new theoretical observability and
controllability results for them.},
doi = {10.1109/TAC.2018.2874749},
ISSN = {0018-9286},
month = {}
}
@misc{Dai:gpu14,
Author = {Zhenwen Dai and Andreas Damianou and James Hensman
and Neil D. Lawrence},
Title = {Gaussian Process Models with Parallelization and
{GPU} acceleration},
Year = {2014},
Eprint = {arXiv:1410.4984},
}
@Article{Gambardella:reverse15,
author = {Gennaro Gambardella and Ivana Peluso and Sandro
Montefusco and Mukesh Bansal and Diego L. Medina and
Neil D. Lawrence and Diego di Bernardo},
title = {A reverse-engineering approach to dissect
post-translational modulators of transcription
factor's activity from transcriptional data},
journal = {BMC Bioinformatics},
year = {2015},
OPTkey = {},
volume = {16},
number = {279},
OPTpages = {},
day = {3},
month = {9},
OPTannote = {},
OPTpubmedid = {},
doi = {10.1186/s12859-015-0700-3},
OPTlinkpdf = {},
OPTlinkps = {},
OPTlinkpsgz = {},
OPTlinksoftware ={},
abstract = {Background\\\\ Transcription factors (TFs) act
downstream of the major signalling pathways
functioning as master regulators of cell fate. Their
activity is tightly regulated at the
transcriptional, post-transcriptional and
post-translational level. Proteins modifying TF
activity are not easily identified by experimental
high-throughput methods. Results\\\\ We developed a
computational strategy, called Differential
Multi-Information (DMI), to infer post-translational
modulators of a transcription factor from a
compendium of gene expression profiles (GEPs). DMI
is built on the hypothesis that the modulator of a
TF (i.e. kinase/phosphatases), when expressed in the
cell, will cause the TF target genes to be
co-expressed. On the contrary, when the modulator is
not expressed, the TF will be inactive resulting in
a loss of co-regulation across its target genes. DMI
detects the occurrence of changes in target gene
co-regulation for each candidate modulator, using a
measure called Multi-Information. We validated the
DMI approach on a compendium of 5,372 GEPs showing
its predictive ability in correctly identifying
kinases regulating the activity of 14 different
transcription factors. Conclusions\\\\ DMI can be
used in combination with experimental approaches as
high-throughput screening to efficiently improve
both pathway and target discovery. An on-line
web-tool enabling the user to use DMI to identify
post-transcriptional modulators of a transcription
factor of interest che be found at
http://dmi.tigem.it.},
OPTgroup = {}
}
@Article{Honkela:genome15,
author = {Antti Honkela and Jaakko Peltonen and Hande Topa and
Iryna Charapitsa and Filomena Matarese and Korbinian
Grote and Hendrik G. Stunnenberg and George Reid and
Neil D. Lawrence and Magnus Rattray},
title = {Genome-wide modeling of transcription kinetics
reveals patterns of {RNA} production delays},
journal = pnasusa,
year = {2015},
OPTkey = {},
volume = {112},
number = {42},
pages = {13115--13120},
day = {5},
month = {10},
OPTannote = {},
OPTpubmedid = {},
OPTdoi = {10.1073/pnas.1420404112},
OPTlinkpdf = {},
OPTlinkps = {},
OPTlinkpsgz = {},
OPTlinksoftware ={},
abstract = {Genes with similar transcriptional activation
kinetics can display very different temporal mRNA
profiles because of differences in transcrip tion
time, degradation rate, and RNA-processing
kinetics. Recent studies have shown that a
splicing-associated RNA production delay can be
significant. To investigate this issue more
generally, it is useful to develop methods
applicable to genome-wide datasets. We introduce a
joint model of transcriptional activation and mRNA
accumulation that can be used for inference of
transcription rate, RNA production delay, and
degradation rate given data from high-throughput
sequencing time course experiments. We combine a
mechanistic differential equation model with a
nonparametric statistical modeling approach allowing
us to capture a broad range of activation kinetics,
and we use Bayesian parameter estimation to quantify
the uncertainty in estimates of the kinetic
parameters. We apply the model to data from estrogen
receptor α activation in the MCF-7 breast cancer
cell line. We use RNA polymerase II ChIP-Seq time
course data to characterize transcriptional
activation and mRNA-Seq time course data to quantify
mature transcripts. We find that 11\% of genes with
a good signal in the data display a delay of more
than 20 min between completing transcription and
mature mRNA production. The genes displaying these
long delays are significantly more likely to be
short. We also find a statistical association
between high delay and late intron retention in
pre-mRNA data, indicating significant
splicing-associated production delays in many
genes.},
OPTgroup = {}
}
@Talk{Lawrence:deep-summit16b,
author = {Neil D. Lawrence},
title = {The Data Delusion: Challenges for Democratising Deep Learning},
abstract = {The widespread success of deep learning in a variety of domains is being hailed as a new revolution in artificial intelligence. It has taken 20 years to go from defeating Kasparov at Chess to Lee Sedol at Go. But what have the real advances been across this time? The fundamental change has been in terms of data availability and compute availability. The underlying technology has not changed much in the last 20 years. So what does that mean for areas like medicine and health? Significant challenges remain, improving the data efficiency of these algorithms and retaining the balance between individual privacy and predictive power of the models. In this talk we will review these challenges and propose some ways forward.
Bio:
Neil Lawrence is a Professor of Machine Learning and Computational Biology at the University of Sheffield. His main research interest is machine learning through probabilistic models. He focuses on both the algorithmic side of these models and their application. He has a particular focus on applications in personalized health and applications in the developing world. He is well known for his work with Gaussian processes, and has proposed Gaussian process variants of many of the succesful deep learning architectures. He is highly active in the machine learning community, most recently Program Chairing the NIPS conference in 2014 and General Chairing (alongside Corinna Cortes) in 2015.
},
day = 22,
month = 9,
year = 2016,
youtube = {BI9PMvuolqc},
blog = {2016-03-04-deep-learning-and-uncertainty.md},
ppt = {2016-09-22-deepLearningSummit.pptx},
reveal = {2016-09-22-the-data-delusion.slides.html},
reveal-md = {2016-09-22-the-data-delusion.md},
venue = {Deep Learning Summit, London, UK}
}
@Talk{Lawrence:osdc16,
author = {Neil D. Lawrence},
title = {Three Challenges for Open Data Science},
abstract = {Data science presents new opportunities but also new challenges. In this talk we will focus on three separate challenges for data science: 1. Paradoxes of the Data Society, 2. Quantifying the Value of Data, 3. Privacy, loss of control, marginalization.
Each of these challenges has particular implications for data science. The paradoxes relate to our evolving relationship with data and our changing expectations. Quantifying value is vital for accounting for the influence of data in our new digital economies and issues of privacy and loss of control are fundamental to how our pre-existing rights evolve as the digital world encroaches more closely on the physical.
One of the goals of open data science should be to address these challenges to ensure that we can avoid the pitfalls of the data driven society, allowing us to reap the benefits of data science in applications from personalized health to the developing world.},
reveal = {2016-10-08-data-science-challenges.slides.html},
reveal-md = {2016-10-08-data-science-challenges.md},
venue = {Open Data Science Conference},
month = 10,
year = 2016,
day = 8
}
@Talk{Lawrence:gpss16b,
author = {Neil D. Lawrence},
title = {Fitting Covariance and Multioutput Gaussian Processes},
abstract = {In this second session we will talk about fitting covariance matrices and look at multiple output processes.},
venue = {GPSS, Sheffield},
pdf = {gp_gpss16_session2.pdf},
year = 2016,
month = 9,
day = 13
}
@Talk{Lawrence:gpss16a,
author = {Neil D. Lawrence},
title = {Introduction to Gaussian Processes},
abstract = {In this first session we will introduce Gaussian process models, non parametric Bayesian models that allow for principled propagation of uncertainty in regression analysis. We will assume a background in parametric models, linear algebra and probability.},
venue = {GPSS, Sheffield},
pdf = {gp_gpss16_session1.pdf},
year = 2016,
month = 9,
day = 12
}
@Talk{Lawrence:enbis16,
author = {Neil D. Lawrence},
title = {The Challenges of Data Science},
abstract = {Data science presents new opportunities but also new challenges. In this talk we will focus on three separate challenges for data science: 1. Paradoxes of the Data Society, 2. Quantifying the Value of Data, 3. Privacy, loss of control, marginalization.
Each of these challenges has particular implications for data science. The paradoxes relate to our evolving relationship with data and our changing expectations. Quantifying value is vital for accounting for the influence of data in our new digital economies and issues of privacy and loss of control are fundamental to how our pre-existing rights evolve as the digital world encroaches more closely on the physical.
By addressing these challenges now we can ensure that the pitfalls of the data driven society are overcome allowing us to reap the benefits of data science in applications from personalized health to the developing world.},
reveal = {2016-09-14-data-science-challenges.slides.html},
reveal-md = {2016-09-14-data-science-challenges.md},
venue = {European Network for Business and Industrial Statistics (ENBIS) 2016, Sheffield},
month = 9,
year = 2016,
day = 14
}
@Talk{Lawrence:mlss16bI,
author = {Neil D. Lawrence},
title = {Introduction to Gaussian Processes},
abstract = {In this first session we will introduce Gaussian process models, non parametric Bayesian models that allow for principled propagation of uncertainty in regression analysis. We will assume a background in parametric models, linear algebra and probability.},
venue = {MLSS, Arequipa},
pdf = {gp_mlss16b.pdf},
year = 2016,
month = 8,
day = 2
}
@Talk{Lawrence:mlss16bII,
author = {Neil D. Lawrence},
title = {Introduction to Gaussian Processes II},
abstract = {In the second session we will look at how Gaussian process models are related to Kalman filters and how they may be extended to deal with multiple outputs and mechanistic models.},
venue = {MLSS, Arequipa},
pdf = {gp_mlss16b.pdf},
OPTyoutube = {xeP5Sh5VMoM},
year = 2016,
month = 8,
day = 2
}
@Talk{Lawrence:mlss16bIII,
author = {Neil D. Lawrence},
title = {Probabilistic Dimensionality Reduction with Gaussian Processes},
abstract = {In the third session we will look at latent variable models from a Gaussian process perspective with a particular focus on dimensionality reduction.},
venue = {MLSS, Arequipa},
pdf = {gp_mlss16b.pdf},
OPTyoutube = {xeP5Sh5VMoM},
year = 2016,
month = 8,
day = 3
}
@Talk{Lawrence:edinburgh16,
author = {Neil D. Lawrence},
title = {Communicating Machine Learning},
abstract = {As machine learning approaches become more widely adopted their societal impact is increasing. This raises issues in public understanding of science. In this talk I will give an overview of my own approach to addressing this challenge, mixing thoughts and experience into an approach to communicating machine learning.},
venue = {Symposium on Communicating Machine Learning, Edinburgh},
reveal = {2016-08-31-communicating-machine-learning.slides.html},
year = 2016,
month = 8,
day = 31
}
@Talk{Lawrence:mlss16bIV,
author = {Neil D. Lawrence},
title = {Variational Compression and Deep {G}aussian Processes},
abstract = {In this fourth sesssion we describe how deep neural networks can be modified to produce deep Gaussian process models. The framework of deep Gaussian processes allow for unsupervised learning, transfer learning, semi-supervised learning, multi-task learning and principled handling of different data types (count data, binary data, heavy tailed noise distributions). The main challenge is to handle the intractabilities. In this talk we review the variational bounds that are used under the framework of variational compression and give some initial results of deep Gaussian process models.},
venue = {MLSS, Arequipa},
pdf = {gp_mlss16b.pdf},
OPTyoutube = {xeP5Sh5VMoM},
demo = {demo_2016_08_04_mlss16.m},
year = 2016,
month = 8,
day = 4
}
@Talk{Lawrence:security16,
author = {Neil D. Lawrence},
title = {Privacy and Learning},
abstract = {Absolute security of information locks it down and exposes it to only those who are granted access. Social privacy can be seen as a continuum where we expose different information to different parties according to levels of trust. In this talk we will briefly introduce our efforts on integrating privacy into learning algorithms to ensure a more equitable and free data society.},
venue = {Workshop on Security, Workroom 2, Diamond Building, Sheffield},
reveal = {2016-07-14-privacy-and-learning.slides.html},
reveal-md = {2016-07-14-privacy-and-learning.md},
year = 2016,
month = 7,
day = 14
}
@Talk{Lawrence:professions16,
author = {Neil D. Lawrence},
title = {Machine Learning and the Professions},
abstract = {As part of the Royal Society Working Group on Machine Learning this talk is a short introduction to machine learning for members of the professions followed by a provocation on what machine learning might mean for the future of the professions.},
venue = {Royal Society, London},
reveal = {2016-07-13-machine-learning-professions.slides.html},
reveal-md = {2016-07-13-machine-learning-professions.md},
year = 2016,
month = 7,
day = 13
}
@Talk{Lawrence:dsa16a,
author = {Neil D. Lawrence},
title = {Introduction to Data Science and Machine Learning},
OPTabstract = {},
venue = {Data Science in Africa Summer School, Makerere University},
ipynb = {2016-06-27-data-science-intro.ipynb},
reveal = {2016-06-27-data-science-intro.slides.html},
youtube = {TJRK1_U2skw},
link1 = {http://inverseprobability.com/mlai2015},
label1 = {Neil's machine learning course (with video and notes)},
year = 2016,
month = 6,
day = 27
}
@Talk{Lawrence:dsa16b,
author = {Neil D. Lawrence},
title = {New Directions in Data Science},
venue = {Data Science in Africa Workshop, UN Global Pulse, Kampala, Uganda},
reveal-md = {2016-07-01-data-science-challenges.md},
reveal = {2016-07-01-data-science-challenges.slides.html},
blog = {2016-07-01-data-science-challenges.md},
guardian = {https://www.theguardian.com/media-network/2015/aug/25/africa-benefit-data-science-information},
youtube = {_GSLvu6B7Bw},
abstract = {Data science presents new opportunities for Africa but also new challenges. In this talk we will focus on three separate challenges for data science: 1. Paradoxes of the Data Society, 2. Quantifying the Value of Data, 3. Privacy, loss of control, marginalization. Each of these challenges has particular implications for data science in the developing world. By addressing these challenges now we can ensure that the pitfalls of the data driven society are overcome allowing to reap the benefits.},
year = 2016,
month = 7,
day = 1
}
@Talk{Lawrence:futureofhumanity16,
author = {Neil D. Lawrence},
title = {System Zero: What Kind of AI Have We Created?},
abstract = {Machine learning technologies have evolved to the extent that they are now considered the principle underlying technology for our advances in artificial intelligence. Artificial intelligence is an emotive term, given the implications for replacing qualities that humans consider specific to ourselves. In this talk we'll consider what kind of artificial intelligence we've created and what possible implications are for our society.},
venue = {Future of Humanity Institute, Oxford Martin School},
blog = {2015-12-04-what-kind-of-ai.md},
blog1 = {2016-05-09-machine-learning-futures-6.md},
blog2 = {2016-02-29-future-debates-ai.md},
pdf = {2016-06-09-future-of-ai.pdf},
ppt = {2016-06-09-future-of-ai.pptx},
youtube = {8R4t7d7o6ew},
year = 2016,
month = 6,
day = 9
}
@Talk{Lawrence:futureofwork16,
author = {Neil D. Lawrence},
title = {Machine Learning and the Future of Work},
abstract = {Machine learning technologies have evolved to the extent that they are now considered the principle underlying technology for our advances in artificial intelligence. Artificial intelligence is an emotive term, given the implications for replacing qualities that humans consider specific to ourselves. As always new technology has a significant disruptive effect on existing markets, jobs and economies. In this talk we'll explore where the advances are coming from and speculate about how our machine learning future is likely to pan out with a particular focus on work.},
venue = {Cambridge Centre for Science and Policy},
pdf = {2016-05-27-future-of-work.pdf},
ppt = {2016-05-27-future-of-work.pptx},
blog = {2016-03-09-quora-session.md},
year = 2016,
month = 5,
day = 27
}
@Talk{Lawrence:pintofscience16,
author = {Neil D. Lawrence},
title = {What Kind of AI Have We Created?},
abstract = {There have been fears voiced by Elon Musk and Stephen Hawking about the direction of artificial intelligent research. They worry about the creation of a sentient AI, one that might outwit us. However, the nature of the AI we have actually created is a long way distant from this. In this talk we will try and relate our models of artificial intelligence to models that have been proposed for the way humans think. The AI that Hawking and Musk fear is not yet here, but is the AI we have actually developed more or less disturbing than the vision they project?},
venue = {A Pint of Science},
ipynb = {2016-05-24-what-kind-of-ai.ipynb},
reveal = {2016-05-24-what-kind-of-ai.slides.html},
blog = {2015-12-04-what-kind-of-ai.md},
year = 2016,
month = 5,
day = 24
}
@Talk{Lawrence:entropyday16,
author = {Neil D. Lawrence},
title = {Data Efficiency and Machine Learning},
abstract = {Entropy is a key component of information and probability, and may provide the key to \emph{data efficient} learning. While we've seen great success with the AlphaGo computer program and strides forward in image and speech recognition our current machine learning systems are incredibly data inefficient. Better understanding of entropy with in these systems may provide the key to data efficient learning.},
ppt = {2016-05-23-entropyDay.pptx},
pdf = {2016-05-23-entropyDay.pdf},
venue = {Entropy Day, University of Sheffield},
blog = {2016-03-04-deep-learning-and-uncertainty.md},
year = 2016,
month = 5,
day = 23
}
@Talk{Lawrence:iclr16,
author = {Neil D. Lawrence},
title = {Beyond Backpropagation: Uncertainty Propagation},
abstract = {Deep learning is founded on composable functions that are structured to capture regularities in data and can have their parameters optimized by backpropagation (differentiation via the chain rule). Their recent success is founded on the increased availability of data and computational power. However, they are not very data efficient. In low data regimes parameters are not well determined and severe overfitting can occur. The solution is to explicitly handle the indeterminacy by converting it to parameter uncertainty and propagating it through the model. Uncertainty propagation is more involved than backpropagation because it involves convolving the composite functions with probability distributions and integration is more challenging than differentiation.
We will present one approach to fitting such models using Gaussian processes. The resulting models perform very well in both supervised and unsupervised learning on small data sets. The remaining challenge is to scale the algorithms to much larger data.},
bio = {Neil Lawrence is Professor of Machine Learning at the University of Sheffield. His expertise is in probabilistic modelling with a particular focus on Gaussian processes and a strong interest in bridging the worlds of mechanistic and empirical models.},
day = 3,
month = 5,
year = 2016,
ppt = {2016-05-03-UncertaintyPropagationICLR.pptx},
pdf = {2016-05-03-UncertaintyPropagationICLR.pdf},
demo = {demo_2016_05_03_iclr.m},
blog = {2016-03-04-deep-learning-and-uncertainty.md},
venue = {ICLR 2016, San Jaun, Puerto Rico}
}
@Talk{Lawrence:amazon16,
author = {Neil D. Lawrence},
title = {Machine Learning with Gaussian Processes},
abstract = {Gaussian processes (GPs) provide a principled probabilistic approach to prior probability distributions for functions. In this talk we will give an overview of some uses of GPs and their extensions. In particular we will introduce mechanistic models alongside GPs and also use GPs within a structured framework of latent variable models.},
day = 28,
month = 4,
year = 2016,
demo = {demo_2016_04_28_amazon.m},
ppt = {2016-04-28-MLGPsAmazon.pptx},
pdf = {2016-04-28-MLGPsAmazon.pdf},
venue = {Amazon Machine Learning Conference, Seattle}
}
@Talk{Lawrence:msrne16b,
author = {Neil D. Lawrence},
title = {Beyond Backpropagation: Uncertainty Propagation},
abstract = {Deep learning is founded on composable functions that are structured to capture regularities in data and can have their parameters optimized by backpropagation (differentiation via the chain rule). Their recent success is founded on the increased availability of data and computational power. However, they are not very data efficient. In low data regimes parameters are not well determined and severe overfitting can occur. The solution is to explicitly handle the indeterminacy by converting it to parameter uncertainty and propagating it through the model. Uncertainty propagation is more involved than backpropagation because it involves convolving the composite functions with probability distributions and integration is more challenging than differentiation. We will present one approach to fitting such models using Gaussian processes. The resulting models perform very well in both supervised and unsupervised learning on small data sets. The remaining challenge is to scale the algorithms to much larger data.},
year = 2016,
month = 4,
day = 26,
demo = {demo_2016_04_26_msr.m},
blog = {2016-03-04-deep-learning-and-uncertainty.md},
venue = {Microsoft Research, New England, USA},
pdf = {2016-04-26-UncertaintyPropagation.pdf},
ppt = {2016-04-26-UncertaintyPropagation.pptx},
}
@Talk{Lawrence:msrne16a,
author = {Neil D. Lawrence},
title = {Variational Inference in Deep GPs},
year = 2016,
month = 4,
day = 21,
venue = {Microsoft Research, New England, USA},
pdf = {msr16_deepgp.pdf}
}
@Talk{Lawrence:facebook16,
author = {Neil D. Lawrence},
title = {Probabilistic Dimensionality Reduction},
abstract = {In this talk I give a quick overview of probabilistic interpretations of dimensionality reduction, starting with probabilistic principal component analysis and generalising to non-linear approaches such as the Gaussian Process Latent variable model.},
venue = {Facebook London, UK},
pdf = {probdim_facebook16.pdf},
day = 14,
month = 4,
year = 2016
}
@Talk{Lawrence:deepSummit16,
author = {Neil D. Lawrence},
title = {The Data Delusion: Challenges for Democratising Deep Learning},
abstract = {The widespread success of deep learning in a variety of domains is being hailed as a new revolution in artificial intelligence. It has taken 20 years to go from defeating Kasparov at Chess to Lee Sedol at Go. But what have the real advances been across this time? The fundamental change has been in terms of data availability and compute availability. The underlying technology has not changed much in the last 20 years. So what does that mean for areas like medicine and health? Significant challenges remain, improving the data efficiency of these algorithms and retaining the balance between individual privacy and predictive power of the models. In this talk we will review these challenges and propose some ways forward.
Bio:
Neil Lawrence is a Professor of Machine Learning and Computational Biology at the University of Sheffield. His main research interest is machine learning through probabilistic models. He focuses on both the algorithmic side of these models and their application. He has a particular focus on applications in personalized health and applications in the developing world.
He is well known for his work with Gaussian processes, and has proposed Gaussian process variants of many of the succesful deep learning architectures. He is highly active in the machine learning community, most recently Program Chairing the NIPS conference in 2014 and General Chairing (alongside Corinna Cortes) in 2015.},