generated from george-gca/multi-language-al-folio
-
Notifications
You must be signed in to change notification settings - Fork 2
/
papers.bib
38 lines (36 loc) · 4.84 KB
/
papers.bib
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
---
---
@InProceedings{Jordao_2023_ICCV,
abbr = {ICCV Workshops},
abstract = {Pruning is a standard technique for reducing the computational cost of deep networks. Many advances in pruning leverage concepts from the Lottery Ticket Hypothesis (LTH). LTH reveals that inside a trained dense network exists sparse subnetworks (tickets) able to achieve similar accuracy (i.e., win the lottery - winning tickets). Pruning at initialization focuses on finding winning tickets without training a dense network. Studies on these concepts share the trend that subnetworks come from weight or filter pruning. In this work, we investigate LTH and pruning at initialization from the lens of layer pruning. First, we confirm the existence of winning tickets when the pruning process removes layers. Leveraged by this observation, we propose to discover these winning tickets at initialization, eliminating the requirement of heavy computational resources for training the initial (over-parameterized) dense network. Extensive experiments show that our winning tickets notably speed up the training phase and reduce up to 51% of carbon emission, an important step towards democratization and green Artificial Intelligence. Beyond computational benefits, our winning tickets exhibit robustness against adversarial and out-of-distribution examples. Finally, we show that our subnetworks easily win the lottery at initialization while tickets from filter removal (the standard structured LTH) hardly become winning tickets.},
arxiv = {2301.10835},
author = {Jordao, Artur and de Araújo, George and de Almeida Maia, Helena and Pedrini, Helio},
bibtex_show = {true},
booktitle = {Proceedings of the IEEE/CVF International Conference on Computer Vision (ICCV) Workshops},
html = {https://openaccess.thecvf.com/content/ICCV2023W/RCV/html/Jordao_When_Layers_Play_the_Lottery_all_Tickets_Win_at_Initialization_ICCVW_2023_paper.html},
month = {October},
pdf = {https://openaccess.thecvf.com/content/ICCV2023W/RCV/papers/Jordao_When_Layers_Play_the_Lottery_all_Tickets_Win_at_Initialization_ICCVW_2023_paper.pdf},
preview = {layers_lottery.png},
supp = {https://openaccess.thecvf.com/content/ICCV2023W/RCV/supplemental/Jordao_When_Layers_Play_ICCVW_2023_supplemental.pdf},
title = {When Layers Play the Lottery, all Tickets Win at Initialization},
tldr = {Our subnetworks easily win the lottery at initialization, speed up the training, and exhibit robustness against adversarial and out-of-distribution examples.},
year = {2023},
}
@InProceedings{10.1007/978-3-031-45392-2_8,
abbr = {BRACIS},
abstract = {Single image super-resolution (SISR) consists of obtaining one high-resolution version of a low-resolution image by increasing the number of pixels per unit area. This method has been actively investigated by the research community, due to the wide variety of problems ranging from real-world surveillance to aerial and satellite imaging. Most of the improvements in SISR come from convolutional networks, in which approaches often focus on the deeper and wider architectural paradigm. In this work, we decided to step up from the traditional convolutions and adopt the concept of capsules. Since their overwhelming results in image classification and segmentation problems, we question how suitable they are for SISR. We also verify that different solutions share similar configurations, and argue that this trend leads to fewer explorations of network designs. Throughout our experiments, we check various strategies to improve results, ranging from new and different loss functions to changes in the capsule layers. Our network achieved positive and promising results with fewer convolutional-based layers, showing that capsules might be a concept worth applying to the image super-resolution problem. In particular, we observe that the proposed method recreates the connection between the different characters more precisely, thus demonstrating the potential of capsules in super-resolution problems.},
arxiv = {2210.03743},
author = {de Araújo, George Corrêa and Jordão, Artur and Pedrini, Helio},
bibtex_show = {true},
booktitle = {Brazilian Conference on Intelligent Systems},
doi = {10.1007/978-3-031-45392-2_8},
editor = {Naldi, Murilo C. and Bianchi, Reinaldo A. C.},
html = {https://link.springer.com/chapter/10.1007/978-3-031-45392-2_8},
isbn = {978-3-031-45392-2},
preview = {srcaps.png},
publisher = {Springer Nature Switzerland},
slides = {https://github.com/george-gca/bracis_2023_srcaps},
title = {Single Image Super-Resolution Based on Capsule Neural Networks},
tldr = {Our network achieved good results with fewer convolutional-based layers, showing that capsules might be a concept worth applying in the SISR problem.},
year = {2023},
}