diff options
| author | Vineet Kumar <git@vineetk.net> | 2026-04-21 23:58:24 -0400 |
|---|---|---|
| committer | Vineet Kumar <git@vineetk.net> | 2026-04-21 23:58:24 -0400 |
| commit | a54bcf2255337052808ea2312cbd418c6a5f89a4 (patch) | |
| tree | e5bae0500b0b41121d6c38acff6e2ae501d394ae /references.bib | |
| parent | 443033a57e93ae73785c063116f54ec26b903beb (diff) | |
add final report
Diffstat (limited to 'references.bib')
| -rw-r--r-- | references.bib | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/references.bib b/references.bib new file mode 100644 index 0000000..1a50b8e --- /dev/null +++ b/references.bib | |||
| @@ -0,0 +1,48 @@ | |||
| 1 | @inproceedings{he2016deep, | ||
| 2 | author = {He, Kaiming and Zhang, Xiangyu and Ren, Shaoqing and Sun, Jian}, | ||
| 3 | title = {Deep Residual Learning for Image Recognition}, | ||
| 4 | booktitle = {Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition (CVPR)}, | ||
| 5 | year = {2016}, | ||
| 6 | pages = {770--778}, | ||
| 7 | } | ||
| 8 | |||
| 9 | @inproceedings{tan2019efficientnet, | ||
| 10 | author = {Tan, Mingxing and Le, Quoc V.}, | ||
| 11 | title = {{EfficientNet}: Rethinking Model Scaling for Convolutional Neural Networks}, | ||
| 12 | booktitle = {Proceedings of the 36th International Conference on Machine Learning (ICML)}, | ||
| 13 | year = {2019}, | ||
| 14 | pages = {6105--6114}, | ||
| 15 | } | ||
| 16 | |||
| 17 | @inproceedings{dosovitskiy2021image, | ||
| 18 | author = {Dosovitskiy, Alexey and Beyer, Lucas and Kolesnikov, Alexander and Weissenborn, Dirk and Zhai, Xiaohua and Unterthiner, Thomas and Dehghani, Mostafa and Minderer, Matthias and Heigold, Georg and Gelly, Sylvain and Uszkoreit, Jakob and Houlsby, Neil}, | ||
| 19 | title = {An Image is Worth 16x16 Words: Transformers for Image Recognition at Scale}, | ||
| 20 | booktitle = {International Conference on Learning Representations (ICLR)}, | ||
| 21 | year = {2021}, | ||
| 22 | } | ||
| 23 | |||
| 24 | @inproceedings{lin2017focal, | ||
| 25 | author = {Lin, Tsung-Yi and Goyal, Priya and Girshick, Ross and He, Kaiming and Doll{\'a}r, Piotr}, | ||
| 26 | title = {Focal Loss for Dense Object Detection}, | ||
| 27 | booktitle = {Proceedings of the IEEE International Conference on Computer Vision (ICCV)}, | ||
| 28 | year = {2017}, | ||
| 29 | pages = {2980--2988}, | ||
| 30 | } | ||
| 31 | |||
| 32 | @incollection{zuiderveld1994clahe, | ||
| 33 | author = {Zuiderveld, Karel}, | ||
| 34 | title = {Contrast Limited Adaptive Histogram Equalization}, | ||
| 35 | booktitle = {Graphics Gems {IV}}, | ||
| 36 | editor = {Heckbert, Paul S.}, | ||
| 37 | publisher = {Academic Press}, | ||
| 38 | year = {1994}, | ||
| 39 | pages = {474--485}, | ||
| 40 | } | ||
| 41 | |||
| 42 | @misc{amanneo2022dr, | ||
| 43 | author = {Amanneo}, | ||
| 44 | title = {Diabetic Retinopathy Resized Arranged}, | ||
| 45 | year = {2022}, | ||
| 46 | publisher = {Kaggle}, | ||
| 47 | url = {https://www.kaggle.com/datasets/amanneo/diabetic-retinopathy-resized-arranged}, | ||
| 48 | } | ||
