Skip to content

Commit db210ac

Browse files
committedAug 3, 2020
update
1 parent 06fe6ab commit db210ac

File tree

3 files changed

+108
-103
lines changed

3 files changed

+108
-103
lines changed
 

‎README.md

+97-101
Large diffs are not rendered by default.

‎bibtex.bib

+10-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
@inproceedings{Gupta2020LaMAMLLM,
2+
title={La-MAML: Look-ahead Meta Learning for Continual Learning},
3+
author={Gunshi Gupta and Karmesh Yadav and Liam Paull},
4+
url={https://arxiv.org/abs/2007.13904},
5+
year={2020}
6+
kewwords={"meta-continual learning"}
7+
}
8+
@String("Proposes an online replay-based meta-continual learning algorithm with learning-rate modulation to mitigate catastrophic forgetting")
9+
110
@article{Ren2020WanderingWA,
211
title={Wandering Within a World: Online Contextualized Few-Shot Learning},
312
author={Mengye Ren and Michael L. Iuzzolino and Michael C. Mozer and Richard S. Zemel},
@@ -46,7 +55,7 @@ @article{antoniou2020defining
4655
journal={arXiv preprint arXiv:2004.11967},
4756
year={2020},
4857
url={https://arxiv.org/abs/2004.11967},
49-
keywords={Meta-Continual Learning, Setting},
58+
keywords={Continual Few-Shot, Setting},
5059
}
5160
@String(antoniou2020defining="(title is a good enough summary)")
5261

‎scripts/bibtex_to_md.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ def plot_titles(titles):
2323
["Generative Replay Methods", "Generative Replay"],
2424
["Dynamic Architectures or Routing Methods", "Architectures", "Dynamic Architecture"],
2525
["Hybrid Methods", "Hybrid"],
26-
["Meta-Continual Learning"],
2726
["Continual Few-Shot Learning", "Continual-Meta Learning"],
27+
["Meta-Continual Learning"],
2828
["Lifelong Reinforcement Learning", "Reinforcement"],
2929
["Continual Generative Modeling", "Generative Modeling"],
3030
["Applications"],

0 commit comments

Comments
 (0)
Please sign in to comment.