paper-with-me

Papers

Properties Of Winning Tickets On Skin Lesion Classification

2020-08-25 · Sherin Muckatira

Skin cancer affects a large population every year -- automated skin cancer detection algorithms can thus greatly help clinicians. Prior efforts involving deep learning models have high detection accuracy. However, most of the models have a large number of parameters, with some works even using an ensemble of models to achieve good accuracy. In this paper, we investigate a recently proposed pruning technique called Lottery Ticket Hypothesis. We find that iterative pruning of the network resulted in improved accuracy, compared to that of the unpruned network, implying that -- the lottery ticket hypothesis can be applied to the problem of skin cancer detection and this hypothesis can result in a smaller network for inference. We also examine the accuracy across sub-groups -- created by gender and age -- and it was found that some sub-groups show a larger increase in accuracy than others.

📄 PDF Abstract BibTeX arXiv:2008.12141

Code (0)

등록된 구현이 없습니다.

Tasks

ClassificationGeneral ClassificationLesion ClassificationSkin Lesion Classification

Methods 이 논문이 사용한 방법론

Pruning 설명 없음

Similar Papers 제목 키워드 기반

Finding Winning Tickets with Limited (or No) Supervision

2019-09-25 · Mathilde Caron, Ari Morcos, Piotr Bojanowski, Julien Mairal 외

The lottery ticket hypothesis argues that neural networks contain sparse subnetworks, which, if appropriately initialized (the winning tickets), are capable of matching the accuracy of the full network when trained in is…

Universality of Winning Tickets: A Renormalization Group Perspective

2021-10-07 · William T. Redman, Tianlong Chen, Zhangyang Wang, Akshunna S. Dogra

Foundational work on the Lottery Ticket Hypothesis has suggested an exciting corollary: winning tickets found in the context of one task can be transferred to similar tasks, possibly even across different architectures. …

Winning Lottery Tickets in Deep Generative Models

2020-10-05 · Neha Mukund Kalibhat, Yogesh Balaji, Soheil Feizi

The lottery ticket hypothesis suggests that sparse, sub-networks of a given neural network, if initialized properly, can be trained to reach comparable or even better performance to that of the original network. Prior wo…

The Lottery Ticket Hypothesis in Denoising: Towards Semantic-Driven Initialization

2023-12-13 · Jiafeng Mao, Xueting Wang, Kiyoharu Aizawa

Text-to-image diffusion models allow users control over the content of generated images. Still, text-to-image generation occasionally leads to generation failure requiring users to generate dozens of images under the sam…

DenoisingImage GenerationText to Image GenerationText-to-Image Generation

Sparse Winning Tickets are Data-Efficient Image Recognizers

2022-11-01 · NIPS 2022 11 · Mukund Varma T, Xuxi Chen, Zhenyu Zhang, Tianlong Chen 외

Improving the performance of deep networks in data-limited regimes has warranted much attention. In this work, we empirically show that “winning tickets” (small sub-networks) obtained via magnitude pruning based on the l…