Skip to content

Commit 1c05bc7

Browse files
committed
Updated on 2024-08-07
1 parent 45eb5dd commit 1c05bc7

File tree

1 file changed

+63
-0
lines changed

1 file changed

+63
-0
lines changed

papers/list.json

Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,67 @@
11
[
2+
{
3+
"title": "The wake-sleep algorithm for unsupervised neural networks",
4+
"author": "Geoffry Hinton et al",
5+
"year": "1995",
6+
"topic": "representation, generative",
7+
"venue": "Arxiv",
8+
"description": "One of the first generative neural networks that kind of resembles diffusion.",
9+
"link": "https://www.cs.toronto.edu/~hinton/csc2535/readings/ws.pdf"
10+
},
11+
{
12+
"title": "ViTCoD: Vision Transformer Acceleration via Dedicated Algorithm and Accelerator Co-Design",
13+
"author": "Haoran You et al",
14+
"year": "2022",
15+
"topic": "vit, accelerator, attention",
16+
"venue": "Arxiv",
17+
"description": "Co-deisng for ViTs. Prunes and polarizes attention maps to have denser/sparser patterns. Development of hardware accelerator as well.",
18+
"link": "https://arxiv.org/pdf/2210.09573"
19+
},
20+
{
21+
"title": "Evolving Neural Networks through Augmenting Topologies",
22+
"author": "Kenneth O. Stanley et al",
23+
"year": "2002",
24+
"topic": "nas, evolution",
25+
"venue": "Arxiv",
26+
"description": "Evolution for NAS.",
27+
"link": "https://www.cse.unr.edu/~sushil/class/gas/papers/NEAT.pdf"
28+
},
29+
{
30+
"title": "A Brief Review of Hypernetworks in Deep Learning",
31+
"author": "Vinod Kumar Chauhan et al",
32+
"year": "2024",
33+
"topic": "hypernetwork",
34+
"venue": "Arxiv",
35+
"description": "Review of hypernets.",
36+
"link": "https://arxiv.org/pdf/2306.06955"
37+
},
38+
{
39+
"title": "HyperNetworks",
40+
"author": "David Ha et al",
41+
"year": "2016",
42+
"topic": "hypernetwork",
43+
"venue": "Arxiv",
44+
"description": "Looking at HyperNetworks: networks that generate weights for other networks.",
45+
"link": "https://arxiv.org/pdf/1609.09106"
46+
},
47+
{
48+
"title": "Deep Learners Benefit More from Out-of-Distribution Examples",
49+
"author": "Yoshio Bengio et al",
50+
"year": "2024",
51+
"topic": "ood",
52+
"venue": "ICML",
53+
"description": "Evidence that ood samples can help learning. They also argue that intermediate levels of representation can benefit the models in multi-task settings.",
54+
"link": "http://proceedings.mlr.press/v15/bengio11b/bengio11b.pdf"
55+
},
56+
{
57+
"title": "Balanced Data, Imbalanced Spectra: Unveiling Class Disparities with Spectral Imbalance",
58+
"author": "Chiraag Kaushik et al",
59+
"year": "2024",
60+
"topic": "spectra, class imbalance",
61+
"venue": "ICML",
62+
"description": "Introduction of the idea of \"spectral imbalance\", which can affect classification accuracy even when classes are balanced. Basically, they look at how the distributions of eigenvalues in different classes affect classification accuracy.",
63+
"link": "https://arxiv.org/pdf/2402.11742"
64+
},
265
{
366
"title": "DeepArchitect: Automatically Designing and Training Deep Architectures",
467
"author": "Renato Negrinho et al",

0 commit comments

Comments
 (0)