-
Notifications
You must be signed in to change notification settings - Fork 7
/
CL.bib
1248 lines (1098 loc) · 39.5 KB
/
CL.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
% Choose from the following two abbreviation groups
% CV & ML
@String(TPAMI = {IEEE Transactions on Pattern Analysis and Machine Intelligence})
@String(IJCV = {International Journal of Computer Vision})
@String(CVPR = {Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition})
@String(ICCV = {Proceedings of the IEEE/CVF International Conference on Computer Vision})
@String(ECCV = {Proceedings of the European Conference on Computer Vision})
@String(ICLR = {International Conference on Learning Representations})
@String(ICML = {International Conference on Machine Learning})
@String(NIPS = {Advances in Neural Information Processing Systems})
@String(ICCVW = {Proceedings of the IEEE/CVF International Conference on Computer Vision Workshops})
@String(ICMLW = {International Conference on Machine Learning Workshops})
@String(NIPSW = {Advances in Neural Information Processing Systems Workshops})
@String(AAAI = {Proceedings of the AAAI Conference on Artificial Intelligence})
@String(AISTATS = {International Conference on Artificial Intelligence and Statistics})
@String(ICANN = {International Conference on Artificial Neural Networks})
@String(ICPR = {International Conference on Pattern Recognition})
@String(WACV = {Proceedings of the IEEE/CVF Winter Conference on Applications of Computer Vision})
@String(BMVC = {British Machine Vision Conference})
% Others
@String(RAS = {Robotics and Autonomous Systems})
@String(TKDE = {IEEE Transactions on Knowledge and Data Engineering})
@String(PIEEE = {Proceedings of the IEEE})
@String(TOMS = {ACM Transactions on Mathematical Software})
% CV & ML
@String(TPAMI = {TPAMI})
@String(IJCV = {IJCV})
@String(CVPR = {CVPR})
@String(ICCV = {ICCV})
@String(ECCV = {ECCV})
@String(ICLR = {ICLR})
@String(ICML = {ICML})
@String(NIPS = {NeurIPS})
@String(ICCVW = {ICCV Workshops})
@String(ICMLW = {ICML Workshops})
@String(NIPSW = {NeurIPS Workshops})
@String(AAAI = {AAAI})
@String(AISTATS = {AISTATS})
@String(ICANN = {ICANN})
@String(ICPR = {ICPR})
@String(WACV = {WACV})
% Others
@String(RAS = {RAS})
@String(TKDE = {TKDE})
@String(PIEEE = {Proc. IEEE})
@String(TOMS = {TOMS})
% survey & book for continual learning
@article{carpenter1987massively,
title={A Massively Parallel Architecture for a Self-Organizing Neural Pattern Recognition Machine},
author={Carpenter, Gail A and Grossberg, Stephen},
journal={Computer Vision, Graphics, and Image Processing},
volume={37},
number={1},
pages={54--115},
year={1987}
}
@article{mccloskey1989catastrophic,
title={Catastrophic Interference in Connectionist Networks: The Sequential Learning Problem},
author={McCloskey, Michael and Cohen, Neal J},
journal={Psychology of Learning and Motivation},
volume={24},
pages={109--165},
year={1989}
}
@article{ring1994continual,
title={Continual Learning in Reinforcement Environments},
author={Ring, Mark B},
journal={PhD thesis, University of Texas at Austin},
year={1994}
}
@article{thrun1995lifelong,
title={Lifelong Robot Learning},
author={Thrun, Sebastian and Mitchell, Tom M},
journal=RAS,
volume={15},
number={1-2},
pages={25--46},
year={1995}
}
@article{ring1997child,
title={{CHILD}: A First Step Towards Continual Learning},
author={Ring, Mark B},
journal={Machine Learning},
volume={28},
number={1},
pages={77--104},
year={1997}
}
@incollection{thrun1998lifelong,
title={Lifelong Learning Algorithms},
author={Thrun, Sebastian},
booktitle={Learning to Learn},
pages={181--209},
year={1998},
publisher={Springer}
}
@book{chen2018lifelong,
title={Lifelong Machine Learning},
author={Chen, Zhiyuan and Liu, Bing},
series={Synthesis Lectures on Artificial Intelligence and Machine Learning},
year={2018},
publisher={Morgan \& Claypool Publishers}
}
@article{lomonaco2019continual,
title={Continual Learning with Deep Architectures},
author={Lomonaco, Vincenzo},
journal={PhD thesis, University of Bologna},
year={2019}
}
@article{hadsell2020embracing,
title={Embracing Change: Continual Learning in Deep Neural Networks},
author={Hadsell, Raia and Rao, Dushyant and Rusu, Andrei A and Pascanu, Razvan},
journal={Trends in Cognitive Sciences},
volume={24},
number={12},
pages={1028--1040},
year={2020}
}
@article{de2021continual,
title={A Continual Learning Survey: Defying Forgetting in Classification Tasks},
author={De Lange, Matthias and Aljundi, Rahaf and Masana, Marc and Parisot, Sarah and Jia, Xu and Leonardis, Ale{\v{s}} and Slabaugh, Gregory and Tuytelaars, Tinne},
journal=TPAMI,
volume={44},
number={7},
pages={3366--3385},
year={2021}
}
@article{mai2022online,
title={Online Continual Learning in Image Classification: An Empirical Survey},
author={Mai, Zheda and Li, Ruiwen and Jeong, Jihwan and Quispe, David and Kim, Hyunwoo and Sanner, Scott},
journal={Neurocomputing},
volume={469},
pages={28--51},
year={2022}
}
@article{sodhani2022introduction,
title={An Introduction to Lifelong Supervised Learning},
author={Sodhani, Shagun and Faramarzi, Mojtaba and Mehta, Sanket Vaibhav and Malviya, Pranshu and Abdelsalam, Mohamed and Janarthanan, Janarthanan and Chandar, Sarath},
journal={arXiv preprint arXiv:2207.04354},
year={2022}
}
%% related learning paradigm
@article{caruana1997multitask,
title={Multitask Learning},
author={Caruana, Rich},
journal={Machine Learning},
volume={28},
number={1},
pages={41--75},
year={1997}
}
@article{pan2009survey,
title={A Survey on Transfer Learning},
author={Pan, Sinno Jialin and Yang, Qiang},
journal=TKDE,
volume={22},
number={10},
pages={1345--1359},
year={2009}
}
@article{schmidhuber1987evolutionary,
title={Evolutionary Principles in Self-Referential Learning, or on Learning How to Learn: The Meta-Meta-Meta...-Hook},
author={Schmidhuber, J{\"u}rgen},
year={1987},
journal={Diploma thesis, Technische Universit{\"a}t M{\"u}nchen}
}
@article{shalev2012online,
title={Online Learning and Online Convex Optimization},
author={Shalev-Shwartz, Shai},
journal={Foundations and Trends in Machine Learning},
volume={4},
number={2},
pages={107--194},
year={2012}
}
@article{elman1993learning,
title={Learning and Development in Neural Networks: The Importance of Starting Small},
author={Elman, Jeffrey L},
journal={Cognition},
volume={48},
number={1},
pages={71--99},
year={1993}
}
@inproceedings{bengio2009curriculum,
title={Curriculum Learning},
author={Bengio, Yoshua and Louradour, J{\'e}r{\^o}me and Collobert, Ronan and Weston, Jason},
booktitle=ICML,
pages={41--48},
year={2009}
}
% replay-based continual learning
%% memory replay
@article{vitter1985random,
title={Random Sampling with a Reservoir},
author={Vitter, Jeffrey S},
journal=TOMS,
volume={11},
number={1},
pages={37--57},
year={1985}
}
@inproceedings{rebuffi2017icarl,
title={{iCaRL}: Incremental Classifier and Representation Learning},
author={Rebuffi, Sylvestre-Alvise and Kolesnikov, Alexander and Sperl, Georg and Lampert, Christoph H},
booktitle=CVPR,
pages={2001--2010},
year={2017}
}
@inproceedings{lopez2017gradient,
title={Gradient Episodic Memory for Continual Learning},
author={Lopez-Paz, David and Ranzato, Marc'Aurelio},
booktitle=NIPS,
pages = {6470–6479},
year={2017}
}
@inproceedings{castro2018end,
title={End-to-End Incremental Learning},
author={Castro, Francisco M and Mar{\'\i}n-Jim{\'e}nez, Manuel J and Guil, Nicol{\'a}s and Schmid, Cordelia and Alahari, Karteek},
booktitle=ECCV,
pages={233--248},
year={2018}
}
@inproceedings{riemer2019learning,
title={Learning to Learn without Forgetting by Maximizing Transfer and Minimizing Interference},
author={Riemer, Matthew and Cases, Ignacio and Ajemian, Robert and Liu, Miao and Rish, Irina and Tu, Yuhai and Tesauro, Gerald},
booktitle=ICLR,
year={2019}
}
@inproceedings{chaudhry2019efficient,
title={Efficient Lifelong Learning with {A-GEM}},
author={Chaudhry, Arslan and Ranzato, Marc’Aurelio and Rohrbach, Marcus and Elhoseiny, Mohamed},
booktitle=ICLR,
year={2019}
}
@inproceedings{wu2019large,
title={Large Scale Incremental Learning},
author={Wu, Yue and Chen, Yinpeng and Wang, Lijuan and Ye, Yuancheng and Liu, Zicheng and Guo, Yandong and Fu, Yun},
booktitle=CVPR,
pages={374--382},
year={2019}
}
@inproceedings{hou2019learning,
title={Learning a Unified Classifier Incrementally via Rebalancing},
author={Hou, Saihui and Pan, Xinyu and Loy, Chen Change and Wang, Zilei and Lin, Dahua},
booktitle=CVPR,
pages={831--839},
year={2019}
}
@inproceedings{rolnick2019experience,
title={Experience Replay for Continual Learning},
author={Rolnick, David and Ahuja, Arun and Schwarz, Jonathan and Lillicrap, Timothy P and Wayne, Greg},
booktitle=NIPS,
pages={350--360},
year={2019}
}
@inproceedings{aljundi2019gradient,
title={Gradient based Sample Selection for Online Continual Learning},
author={Aljundi, Rahaf and Lin, Min and Goujaud, Baptiste and Bengio, Yoshua},
booktitle=NIPS,
pages={11817--11826},
year={2019}
}
@inproceedings{aljundi2019online,
title={Online Continual Learning with Maximal Interfered Retrieval},
author={Aljundi, Rahaf and Belilovsky, Eugene and Tuytelaars, Tinne and Charlin, Laurent and Caccia, Massimo and Lin, Min and Page-Caccia, Lucas},
booktitle=NIPS,
pages={11849--11860},
year={2019}
}
@inproceedings{chaudhry2019tiny,
title={On Tiny Episodic Memories in Continual Learning},
author={Chaudhry, Arslan and Rohrbach, Marcus and Elhoseiny, Mohamed and Ajanthan, Thalaiyasingam and Dokania, Puneet K and Torr, Philip HS and Ranzato, Marc'Aurelio},
booktitle=ICMLW,
year={2019}
}
@inproceedings{prabhu2020gdumb,
title={{GDumb}: A Simple Approach that Questions Our Progress in Continual Learning},
author={Prabhu, Ameya and Torr, Philip HS and Dokania, Puneet K},
booktitle=ECCV,
pages={524--540},
year={2020}
}
@inproceedings{borsos2020coresets,
title={Coresets via Bilevel Optimization for Continual Learning and Streaming},
author={Borsos, Zal{\'a}n and Mutny, Mojmir and Krause, Andreas},
booktitle=NIPS,
pages={14879--14890},
year={2020}
}
@inproceedings{buzzega2020dark,
title={Dark Experience for General Continual Learning: A Strong, Simple Baseline},
author={Buzzega, Pietro and Boschini, Matteo and Porrello, Angelo and Abati, Davide and Calderara, Simone},
booktitle=NIPS,
pages={15920--15930},
year={2020}
}
@inproceedings{chaudhry2021using,
title={Using Hindsight to Anchor Past Knowledge in Continual Learning},
author={Chaudhry, Arslan and Gordo, Albert and Dokania, Puneet and Torr, Philip and Lopez-Paz, David},
booktitle=AAAI,
pages={6993--7001},
year={2021}
}
@inproceedings{zhao2021dataset,
title={Dataset Condensation with Gradient Matching},
author={Zhao, Bo and Mopuri, Konda Reddy and Bilen, Hakan},
booktitle=ICLR,
year={2021}
}
@inproceedings{bang2021rainbow,
title={Rainbow Memory: Continual Learning with a Memory of Diverse Samples},
author={Bang, Jihwan and Kim, Heesu and Yoo, YoungJoon and Ha, Jung-Woo and Choi, Jonghyun},
booktitle=CVPR,
pages={8218--8227},
year={2021}
}
@inproceedings{killamsetty2021grad,
title={Grad-Match: Gradient Matching Based Data Subset Selection for Efficient Deep Model Training},
author={Killamsetty, Krishnateja and Durga, S and Ramakrishnan, Ganesh and De, Abir and Iyer, Rishabh},
booktitle=ICML,
pages={5464--5474},
year={2021}
}
@inproceedings{verwimp2021rehearsal,
title={Rehearsal Revealed: The Limits and Merits of Revisiting Samples in Continual Learning},
author={Verwimp, Eli and De Lange, Matthias and Tuytelaars, Tinne},
booktitle=ICCV,
pages={9385--9394},
year={2021}
}
@inproceedings{jin2021gradient,
title={Gradient-based Editing of Memory Examples for Online Task-free Continual Learning},
author={Jin, Xisen and Sadhu, Arka and Du, Junyi and Ren, Xiang},
booktitle=NIPS,
pages={29193--29205},
year={2021}
}
@inproceedings{buzzega2021rethinking,
title={Rethinking Experience Replay: A Bag of Tricks for Continual Learning},
author={Buzzega, Pietro and Boschini, Matteo and Porrello, Angelo and Calderara, Simone},
booktitle=ICPR,
pages={2180--2187},
year={2020}
}
@inproceedings{balles2021gradient,
title={Gradient-Matching Coresets for Continual Learning},
author={Balles, Lukas and Zappella, Giovanni and Archambeau, C{\'e}dric},
booktitle=NIPSW,
year={2021}
}
@inproceedings{yoon2022online,
title={Online Coreset Selection for Rehearsal-based Continual Learning},
author={Yoon, Jaehong and Madaan, Divyam and Yang, Eunho and Hwang, Sung Ju},
booktitle=ICLR,
year={2022}
}
@inproceedings{caccia2022new,
title={New Insights on Reducing Abrupt Representation Change in Online Continual Learning},
author={Caccia, Lucas and Aljundi, Rahaf and Asadi, Nader and Tuytelaars, Tinne and Pineau, Joelle and Belilovsky, Eugene},
booktitle=ICLR,
year={2022}
}
@inproceedings{wang2022memory,
title={Memory Replay with Data Compression for Continual Learning},
author={Wang, Liyuan and Zhang, Xingxing and Yang, Kuo and Yu, Longhui and Li, Chongxuan and Lanqing, HONG and Zhang, Shifeng and Li, Zhenguo and Zhong, Yi and Zhu, Jun},
booktitle=ICLR,
year={2022}
}
@inproceedings{tiwari2022gcr,
title={{GCR}: Gradient Coreset based Replay Buffer Selection for Continual Learning},
author={Tiwari, Rishabh and Killamsetty, Krishnateja and Iyer, Rishabh and Shenoy, Pradeep},
booktitle=CVPR,
pages={99--108},
year={2022}
}
@inproceedings{wang2022improving,
title={Improving Task-free Continual Learning by Distributionally Robust Memory Evolution},
author={Wang, Zhenyi and Shen, Li and Fang, Le and Suo, Qiuling and Duan, Tiehang and Gao, Mingchen},
booktitle=ICML,
pages={22985--22998},
year={2022}
}
@inproceedings{sun2022exploring,
title={Exploring Example Influence in Continual Learning},
author={Sun, Qing and Lyu, Fan and Shang, Fanhua and Feng, Wei and Wan, Liang},
booktitle=NIPS,
pages={27075--27086},
year={2022}
}
@article{boschini2022class,
title={Class-Incremental Continual Learning into the {eXtended} {DER}-verse},
author={Boschini, Matteo and Bonicelli, Lorenzo and Buzzega, Pietro and Porrello, Angelo and Calderara, Simone},
journal=TPAMI,
volume={},
number={},
pages={1--16},
year={2022}
}
%% generative replay
@inproceedings{goodfellow2014generative,
title={Generative Adversarial Nets},
author={Goodfellow, Ian and Pouget-Abadie, Jean and Mirza, Mehdi and Xu, Bing and Warde-Farley, David and Ozair, Sherjil and Courville, Aaron and Bengio, Yoshua},
booktitle=NIPS,
pages={2672--2680},
year={2014}
}
@inproceedings{shin2017continual,
title={Continual Learning with Deep Generative Replay},
author={Shin, Hanul and Lee, Jung Kwon and Kim, Jaehong and Kim, Jiwon},
booktitle=NIPS,
pages = {2994–3003},
year={2017}
}
@inproceedings{wu2018memory,
title={Memory Replay {GANs}: Learning to Generate New Categories without Forgetting},
author={Wu, Chenshen and Herranz, Luis and Liu, Xialei and Wang, Yaxing and van de Weijer, Joost and Raducanu, Bogdan},
booktitle=NIPS,
pages = {5966–5976},
year={2018}
}
@inproceedings{cong2020gan,
title={{GAN} Memory with No Forgetting},
author={Cong, Yulai and Zhao, Miaoyun and Li, Jianqiao and Wang, Sijia and Carin, Lawrence},
booktitle=NIPS,
pages={16481--16494},
year={2020}
}
@article{van2020brain,
title={Brain-Inspired Replay for Continual Learning with Artificial Neural Networks},
author={van de Ven, Gido M and Siegelmann, Hava T and Tolias, Andreas S},
journal={Nature Communications},
volume={11},
number={1},
pages={1--14},
year={2020}
}
@article{ramapuram2020lifelong,
title={Lifelong Generative Modeling},
author={Ramapuram, Jason and Gregorova, Magda and Kalousis, Alexandros},
journal={Neurocomputing},
volume={404},
pages={381--400},
year={2020}
}
@inproceedings{smith2021always,
title={Always Be Dreaming: A New Approach for Data-Free Class-Incremental Learning},
author={Smith, James and Hsu, Yen-Chang and Balloch, Jonathan and Shen, Yilin and Jin, Hongxia and Kira, Zsolt},
booktitle=ICCV,
pages={9374--9384},
year={2021}
}
@inproceedings{tang2022learning,
title={Learning to Imagine: Diversify Memory for Incremental Learning using Unlabeled Data},
author={Tang, Yu-Ming and Peng, Yi-Xing and Zheng, Wei-Shi},
booktitle=CVPR,
pages={9549--9558},
year={2022}
}
% regularization-based continual learning
%% parameter-based regularization
@inproceedings{zenke2017continual,
title={Continual Learning through Synaptic Intelligence},
author={Zenke, Friedemann and Poole, Ben and Ganguli, Surya},
booktitle=ICML,
pages={3987--3995},
year={2017}
}
@inproceedings{aljundi2018memory,
title={Memory Aware Synapses: Learning What (Not) to Forget},
author={Aljundi, Rahaf and Babiloni, Francesca and Elhoseiny, Mohamed and Rohrbach, Marcus and Tuytelaars, Tinne},
booktitle=ECCV,
pages={139--154},
year={2018}
}
@inproceedings{mirzadeh2020understanding,
title={Understanding the Role of Training Regimes in Continual Learning},
author={Mirzadeh, Seyed Iman and Farajtabar, Mehrdad and Pascanu, Razvan and Ghasemzadeh, Hassan},
booktitle=NIPS,
pages={7308--7320},
year={2020}
}
%%% bayesian-based regularization
@article{kirkpatrick2017overcoming,
title={Overcoming Catastrophic Forgetting in Neural Networks},
author={Kirkpatrick, James and Pascanu, Razvan and Rabinowitz, Neil and Veness, Joel and Desjardins, Guillaume and Rusu, Andrei A and Milan, Kieran and Quan, John and Ramalho, Tiago and Grabska-Barwinska, Agnieszka and others},
journal={Proceedings of the National Academy of Sciences},
volume={114},
number={13},
pages={3521--3526},
year={2017}
}
@inproceedings{lee2017overcoming,
title={Overcoming Catastrophic Forgetting by Incremental Moment Matching},
author={Lee, Sang-Woo and Kim, Jin-Hwa and Jun, Jaehyun and Ha, Jung-Woo and Zhang, Byoung-Tak},
booktitle=NIPS,
pages={4655--4665},
year={2017}
}
@inproceedings{martens2015optimizing,
title={Optimizing Neural Networks with Kronecker-factored Approximate Curvature},
author={Martens, James and Grosse, Roger},
booktitle=ICML,
pages={2408--2417},
year={2015}
}
@inproceedings{ritter2018online,
title={Online Structured Laplace Approximations for Overcoming Catastrophic Forgetting},
author={Ritter, Hippolyt and Botev, Aleksandar and Barber, David},
booktitle=NIPS,
pages={3742--3752},
year={2018}
}
@inproceedings{nguyen2018variational,
title={Variational Continual Learning},
author={Nguyen, Cuong V and Li, Yingzhen and Bui, Thang D and Turner, Richard E},
booktitle=ICLR,
year={2018}
}
@inproceedings{ahn2019uncertainty,
title={Uncertainty-based Continual Learning with Adaptive Regularization},
author={Ahn, Hongjoon and Cha, Sungmin and Lee, Donggyu and Moon, Taesup},
booktitle=NIPS,
pages={4392--4402},
year={2019}
}
@inproceedings{ebrahimi2020uncertainty,
title={Uncertainty-guided Continual Learning with {Bayesian} Neural Networks},
author={Ebrahimi, Sayna and Elhoseiny, Mohamed and Darrell, Trevor and Rohrbach, Marcus},
booktitle=ICLR,
year={2020}
}
@inproceedings{adel2020continual,
title={Continual Learning with Adaptive Weights ({CLAW})},
author={Adel, Tameem and Zhao, Han and Turner, Richard E},
booktitle=ICLR,
year={2020}
}
@inproceedings{kao2021natural,
title={Natural Continual Learning: Success Is a Journey, Not (Just) A Destination},
author={Kao, Ta-Chu and Jensen, Kristopher and van de Ven, Gido and Bernacchia, Alberto and Hennequin, Guillaume},
booktitle=NIPS,
pages={28067--28079},
year={2021}
}
%%% subspace-based regularization
@article{zeng2019continual,
title={Continual Learning of Context-Dependent Processing in Neural Networks},
author={Zeng, Guanxiong and Chen, Yang and Cui, Bo and Yu, Shan},
journal={Nature Machine Intelligence},
volume={1},
number={8},
pages={364--372},
year={2019}
}
@inproceedings{farajtabar2020orthogonal,
title={Orthogonal Gradient Descent for Continual Learning},
author={Farajtabar, Mehrdad and Azizan, Navid and Mott, Alex and Li, Ang},
booktitle=AISTATS,
pages={3762--3773},
year={2020}
}
@inproceedings{mirzadeh2021linear,
title={Linear Mode Connectivity in Multitask and Continual Learning},
author={Mirzadeh, Seyed Iman and Farajtabar, Mehrdad and Gorur, Dilan and Pascanu, Razvan and Ghasemzadeh, Hassan},
booktitle=ICLR,
year={2021}
}
@inproceedings{saha2021gradient,
title={Gradient Projection Memory for Continual Learning},
author={Saha, Gobinda and Garg, Isha and Roy, Kaushik},
booktitle=ICLR,
year={2021}
}
@inproceedings{wang2021training,
title={Training Networks in Null Space of Feature Covariance for Continual Learning},
author={Wang, Shipeng and Li, Xiaorong and Sun, Jian and Xu, Zongben},
booktitle=CVPR,
pages={184--193},
year={2021}
}
@inproceedings{tang2021layerwise,
title={Layerwise Optimization by Gradient Decomposition for Continual Learning},
author={Tang, Shixiang and Chen, Dapeng and Zhu, Jinguo and Yu, Shijie and Ouyang, Wanli},
booktitle=CVPR,
pages={9634--9643},
year={2021}
}
@inproceedings{deng2021flattening,
title={Flattening Sharpness for Dynamic Gradient Projection Memory Benefits Continual Learning},
author={Deng, Danruo and Chen, Guangyong and Hao, Jianye and Wang, Qiong and Heng, Pheng-Ann},
booktitle=NIPS,
pages={18710--18721},
year={2021}
}
@inproceedings{lin2022trgp,
title={{TRGP}: Trust Region Gradient Projection for Continual Learning},
author={Lin, Sen and Yang, Li and Fan, Deliang and Zhang, Junshan},
booktitle=ICLR,
year={2022}
}
@inproceedings{wolczyk2022continual,
title={Continual Learning with Guarantees via Weight Interval Constraints},
author={Wo{\l}czyk, Maciej and Piczak, Karol and W{\'o}jcik, Bartosz and Pustelnik, Lukasz and Morawiecki, Pawe{\l} and Tabor, Jacek and Trzcinski, Tomasz and Spurek, Przemys{\l}aw},
booktitle=ICML,
pages={23897--23911},
year={2022},
}
@inproceedings{lin2022towards,
title={Towards Better Plasticity-Stability Trade-off in Incremental Learning: A Simple Linear Connector},
author={Lin, Guoliang and Chu, Hanlu and Lai, Hanjiang},
booktitle=CVPR,
pages={89--98},
year={2022}
}
%% output-based regulariztion
@article{hinton2015distilling,
title={Distilling the Knowledge in a Neural Network},
author={Hinton, Geoffrey and Vinyals, Oriol and Dean, Jeff},
journal={arXiv preprint arXiv:1503.02531},
year={2015}
}
@article{li2017learning,
title={Learning without Forgetting},
author={Li, Zhizhong and Hoiem, Derek},
journal=TPAMI,
volume={40},
number={12},
pages={2935--2947},
year={2017}
}
@inproceedings{selvaraju2017grad,
title={Grad-{CAM}: Visual Explanations from Deep Networks via Gradient-based Localization},
author={Selvaraju, Ramprasaath R and Cogswell, Michael and Das, Abhishek and Vedantam, Ramakrishna and Parikh, Devi and Batra, Dhruv},
booktitle=ICCV,
pages={618--626},
year={2017}
}
@inproceedings{schwarz2018progress,
title={Progress \& Compress: A Scalable Framework for Continual Learning},
author={Schwarz, Jonathan and Czarnecki, Wojciech and Luketina, Jelena and Grabska-Barwinska, Agnieszka and Teh, Yee Whye and Pascanu, Razvan and Hadsell, Raia},
booktitle=ICML,
pages={4528--4537},
year={2018}
}
@inproceedings{dhar2019learning,
title={Learning without Memorizing},
author={Dhar, Prithviraj and Singh, Rajat Vikram and Peng, Kuan-Chuan and Wu, Ziyan and Chellappa, Rama},
booktitle=CVPR,
pages={5138--5146},
year={2019}
}
@inproceedings{martinetz1991neural,
title={A ``Neural-Gas'' Network Learns Topologies},
author={Martinetz, Thomas and Schulten, Klaus},
booktitle=ICANN,
pages={397--402},
year={1991}
}
@inproceedings{fritzke1995growing,
title={A Growing Neural Gas Network Learns Topologies},
author={Fritzke, Bernd},
booktitle=NIPS,
pages={625--632},
year={1995}
}
@inproceedings{tao2020few,
title={Few-Shot Class-Incremental Learning},
author={Tao, Xiaoyu and Hong, Xiaopeng and Chang, Xinyuan and Dong, Songlin and Wei, Xing and Gong, Yihong},
booktitle=CVPR,
pages={12183--12192},
year={2020}
}
@inproceedings{tao2020topology,
title={Topology-Preserving Class-Incremental Learning},
author={Tao, Xiaoyu and Chang, Xinyuan and Hong, Xiaopeng and Wei, Xing and Gong, Yihong},
booktitle=ECCV,
pages={254--270},
year={2020}
}
@inproceedings{cha2021co2l,
title={{Co$^2$L}: Contrastive Continual Learning},
author={Cha, Hyuntak and Lee, Jaeho and Shin, Jinwoo},
booktitle=ICCV,
pages={9516--9525},
year={2021}
}
% architecture-based continual learning
@inproceedings{von2020continual,
title={Continual Learning with Hypernetworks},
author={von Oswald, Johannes and Henning, Christian and Sacramento, Jo{\~a}o and Grewe, Benjamin F},
booktitle=ICLR,
year={2020}
}
%% mask-based
@inproceedings{mallya2018packnet,
title={{PackNet}: Adding Multiple Tasks to a Single Network by Iterative Pruning},
author={Mallya, Arun and Lazebnik, Svetlana},
booktitle=CVPR,
pages={7765--7773},
year={2018}
}
@inproceedings{serra2018overcoming,
title={Overcoming Catastrophic Forgetting with Hard Attention to the Task},
author={Serra, Joan and Suris, Didac and Miron, Marius and Karatzoglou, Alexandros},
booktitle=ICML,
pages={4548--4557},
year={2018}
}
@inproceedings{golkar2019continual,
title={Continual Learning via Neural Pruning},
author={Golkar, Siavash and Kagan, Micheal and Cho, Kyunghyun},
booktitle=NIPSW,
year={2019}
}
@inproceedings{wortsman2020supermasks,
title={Supermasks in Superposition},
author={Wortsman, Mitchell and Ramanujan, Vivek and Liu, Rosanne and Kembhavi, Aniruddha and Rastegari, Mohammad and Yosinski, Jason and Farhadi, Ali},
booktitle=NIPS,
pages={15173--15184},
year={2020}
}
@inproceedings{frankle2019lottery,
title={The Lottery Ticket Hypothesis: Finding Sparse, Trainable Neural Networks},
author={Frankle, Jonathan and Carbin, Michael},
booktitle=ICLR,
year={2019}
}
@inproceedings{chen2021long,
title={Long Live the Lottery: The Existence of Winning Tickets in Lifelong Learning},
author={Chen, Tianlong and Zhang, Zhenyu and Liu, Sijia and Chang, Shiyu and Wang, Zhangyang},
booktitle=ICLR,
year={2021}
}
@inproceedings{kang2022forget,
title={Forget-free Continual Learning with Winning Subnetworks},
author={Kang, Haeyong and Mina, Rusty John Lloyd and Madjid, Sultan Rizky Hikmawan and Yoon, Jaehong and Hasegawa-Johnson, Mark and Hwang, Sung Ju and Yoo, Chang D},
booktitle=ICML,
pages={10734--10750},
year={2022}
}
@inproceedings{shi2021continual,
title={Continual Learning via Bit-Level Information Preserving},
author={Shi, Yujun and Yuan, Li and Chen, Yunpeng and Feng, Jiashi},
booktitle=CVPR,
pages={16674--16683},
year={2021}
}
@inproceedings{xue2022meta,
title={Meta-Attention for {ViT}-backed Continual Learning},
author={Xue, Mengqi and Zhang, Haofei and Song, Jie and Song, Mingli},
booktitle=CVPR,
pages={150--159},
year={2022}
}
%% expansion-based
@article{rusu2016progressive,
title={Progressive Neural Networks},
author={Rusu, Andrei A and Rabinowitz, Neil C and Desjardins, Guillaume and Soyer, Hubert and Kirkpatrick, James and Kavukcuoglu, Koray and Pascanu, Razvan and Hadsell, Raia},
journal={arXiv preprint arXiv:1606.04671},
year={2016}
}
@inproceedings{aljundi2017expert,
title={Expert Gate: Lifelong Learning with a Network of Experts},
author={Aljundi, Rahaf and Chakravarty, Punarjay and Tuytelaars, Tinne},
booktitle=CVPR,
pages={3366--3375},
year={2017}
}
@inproceedings{cortes2017adanet,
title={{AdaNet}: Adaptive Structural Learning of Artificial Neural Networks},
author={Cortes, Corinna and Gonzalvo, Xavier and Kuznetsov, Vitaly and Mohri, Mehryar and Yang, Scott},
booktitle=ICML,
pages={874--883},
year={2017}
}
@inproceedings{yoon2018lifelong,
title={Lifelong Learning with Dynamically Expandable Networks},
author={Yoon, Jaehong and Yang, Eunho and Lee, Jeongtae and Hwang, Sung Ju},
booktitle=ICLR,
year={2018}
}
@inproceedings{li2019learn,
title={Learn to Grow: A Continual Structure Learning Framework for Overcoming Catastrophic Forgetting},
author={Li, Xilai and Zhou, Yingbo and Wu, Tianfu and Socher, Richard and Xiong, Caiming},
booktitle=ICML,
pages={3925--3934},
year={2019}
}
@inproceedings{lee2020neural,
title={A Neural Dirichlet Process Mixture Model for Task-Free Continual Learning},
author={Lee, Soochan and Ha, Junsoo and Zhang, Dongsu and Kim, Gunhee},
booktitle=ICLR,
year={2020}
}
@inproceedings{yan2021dynamically,
title={{DER}: Dynamically Expandable Representation for Class Incremental Learning},
author={Yan, Shipeng and Xie, Jiangwei and He, Xuming},
booktitle=CVPR,
pages={3014--3023},
year={2021}
}
@inproceedings{liu2021adaptive,
title={Adaptive Aggregation Networks for Class-Incremental Learning},
author={Liu, Yaoyao and Schiele, Bernt and Sun, Qianru},
booktitle=CVPR,
pages={2544--2553},
year={2021}
}
@inproceedings{qin2021bns,
title={{BNS}: Building Network Structures Dynamically for Continual Learning},
author={Qin, Qi and Hu, Wenpeng and Peng, Han and Zhao, Dongyan and Liu, Bing},
booktitle=NIPS,
pages={20608--20620},
year={2021}
}
@inproceedings{douillard2022dytox,
title={{DyTox}: Transformers for Continual Learning with Dynamic Token Expansion},
author={Douillard, Arthur and Ram{\'e}, Alexandre and Couairon, Guillaume and Cord, Matthieu},
booktitle=CVPR,
pages={9285--9295},
year={2022}
}
@article{liu2021pre,
title={Pre-train, Prompt, and Predict: A Systematic Survey of Prompting Methods in Natural Language Processing},
author={Liu, Pengfei and Yuan, Weizhe and Fu, Jinlan and Jiang, Zhengbao and Hayashi, Hiroaki and Neubig, Graham},
journal={arXiv preprint arXiv:2107.13586},
year={2021}
}
@inproceedings{wang2022learning,
title={Learning to Prompt for Continual Learning},
author={Wang, Zifeng and Zhang, Zizhao and Lee, Chen-Yu and Zhang, Han and Sun, Ruoxi and Ren, Xiaoqi and Su, Guolong and Perot, Vincent and Dy, Jennifer and Pfister, Tomas},
booktitle=CVPR,
pages={139--149},
year={2022}
}
@inproceedings{wang2022dualprompt,
title={{DualPrompt}: Complementary Prompting for Rehearsal-free Continual Learning},
author={Wang, Zifeng and Zhang, Zizhao and Ebrahimi, Sayna and Sun, Ruoxi and Zhang, Han and Lee, Chen-Yu and Ren, Xiaoqi and Su, Guolong and Perot, Vincent and Dy, Jennifer and Pfister, Tomas},
booktitle=ECCV,
pages={631--648},
year={2022}
}
@inproceedings{wang2022s,
title={{S-Prompts} Learning with Pre-trained Transformers: An Occam's Razor for Domain Incremental Learning},
author={Wang, Yabin and Huang, Zhiwu and Hong, Xiaopeng},
booktitle=NIPS,
pages={5682--5695},
year={2022}
}
@inproceedings{houlsby2019parameter,
title={Parameter-Efficient Transfer Learning for {NLP}},
author={Houlsby, Neil and Giurgiu, Andrei and Jastrzebski, Stanislaw and Morrone, Bruna and De Laroussilhe, Quentin and Gesmundo, Andrea and Attariyan, Mona and Gelly, Sylvain},
booktitle=ICML,
pages={2790--2799},
year={2019}
}
@article{mcclelland1995there,
title={Why There Are Complementary Learning Systems in the Hippocampus and Neocortex: Insights from the Successes and Failures of Connectionist Models of Learning and Memory},
author={McClelland, James L and McNaughton, Bruce L and O'Reilly, Randall C},
journal={Psychological Review},
volume={102},
number={3},
pages={419},
year={1995}
}
@article{kumaran2016learning,
title={What Learning Systems Do Intelligent Agents Need? Complementary Learning Systems Theory Updated},
author={Kumaran, Dharshan and Hassabis, Demis and McClelland, James L},
journal={Trends in Cognitive Sciences},
volume={20},
number={7},
pages={512--534},
year={2016}
}
@inproceedings{pham2021dualnet,
title={{DualNet}: Continual Learning, Fast and Slow},
author={Pham, Quang and Liu, Chenghao and Hoi, Steven},
booktitle=NIPS,
pages={16131--16144},
year={2021}
}