-
Notifications
You must be signed in to change notification settings - Fork 43
/
refs.bib
2682 lines (2356 loc) · 108 KB
/
refs.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
@article{adams2011ranking,
author = {Adams, Ryan Prescott and Zemel, Richard S},
date = {2011},
journaltitle = {arXiv preprint arXiv:1106.1925},
title = {Ranking via Sinkhorn Propagation},
}
@article{agrawal2019differentiating,
author = {{Agrawal}, Akshay and {Barratt}, Shane and {Boyd}, Stephen and {Busseti}, Enzo and {Moursi}, Walaa M.},
date = {2019-04},
eid = {arXiv:1904.09043},
eprint = {1904.09043},
eprintclass = {math.OC},
eprinttype = {arXiv},
journaltitle = {arXiv e-prints},
keywords = {Mathematics - Optimization and Control},
pages = {arXiv:1904.09043},
title = {{Differentiating Through a Conic Program}},
}
@article{alizadeh2003second,
author = {Alizadeh, Farid and Goldfarb, Donald},
publisher = {Springer},
date = {2003},
journaltitle = {Mathematical programming},
number = {1},
pages = {3--51},
title = {Second-order cone programming},
volume = {95},
}
@article{arulkumaran2017brief,
author = {Arulkumaran, Kai and Deisenroth, Marc Peter and Brundage, Miles and Bharath, Anil Anthony},
date = {2017},
journaltitle = {arXiv preprint arXiv:1708.05866},
title = {A brief survey of deep reinforcement learning},
}
@article{bahdanau2014neural,
author = {Bahdanau, Dzmitry and Cho, Kyunghyun and Bengio, Yoshua},
date = {2014},
journaltitle = {arXiv preprint arXiv:1409.0473},
title = {Neural machine translation by jointly learning to align and translate},
}
@article{balog2016deepcoder,
author = {Balog, Matej and Gaunt, Alexander L and Brockschmidt, Marc and Nowozin, Sebastian and Tarlow, Daniel},
date = {2016},
journaltitle = {arXiv preprint arXiv:1611.01989},
title = {Deepcoder: Learning to write programs},
}
@article{bansal2017mbmf,
author = {Bansal, Somil and Calandra, Roberto and Levine, Sergey and Tomlin, Claire},
date = {2017},
journaltitle = {arXiv preprint arXiv:1709.03153},
title = {MBMF: Model-Based Priors for Model-Free Reinforcement Learning},
}
@article{barratt2018differentiability,
author = {Barratt, Shane},
date = {2018},
journaltitle = {arXiv preprint arXiv:1804.05098},
title = {On the differentiability of the solution to convex optimization problems},
}
@article{barratt2018optimizing,
author = {Barratt, Shane and Sharma, Rishi},
date = {2018},
journaltitle = {arXiv preprint arXiv:1805.07072},
title = {Optimizing for Generalization in Machine Learning with Cross-Validation Gradients},
}
@article{barratt2019least,
author = {Barratt, Shane and Boyd, Stephen},
date = {2019},
journaltitle = {arXiv preprint arXiv:1904.05460},
title = {Least Squares Auto-Tuning},
}
@article{barzilai1988two,
author = {Barzilai, Jonathan and Borwein, Jonathan M},
publisher = {Oxford University Press},
date = {1988},
journaltitle = {IMA Journal of Numerical Analysis},
number = {1},
pages = {141--148},
title = {Two-point step size gradient methods},
volume = {8},
}
@article{battaglia2018relational,
author = {Battaglia, Peter W and Hamrick, Jessica B and Bapst, Victor and Sanchez-Gonzalez, Alvaro and Zambaldi, Vinicius and Malinowski, Mateusz and Tacchetti, Andrea and Raposo, David and Santoro, Adam and Faulkner, Ryan and others},
date = {2018},
journaltitle = {arXiv preprint arXiv:1806.01261},
title = {Relational inductive biases, deep learning, and graph networks},
}
@article{bauschke2017convex,
author = {Bauschke, Heinz H and Combettes, Patrick L},
publisher = {Springer},
date = {2017},
title = {Convex Analysis and Monotone Operator Theory in Hilbert Spaces, second edition},
}
@article{beck2009fast,
author = {Beck, Amir and Teboulle, Marc},
publisher = {SIAM},
date = {2009},
journaltitle = {SIAM journal on imaging sciences},
number = {1},
pages = {183--202},
title = {A fast iterative shrinkage-thresholding algorithm for linear inverse problems},
volume = {2},
}
@article{belanger2015structured,
author = {Belanger, David and McCallum, Andrew},
date = {2015},
journaltitle = {arXiv:1511.06350},
title = {Structured Prediction Energy Networks},
}
@article{bengio-lecun-henderson-94,
author = {Bengio, Yoshua and LeCun, Yann and Henderson, Donnie},
publisher = {MORGAN KAUFMANN PUBLISHERS},
date = {1994},
journaltitle = {Advances in neural information processing systems},
pages = {937--937},
title = {Globally trained handwritten word recognizer using spatial representation, convolutional neural networks, and hidden Markov models},
}
@article{bengio2015deep,
author = {Bengio, Yoshua and Goodfellow, Ian J and Courville, Aaron},
publisher = {Citeseer},
date = {2015},
journaltitle = {An MIT Press book in preparation. Draft chapters available at http://www. iro. umontreal. ca/~ bengioy/dlbook},
title = {Deep learning},
}
@article{bertinetto2018meta,
author = {Bertinetto, Luca and Henriques, Jo{\~{a}}o F and Torr, Philip HS and Vedaldi, Andrea},
date = {2018},
journaltitle = {arXiv preprint arXiv:1805.08136},
title = {Meta-learning with differentiable closed-form solvers},
}
@article{bertsekas1982projected,
author = {Bertsekas, Dimitri P},
publisher = {SIAM},
date = {1982},
journaltitle = {SIAM Journal on control and Optimization},
number = {2},
pages = {221--246},
title = {Projected Newton methods for optimization problems with simple constraints},
volume = {20},
}
@article{bibi2018deep,
author = {Bibi, Adel and Ghanem, Bernard and Koltun, Vladlen and Ranftl, Ren{\'{e}}},
date = {2018},
title = {Deep Layers as Stochastic Solvers},
}
@article{birgin2000nonmonotone,
author = {Birgin, Ernesto G and Mart{\'{\i{}}}nez, Jos{\'{e}} Mario and Raydan, Marcos},
publisher = {SIAM},
date = {2000},
journaltitle = {SIAM Journal on Optimization},
number = {4},
pages = {1196--1211},
title = {Nonmonotone spectral projected gradient methods on convex sets},
volume = {10},
}
@article{boyd2011distributed,
author = {Boyd, Stephen and Parikh, Neal and Chu, Eric and Peleato, Borja and Eckstein, Jonathan},
publisher = {Now Publishers Inc.},
date = {2011},
journaltitle = {Foundations and Trends{\textregistered{}{}{}{}{}{}{}{}{}{}{}} in Machine Learning},
number = {1},
pages = {1--122},
title = {Distributed optimization and statistical learning via the alternating direction method of multipliers},
volume = {3},
}
@article{brakel2013training,
author = {Brakel, Phil{\'{e}}mon and Stroobandt, Dirk and Schrauwen, Benjamin},
date = {2013},
journaltitle = {Journal of Machine Learning Research},
number = {1},
pages = {2771--2797},
title = {Training energy-based models for time-series imputation.},
volume = {14},
}
@article{brockman2016openai,
author = {Brockman, Greg and Cheung, Vicki and Pettersson, Ludwig and Schneider, Jonas and Schulman, John and Tang, Jie and Zaremba, Wojciech},
date = {2016},
journaltitle = {arXiv preprint arXiv:1606.01540},
title = {OpenAI Gym},
}
@article{bronstein2017geometric,
author = {Bronstein, Michael M and Bruna, Joan and LeCun, Yann and Szlam, Arthur and Vandergheynst, Pierre},
publisher = {IEEE},
date = {2017},
journaltitle = {IEEE Signal Processing Magazine},
number = {4},
pages = {18--42},
title = {Geometric deep learning: going beyond euclidean data},
volume = {34},
}
@article{brukhim2018predict,
author = {Brukhim, Nataly and Globerson, Amir},
date = {2018},
journaltitle = {arXiv preprint arXiv:1802.04721},
title = {Predict and Constrain: Modeling Cardinality in Deep Structured Prediction},
}
@article{bruna2013spectral,
author = {Bruna, Joan and Zaremba, Wojciech and Szlam, Arthur and LeCun, Yann},
date = {2013},
journaltitle = {arXiv preprint arXiv:1312.6203},
title = {Spectral networks and locally connected networks on graphs},
}
@article{busseti2018solution,
author = {Busseti, Enzo and Moursi, W and Boyd, Stephen},
date = {2018},
journaltitle = {arXiv preprint arXiv:1811.02157},
title = {Solution Refinement at Regular Points of Conic Problems},
}
@article{chebotar2017combining,
author = {Chebotar, Yevgen and Hausman, Karol and Zhang, Marvin and Sukhatme, Gaurav and Schaal, Stefan and Levine, Sergey},
date = {2017},
journaltitle = {arXiv preprint arXiv:1703.03078},
title = {Combining Model-Based and Model-Free Updates for Trajectory-Centric Reinforcement Learning},
}
@article{chen2018optimal,
author = {Chen, Yize and Shi, Yuanyuan and Zhang, Baosen},
date = {2018},
journaltitle = {arXiv preprint arXiv:1805.11835},
title = {Optimal Control Via Neural Networks: A Convex Approach},
}
@article{clarke1975generalized,
author = {Clarke, Frank H},
date = {1975},
journaltitle = {Transactions of the American Mathematical Society},
pages = {247--262},
title = {Generalized gradients and applications},
volume = {205},
}
@article{dalal2018safe,
author = {Dalal, Gal and Dvijotham, Krishnamurthy and Vecerik, Matej and Hester, Todd and Paduraru, Cosmin and Tassa, Yuval},
date = {2018},
journaltitle = {arXiv preprint arXiv:1801.08757},
title = {Safe exploration in continuous action spaces},
}
@article{dean2017sample,
author = {Dean, Sarah and Mania, Horia and Matni, Nikolai and Recht, Benjamin and Tu, Stephen},
date = {2017},
journaltitle = {arXiv preprint arXiv:1710.01688},
title = {On the Sample Complexity of the Linear Quadratic Regulator},
}
@article{diamond2016cvxpy,
author = {Diamond, Steven and Boyd, Stephen},
publisher = {JMLR. org},
date = {2016},
journaltitle = {The Journal of Machine Learning Research},
number = {1},
pages = {2909--2913},
title = {CVXPY: A Python-embedded modeling language for convex optimization},
volume = {17},
}
@article{diamond2017unrolled,
author = {Diamond, Steven and Sitzmann, Vincent and Heide, Felix and Wetzstein, Gordon},
date = {2017},
journaltitle = {arXiv preprint arXiv:1705.08041},
title = {Unrolled optimization with deep priors},
}
@article{dini1877analisi,
author = {Dini, U},
date = {1877},
journaltitle = {Universit{\'{a}} di Pisa (1877/78)},
title = {Analisi infinitesimale, Lezioni dettate nella R},
}
@article{dontchev2009implicit,
author = {Dontchev, Asen L and Rockafellar, R Tyrrell},
date = {2009},
journaltitle = {Springer Monogr. Math.},
title = {Implicit functions and solution mappings},
}
@article{doya2000reinforcement,
author = {Doya, Kenji},
publisher = {MIT Press},
date = {2000},
journaltitle = {Neural computation},
number = {1},
pages = {219--245},
title = {Reinforcement learning in continuous time and space},
volume = {12},
}
@article{duchi2011adaptive,
author = {Duchi, John and Hazan, Elad and Singer, Yoram},
publisher = {JMLR. org},
date = {2011},
journaltitle = {The Journal of Machine Learning Research},
pages = {2121--2159},
title = {Adaptive subgradient methods for online learning and stochastic optimization},
volume = {12},
}
@article{farquhar2017treeqn,
author = {Farquhar, Gregory and Rockt{\"{a}}schel, Tim and Igl, Maximilian and Whiteson, Shimon},
date = {2017},
journaltitle = {arXiv preprint arXiv:1710.11417},
title = {TreeQN and ATreeC: Differentiable Tree Planning for Deep Reinforcement Learning},
}
@article{fiacco1990sensitivity,
author = {Fiacco, Anthony V and Ishizuka, Yo},
publisher = {Springer},
date = {1990},
journaltitle = {Annals of Operations Research},
number = {1},
pages = {215--235},
title = {Sensitivity and stability analysis for nonlinear programming},
volume = {27},
}
@article{foerster2017learning,
author = {Foerster, Jakob N and Chen, Richard Y and Al-Shedivat, Maruan and Whiteson, Shimon and Abbeel, Pieter and Mordatch, Igor},
date = {2017},
journaltitle = {arXiv preprint arXiv:1709.04326},
title = {Learning with Opponent-Learning Awareness},
}
@article{forsyth2003modern,
author = {Forsyth, David A and Ponce, Jean},
publisher = {Prentice-Hall},
date = {2003},
journaltitle = {Computer vision: a modern approach},
pages = {88--101},
title = {A modern approach},
}
@article{garcia1989model,
author = {Garcia, Carlos E and Prett, David M and Morari, Manfred},
publisher = {Elsevier},
date = {1989},
journaltitle = {Automatica},
number = {3},
pages = {335--348},
title = {Model predictive control: theory and practice---a survey},
volume = {25},
}
@article{gatys2015neural,
author = {Gatys, Leon A and Ecker, Alexander S and Bethge, Matthias},
date = {2015},
journaltitle = {arXiv preprint arXiv:1508.06576},
title = {A neural algorithm of artistic style},
}
@article{gilmer2017neural,
author = {Gilmer, Justin and Schoenholz, Samuel S and Riley, Patrick F and Vinyals, Oriol and Dahl, George E},
date = {2017},
journaltitle = {arXiv preprint arXiv:1704.01212},
title = {Neural message passing for quantum chemistry},
}
@article{gonzalez2011robust,
author = {Gonz{\'{a}}lez, Ram{\'{o}}n and Fiacchini, Mirko and Guzm{\'{a}}n, Jos{\'{e}} Luis and {\'{A}}lamo, Teodoro and Rodr{\'{\i{}}}guez, Francisco},
publisher = {Elsevier},
date = {2011},
journaltitle = {Robotics and Autonomous Systems},
number = {10},
pages = {711--726},
title = {Robust tube-based predictive control for mobile robots in off-road conditions},
volume = {59},
}
@article{gould2016differentiating,
author = {Gould, Stephen and Fernando, Basura and Cherian, Anoop and Anderson, Peter and Santa Cruz, Rodrigo and Guo, Edison},
date = {2016},
journaltitle = {arXiv preprint arXiv:1607.05447},
title = {On Differentiating Parameterized Argmin and Argmax Problems with Application to Bi-level Optimization},
}
@article{grathwohl2018ffjord,
author = {Grathwohl, Will and Chen, Ricky TQ and Betterncourt, Jesse and Sutskever, Ilya and Duvenaud, David},
date = {2018},
journaltitle = {arXiv preprint arXiv:1810.01367},
title = {Ffjord: Free-form continuous dynamics for scalable reversible generative models},
}
@article{graves2014neural,
author = {Graves, Alex and Wayne, Greg and Danihelka, Ivo},
date = {2014},
journaltitle = {arXiv preprint arXiv:1410.5401},
title = {Neural turing machines},
}
@article{graves2016hybrid,
author = {Graves, Alex and Wayne, Greg and Reynolds, Malcolm and Harley, Tim and Danihelka, Ivo and Grabska-Barwi{\'{n}}ska, Agnieszka and Colmenarejo, Sergio G{\'{o}}mez and Grefenstette, Edward and Ramalho, Tiago and Agapiou, John and others},
publisher = {Nature Publishing Group},
date = {2016},
journaltitle = {Nature},
number = {7626},
pages = {471},
title = {Hybrid computing using a neural network with dynamic external memory},
volume = {538},
}
@article{gu2017qprop,
author = {Gu, Shixiang and Lillicrap, Timothy and Ghahramani, Zoubin and Turner, Richard E and Levine, Sergey},
date = {2016},
journaltitle = {arXiv preprint arXiv:1611.02247},
title = {Q-prop: Sample-efficient policy gradient with an off-policy critic},
}
@article{gulcehre2018hyperbolic,
author = {Gulcehre, Caglar and Denil, Misha and Malinowski, Mateusz and Razavi, Ali and Pascanu, Razvan and Hermann, Karl Moritz and Battaglia, Peter and Bapst, Victor and Raposo, David and Santoro, Adam and others},
date = {2018},
journaltitle = {arXiv preprint arXiv:1805.09786},
title = {Hyperbolic attention networks},
}
@article{gupta2014training,
author = {Gupta, Maya R and Bengio, Samy and Weston, Jason},
publisher = {JMLR. org},
date = {2014},
journaltitle = {The Journal of Machine Learning Research},
number = {1},
pages = {1461--1492},
title = {Training highly multiclass classifiers},
volume = {15},
}
@article{he2015deep,
author = {He, Kaiming and Zhang, Xiangyu and Ren, Shaoqing and Sun, Jian},
date = {2015},
journaltitle = {arXiv preprint arXiv:1512.03385},
title = {Deep Residual Learning for Image Recognition},
}
@article{herzig2018mapping,
author = {Herzig, Roei and Raboh, Moshiko and Chechik, Gal and Berant, Jonathan and Globerson, Amir},
date = {2018},
journaltitle = {arXiv preprint arXiv:1802.05451},
title = {Mapping Images to Scene Graphs with Permutation-Invariant Structured Prediction},
}
@article{hill2015goldilocks,
author = {Hill, Felix and Bordes, Antoine and Chopra, Sumit and Weston, Jason},
date = {2015},
journaltitle = {arXiv preprint arXiv:1511.02301},
title = {The goldilocks principle: Reading children's books with explicit memory representations},
}
@article{hinton2018matrix,
author = {Hinton, Geoffrey E and Sabour, Sara and Frosst, Nicholas},
date = {2018},
title = {Matrix capsules with EM routing},
}
@article{huang2016densely,
author = {Huang, Gao and Liu, Zhuang and Weinberger, Kilian Q},
date = {2016},
journaltitle = {arXiv preprint arXiv:1608.06993},
title = {Densely Connected Convolutional Networks},
}
@article{hunter2007matplotlib,
author = {Hunter, John D},
publisher = {IEEE Computer Society},
date = {2007},
journaltitle = {Computing in science \& engineering},
number = {3},
pages = {90},
title = {Matplotlib: A 2D graphics environment},
volume = {9},
}
@article{ingraham2018learning,
author = {Ingraham, John and Riesselman, Adam and Sander, Chris and Marks, Debora},
date = {2018},
title = {Learning Protein Structure with a Differentiable Simulator},
}
@article{jones2014scipy,
author = {Jones, Eric and Oliphant, Travis and Peterson, Pearu},
date = {2014},
title = {$\{$SciPy$\}$: Open source scientific tools for $\{$Python$\}$},
}
@article{jonschkowski2018differentiable,
author = {Jonschkowski, Rico and Rastogi, Divyam and Brock, Oliver},
date = {2018},
journaltitle = {arXiv preprint arXiv:1805.11122},
title = {Differentiable particle filters: End-to-end learning with algorithmic priors},
}
@article{karkus2018integrating,
author = {Karkus, Peter and Hsu, David and Lee, Wee Sun},
date = {2018},
journaltitle = {arXiv preprint arXiv:1807.06696},
title = {Integrating Algorithmic Planning and Deep Learning for Partially Observable Navigation},
}
@article{katakis2008multilabel,
author = {Katakis, Ioannis and Tsoumakas, Grigorios and Vlahavas, Ioannis},
date = {2008},
journaltitle = {ECML PKDD discovery challenge},
title = {Multilabel text classification for automated tag suggestion},
volume = {75},
}
@article{kennedy1988neural,
author = {Kennedy, Michael Peter and Chua, Leon O},
publisher = {IEEE},
date = {1988},
journaltitle = {IEEE Transactions on Circuits and Systems},
number = {5},
pages = {554--562},
title = {Neural networks for nonlinear programming},
volume = {35},
}
@article{kingma2014adam,
author = {Kingma, Diederik and Ba, Jimmy},
date = {2014},
journaltitle = {arXiv preprint arXiv:1412.6980},
title = {Adam: A method for stochastic optimization},
}
@article{kipf2016semi,
author = {Kipf, Thomas N and Welling, Max},
date = {2016},
journaltitle = {arXiv preprint arXiv:1609.02907},
title = {Semi-supervised classification with graph convolutional networks},
}
@article{koh2017understanding,
author = {Koh, Pang Wei and Liang, Percy},
date = {2017},
journaltitle = {arXiv preprint arXiv:1703.04730},
title = {Understanding black-box predictions via influence functions},
}
@article{krishna2017visual,
author = {Krishna, Ranjay and Zhu, Yuke and Groth, Oliver and Johnson, Justin and Hata, Kenji and Kravitz, Joshua and Chen, Stephanie and Kalantidis, Yannis and Li, Li-Jia and Shamma, David A and others},
publisher = {Springer},
date = {2017},
journaltitle = {International Journal of Computer Vision},
number = {1},
pages = {32--73},
title = {Visual genome: Connecting language and vision using crowdsourced dense image annotations},
volume = {123},
}
@article{kunisch2013bilevel,
author = {Kunisch, Karl and Pock, Thomas},
publisher = {SIAM},
date = {2013},
journaltitle = {SIAM Journal on Imaging Sciences},
number = {2},
pages = {938--983},
title = {A bilevel optimization approach for parameter learning in variational models},
volume = {6},
}
@article{lafferty2001conditional,
author = {Lafferty, John and McCallum, Andrew and Pereira, Fernando CN},
date = {2001},
title = {Conditional random fields: Probabilistic models for segmenting and labeling sequence data},
}
@article{lecun1998gradient,
author = {LeCun, Yann and Bottou, L{\'{e}}on and Bengio, Yoshua and Haffner, Patrick},
publisher = {IEEE},
date = {1998},
journaltitle = {Proceedings of the IEEE},
number = {11},
pages = {2278--2324},
title = {Gradient-based learning applied to document recognition},
volume = {86},
}
@article{lecun2006tutorial,
author = {LeCun, Yann and Chopra, Sumit and Hadsell, Raia and Ranzato, M and Huang, F},
date = {2006},
journaltitle = {Predicting structured data},
title = {A tutorial on energy-based learning},
volume = {1},
}
@article{lee2019meta,
author = {Lee, Kwonjoon and Maji, Subhransu and Ravichandran, Avinash and Soatto, Stefano},
date = {2019},
journaltitle = {arXiv preprint arXiv:1904.03758},
title = {Meta-Learning with Differentiable Convex Optimization},
}
@article{levine2016end,
author = {Levine, Sergey and Finn, Chelsea and Darrell, Trevor and Abbeel, Pieter},
publisher = {JMLR. org},
date = {2016},
journaltitle = {The Journal of Machine Learning Research},
number = {1},
pages = {1334--1373},
title = {End-to-end training of deep visuomotor policies},
volume = {17},
}
@article{li2018smoothing,
author = {Li, Xiang and Vilnis, Luke and Zhang, Dongxu and Boratko, Michael and McCallum, Andrew},
date = {2018},
title = {Smoothing the Geometry of Probabilistic Box Embeddings},
}
@article{lillicrap2015continuous,
author = {Lillicrap, Timothy P and Hunt, Jonathan J and Pritzel, Alexander and Heess, Nicolas and Erez, Tom and Tassa, Yuval and Silver, David and Wierstra, Daan},
date = {2015},
journaltitle = {arXiv preprint arXiv:1509.02971},
title = {Continuous control with deep reinforcement learning},
}
@article{lillo1993solving,
author = {Lillo, Walter E and Loh, Mei Heng and Hui, Stefen and Zak, Stanislaw H},
publisher = {IEEE},
date = {1993},
journaltitle = {IEEE Transactions on neural networks},
number = {6},
pages = {931--940},
title = {On solving constrained optimization problems with neural networks: A penalty method approach},
volume = {4},
}
@article{ling2018game,
author = {Ling, Chun Kai and Fang, Fei and Kolter, J. Zico},
date = {2018},
journaltitle = {arXiv preprint arXiv:1805.02777},
title = {What game are we playing? end-to-end learning in normal and extensive form games},
}
@article{liu2015transductive,
author = {Liu, Li-Ping and Dietterich, Thomas G and Li, Nan and Zhou, Zhi-Hua},
date = {2015},
journaltitle = {arXiv preprint arXiv:1510.05976},
title = {Transductive optimization of top k precision},
}
@article{lobo1998applications,
author = {Lobo, Miguel Sousa and Vandenberghe, Lieven and Boyd, Stephen and Lebret, Herv{\'{e}}},
publisher = {Elsevier},
date = {1998},
journaltitle = {Linear algebra and its applications},
number = {1-3},
pages = {193--228},
title = {Applications of second-order cone programming},
volume = {284},
}
@article{lotstedt1984numerical,
author = {L{\"{o}}tstedt, Per},
publisher = {SIAM},
date = {1984},
journaltitle = {SIAM journal on scientific and statistical computing},
number = {2},
pages = {370--393},
title = {Numerical simulation of time-dependent contact and friction problems in rigid body mechanics},
volume = {5},
}
@article{madjarov2012extensive,
author = {Madjarov, Gjorgji and Kocev, Dragi and Gjorgjevikj, Dejan and D{\v{z}}eroski, Sa{\v{s}}o},
publisher = {Elsevier},
date = {2012},
journaltitle = {Pattern Recognition},
number = {9},
pages = {3084--3104},
title = {An extensive experimental comparison of methods for multi-label learning},
volume = {45},
}
@article{magnani2009convex,
author = {Magnani, Alessandro and Boyd, Stephen P},
publisher = {Springer},
date = {2009},
journaltitle = {Optimization and Engineering},
number = {1},
pages = {1--17},
title = {Convex piecewise-linear fitting},
volume = {10},
}
@article{magnus1988matrix,
author = {Magnus, X and Neudecker, Heinz},
date = {1988},
journaltitle = {New York},
title = {Matrix differential calculus},
}
@article{mairal2012task,
author = {Mairal, Julien and Bach, Francis and Ponce, Jean},
publisher = {IEEE},
date = {2012},
journaltitle = {IEEE Transactions on Pattern Analysis and Machine Intelligence},
number = {4},
pages = {791--804},
title = {Task-driven dictionary learning},
volume = {34},
}
@article{mattingley2012cvxgen,
author = {Mattingley, Jacob and Boyd, Stephen},
publisher = {Springer},
date = {2012},
journaltitle = {Optimization and Engineering},
number = {1},
pages = {1--27},
title = {CVXGEN: A code generator for embedded convex optimization},
volume = {13},
}
@article{mena2018learning,
author = {Mena, Gonzalo and Belanger, David and Linderman, Scott and Snoek, Jasper},
date = {2018},
journaltitle = {arXiv preprint arXiv:1802.08665},
title = {Learning Latent Permutations with Gumbel-Sinkhorn Networks},
}
@article{mensch2018differentiable,
author = {Mensch, Arthur and Blondel, Mathieu},
date = {2018},
journaltitle = {arXiv preprint arXiv:1802.03676},
title = {Differentiable dynamic programming for structured prediction and attention},
}
@article{metz2016unrolled,
author = {Metz, Luke and Poole, Ben and Pfau, David and Sohl-Dickstein, Jascha},
date = {2016},
journaltitle = {arXiv preprint arXiv:1611.02163},
title = {Unrolled Generative Adversarial Networks},
}
@article{mnih2013playing,
author = {Mnih, Volodymyr and Kavukcuoglu, Koray and Silver, David and Graves, Alex and Antonoglou, Ioannis and Wierstra, Daan and Riedmiller, Martin},
date = {2013},
journaltitle = {arXiv preprint arXiv:1312.5602},
title = {Playing atari with deep reinforcement learning},
}
@article{mnih2015human,
author = {Mnih, Volodymyr and Kavukcuoglu, Koray and Silver, David and Rusu, Andrei A and Veness, Joel and Bellemare, Marc G and Graves, Alex and Riedmiller, Martin and Fidjeland, Andreas K and Ostrovski, Georg and others},
publisher = {Nature Publishing Group},
date = {2015},
journaltitle = {Nature},
number = {7540},
pages = {529--533},
title = {Human-level control through deep reinforcement learning},
volume = {518},
}
@article{morari1999model,
author = {Morari, Manfred and Lee, Jay H},
publisher = {Elsevier},
date = {1999},
journaltitle = {Computers \& Chemical Engineering},
number = {4},
pages = {667--682},
title = {Model predictive control: past, present and future},
volume = {23},
}
@article{moreau1961decomposition,
author = {Moreau, Jean Jacques},
date = {1961},
journaltitle = {Comptes rendus hebdomadaires des s{\'{e}}ances de l'Acad{\'{e}}mie des sciences},
pages = {238--240},
title = {D{\'{e}}composition orthogonale d'un espace hilbertien selon deux c{\^{o}}nes mutuellement polaires},
volume = {255},
}
@article{neelakantan2015neural,
author = {Neelakantan, Arvind and Le, Quoc V and Sutskever, Ilya},
date = {2015},
journaltitle = {arXiv preprint arXiv:1511.04834},
title = {Neural programmer: Inducing latent programs with gradient descent},
}
@article{niculae2018sparsemap,
author = {Niculae, Vlad and Martins, Andr{\'{e}} FT and Blondel, Mathieu and Cardie, Claire},
date = {2018},
journaltitle = {arXiv preprint arXiv:1802.04223},
title = {SparseMAP: Differentiable sparse structured inference},
}
@article{odonoghue2016conic,
author = {O'Donoghue, Brendan and Chu, Eric and Parikh, Neal and Boyd, Stephen},
publisher = {Springer},
date = {2016},
journaltitle = {Journal of Optimization Theory and Applications},
number = {3},
pages = {1042--1068},
title = {Conic optimization via operator splitting and homogeneous self-dual embedding},
volume = {169},
}
@article{oh2016minecraft,
author = {Oh, Junhyuk and Chockalingam, Valliappa and Singh, Satinder and Lee, Honglak},
date = {2016},
journaltitle = {Proceedings of the 33rd International Conference on Machine Learning (ICML)},
title = {Control of Memory, Active Perception, and Action in Minecraft},
}
@article{okada2017path,
author = {Okada, Masashi and Rigazio, Luca and Aoshima, Takenobu},
date = {2017},
journaltitle = {arXiv preprint arXiv:1706.09597},
title = {Path Integral Networks: End-to-End Differentiable Optimal Control},
}
@article{oliphant2007python,
author = {Oliphant, Travis E},
publisher = {IEEE},
date = {2007},
journaltitle = {Computing in Science \& Engineering},
number = {3},
pages = {10--20},
title = {Python for scientific computing},
volume = {9},
}
@article{paige1982lsqr,
author = {Paige, Christopher C and Saunders, Michael A},
publisher = {ACM},
date = {1982},
journaltitle = {ACM Transactions on Mathematical Software (TOMS)},
number = {1},
pages = {43--71},
title = {LSQR: An algorithm for sparse linear equations and sparse least squares},
volume = {8},
}
@article{parisotto2016neuro,
author = {Parisotto, Emilio and Mohamed, Abdel-rahman and Singh, Rishabh and Li, Lihong and Zhou, Dengyong and Kohli, Pushmeet},
date = {2016},
journaltitle = {arXiv preprint arXiv:1611.01855},
title = {Neuro-symbolic program synthesis},
}
@article{parisotto2017neural,
author = {Parisotto, Emilio and Salakhutdinov, Ruslan},
date = {2017},
journaltitle = {arXiv preprint arXiv:1702.08360},
title = {Neural map: Structured memory for deep reinforcement learning},
}
@article{pascanu2017learning,
author = {Pascanu, Razvan and Li, Yujia and Vinyals, Oriol and Heess, Nicolas and Buesing, Lars and Racani{\`{e}}re, Sebastien and Reichert, David and Weber, Th{\'{e}}ophane and Wierstra, Daan and Battaglia, Peter},
date = {2017},
journaltitle = {arXiv preprint arXiv:1707.06170},
title = {Learning model-based planning from scratch},
}
@article{paszke2017automatic,
author = {Paszke, Adam and Gross, Sam and Chintala, Soumith and Chanan, Gregory and Yang, Edward and DeVito, Zachary and Lin, Zeming and Desmaison, Alban and Antiga, Luca and Lerer, Adam},
date = {2017},
journaltitle = {NIPS Autodiff Workshop},
title = {Automatic differentiation in PyTorch},
}
@article{pathak2018zero,
author = {Pathak, Deepak and Mahmoudieh, Parsa and Luo, Guanghao and Agrawal, Pulkit and Chen, Dian and Shentu, Yide and Shelhamer, Evan and Malik, Jitendra and Efros, Alexei A and Darrell, Trevor},
date = {2018},
journaltitle = {arXiv preprint arXiv:1804.08606},
title = {Zero-shot visual imitation},
}
@article{pedregosa2011scikit,
author = {Pedregosa, Fabian and Varoquaux, Ga{\"{e}}l and Gramfort, Alexandre and Michel, Vincent and Thirion, Bertrand and Grisel, Olivier and Blondel, Mathieu and Prettenhofer, Peter and Weiss, Ron and Dubourg, Vincent and others},
publisher = {JMLR. org},
date = {2011},
journaltitle = {The Journal of Machine Learning Research},
pages = {2825--2830},
title = {Scikit-learn: Machine learning in Python},
volume = {12},
}
@article{peng1993efficient,
author = {Peng, Jing and Williams, Ronald J},
publisher = {Sage Publications Sage CA: Thousand Oaks, CA},
date = {1993},
journaltitle = {Adaptive Behavior},
number = {4},
pages = {437--454},
title = {Efficient learning and planning within the Dyna framework},
volume = {1},
}
@article{pereira2018pinets,
author = {Pereira, Marcus and Fan, David D. and An, Gabriel Nakajima and Theodorou, Evangelos},
date = {2018},
journaltitle = {arXiv preprint arXiv:1802.05803},
title = {MPC-Inspired Neural Network Policies for Sequential Decision Making},
}
@article{polyak1964some,
author = {Polyak, Boris T},
publisher = {Elsevier},
date = {1964},
journaltitle = {USSR Computational Mathematics and Mathematical Physics},
number = {5},
pages = {1--17},
title = {Some methods of speeding up the convergence of iteration methods},
volume = {4},
}
@article{pong2018temporal,
author = {Pong, Vitchyr and Gu, Shixiang and Dalal, Murtaza and Levine, Sergey},
date = {2018},
journaltitle = {arXiv preprint arXiv:1802.09081},
title = {Temporal Difference Models: Model-Free Deep RL for Model-Based Control},
}
@article{rakotomamonjy2012sparse,
author = {Rakotomamonjy, Alain},
date = {2012},
journaltitle = {arXiv preprint arXiv:1206.6432},
title = {Sparse support vector infinite push},
}
@article{raposo2017discovering,
author = {Raposo, David and Santoro, Adam and Barrett, David and Pascanu, Razvan and Lillicrap, Timothy and Battaglia, Peter},
date = {2017},
journaltitle = {arXiv preprint arXiv:1702.05068},
title = {Discovering objects and their relations from entangled scene representations},
}
@article{ravi2016optimization,
author = {Ravi, Sachin and Larochelle, Hugo},
date = {2016},
title = {Optimization as a model for few-shot learning},
}
@article{reed2015neural,
author = {Reed, Scott and De Freitas, Nando},
date = {2015},
journaltitle = {arXiv preprint arXiv:1511.06279},
title = {Neural programmer-interpreters},
}
@article{rockafellar1970convex,
author = {Rockafellar, R Tyrrell},
date = {1970},
journaltitle = {Princeton, NJ},
title = {Convex Analysis Princeton University Press},
}
@article{rudin1992nonlinear,
author = {Rudin, Leonid I and Osher, Stanley and Fatemi, Emad},
publisher = {Elsevier},
date = {1992},
journaltitle = {Physica D: Nonlinear Phenomena},
number = {1-4},
pages = {259--268},
title = {Nonlinear total variation based noise removal algorithms},
volume = {60},
}
@article{rudin2009p,
author = {Rudin, Cynthia},
date = {2009},
journaltitle = {Journal of Machine Learning Research},
number = {Oct},
pages = {2233--2271},
title = {The p-norm push: A simple convex ranking algorithm that concentrates at the top of the list},
volume = {10},
}
@article{rumelhart1988learning,
author = {Rumelhart, David E and Hinton, Geoffrey E and Williams, Ronald J},
date = {1988},
journaltitle = {Cognitive modeling},
number = {3},