-
Notifications
You must be signed in to change notification settings - Fork 84
Expand file tree
/
Copy pathreferences.bib
More file actions
103 lines (92 loc) · 3.9 KB
/
references.bib
File metadata and controls
103 lines (92 loc) · 3.9 KB
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
@article{ba2016layer,
author = {Ba, Jimmy Lei and Kiros, Jamie Ryan and Hinton, Geoffrey E},
journal = {arXiv preprint arXiv:1607.06450},
title = {Layer normalization},
year = {2016}
}
@inproceedings{goodfellow2013maxout,
author = {Goodfellow, Ian and Warde-Farley, David and Mirza, Mehdi and Courville, Aaron and Bengio, Yoshua},
booktitle = {International conference on machine learning},
organization = {PMLR},
pages = {1319--1327},
title = {Maxout networks},
year = {2013}
}
@inproceedings{hadsell2006dimensionality,
author = {Hadsell, Raia and Chopra, Sumit and LeCun, Yann},
booktitle = {2006 IEEE computer society conference on computer vision and pattern recognition (CVPR'06)},
organization = {IEEE},
pages = {1735--1742},
title = {Dimensionality reduction by learning an invariant mapping},
volume = {2},
year = {2006}
}
@inproceedings{ioffe2015batch,
author = {Ioffe, Sergey and Szegedy, Christian},
booktitle = {International conference on machine learning},
organization = {pmlr},
pages = {448--456},
title = {Batch normalization: Accelerating deep network training by reducing internal covariate shift},
year = {2015}
}
@article{klambauer2017self,
author = {Klambauer, G{\"u}nter and Unterthiner, Thomas and Mayr, Andreas and Hochreiter, Sepp},
journal = {Advances in neural information processing systems},
title = {Self-normalizing neural networks},
volume = {30},
year = {2017}
}
@inproceedings{lin2017focal,
author = {Lin, Tsung-Yi and Goyal, Priya and Girshick, Ross and He, Kaiming and Doll{\'a}r, Piotr},
booktitle = {Proceedings of the IEEE international conference on computer vision},
pages = {2980--2988},
title = {Focal loss for dense object detection},
year = {2017}
}
@inproceedings{milletari2016v,
author = {Milletari, Fausto and Navab, Nassir and Ahmadi, Seyed-Ahmad},
booktitle = {2016 fourth international conference on 3D vision (3DV)},
organization = {Ieee},
pages = {565--571},
title = {V-net: Fully convolutional neural networks for volumetric medical image segmentation},
year = {2016}
}
@article{srivastava2014dropout,
author = {Srivastava, Nitish and Hinton, Geoffrey and Krizhevsky, Alex and Sutskever, Ilya and Salakhutdinov, Ruslan},
journal = {The journal of machine learning research},
number = {1},
pages = {1929--1958},
publisher = {JMLR. org},
title = {Dropout: a simple way to prevent neural networks from overfitting},
volume = {15},
year = {2014}
}
@article{su2024roformer,
author = {Su, Jianlin and Ahmed, Murtadha and Lu, Yu and Pan, Shengfeng and Bo, Wen and Liu, Yunfeng},
journal = {Neurocomputing},
pages = {127063},
publisher = {Elsevier},
title = {Roformer: Enhanced transformer with rotary position embedding},
volume = {568},
year = {2024}
}
@article{ulyanov2016instance,
author = {Ulyanov, Dmitry and Vedaldi, Andrea and Lempitsky, Victor},
journal = {arXiv preprint arXiv:1607.08022},
title = {Instance normalization: The missing ingredient for fast stylization},
year = {2016}
}
@article{vaswani2017attention,
author = {Vaswani, Ashish and Shazeer, Noam and Parmar, Niki and Uszkoreit, Jakob and Jones, Llion and Gomez, Aidan N and Kaiser, {\L}ukasz and Polosukhin, Illia},
journal = {Advances in neural information processing systems},
title = {Attention is all you need},
volume = {30},
year = {2017}
}
@inproceedings{wu2018group,
author = {Wu, Yuxin and He, Kaiming},
booktitle = {Proceedings of the European conference on computer vision (ECCV)},
pages = {3--19},
title = {Group normalization},
year = {2018}
}