summaryrefslogtreecommitdiff
path: root/biblio/bibliography.bib
blob: d1b2f55837e8eacbad8d0965aa1fcdc27e8d6a1a (plain)
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
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
@inproceedings{gudhilibrary_ICMS14,
  author    = {Cl\'ement Maria and Jean-Daniel Boissonnat and
              Marc Glisse and Mariette Yvinec},
  title     = {The {G}udhi Library: Simplicial Complexes and Persistent Homology},
  booktitle = {ICMS},
  year      = {2014},
}

@article{Carriere17c,
  author    = {Carri\`ere, Mathieu and Michel, Bertrand and Oudot, Steve},
  title     = {{Statistical Analysis and Parameter Selection for Mapper}},
  journal   = {CoRR},
  volume    = {abs/1706.00204},
  year      = {2017}
}

@inproceedings{Dey13,
 author = {Dey, Tamal and Fan, Fengtao and Wang, Yusu},
 title = {Graph Induced Complex on Point Data},
 booktitle = {Proceedings of the Twenty-ninth Annual Symposium on Computational Geometry},
 year = {2013},
 pages = {107--116},
}

@article{Carriere16,
  title={{Structure and Stability of the 1-Dimensional Mapper}},
  author={Carri\`ere, Mathieu and Oudot, Steve},
  journal={CoRR},
  volume= {abs/1511.05823},
  year={2015}
}

@inproceedings{zigzag_reflection,
  author    = {Jean-Daniel Boissonnat and Cl\'ement Maria and Steve Oudot},
  title     = {Zigzag Persistent Homology Algorithm via Reflections},
  year      = {2014 $\ \ \ \ \ \ \ \ \ \ \ $ \emph{In Preparation}},
}

@misc{gudhi_stpcoh,
  author = {Cl\'ement Maria},
  title = "\textsc{Gudhi}, Simplex Tree and Persistent Cohomology Packages",
  note  = "\href{https://project.inria.fr/gudhi/software/}{\url{https://project.inria.fr/gudhi/software/}}"
}

%ARTICLES
%------------------------------------------------------------------
@article{boissonnatmariasimplextreealgorithmica,
year={2014},
issn={0178-4617},
journal={Algorithmica},
doi={10.1007/s00453-014-9887-3},
title={The Simplex Tree: An Efficient Data Structure for General Simplicial Complexes},
url={http://dx.doi.org/10.1007/s00453-014-9887-3},
publisher={Springer US},
keywords={Simplicial complexes; Data structure; Computational topology; Flag complexes; Witness complexes},
author={Boissonnat, Jean-Daniel and Maria, Cl\'ement},
pages={1-22},
language={English}
}

@inproceedings{Garland,
 author = {Garland, Michael and Heckbert, Paul S.},
 title = {Surface simplification using quadric error metrics},
 booktitle = {Proceedings of the 24th annual conference on Computer graphics and interactive techniques},
 series = {SIGGRAPH '97},
 year = {1997},
 isbn = {0-89791-896-7},
 pages = {209--216},
 numpages = {8},
 publisher = {ACM Press/Addison-Wesley Publishing Co.},
 address = {New York, NY, USA},
 keywords = {level of detail, mutiresolution modeling, non-manifold, pair contraction, surface simplification},
}


@inproceedings{Lindstrom,
 author = {Lindstrom, Peter and Turk, Greg},
 title = {Fast and Memory Efficient Polygonal Simplification},
 booktitle = {Proceedings of the Conference on Visualization '98},
 series = {VIS '98},
 year = {1998},
 isbn = {1-58113-106-2},
 location = {Research Triangle Park, North Carolina, USA},
 pages = {279--286},
 numpages = {8},
 publisher = {IEEE Computer Society Press},
 address = {Los Alamitos, CA, USA},
}


@article{boissonnatmariacamalgorithmica,
journal={Submitted to Algorithmica},
title={The Compressed Annotation Matrix: An Efficient Data Structure for Computing Persistent Cohomology},
author={Jean-Daniel Boissonnat and Tamal K. Dey and Cl{\'e}ment Maria},
language={English},
}

@inproceedings{DBLP:conf/esa/BoissonnatDM13,
  author    = {Jean-Daniel Boissonnat and
               Tamal K. Dey and
               Cl{\'e}ment Maria},
  title     = {The Compressed Annotation Matrix: An Efficient Data Structure for Computing Persistent Cohomology},
  url       = {http://dx.doi.org/10.1007/978-3-642-40450-4_59},
  doi       = {10.1007/978-3-642-40450-4_59},
  booktitle = {ESA},
  year      = {2013},
  pages     = {695-706},
  bibsource = {DBLP, http://dblp.uni-trier.de}
}

@inproceedings{boissonnatmariaesa2014,
  author    = {Jean-Daniel Boissonnat and
               Cl{\'e}ment Maria},
  title     = {Computing Persistent Homology with Various Coefficient Fields in a Single Pass},
  booktitle = {ESA},
  year      = {2014}
}

@inproceedings{DBLP:conf/esa/BoissonnatM12,
  author    = {Jean-Daniel Boissonnat and
               Cl{\'e}ment Maria},
  title     = {The Simplex Tree: An Efficient Data Structure for General Simplicial Complexes},
  url       = {http://dx.doi.org/10.1007/978-3-642-33090-2_63},
  doi       = {10.1007/978-3-642-33090-2_63},
  booktitle = {ESA},
  year      = {2012},
  pages     = {731-742},
  bibsource = {DBLP, http://dblp.uni-trier.de}
}



%% hal-00922572, version 2
%% http://hal.inria.fr/hal-00922572
@techreport{boissonnat:hal-00922572,
    hal_id = {hal-00922572},
    url = {http://hal.inria.fr/hal-00922572},
    title = {Computing Persistent Homology with Various Coefficient Fields in a Single Pass},
    author = {Boissonnat, Jean-Daniel and Maria, Cl{\'e}ment},
    abstract = {{In this article, we introduce the multi-field persistence diagram for the persistence homology of a filtered complex. It encodes compactly the superimposition of the persistence diagrams of the complex with several field coefficients, and provides a substantially more precise description of the topology of the filtered complex. Specifically, the multi-field persistence diagram encodes the Betti numbers of integral homology and the prime divisors of the torsion coefficients of the underlying shape. Moreover, it enjoys similar stability properties as the ones of standard persistence diagrams, with the appropriate notion of distance. These properties make the multi-field persistence diagram a useful tool in computational topology.}},
    keywords = {Computational Topology, Persistent homology, Modular reconstruction},
    language = {Anglais},
    affiliation = {GEOMETRICA - INRIA Sophia Antipolis / INRIA Saclay - Ile de France},
    pages = {19},
    type = {Rapport de recherche},
    institution = {INRIA},
    number = {RR-8436},
    year = {2013},
    month = Dec,
    pdf = {http://hal.inria.fr/hal-00922572/PDF/RR-8436.pdf},
}






@inproceedings{DBLP:conf/compgeom/CarlssonSM09,
  author    = {Gunnar E. Carlsson and
               Vin de Silva and
               Dmitriy Morozov},
  title     = {Zigzag persistent homology and real-valued functions},
  booktitle = {Symposium on Computational Geometry},
  year      = {2009},
  pages     = {247-256},
  ee        = {http://doi.acm.org/10.1145/1542362.1542408},
  bibsource = {DBLP, http://dblp.uni-trier.de}
}
@inproceedings{DBLP:conf/compgeom/Cohen-SteinerEM06,
  author    = {David Cohen-Steiner and
               Herbert Edelsbrunner and
               Dmitriy Morozov},
  title     = {Vines and vineyards by updating persistence in linear time},
  booktitle = {Symposium on Computational Geometry},
  year      = {2006},
  pages     = {119-126},
  ee        = {http://doi.acm.org/10.1145/1137856.1137877},
  bibsource = {DBLP, http://dblp.uni-trier.de}
}

@article{quiverrepresentations_derksenweyman,
  author  = {Harm Derksen and Jerzy Weyman},
  title   = {Quiver Representations},
  journal = {Notices of the AMS},
  volume  = {52},
  number  = {2},
  year    = {2005},
  pages   = {200-206}
}
@article{DBLP:journals/dcg/SilvaMV11,
  author    = {Vin de Silva and
               Dmitriy Morozov and
               Mikael Vejdemo-Johansson},
  title     = {Persistent Cohomology and Circular Coordinates},
  journal   = {Discrete {\&} Computational Geometry},
  volume    = {45},
  number    = {4},
  year      = {2011},
  pages     = {737-759},
  ee        = {http://dx.doi.org/10.1007/s00454-011-9344-x},
  bibsource = {DBLP, http://dblp.uni-trier.de}
}
@article{RS62,
        author={J. B. Rosser and L. Schoenfeld},
        title={Approximate Formulas for some Functions of Prime Numbers},
        journal= {ijm},
        volume= 6,
        year= 1962,
        pages={64-94},
        mrnumber={25 \#1139}
}
@article{DBLP:journals/siamcomp/Furer09,
  author    = {Martin F{\"u}rer},
  title     = {Faster Integer Multiplication},
  journal   = {SIAM J. Comput.},
  volume    = {39},
  number    = {3},
  year      = {2009},
  pages     = {979-1005},
  ee        = {http://dx.doi.org/10.1137/070711761},
  bibsource = {DBLP, http://dblp.uni-trier.de}
}
@article{DBLP:journals/dcg/ZomorodianC05,
  author    = {Afra Zomorodian and
               Gunnar E. Carlsson},
  title     = {Computing Persistent Homology},
  journal   = {Discrete {\&} Computational Geometry},
  volume    = {33},
  number    = {2},
  year      = {2005},
  pages     = {249-274},
  ee        = {http://www.springerlink.com/index/10.1007/s00454-004-1146-y},
  bibsource = {DBLP, http://dblp.uni-trier.de}
}
@article{DBLP:journals/dcg/Cohen-SteinerEH07,
  author    = {David Cohen-Steiner and
               Herbert Edelsbrunner and
               John Harer},
  title     = {Stability of Persistence Diagrams},
  journal   = {Discrete {\&} Computational Geometry},
  volume    = {37},
  number    = {1},
  year      = {2007},
  pages     = {103-120},
  ee        = {http://dx.doi.org/10.1007/s00454-006-1276-5},
  bibsource = {DBLP, http://dblp.uni-trier.de}
}
@article{DBLP:journals/siamcomp/HafnerM91,
  author    = {James L. Hafner and
               Kevin S. McCurley},
  title     = {Asymptotically Fast Triangularization of Matrices Over Rings},
  journal   = {SIAM J. Comput.},
  volume    = {20},
  number    = {6},
  year      = {1991},
  pages     = {1068-1083},
  ee        = {http://dx.doi.org/10.1137/0220067},
  bibsource = {DBLP, http://dblp.uni-trier.de}
}
@article{DBLP:journals/algorithmica/EfratIK01,
  author    = {Alon Efrat and
               Alon Itai and
               Matthew J. Katz},
  title     = {Geometry Helps in Bottleneck Matching and Related Problems},
  journal   = {Algorithmica},
  volume    = {31},
  number    = {1},
  year      = {2001},
  pages     = {1-28},
  ee        = {http://dx.doi.org/10.1007/s00453-001-0016-8},
  bibsource = {DBLP, http://dblp.uni-trier.de}
}
@article{DBLP:journals/siamcomp/HopcroftK73,
  author    = {John E. Hopcroft and
               Richard M. Karp},
  title     = {An n$^{\mbox{5/2}}$ Algorithm for Maximum Matchings in Bipartite
               Graphs},
  journal   = {SIAM J. Comput.},
  volume    = {2},
  number    = {4},
  year      = {1973},
  pages     = {225-231},
  ee        = {http://dx.doi.org/10.1137/0202019},
  bibsource = {DBLP, http://dblp.uni-trier.de}
}

%------------------------------------------------------------------
@article{blockers2012,
  author    = {Dominique Attali and
               Andr{\'e} Lieutier and
               David Salinas},
  title     = {Efficient Data Structure for Representing and Simplifying
               Simplicial complexes in High Dimensions},
  journal   = {Int. J. Comput. Geometry Appl.},
  volume    = {22},
  number    = {4},
  year      = {2012},
  pages     = {279-304},
  ee        = {http://dx.doi.org/10.1142/S0218195912600060},
  bibsource = {DBLP, http://dblp.uni-trier.de}
}

%------------------------------------------------------------------
@article{rips2012,
    hal_id = {hal-00785072},
    url = {http://hal.archives-ouvertes.fr/hal-00785072},
    title = {{Vietoris-Rips Complexes also Provide Topologically Correct Reconstructions of Sampled Shapes}},
    author = {Attali, Dominique and Lieutier, Andr{\'e} and Salinas, David},
    keywords = {Shape reconstruction \sep Rips complexes \sep clique complexes \sep \v Cech complexes ; homotopy equivalence ; collapses ; high dimensions},
    language = {Anglais},
    affiliation = {Grenoble Images Parole Signal Automatique - GIPSA-lab , Laboratoire Jean Kuntzmann - LJK},
    pages = {448-465},
    journal = {Computational Geometry},
    volume = {46},
    number = {4, special issue },
    audience = {internationale },
    doi = {10.1016/j.comgeo.2012.02.009 },
    year = {2012},
    pdf = {http://hal.archives-ouvertes.fr/hal-00785072/PDF/2012-cgta-Rips.pdf},
}


%------------------------------------------------------------------
@article{DBLP:journals/corr/abs-1210-1429,
  author    = {Pawel Dlotko and
               Hubert Wagner},
  title     = {Computing homology and persistent homology using iterated
               Morse decomposition},
  journal   = {CoRR},
  volume    = {abs/1210.1429},
  year      = {2012},
  ee        = {http://arxiv.org/abs/1210.1429},
  bibsource = {DBLP, http://dblp.uni-trier.de}
}

%------------------------------------------------------------------
@article{tangentialcomplex2014,
author="Boissonnat, Jean-Daniel and Ghosh, Arijit",
title="Manifold Reconstruction Using Tangential Delaunay Complexes",
journal="Discrete {\&} Computational Geometry",
year="2014",
volume="51",
number="1",
pages="221--267",
abstract="We give a provably correct algorithm to reconstruct a k-dimensional smooth manifold embedded in d-dimensional Euclidean space. The input to our algorithm is a point sample coming from an unknown manifold. Our approach is based on two main ideas: the notion of tangential Delaunay complex defined in Boissonnat and Fl{\"o}totto (Comput. Aided Des. 36:161--174, 2004), Fl{\"o}totto (A coordinate system associated to a point cloud issued from a manifold: definition, properties and applications. Ph.D. thesis, 2003), Freedman (IEEE Trans. Pattern Anal. Mach. Intell. 24(10), 2002), and the technique of sliver removal by weighting the sample points (Cheng et al. in J. ACM 47:883--904, 2000). Differently from previous methods, we do not construct any subdivision of the d-dimensional ambient space. As a result, the running time of our algorithm depends only linearly on the extrinsic dimension d while it depends quadratically on the size of the input sample, and exponentially on the intrinsic dimension k. To the best of our knowledge, this is the first certified algorithm for manifold reconstruction whose complexity depends linearly on the ambient dimension. We also prove that for a dense enough sample the output of our algorithm is isotopic to the manifold and a close geometric approximation of the manifold.",
issn="1432-0444",
doi="10.1007/s00454-013-9557-2",
url="http://dx.doi.org/10.1007/s00454-013-9557-2"
}

%BOOKS
%------------------------------------------------------------------
@book{DBLP:tibkat_237559129,
   author              = {Saunders Mac Lane},
   title               = {Categories for the working mathematician},
   year                = {1998},
   ee                  = {http://www.zentralblatt-math.org/zmath/en/search/?an}
}


@book{Hatcher-algebraictopology2001,
    author = {Hatcher, Allen},
    day = {03},
    edition = {1},
    howpublished = {Paperback},
    isbn = {0521795400},
    keywords = {topology},
    month = dec,
    posted-at = {2008-06-25 09:53:39},
    priority = {2},
    publisher = {Cambridge University Press},
    title = {{Algebraic Topology}},
    url = {http://www.math.cornell.edu/\~{}hatcher/AT/AT.pdf},
    year = {2001}
}
@book{Munkres-elementsalgtop1984,
  author    = {James R. Munkres},
  title     = {Elements of algebraic topology},
  publisher = {Addison-Wesley},
  year      = {1984},
  isbn      = {978-0-201-04586-4},
  pages     = {I-IX, 1-454},
  bibsource = {DBLP, http://dblp.uni-trier.de}
}
@book{DBLP:books/aw/Knuth81,
  author    = {Donald E. Knuth},
  title     = {The Art of Computer Programming, Volume II: Seminumerical
               Algorithms, 2nd Edition},
  publisher = {Addison-Wesley},
  year      = {1981},
  isbn      = {0-201-03822-6},
  bibsource = {DBLP, http://dblp.uni-trier.de}
}
@book{DBLP:books/daglib/0025666,
  author    = {Herbert Edelsbrunner and
               John Harer},
  title     = {Computational Topology - an Introduction},
  publisher = {American Mathematical Society},
  year      = {2010},
  isbn      = {978-0-8218-4925-5},
  pages     = {I-XII, 1-241},
  ee        = {http://www.ams.org/bookstore-getitem/item=MBK-69},
  bibsource = {DBLP, http://dblp.uni-trier.de}
}
@book{Gathen:2003:MCA:945759,
 author = {Gathen, Joachim Von Zur and Gerhard, Jurgen},
 title = {Modern Computer Algebra},
 year = {2003},
 isbn = {0521826462},
 edition = {2},
 publisher = {Cambridge University Press},
 address = {New York, NY, USA},
}
@book{DBLP:books/aw/AhoHU74,
  author    = {Alfred V. Aho and
               John E. Hopcroft and
               Jeffrey D. Ullman},
  title     = {The Design and Analysis of Computer Algorithms},
  publisher = {Addison-Wesley},
  year      = {1974},
  isbn      = {0-201-00029-6},
  bibsource = {DBLP, http://dblp.uni-trier.de}
}
%------------------------------------------------------------------



%INPROCEEDINGS
%------------------------------------------------------------------

  crossref  = {DBLP:conf/esa/2013},

proceedings{DBLP:conf/esa/2013,
  editor    = {Hans L. Bodlaender and
               Giuseppe F. Italiano},
  title     = {Algorithms - ESA 2013 - 21st Annual European Symposium,
               Sophia Antipolis, France, September 2-4, 2013. Proceedings},
  booktitle = {ESA},
  publisher = {Springer},
  series    = {Lecture Notes in Computer Science},
  volume    = {8125},
  year      = {2013},
  isbn      = {978-3-642-40449-8},
  ee        = {http://dx.doi.org/10.1007/978-3-642-40450-4},
  bibsource = {DBLP, http://dblp.uni-trier.de}
}
@inproceedings{DBLP:conf/issac/StorjohannL96,
  author    = {Arne Storjohann and
               George Labahn},
  title     = {Asymptotically Fast Computation of {H}ermite Normal Forms
               of Integer Matrices},
  booktitle = {ISSAC},
  year      = {1996},
  pages     = {259-266},
  ee        = {http://doi.acm.org/10.1145/236869.237083},
  bibsource = {DBLP, http://dblp.uni-trier.de}
}  crossref  = {DBLP:conf/issac/1996},
@inproceedings{DBLP:conf/issac/Storjohann96,
  author    = {Arne Storjohann},
  title     = {Near Optimal Algorithms for Computing Smith Normal Forms
               of Integer Matrices},
  booktitle = {ISSAC},
  year      = {1996},
  pages     = {267-274},
  ee        = {http://doi.acm.org/10.1145/236869.237084},

  bibsource = {DBLP, http://dblp.uni-trier.de}
}  crossref  = {DBLP:conf/issac/1996},
proceedings{DBLP:conf/issac/1996,
  editor    = {Erwin Engeler and
               B. F. Caviness and
               Yagati N. Lakshman},
  title     = {Proceedings of the 1996 International Symposium on Symbolic
               and Algebraic Computation, ISSAC '96, Zurich, Switzerland,
               July 24-26, 1996},
  booktitle = {ISSAC},
  publisher = {ACM},
  year      = {1996},
  isbn      = {0-89791-796-0},
  ee        = {http://dl.acm.org/citation.cfm?id=236869},
  bibsource = {DBLP, http://dblp.uni-trier.de}
}


proceedings{DBLP:conf/issac/1996,
  editor    = {Erwin Engeler and
               B. F. Caviness and
               Yagati N. Lakshman},
  title     = {Proceedings of the 1996 International Symposium on Symbolic
               and Algebraic Computation, ISSAC '96, Zurich, Switzerland,
               July 24-26, 1996},
  booktitle = {ISSAC},
  publisher = {ACM},
  year      = {1996},
  isbn      = {0-89791-796-0},
  ee        = {http://dl.acm.org/citation.cfm?id=236869},
  bibsource = {DBLP, http://dblp.uni-trier.de}
}


@inproceedings{socg_blockers_2011,
 author = {Attali, Dominique and Lieutier, Andr{\'e} and Salinas, David},
 title = {Efficient data structure for representing and simplifying simplicial complexes in high dimensions},
 booktitle = {Proceedings of the 27th annual ACM symposium on Computational geometry},
 series = {SoCG '11},
 year = {2011},
 location = {Paris, France},
 pages = {501--509},
 numpages = {9},
 keywords = {clique complexes, data structure, edge contraction, flag complexes, high dimensions, homotopy equivalence, shape reconstruction, shape simplification, simplicial complexes, vietoris-rips complexes},
}



%------------------------------------------------------------------

%MISC
%------------------------------------------------------------------
@article{DBLP:journals/corr/abs-1208-5018,
  author    = {Tamal K. Dey and
               Fengtao Fan and
               Yusu Wang},
  title     = {Computing Topological Persistence for Simplicial Maps},
  journal   = {CoRR},
  volume    = {abs/1208.5018},
  year      = {2012},
  ee        = {http://arxiv.org/abs/1208.5018},
  bibsource = {DBLP, http://dblp.uni-trier.de}
}
@article{DBLP:journals/corr/abs-1107-5665,
  author    = {Vin de Silva and
               Dmitriy Morozov and
               Mikael Vejdemo-Johansson},
  title     = {Dualities in persistent (co)homology},
  journal   = {CoRR},
  volume    = {abs/1107.5665},
  year      = {2011},
  ee        = {http://arxiv.org/abs/1107.5665},
  bibsource = {DBLP, http://dblp.uni-trier.de}
}

%------------------------------------------------------------------

%LIBRARY

%------------------------------------------------------------------
@misc{gmplib_cite,
title = "GMP, The GNU Multiple Precision Arithmetic Library",
note = "http://gmplib.org/",
}
%------------------------------------------------------------------




%TEMPORARY
%------------------------------------------------------------------
@inproceedings{deSilva:2013:GSP:2493132.2462402,
 author = {de Silva, Vin and Nanda, Vidit},
 title = {Geometry in the space of persistence modules},
 booktitle = {Proceedings of the twenty-ninth annual symposium on Computational geometry},
 series = {SoCG '13},
 year = {2013},
 isbn = {978-1-4503-2031-3},
 location = {Rio de Janeiro, Brazil},
 pages = {397--404},
 numpages = {8},
 url = {http://doi.acm.org/10.1145/2462356.2462402},
 doi = {10.1145/2462356.2462402},
 acmid = {2462402},
 publisher = {ACM},
 address = {New York, NY, USA},
 keywords = {discrete and computational geometry, embedding theorem, persistent homology},
}
@article{Fredman:1984:SST:828.1884,
 author = {Fredman, Michael L. and Koml\'{o}s, J\'{a}nos and Szemer{\'e}di, Endre},
 title = {Storing a Sparse Table with {O}(1) Worst Case Access Time},
 journal = {J. ACM},
 issue_date = {July 1984},
 volume = {31},
 number = {3},
 month = jun,
 year = {1984},
 issn = {0004-5411},
 pages = {538--544},
 numpages = {7},
 url = {http://doi.acm.org/10.1145/828.1884},
 doi = {10.1145/828.1884},
 acmid = {1884},
 publisher = {ACM},
 address = {New York, NY, USA},
}
%------------------------------------------------------------------



%%%%% TEMP
article{journals/moc/Moller08,
  added-at = {2011-04-10T00:00:00.000+0200},
  author = {M\"oller, Niels},
  biburl = {http://www.bibsonomy.org/bibtex/2a40c83ae0a723c978ff29ccaec7ff7ee/dblp},
  ee = {http://dx.doi.org/10.1090/S0025-5718-07-02017-0},
  interhash = {d2f425fef08e9b3ea347b12cbcf9792f},
  intrahash = {a40c83ae0a723c978ff29ccaec7ff7ee},
  journal = {Math. Comput.},
  keywords = {dblp},
  number = 261,
  pages = {589-607},
  timestamp = {2011-04-10T00:00:00.000+0200},
  title = {On Sch\"onhage's algorithm and subquadratic integer gcd computation.},
  url = {http://dblp.uni-trier.de/db/journals/moc/moc77.html#Moller08},
  volume = 77,
  year = 2008
}

@article{DBLP:journals/dcg/EdelsbrunnerLZ02,
  author    = {Herbert Edelsbrunner and
               David Letscher and
               Afra Zomorodian},
  title     = {Topological Persistence and Simplification},
  journal   = {Discrete Comput. Geom.},
  volume    = {28},
  number    = {4},
  year      = {2002},
  pages     = {511-533},
  ee        = {http://dx.doi.org/10.1007/s00454-002-2885-2},
  bibsource = {DBLP, http://dblp.uni-trier.de}
}




inproceedings{DBLP:conf/esa/2012,
  editor    = {Leah Epstein and
               Paolo Ferragina},
  title     = {Algorithms - ESA 2012 - 20th Annual European Symposium,
               Ljubljana, Slovenia, September 10-12, 2012. Proceedings},
  booktitle = {ESA},
  publisher = {Springer},
  series    = {Lecture Notes in Computer Science},
  volume    = {7501},
  year      = {2012},
  isbn      = {978-3-642-33089-6},
  ee        = {http://dx.doi.org/10.1007/978-3-642-33090-2},
  bibsource = {DBLP, http://dblp.uni-trier.de}
}



@article{SMV11,
  author    = {V. de Silva and
               D. Morozov and
               M. Vejdemo-Johansson},
  title     = {Persistent cohomology and circular coordinates},
  journal   = {Discrete Comput. Geom.},
  volume    = {45},
  pages = {737-759},
  year      = {2011},
}
@article{SMV211,
  author    = {V. de Silva and
               D. Morozov and
               M. Vejdemo-Johansson},
  title     = {Dualities in persistent (co)homology},
  journal   = {Inverse Problems},
  volume    = {27},
  year      = {2011},
  pages     = {124003},
}





inproceedings{DBLP:conf/soda/BentleyS97,
  author    = {Jon Louis Bentley and
               Robert Sedgewick},
  title     = {Fast Algorithms for Sorting and Searching Strings},
  booktitle = {SODA},
  year      = {1997},
  pages     = {360-369},
  ee        = {http://doi.acm.org/10.1145/314161.314321},
  bibsource = {DBLP, http://dblp.uni-trier.de}
}
@inproceedings{CO08,
  author    = {F. Chazal and S. Oudot},
  title     = {Towards persistence-based reconstruction in Euclidean spaces},
  booktitle   = {Proc. 24th. Annu. Sympos. Comput. Geom.},
  year      = {2008},
  pages = {231-241}
}
inproceedings{DBLP:conf/soda/1997,
  editor    = {Michael E. Saks},
  title     = {Proceedings of the Eighth Annual ACM-SIAM Symposium on Discrete
               Algorithms, 5-7 January 1997, New Orleans, Louisiana},
  booktitle = {SODA},
  publisher = {ACM/SIAM},
  year      = {1997},
  isbn      = {0-89871-390-0},
  ee        = {http://dl.acm.org/citation.cfm?id=314161},
  bibsource = {DBLP, http://dblp.uni-trier.de}
}




@inproceedings{attali-rips_approx,
  author    = {Dominique Attali and
               Andr{\'e} Lieutier and
               David Salinas},
  title     = {Vietoris-rips complexes also provide topologically correct
               reconstructions of sampled shapes},
  booktitle = {Symposium on Computational Geometry},
  year      = {2011},
  pages     = {491-500},
  ee        = {http://doi.acm.org/10.1145/1998196.1998276},
  bibsource = {DBLP, http://dblp.uni-trier.de}
}






@article{Carlsson:2008:LBS:1325290.1325300,
 author = {Carlsson, Gunnar and Ishkhanov, Tigran and Silva, Vin and Zomorodian, Afra},
 title = {On the Local Behavior of Spaces of Natural Images},
 journal = {Int. J. Comput. Vision},
 volume = {76},
 issue = {1},
 month = {January},
 year = {2008},
 issn = {0920-5691},
 pages = {1--12},
 numpages = {12},
 url = {http://portal.acm.org/citation.cfm?id=1325290.1325300},
 doi = {10.1007/s11263-007-0056-x},
 acmid = {1325300},
 publisher = {Kluwer Academic Publishers},
 address = {Hingham, MA, USA},
 keywords = {Filtration, Klein bottle, Manifold, Natural images, Persistent homology, Topology},
}

article{DBLP:journals/ijcv/LeePM03,
  author    = {Ann B. Lee and
               Kim Steenstrup Pedersen and
               David Mumford},
  title     = {The Nonlinear Statistics of High-Contrast Patches in Natural
               Images},
  journal   = {International Journal of Computer Vision},
  volume    = {54},
  number    = {1-3},
  year      = {2003},
  pages     = {83-103},
  ee        = {http://dx.doi.org/10.1023/A:1023705401078},
  bibsource = {DBLP, http://dblp.uni-trier.de}
}


@article{martin2010top,
title={Topology of cyclo-octane energy landscape.},
author={Martin, S. and Thompson, A. and Coutsias, E.A. and Watson, J.},
journal={J Chem Phys},
volume={132},
number={23},
pages={234115},
year={2010},
abstract={Understanding energy landscapes is a major challenge in chemistry and biology. Although a wide variety of methods have been invented and applied to this problem, very little is understood about the actual mathematical structures underlying such landscapes. Perhaps the most general assumption is the idea that energy landscapes are low-dimensional manifolds embedded in high-dimensional Euclidean space. While this is a very mild assumption, we have discovered an example of an energy landscape which is nonmanifold, demonstrating previously unknown mathematical complexity. The example occurs in the energy landscape of cyclo-octane, which was found to have the structure of a reducible algebraic variety, composed of the union of a sphere and a Klein bottle, intersecting in two rings.}
}


book{hatcher2002algebraic,
  title={Algebraic Topology},
  author={Hatcher, A.},
  isbn={9780521795401},
  lccn={00065166},
  url={http://books.google.fr/books?id=BjKs86kosqgC},
  year={2002},
  publisher={Cambridge University Press}
}



@article{DBLP:journals/cagd/DelfinadoE95,
  author    = {Cecil Jose A. Delfinado and
               Herbert Edelsbrunner},
  title     = {An incremental algorithm for {B}etti numbers of simplicial
               complexes on the 3-sphere},
  journal   = {Computer Aided Geometric Design},
  volume    = {12},
  number    = {7},
  year      = {1995},
  pages     = {771-784},
  ee        = {http://dx.doi.org/10.1016/0167-8396(95)00016-Y},
  bibsource = {DBLP, http://dblp.uni-trier.de}
}


@book{Cormen:2001:IA:580470,
 author = {Cormen, Thomas H. and Stein, Clifford and Rivest, Ronald L. and Leiserson, Charles E.},
 title = {Introduction to Algorithms},
 year = {2001},
 isbn = {0070131511},
 edition = {2nd},
 publisher = {McGraw-Hill Higher Education},
}

@article{DBLP:journals/focm/CarlssonS10,
  author    = {Gunnar E. Carlsson and
               Vin de Silva},
  title     = {Zigzag Persistence},
  journal   = {Foundations of Computational Mathematics},
  volume    = {10},
  number    = {4},
  year      = {2010},
  pages     = {367-405},
  ee        = {http://dx.doi.org/10.1007/s10208-010-9066-0},
  bibsource = {DBLP, http://dblp.uni-trier.de}
}

@article{ghrist_coverage,
  author    = {V. de Silva and R. Ghrist},
  title     = {Coverage in sensor network via persistent homology},
  journal   = {Algebraic {\&} Geometric Topology},
  volume    = {7},
  year      = {2007},
  pages     = {339-358},
}
@article{mischaikow_nanda_morse,
year={2013},
issn={0179-5376},
journal={Discrete {\&} Computational Geometry},
volume={50},
number={2},
doi={10.1007/s00454-013-9529-6},
title={Morse Theory for Filtrations and Efficient Computation of Persistent Homology},
url={http://dx.doi.org/10.1007/s00454-013-9529-6},
publisher={Springer US},
keywords={Computational topology; Discrete Morse theory; Persistent homology},
author={Mischaikow, Konstantin and Nanda, Vidit},
pages={330-353},
language={English}
}


@inproceedings{DBLP:conf/compgeom/MilosavljevicMS11,
  author    = {Nikola Milosavljevic and
               Dmitriy Morozov and
               Primoz Skraba},
  title     = {Zigzag persistent homology in matrix multiplication time},
  booktitle = {Symposium on Comp. Geom.},
  year      = {2011},
  ee        = {http://doi.acm.org/10.1145/1998196.1998229},
  bibsource = {DBLP, http://dblp.uni-trier.de}
}
proceedings{DBLP:conf/compgeom/2011,
  editor    = {Ferran Hurtado and
               Marc J. van Kreveld},
  title     = {Proceedings of the 27th ACM Symposium on Computational Geometry,
               Paris, France, June 13-15, 2011},
  booktitle = {Symposium on Computational Geometry},
  publisher = {ACM},
  year      = {2011},
  isbn      = {978-1-4503-0682-9},
  bibsource = {DBLP, http://dblp.uni-trier.de}
}

@article{DBLP:journals/comgeo/ChenK13,
  author    = {Chao Chen and
               Michael Kerber},
  title     = {An output-sensitive algorithm for persistent homology},
  journal   = {Comput. Geom.},
  volume    = {46},
  number    = {4},
  year      = {2013},
  pages     = {435-447},
  ee        = {http://dx.doi.org/10.1016/j.comgeo.2012.02.010},
  bibsource = {DBLP, http://dblp.uni-trier.de}
}


@incollection{Bauer:arXiv1303.0477,
year={2014},
isbn={978-3-319-04098-1},
booktitle={Topological Methods in Data Analysis and Visualization III},
doi={10.1007/978-3-319-04099-8_7},
title={Clear and Compress: Computing Persistent Homology in Chunks},
url={http://dx.doi.org/10.1007/978-3-319-04099-8_7},
author={Bauer, Ulrich and Kerber, Michael and Reininghaus, Jan},
pages={103-117},
language={English}
}
@inproceedings{DBLP:conf/alenex/BauerKR14,
  author    = {Ulrich Bauer and
               Michael Kerber and
               Jan Reininghaus},
  title     = {Distributed Computation of Persistent Homology},
  booktitle = {ALENEX},
  year      = {2014},
  pages     = {31-38},
  ee        = {http://dx.doi.org/10.1137/1.9781611973198.4},
  bibsource = {DBLP, http://dblp.uni-trier.de}
}
@inproceedings{DBLP:conf/compgeom/DeyFW14,
  author    = {Tamal K. Dey and
               Fengtao Fan and
               Yusu Wang},
  title     = {Computing Topological Persistence for Simplicial Maps},
  booktitle = {Symposium on Computational Geometry},
  year      = {2014},
  pages     = {345},
  ee        = {http://doi.acm.org/10.1145/2582112.2582165},
  bibsource = {DBLP, http://dblp.uni-trier.de}
}

@INPROCEEDINGS{Chen11persistenthomology,
    author = {Chao Chen and Michael Kerber},
    title = {Persistent homology computation with a twist},
    booktitle = {Proceedings 27th European Workshop on Computational Geometry},
    year = {2011}
}


@ARTICLE{Morozov05persistencealgorithm,
    author = {Dmitriy Morozov},
    title = {Persistence algorithm takes cubic time in worst case},
    journal = {BioGeometry News, Dept. Comput. Sci., Duke Univ},
    year = {2005}
}

@article{DBLP:journals/corr/abs-1205-3669,
  author    = {Peter Bubenik and
               Jonathan A. Scott},
  title     = {Categorification of persistent homology},
  journal   = {CoRR},
  volume    = {abs/1205.3669},
  year      = {2012},
  ee        = {http://arxiv.org/abs/1205.3669},
  bibsource = {DBLP, http://dblp.uni-trier.de}
}

misc{buddha_stanford_scan,
 author = "",
   title = "The Stanford 3D Scanning Repository",
    note  = "http://graphics.stanford.edu/data/3Dscanrep/"
}
@misc{dionysus_morozov,
 author = "Dmitriy Morozov",
   title = "\textsc{Dionysus}",
    note  = "http://www.mrzv.org/software/dionysus/"
}

@misc{phat_lib,
author={Bauer, Ulrich and Kerber, Michael and Reininghaus, Jan},
   title = "\textsc{Phat}",
    note  = "https://code.google.com/p/phat/"
}

misc{ann_mount,
author = "David M. Mount
and Sunil Arya",
    title = "\textsc{ANN}, {A}pproximate {N}earest {N}eighbors {L}ibrary",
    note  = "http://www.cs.sunysb.edu/~algorith/implement/ANN/implement.shtml"
}

misc{jplex_cite,
  author    = "Sexton, Harlan and Johansson, Mikael Vejdemo",
  title     = "\textsc{JPlex}",
  year      = "2009",
  note = "http://comptop.stanford.edu/programs/jplex/"
}

@book{kaczynski2004computational,
  title={Computational Homology},
  author={Kaczynski, T. and Mischaikow, K. and Mrozek, M.},
  isbn={9780387408538},
  lccn={03061109},
  series={Applied Mathematical Sciences},
  url={https://books.google.fr/books?id=AShKtpi3GecC},
  year={2004},
  publisher={Springer New York}
}

@inbook{peikert2012topological,
year={2012},
isbn={978-3-642-23174-2},
booktitle={Topological Methods in Data Analysis and Visualization II},
series={Mathematics and Visualization},
editor={Peikert, Ronald and Hauser, Helwig and Carr, Hamish and Fuchs, Raphael},
doi={10.1007/978-3-642-23175-9_7},
title={Efficient Computation of Persistent Homology for Cubical Data},
url={http://dx.doi.org/10.1007/978-3-642-23175-9_7},
publisher={Springer Berlin Heidelberg},
author={Wagner, Hubert and Chen, Chao and Vucini, Erald},
pages={91-106},
language={English}
}

@article{de2004topological,
  title={Topological estimation using witness complexes},
  author={De Silva, Vin and Carlsson, Gunnar},
  journal={Proc. Sympos. Point-Based Graphics},
  pages={157-166},
  year={2004}
}

@ARTICLE{bubenik_landscapes_2015,
    author = {P. Bubenik},
    title = {Statistical topological data analysis using persistence landscapes.},
    journal = {Journal of Machine Learning Research},
    year = {2015}
}

@ARTICLE{bubenik_dlotko_landscapes_2016,
    author = {P. Bubenik and P. Dlotko},
    title = {A persistence landscapes toolbox for topological statistics.},
    journal = {Journal of Symbolic Computation.},
    year = {2016}
}

@ARTICLE{Fasy_Kim_Lecci_Maria_tda,
    author = {B. Fasy and J. Kim and F. Lecci and C. Maria},
    title = {Introduction to the R package TDA.},
    journal = {arXiv:1411.1830.},
    year = {2016}
}


@ARTICLE{Ferri_Frosini_comparision_sheme_1,
    author = {P. Donatini and P. Frosini and A. Lovato},
    title = {Size functions for signature recognition.},
    journal = {Proceedings of SPIE, Vision Geometry VII, vol. 3454},
    year = {1998}
}


@ARTICLE{Ferri_Frosini_comparision_sheme_2,
    author = {M. Ferri and P. Frosini and A. Lovato and C. Zambelli},
    title = {Point selection: A new comparison scheme for size functions (With an application to monogram recognition).},
    journal = {Proceedings Third Asian Conference on Computer Vision, Lecture Notes in Computer Science 1351.},
    year = {1998}
}

@ARTICLE{Persistence_Images_2017,
    author = {H. Adams and S. Chepushtanova and T. Emerson and E. Hanson and M. Kirby and F. Motta and R. Neville and C. Peterson and P. Shipman and L. Ziegelmeier},
    title = {Persistence Images: A Stable Vector Representation of Persistent Homology.},
    journal = {Journal of Machine Learning Research},
    year = {2017}
}


@ARTICLE{Kusano_Fukumizu_Hiraoka_PWGK,
    author = {G. Kusano and K. Fukumizu and Y. Hiraoka},
    title = {Persistence weighted Gaussian kernel for topological data analysis.},
    journal = {ICML'16 Proceedings of the 33rd International Conference on International Conference on Machine Learning - Volume 48},
    year = {2016}
}

@ARTICLE{Reininghaus_Huber_ALL_PSSK,
    author = {J. Reininghaus and S. Huber and U. Bauer and R. Kwitt},
    title = {A Stable Multi-Scale Kernel for Topological Machine Learning.},
    journal = {Proc. 2015 IEEE Conf. Comp. Vision & Pat. Rec. (CVPR '15)},
    year = {2015}
}

@ARTICLE{Carriere_Oudot_Ovsjanikov_top_signatures_3d,
    author = {M. Carri\`ere and S. Oudot and M. Ovsjanikov},
    title = {Stable Topological Signatures for Points on 3D Shapes.},
    journal = {Proc. Sympos. on Geometry Processing},
    year = {2015}
}

@article{buchet16efficient,
  title = {Efficient and Robust Persistent Homology for Measures},
  author = {Micka\"{e}l Buchet and Fr\'{e}d\'{e}ric Chazal and Steve Y. Oudot and Donald Sheehy},
  journal = {Computational Geometry: Theory and Applications},
  volume = {58},
  pages = {70--96},
  doi = "https://doi.org/10.1016/j.comgeo.2016.07.001",
  year = {2016}
}

@inproceedings{cavanna15geometric,
  author = {Nicholas J. Cavanna and Mahmoodreza Jahanseir and Donald R. Sheehy},
  booktitle = {Proceedings of the Canadian Conference on Computational Geometry},
  title = {A Geometric Perspective on Sparse Filtrations},
  url = {http://research.cs.queensu.ca/cccg2015/CCCG15-papers/01.pdf},
  year = {2015}
}

@inproceedings{cavanna15visualizing,
  author = {Nicholas J. Cavanna and Mahmoodreza Jahanseir and Donald R. Sheehy},
  booktitle = {Proceedings of the 31st International Symposium on Computational Geometry},
  title = {Visualizing Sparse Filtrations},
  year = {2015},
  doi = {10.4230/LIPIcs.SOCG.2015.23}
}

@article{sheehy13linear,
  title = {Linear-Size Approximations to the {V}ietoris-{R}ips Filtration},
  author = {Donald R. Sheehy},
  journal = {Discrete \& Computational Geometry},
  volume = {49},
  number = {4},
  pages = {778--796},
  doi = "10.1007/s00454-013-9513-1",
  year = {2013}
}

@InProceedings{boissonnat_et_al:LIPIcs:2015:5098,
  author =	{Jean-Daniel Boissonnat and Karthik C. S. and S{\'e}bastien Tavenas},
  title =	{{Building Efficient and Compact Data Structures for Simplicial Complexes}},
  booktitle =	{31st International Symposium on Computational Geometry (SoCG 2015)},
  pages =	{642--656},
  series =	{Leibniz International Proceedings in Informatics (LIPIcs)},
  ISBN =	{978-3-939897-83-5},
  ISSN =	{1868-8969},
  year =	{2015},
  volume =	{34},
  editor =	{Lars Arge and J{\'a}nos Pach},
  publisher =	{Schloss Dagstuhl--Leibniz-Zentrum fuer Informatik},
  address =	{Dagstuhl, Germany},
  URL =		{http://drops.dagstuhl.de/opus/volltexte/2015/5098},
  URN =		{urn:nbn:de:0030-drops-50981},
  doi =		{10.4230/LIPIcs.SOCG.2015.642},
  annote =	{Keywords: Simplicial complex, Compact data structures, Automaton, NP-hard}
}

@article{DBLP:journals/corr/BoissonnatS16,
  author    = {Jean{-}Daniel Boissonnat and
               {Karthik {C. S.}}},
  title     = {An Efficient Representation for Filtrations of Simplicial Complexes},
  journal   = {CoRR},
  volume    = {abs/1607.08449},
  year      = {2016},
  url       = {http://arxiv.org/abs/1607.08449},
  archivePrefix = {arXiv},
  eprint    = {1607.08449},
  timestamp = {Mon, 13 Aug 2018 16:46:26 +0200},
  biburl    = {https://dblp.org/rec/bib/journals/corr/BoissonnatS16},
  bibsource = {dblp computer science bibliography, https://dblp.org}
}

@article{Kerber:2017:GHC:3047249.3064175,
 author = {Kerber, Michael and Morozov, Dmitriy and Nigmetov, Arnur},
 title = {Geometry Helps to Compare Persistence Diagrams},
 journal = {J. Exp. Algorithmics},
 issue_date = {2017},
 volume = {22},
 month = sep,
 year = {2017},
 issn = {1084-6654},
 pages = {1.4:1--1.4:20},
 articleno = {1.4},
 numpages = {20},
 url = {http://doi.acm.org/10.1145/3064175},
 doi = {10.1145/3064175},
 acmid = {3064175},
 publisher = {ACM},
 address = {New York, NY, USA},
 keywords = {Assignment problems, bipartite matching, k-d tree, persistent homology},
}
@InProceedings{pmlr-v70-carriere17a,
  title = 	 {Sliced {W}asserstein Kernel for Persistence Diagrams},
  author = 	 {Mathieu Carri{\`e}re and Marco Cuturi and Steve Oudot},
  booktitle = 	 {Proceedings of the 34th International Conference on Machine Learning},
  pages = 	 {664--673},
  year = 	 {2017},
  editor = 	 {Doina Precup and Yee Whye Teh},
  volume = 	 {70},
  series = 	 {Proceedings of Machine Learning Research},
  address = 	 {International Convention Centre, Sydney, Australia},
  month = 	 {06--11 Aug},
  publisher = 	 {PMLR},
}

@INPROCEEDINGS{Rahimi07randomfeatures,
    author = {Ali Rahimi and Ben Recht},
    title = {Random features for large-scale kernel machines},
    booktitle = {In Neural Information Processing Systems},
    year = {2007}
}