Skip to content

Commit 06fe6ab

Browse files
committedJul 31, 2020
update
1 parent 006fa3e commit 06fe6ab

File tree

3 files changed

+118
-86
lines changed

3 files changed

+118
-86
lines changed
 

‎README.md

+103-84
Large diffs are not rendered by default.

‎bibtex.bib

+13-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
@article{Ren2020WanderingWA,
2+
title={Wandering Within a World: Online Contextualized Few-Shot Learning},
3+
author={Mengye Ren and Michael L. Iuzzolino and Michael C. Mozer and Richard S. Zemel},
4+
journal={ArXiv},
5+
year={2020},
6+
volume={abs/2007.04546},
7+
url={https://arxiv.org/abs/2007.04546},
8+
keywords={Continual Few-Shot, Setting}
9+
}
10+
@String(Ren2020WanderingWA="proposes a new continual few-shot setting where spacial and temporal context can be leveraged to and unseen classes need to be predicted")
11+
12+
113
@misc{lesort2020continual,
214
title={Continual Learning: Tackling Catastrophic Forgetting in Deep Neural Networks with Replay Processes},
315
author={Timothée Lesort},
@@ -34,7 +46,7 @@ @article{antoniou2020defining
3446
journal={arXiv preprint arXiv:2004.11967},
3547
year={2020},
3648
url={https://arxiv.org/abs/2004.11967},
37-
keywords={Meta-Continual Learning, Settings},
49+
keywords={Meta-Continual Learning, Setting},
3850
}
3951
@String(antoniou2020defining="(title is a good enough summary)")
4052

‎scripts/bibtex_to_md.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,15 @@ def plot_titles(titles):
1616
list_types = [["Classics", "Classic"],
1717
["Surveys", "Survey", "survey"],
1818
["Influentials", "Influential"],
19+
["New Settings or Metrics", "Setting", "Metric"],
1920
["Regularization Methods", "Regularization"],
2021
["Distillation Methods", "Distillation"],
2122
["Rehearsal Methods", "Rehearsal"],
2223
["Generative Replay Methods", "Generative Replay"],
2324
["Dynamic Architectures or Routing Methods", "Architectures", "Dynamic Architecture"],
2425
["Hybrid Methods", "Hybrid"],
2526
["Meta-Continual Learning"],
26-
["Continual-Meta Learning"],
27+
["Continual Few-Shot Learning", "Continual-Meta Learning"],
2728
["Lifelong Reinforcement Learning", "Reinforcement"],
2829
["Continual Generative Modeling", "Generative Modeling"],
2930
["Applications"],

0 commit comments

Comments
 (0)
Please sign in to comment.