-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsdp.bib
27603 lines (24199 loc) · 818 KB
/
sdp.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
@inproceedings{MA16a,
title = {TensorFlow: A system for large-scale machine learning},
author = {Martin Abadi and Paul Barham and Jianmin Chen and Zhifeng
Chen and Andy Davis and Jeffrey Dean and Matthieu Devin and Sanjay
Ghemawat and Geoffrey Irving and Michael Isard and Manjunath Kudlur
and Josh Levenberg and Rajat Monga and Sherry Moore and Derek G.
Murray and Benoit Steiner and Paul Tucker and Vijay Vasudevan and Pete
Warden and Martin Wicke and Yuan Yu and Xiaoqiang Zheng},
year = {2016},
booktitle = {Proceedings of the 12th USENIX Symposium on Operating Systems Design and
Implementation (OSDI)},
pages = {265--283}
}
@inproceedings{MA16a-short,
title = {TensorFlow: A system for large-scale machine learning},
author = {Martin Abadi and Paul Barham and Jianmin Chen and Zhifeng
Chen and Andy Davis and Jeffrey Dean and Matthieu Devin and Sanjay
Ghemawat and Geoffrey Irving and Michael Isard and Manjunath Kudlur
and Josh Levenberg and Rajat Monga and Sherry Moore and Derek G.
Murray and Benoit Steiner and Paul Tucker and Vijay Vasudevan and Pete
Warden and Martin Wicke and Yuan Yu and Xiaoqiang Zheng},
year = {2016},
booktitle = {OSDI}
}
@inproceedings{ZA07a,
title={Personalized ad delivery when ads fatigue: An approximation algorithm},
author={Abrams, Zo{\"e} and Vee, Erik},
booktitle={International Workshop on Web and Internet Economics},
pages={535--540},
year={2007}
}
@book{YSA12a,
author = {Abu-Mostafa, Yaser S. and Magdon-Ismail, Malik and Lin, Hsuan-Tien},
title = {Learning From Data},
year = {2012},
publisher = {AMLBook}
}
@article{DA03a,
title = {Database-friendly Random Projections: {J}ohnson-{L}indenstrauss
with Binary Coins},
author = {Achlioptas, Dimitris},
journal = {Journal of Computer and System Sciences},
volume = {66},
pages = {671--687},
year = {2003}
}
@article{DHA85a,
title={A learning algorithm for boltzmann machines},
author={David H. Ackley and Geoffrey E. Hinton and Terrence J. Sejnowski},
journal={Cognitive science},
volume={9},
number={1},
pages={147--169},
year={1985}
}
@Article{VA62a,
title ={An algorithm for the organization of information},
author={Adelson-Velsky, Georgy Maximovich and Landis, Evgenii Mikhailovich},
journal = {Proceedings of the USSR Academy of Sciences},
volume={146},
pages = {263--266},
year = {1962}
}
@ONLINE{ADIDAS13a,
author = {adidas},
title = {mi{C}oach {SPEED CELL}},
howpublished = {\url{http://www.adidas.com}}
}
@inproceedings{AA11a,
title ={Distributed Delayed Stochastic Optimization},
author={Alekh Agarwal and John Duchi},
booktitle = {Advances in Neural Information Processing Systems 24},
editor = {J. Shawe-Taylor and R.S. Zemel and P. Bartlett and F.C.N. Pereira and K.Q. Weinberger},
pages = {873--881},
year = {2011}
}
@misc{AA11c,
title={Fast global convergence of gradient methods for high-dimensional statistical recovery},
author={Agarwal, Alekh and Negahban, Sahand N. and Wainwright, Martin J.},
note={arXiv preprint arXiv:1104.4824},
year={2011}
}
@article{AA12a,
author = {Alekh Agarwal and Olivier Chapelle and Miroslav Dudik
and John Langford},
title = {A reliable effective terascale linear learning system},
journal = {Journal of Machine Learning Research},
year = {2014},
volume = {15},
pages = {1111--1133}
}
@article{AA12a-short,
author = {Alekh Agarwal and Olivier Chapelle and Miroslav Dudik
and John Langford},
title = {A reliable effective terascale linear learning system},
journal = {JMLR},
year = {2014},
volume = {15},
pages = {1111--1133}
}
@inproceedings{AA19a,
title={Addressing Trust Bias for Unbiased Learning-to-Rank},
author={Agarwal, Aman and Wang, Xuanhui and Li, Cheng and Bendersky, Michael and Najork, Marc},
booktitle={Proceedings of The Web Conference},
pages={4--14},
year={2019}
}
@inproceedings{AA19a-short,
title={Addressing Trust Bias for Unbiased Learning-to-Rank},
author={Agarwal, Aman and Wang, Xuanhui and Li, Cheng and Bendersky, Michael and Najork, Marc},
booktitle={WWW},
year={2019}
}
@inproceedings{AA19b,
title={A General Framework for Counterfactual Learning-to-Rank},
author={Agarwal, Aman and Takatsu, Kenta and Zaitsev, Ivan and Joachims, Thorsten},
booktitle={Proceedings of the 42nd International ACM SIGIR Conference on Research and Development in Information Retrieval},
pages={5--14},
year={2019}
}
@inproceedings{AA19b-short,
title={A General Framework for Counterfactual Learning-to-Rank},
author={Agarwal, Aman and Takatsu, Kenta and Zaitsev, Ivan and Joachims, Thorsten},
booktitle={SIGIR},
year={2019}
}
@inproceedings{DA14a,
author = {Agarwal, Deepak and Long, Bo and Traupman, Jonathan and Xin, Doris and Zhang, Liang},
title = {{LASER}: A Scalable Response Prediction Platform for Online Advertising},
booktitle = {Proceedings of the 7th ACM International Conference on Web Search and Data Mining (WSDM)},
year = {2014},
pages = {173--182}
}
@inproceedings{DA14b,
author = {Agarwal, Deepak and Ghosh, Souvik and Wei, Kai and You, Siyu},
title = {Budget Pacing for Targeted Online Advertisements at {L}inkedIn},
booktitle = {Proceedings of the 20th ACM SIGKDD International Conference on Knowledge Discovery and Data Mining (KDD)},
year = {2014},
pages = {1613--1619}
}
@inproceedings{PA23a,
author = {Aggarwal, Pranjal and Deshpande, Ameet and Narasimhan, Karthik},
title = {{S}em{S}up-{XC}: Semantic Supervision for Zero and Few-Shot Extreme Classification},
year = {2023},
booktitle = {Proceedings of the 40th International Conference on Machine Learning}
}
@inproceedings{RA13a,
author = {Agrawal, Rahul and Gupta, Archit and Prabhu, Yashoteja and Varma, Manik},
title = {Multi-Label Learning with Millions of Labels: Recommending Advertiser Bid Phrases for Web Pages},
year = {2013},
booktitle = {Proceedings of the 22nd International Conference on World Wide Web (WWW)},
pages = {13--24}
}
@Book{AA90a,
author = {Agresti, Alan},
title = {Categorical Data Analysis},
publisher = {Wiley},
year = {1990},
address = {New York}
}
@techreport{IA06a,
author={Ian Anderson and Henk Muller},
institution={Department of Computer Science, University of Bristol},
number={CSTR-06-016},
title={Practical Activity Recognition using {GSM} Data},
pages={8},
month={July},
year={2006},
}
@article{AA11b,
author={Airola, Antti and Pahikkala, Tapio and Salakoski, Tapio},
title={Training Linear Ranking {SVM}s in Linearithmic Time Using Red--black Trees},
journal={Pattern Recognition Letters},
volume={32},
number={9},
pages={1328--1336},
year={2011},
publisher={Elsevier}
}
@article{AA11b-short,
author={Airola, Antti and Pahikkala, Tapio and Salakoski, Tapio},
title={Training Linear Ranking {SVM}s in Linearithmic Time Using Red--black Trees},
journal={PR Letters},
volume={32},
number={9},
pages={1328--1336},
year={2011},
publisher={Elsevier}
}
@article{JA76,
author = {John Aitchison and Colin B. Begg},
journal = {Biometrika},
pages = {1--12},
title = {Statistical diagnosis when basic cases are not classified
with certainty},
volume = {63},
year = {1976}
}
@article{MAA84,
author = {M. A. Ajiz and A. Jennings},
journal = {Int. J. Num. Meth. Eng.},
pages = {949--966},
title = {A robust incomplete {C}holesky-conjugate gradient algorithm},
volume = {20},
year = {1984}
}
@article{ZA13a,
title={Good practice in large-scale learning for image classification},
author={Akata, Zeynep and Perronnin, Florent and Harchaoui, Zaid and Schmid, Cordelia},
journal={IEEE Transactions on Pattern Analysis and Machine Intelligence},
volume={36},
number={3},
pages={507--520},
year={2013}
}
@article{ZA13a-short,
title={Good practice in large-scale learning for image classification},
author={Akata, Zeynep and Perronnin, Florent and Harchaoui, Zaid and Schmid, Cordelia},
journal={IEEE TPAMI},
year={2013}
}
@INPROCEEDINGS{EA19a,
author={Akbas, Esra and Aktas, Mehmet Emin},
booktitle={2019 IEEE International Conference on Big Data},
title={Network Embedding: on Compression and Learning},
year={2019},
pages={4763--4772}
}
@article{JA11a,
title = {{KEEL} Data-Mining Software Tool: Data Set Repository, Integration
of Algorithms and Experimental Analysis Framework},
author = {Jes{\'{u}}s Alcal{\'{a}}{-}Fdez and
Alberto Fern{\'{a}}ndez and
Juli{\'{a}}n Luengo and
Joaqu{\'{\i}}n Derrac and
Salvador Garc{\'{\i}}a},
journal = {Journal of Multiple-Valued Logic and Soft Computing},
volume = {17},
number = {2-3},
pages = {255--287},
year = {2011},
}
@inproceedings{FA96a,
booktitle = {Proceedings of the Fifth Turkish Artificial Intelligence and Artificial Neural Networks Symposium},
author = {Alimoglu, Fevzi and Alpaydin, Ethem},
title = {Methods of combining multiple classifiers based on different representations for pen-based handwritten digit recognition},
year = {1996}
}
@Article{FA95a,
author = {F. Alizadeh},
title = {Interior point methods in semidefinite
programming with application to combinatorial optimization},
journal = {SIAM J. Optim.},
year = {1995},
volume = {5},
pages = {13--51}
}
@TechReport{FA96,
author = {Farid Alizadeh and Jean-Pierre A. Haeberly and Michael L. Overton},
title = {Primal-Dual Interior-Point Methods for Semidefinite
Programming: convergence Rates, Stability and Numerical Results},
institution = {Department of Computer Science, New York University},
year = {1996},
number = {721},
month = {May},
note = {To appear in {\em SIAM J. Optim.}, 1998.}
}
@Manual{FA97a,
title = {SDPpack User's Guide, Version 0.9 BETA for {MATLAB} 5.0},
author = {Farid Alizadeh and Jean-Pierre A. Haeberly and
Madhu V. Nayakkankuppam and Michael L. Overton and
Stefan Schmieta},
organization = {New York University Computer Science Department},
year = {1997},
note = {available at http://www.cs.nyu.edu/faculty/overton/sdppack/sdppack.html}
}
@Article{FA98a,
author = {Farid Alizadeh and Jean-Pierre A. Haeberly and Michael L. Overton},
title = {Primal-Dual Interior-Point Methods for Semidefinite
Programming: convergence Rates, Stability and Numerical Results},
journal = "SIAM J. Optim.",
year = "1998",
volume = "8",
number = "3",
pages = "746--768"
}
@Article{GA97a,
author = {G. All\'eon and M. Benzi and L. Giraud},
title = {Sparse approximate inverse preconditioning for
dense linear systems arising in computational electromagnetics},
journal = {Numer. Algorithms},
year = {1997},
volume = {16},
pages = {1--15}
}
@article{ELA01a,
author = {Erin L. Allwein and Robert E. Schapire and Yoram Singer},
title = {Reducing multiclass to binary: a unifying approach for margin classifiers},
journal = {Journal of Machine Learning Research},
volume = {1},
year = {2001},
issn = {1533-7928},
pages = {113--141},
publisher = {MIT Press},
}
@article{ELA01a-short,
author = {Erin L. Allwein and Robert E. Schapire and Yoram Singer},
title = {Reducing multiclass to binary: a unifying approach for margin classifiers},
journal = {JMLR},
volume = {1},
year = {2001},
pages = {113--141}
}
@article{AU99a,
title={Broad patterns of gene expression revealed by clustering analysis of
tumor and normal colon tissues probed by oligonucleotide arrays},
author={U. Alon and N. Barkai and D. A. Notterman and K. Gish and S. Ybarra and D.Mack and
A. J. Levine},
journal={Cell Biology},
volume={96},
number={},
pages={6745--6750},
year={1999}
}
@article{RA21a,
title = {Multi-label thresholding for cost-sensitive classification},
journal = {Neurocomputing},
volume = {436},
pages = {232--247},
year = {2021},
author = {Reem Alotaibi and Peter Flach},
}
@article{HBA07a,
title={A choice of forcing terms in inexact {N}ewton method},
author={An, Heng-Bin and Mo, Ze-Yao and Liu, Xing-Ping},
journal={Journal of Computational and Applied Mathematics},
volume={200},
number={1},
pages={47--60},
year={2007}
}
@article{HBA07a-short,
title={A choice of forcing terms in inexact {N}ewton method},
author={An, Heng-Bin and Mo, Ze-Yao and Liu, Xing-Ping},
journal={J. Comput. Appl. Math.},
volume={200},
pages={47--60},
year={2007}
}
@inproceedings{RA02a,
author = {Ananthakrishna, Rohit and Chaudhuri, Surajit and Ganti, Venkatesh},
title = {Eliminating fuzzy duplicates in data warehouses},
booktitle = {Proceedings of the VLDB Endowment},
year = {2002},
pages = {586--597},
}
@book{EA99a,
author = "Anderson, E. and Bai, Z. and Bischof, C. and Demmel, J. and Dongarra, J. and Du Croz, J. and Greenbaum, A. and Hammarling, S. and McKenney, A. and Ostrouchov, S. and Sorensen, D.",
title = "{LAPACK} Users' Guide, Release 3.0",
publisher = "{SIAM}",
address = "Philadelphia",
year = "1999"
}
@Book{EJA87,
author = {E. J. Anderson and P. Nash},
title = {Linear programming in infinite--dimensional spaces},
publisher = {Wiley},
year = {1987},
address = {Chichester}
}
@inproceedings{AA93a,
author={Andersson, Arne},
title={Balanced Search Trees made Simple},
booktitle= {Proceedings of the Third Workshop on Algorithms and Data Structures},
pages={60--71},
year={1993}
}
@article{ADA20a,
title={Graph Representation Learning Network via Adaptive Sampling},
author={de Andrade, Anderson and Chen Liu},
year={2020},
journal = {arXiv preprint arXiv:2006.04637}
}
@InProceedings{GA97b,
author = {G. Andreu and A. Crespo and J. M. Valiente},
title = {Selecting the toroidal self-organizing feature maps ({TSOFM}) best organized to object recognition},
booktitle = {Proc. ICNN97},
OPTcrossref = {},
OPTkey = {},
pages = {1341--1346},
year = {1997},
OPTeditor = {},
volume = {2},
OPTnumber = {},
OPTseries = {},
OPTaddress = {},
OPTmonth = {},
OPTorganization = {},
publisher = {IEEE},
OPTnote = {},
OPTannote = {}
}
@inproceedings{GA07a,
author = {Galen Andrew and Jianfeng Gao},
title = {Scalable Training of {L}1-Regularized Log-Linear Models},
booktitle = {Proceedings of the Twenty Fourth International Conference
on Machine Learning (ICML)},
year = {2007},
pages = {},
}
@inproceedings{GA07a-short,
author = {Galen Andrew and Jianfeng Gao},
title = {Scalable Training of {L}1-Regularized Log-Linear Models},
booktitle = {ICML},
year = {2007},
pages = {},
}
@inproceedings{MLA02a,
author={Maria-Luiza Antonie and Osrnar R. Za\"iane},
booktitle={ICDM},
title={Text document categorization by term association},
year={2002},
pages={19--26}
}
@Book{TMA74a,
author = {Tom M. Apostol},
title = {Mathematical Analysis},
publisher = {Addison-Wesley},
year = {1974},
edition = {second}
}
@article{MA19a,
title={Robust Negative Sampling for Network Embedding},
journal={Proceedings of the Thirty-third AAAI Conference on Artificial Intelligence (AAAI)},
author={Armandpour, Mohammadreza and Ding, Patrick and Huang, Jianhua and Hu, Xia},
year={2019},
pages={3191--3198}
}
@inproceedings{DA07a,
title={k-means++ the advantages of careful seeding},
author={Arthur, David and Vassilvitskii, Sergei},
booktitle={Proceedings of the Eighteenth Annual ACM-SIAM Symposium on Discrete Algorithms},
pages={1027--1035},
year={2007}
}
@Misc{LPA22a,
author = {{LibMultiLabel Project Authors}},
title = {{LibMultiLabel} User Guide},
url = {https://www.csie.ntu.edu.tw/~cjlin/papers/libmultilabel/userguide.pdf},
year = {2022}
}
@techreport{BMA92,
author = {B. M. Averick and R. G. Carter and J. J. Mor\'e and G-L. Xue},
title = {The {MINPACK-2} test problem collection},
institution = {Mathematics and Computer Science Division,
Argonne National Laboratory},
year = {1992},
type = {Preprint},
number = {MCS-P153-0694},
}
@Book{MA76a,
author = {Moedecai Avriel},
title = {Nonlinear Programming},
publisher = {Prentice-Hall Inc.},
year = {1976},
address = {New Jersey}
}
@book {OA94,
author = {O. Axelsson},
title = {Iterative Solution Methods},
publisher = {Cambridge University Press},
year = {1994},
}
@article{MA55a,
author = {Miriam Ayer and H. D. Brunk and G. M. Ewing and W. T. Reid and Edward Silverman},
journal = {The Annals of Mathematical Statistics},
number = {4},
pages = {641--647},
publisher = {Institute of Mathematical Statistics},
title = {An Empirical Distribution Function for Sampling with Incomplete Information},
volume = {26},
year = {1955},
}
@inproceedings{RB17a,
author = {Babbar, Rohit and Sch\"{o}lkopf, Bernhard},
title = {Di{SMEC}: Distributed Sparse Machines for Extreme Multi-Label Classification},
year = {2017},
booktitle = {Proceedings of the Tenth ACM International Conference on Web Search and Data Mining (WSDM)},
pages = {721--729}
}
@article{RB19a,
author = {Babbar, Rohit and Sch\"{o}lkopf, Bernhard},
title = {Data scarcity, robustness and extreme multi-label classification},
year = {2019},
volume = {108},
journal = {Machine Learning},
pages = {1329--1351}
}
@inproceedings{FRB05a,
author = {Bach, Francis R. and Jordan, Michael I.},
title = {Predictive Low-rank Decomposition for Kernel Methods},
booktitle = {Proceedings of the Twenty Second International Conference on Machine Learning},
pages = {33--40},
year = {2005}
}
@inproceedings{YB14a,
author = {Bachrach, Yoram and Finkelstein, Yehuda and
Gilad-Bachrach, Ran and Katzir, Liran and Koenigstein, Noam and
Nice, Nir and Paquet, Ulrich},
title = {Speeding Up the {X}box Recommender System Using a
{E}uclidean Transformation for Inner-product Spaces},
booktitle = {Proceedings of the 8th ACM Conference on
Recommender Systems},
year = {2014},
pages = {257--264}
}
@inproceedings{YB14a-short,
author = {Bachrach, Yoram and Finkelstein, Yehuda and
Gilad-Bachrach, Ran and Katzir, Liran and Koenigstein, Noam and
Nice, Nir and Paquet, Ulrich},
title = {Speeding Up the {X}box Recommender System Using a
{E}uclidean Transformation for Inner-product Spaces},
booktitle = {RecSys},
year = {2014},
pages = {257--264}
}
@inproceedings{TZB21a,
author = {Baharav, Tavor Z. and Jiang, Daniel L. and Kolluri, Kedarnath and Sanghavi, Sujay and Dhillon, Inderjit S.},
title = {Enabling Efficiency-Precision Trade-offs for Label Trees in Extreme Classification},
year = {2021},
doi = {10.1145/3459637.3481914},
booktitle = {Proceedings of the 30th ACM International Conference on Information and Knowledge Management (CIKM)},
pages = {3717--3726},
}
@inproceedings{DB15a,
author = "Bahdanau, Dzmitry and Cho, Kyunghyun and Bengio, Yoshua",
editor = "Bengio, Yoshua and LeCun, Yann",
title = "Neural Machine Translation by Jointly Learning to Align and Translate",
booktitle = "Proceedings of the Third International Conference on Learning Representations (ICLR)",
year = "2015",
}
@InProceedings{CB02a,
author = {Claus Bahlmann and Bernard Haasdonk and Hans Burkhardt},
title = {On-line Handwritting Recognition with Support Vector Machines
-- A Kernel Approach},
year = {2002},
booktitle = {Proc. of the 8th Int.Workshop on Frontiers in Handwriting
Recognition(IWFHR)},
pages = {49--54}
}
@article{SB15c,
title={Automatic semantic classification of scientific literature according to the hallmarks of cancer},
author={Baker, Simon and Silins, Ilona and Guo, Yufan and Ali, Imran and H{\"o}gberg, Johan and Stenius, Ulla and Korhonen, Anna},
journal={Bioinformatics},
volume={32},
number={3},
pages={432--440},
year={2015}
}
@incollection{GHB05a,
author = {G\"{o}khan H. {Bak{\i}r} and L\'{e}on {Bottou} and Jason {Weston}},
title = {Breaking SVM Complexity with Cross-Training},
booktitle = {Advances in Neural Information Processing Systems 17},
editor = {Lawrence K. Saul and Yair Weiss and {L\'{e}on} Bottou},
publisher = {MIT Press},
address = {Cambridge, MA},
pages = {81--88},
year = {2005},
original = "0081_384.PDF",
}
@article{RB89a,
title={Accelerated backpropagation learning: Two optimization methods},
author={Battiti, Roberto},
journal={Complex systems},
volume={3},
number={4},
pages={331--342},
year={1989}
}
@inproceedings{IB04a,
author = {Bhattacharya, Indrajit and Getoor, Lise},
booktitle = {Proceedings of the 9th ACM SIGMOD Workshop on Research Issues in Data Mining and Knowledge Discovery},
pages = {11--18},
title = {Iterative record linkage for cleaning and integration},
year = {2004}
}
@inproceedings{PB11a,
author={Balamurugan, P. and Shevade, Shirish Krishnaj and Sundararajan, Sellamanickam and Keerthi, S. Sathiya},
title={A sequential dual method for structural {SVM}s},
booktitle = {Proceedings of the 2011 SIAM International Conference on Data Mining},
pages = {223--234},
year={2011},
}
@inproceedings{FB18a,
author = "Barbieri, Francesco and Espinosa-Anke, Luis and Camacho-Collados, Jose and Schockaert, Steven and Saggion, Horacio",
title = "Interpretable Emoji Prediction via Label-Wise Attention {LSTM}s",
booktitle = "Proceedings of the 2018 Conference on Empirical Methods in Natural Language Processing (EMNLP)",
year = "2018",
doi = "10.18653/v1/D18-1508",
pages = "4766--4771",
}
@inproceedings{FB20a,
title = "{T}weet{E}val: Unified Benchmark and Comparative Evaluation for Tweet Classification",
author = "Barbieri, Francesco and
Camacho-Collados, Jose and
Espinosa Anke, Luis and
Neves, Leonardo",
editor = "Cohn, Trevor and
He, Yulan and
Liu, Yang",
booktitle = "Findings of the Association for Computational Linguistics: EMNLP 2020",
year = "2020",
doi = "10.18653/v1/2020.findings-emnlp.148",
pages = "1644--1650",
}
@Book{VB86a,
author = {V. Barbu and Th. Precupanu},
title = {Convexity and Optimization in {B}anach Spaces},
publisher = {D. Reidel},
year = {1986},
address = {Dordrecht}
}
@InProceedings{RRB93a,
author = {R. R. Bailey and E. J. Pettit and R. T. Borochoff and M.
T. Manry and X. Jiang},
title = {Automatic Recognition of USGS Land Use/Cover Categories
Using Statistical and Neural Networks Classifiers},
booktitle = {SPIE OE/Aerospace and Remote Sensing},
address = {Bellingham, WA},
publisher = {SPIE},
year = {1993}
}
@Article{SB05a,
author = {Suhrid Balakrishnan and David Madigan},
title = {Algorithms for sparse linear classifiers in the massive data setting},
journal={Journal of Machine Learning Research},
issue_date = {6/1/2008},
volume = {9},
year = {2008},
pages = {313--337}
}
url={http://www.stat.rutgers.edu/~madigan/PAPERS/sm.pdf},
OPTkey = {},
OPTvolume = {},
OPTnumber = {},
OPTpages = {},
OPTmonth = {},
OPTnote = {},
OPTannote = {}
}
@article{PB14a,
title={Searching for exotic particles in high-energy physics with deep learning},
author={Pierre Baldi and Peter Sadowski and Daniel Whiteson},
journal={Nature Communications},
volume={5},
year={2014}
}
@Misc{JB01a,
author = {Jason Baldridge and Tom Morton and Gann Bierner},
title = {{O}pen{NLP} package },
year = {2001},
url = {http://opennlp.sourceforge.net/}
}
@inproceedings{GB15a,
title={Diamond sampling for approximate maximum all-pairs
dot-product ({MAD}) search},
author={Ballard, Grey and Pinar, Ali and Kolda, Tamara G and
Seshadri, C},
booktitle = {Proceedings of the IEEE International Conference
on Data Mining (ICDM)},
year={2015}
}
@inproceedings{GB15a-short,
title={Diamond sampling for approximate maximum all-pairs
dot-product ({MAD}) search},
author={Ballard, Grey and Pinar, Ali and Kolda, Tamara G and
Seshadri, C},
booktitle = {ICDM},
year={2015}
}
@article{TVB07a,
title={Statistical criteria for early-stopping of support vector machines},
author={Bandos, Tatyana V. and Camps-Valls, Gustavo and Soria-Olivas, Emilio},
journal={Neurocomputing},
volume={70},
number={13-15},
pages={2588--2592},
year={2007}
}
@article{TVB07a-short,
title={Statistical criteria for early-stopping of support vector machines},
author={Bandos, Tatyana V. and Camps-Valls, Gustavo and Soria-Olivas, Emilio},
journal={Neurocomputing},
year={2007}
}
@inproceedings{AB07a,
title={Fast Hyperspectral Anomaly Detection via {SVDD}},
author={Banerjee, Amit and Burlina, Philippe and Meth, Reuven},
booktitle = {Proceedings of IEEE International Conference on Image Processing},
year={2007},
organization={IEEE}
}
% pages={IV--101},
@Article{JB88a,
author = {Jonathan Barzilai and Jonathan M. Borwein},
title = {Two-Point Step Size Gradient Methods},
journal = {IMA Journal of Numerical Analysis},
year = {1988},
pages = {141--148},
volume = {8}
}
@article{JBHU84a,
title={Generalized {H}essian matrix and second-order optimality
conditions for problems with $C^{L1}$ data},
author={Hiriart-Urruty, Jean-Baptiste and Strodiot,
Jean-Jacques and Nguyen, V Hien},
journal={Applied mathematics and optimization},
volume={11},
number={1},
pages={43--56},
year={1984},
publisher={Springer}
}
@article{JBHU84a-short,
title={Generalized {H}essian matrix and second-order optimality
conditions for problems with $C^{L1}$ data},
author={Hiriart-Urruty, Jean-Baptiste and Strodiot,
Jean-Jacques and Nguyen, V Hien},
journal={Appl. Math. Optim.},
volume={11},
number={1},
pages={43--56},
year={1984},
publisher={Springer}
}
@book{JBHU01a,
title={Fundamentals of convex analysis},
author={Jean-Baptiste Hiriart-Urruty and Lemar{\'e}chal, Claude},
year={2001},
publisher={Springer Verlag}
}
@inproceedings{MB94a,
title={Interprocessor collective communication library ({I}nter{C}om)},
author={Barnett, Mike and Gupta, Satya and Payne, David G. and
Shuler, Lance and van De Geijn, Robert and Watts, Jerrell},
booktitle={Proceedings of the Scalable High-Performance Computing Conference},
pages={357--364},
year={1994}
}
@article{MBB00a,
title={Automatic differentiation of algorithms},
author={Bartholomew-Biggs, Michael and Brown, Steven and Christianson, Bruce and Dixon, Laurence},
journal={Journal of Computational and Applied Mathematics},
volume={124},
number={1-2},
pages={171--190},
year={2000}
}
@INPROCEEDINGS{RAB17a,
author={Bauder, Richard A. and Khoshgoftaar, Taghi M.},
booktitle={Proceedings of IEEE International Conference on Information Reuse and Integration},
title={Estimating Outlier Score Probabilities},
year={2017},
pages={559--568}
}
@article{AGB18a,
title={Automatic differentiation in machine learning: a survey},
author={Baydin, Atilim Gunes and Pearlmutter, Barak A. and Radul, Alexey Andreyevich and Siskind, Jeffrey Mark},
journal={Journal of Machine Learning Research},
volume = {18},
number = {153},
pages = {1-43},
year={2018}
}
@article{AGB18a-short,
title={Automatic differentiation in machine learning: a survey},
author={Baydin, Atilim Gunes and Pearlmutter, Barak A. and Radul, Alexey Andreyevich and Siskind, Jeffrey Mark},
journal={JMLR},
volume = {18},
pages = {1-43},
year={2018}
}
@inproceedings{IB17a,
title={A generic coordinate descent framework for learning from implicit feedback},
author={Bayer, Immanuel and He, Xiangnan and Kanagal, Bhargav and Rendle, Steffen},
booktitle={Proceedings of the 26th International Conference on World Wide Web},
pages={1341--1350},
year={2017}
}
@inproceedings{IB17a-short,
title={A generic coordinate descent framework for learning from implicit feedback},
author={Bayer, Immanuel and He, Xiangnan and Kanagal, Bhargav and Rendle, Steffen},
booktitle={WWW},
year={2017}
}
@article{RB72a,
author= {Bayer, Rudolf},
title= {Symmetric binary {B}-Trees: Data structure and maintenance algorithms},
journal= {Acta Informatica},
year= {1972},
volume= {1},
issue= {4},
pages= {290--306}
}
@Book{MSB93a,
author = {Mokhtar S. Bazaraa and Hanif D. Sherali and C. M. Shetty},
title = {Nonlinear programming : theory and algorithms},
publisher = {Wiley},
year = {1993},
edition = {Second}
}
@article{AB09b,
title = {A Fast Iterative Shrinkage-thresholding Algorithm for Linear Inverse Problems},
author = {Beck, Amir and Teboulle, Marc},
journal = {SIAM Journal on Imaging Sciences},
volume = {2},
number = {1},
pages = {183--202},
year = {2009}
}
@article{AB13a,
title={On the convergence of block coordinate descent type methods},
author={Beck, Amir and Tetruashvili, Luba},
journal={SIAM Journal on Optimization},
volume={23},
number={4},
pages={2037--2060},
year={2013},
publisher={SIAM}
}
@Article{AB14a,
author="Beck, Amir",
title="The 2-Coordinate Descent Method for Solving Double-Sided Simplex Constrained Minimization Problems",
journal="Journal of Optimization Theory and Applications",
year="2014",
volume="162",
number="3",
pages="892--919"
}
@Article{AB14a-short,
author="Beck, Amir",
title="The 2-Coordinate Descent Method for Solving Double-Sided Simplex Constrained Minimization Problems",
journal = {J. Optim. Theory Appl.},
year="2014",
volume="162",
number="3",
pages="892--919"
}
@techreport{RB04a,
author={Ron Bekkerman and James Allan},
title={Using Bigrams in Text Categorization},
number={IR-408},
year={2004},
institution={UMass Amherst}
}
@inproceedings{RB04b,
title={Query recommendation using query logs in search engines},
author={Baeza-Yates, Ricardo and Hurtado, Carlos and Mendoza, Marcelo},
booktitle={International Conference on Extending Database Technology},
pages={588--596},
year={2004}
}
@inproceedings{RB04b-short,
title={Query recommendation using query logs in search engines},
author={Baeza-Yates, Ricardo and Hurtado, Carlos and Mendoza, Marcelo},
booktitle={EDBT},
year={2004}
}
@inproceedings{RB08a,
author ={Ron Bekkerman and Martin Scholz},
title ={Data Weaving: Scaling Up the State-Of-The-Art in Data Clustering},
booktitle ={Proceedings of CIKM},
year ={2008},
pages ={1083--1092}
}