LeetCode Weekly Contest 128
Time: Mar 17th, 2019 @ 10:30 AM - 12:00 AM (GMT+8)
LeetCode Weekly Contest 127
Time: Mar 10th, 2019 @ 10:30 AM - 12:00 AM (GMT+8)
Star Shape Prior in Fully Convolutional Networks for Skin Lesion Segmentation 论文解读
LeetCode Weekly Contest 126
Time: Mar 3rd, 2019 @ 10:30 AM - 12:00 AM (GMT+8)
LeetCode Weekly Contest 125
Time: Feb 24th, 2019 @ 10:30 AM - 12:00 AM (GMT+8)
Approximating CNNs With Bag-of-Local-Features Models Works Surprisingly Well on ImageNet 论文解读
这是发表在 ICLR 2019 上的一篇关于深度神经网络可解释性的文章。
文章链接在https://openreview.net/forum?id=SkfMWhAqYQ,作者的开源代码在 https://github.com/wielandbrendel/bag-of-local-features-models。
SLSDeep-Skin Lesion Segmentation Based on Dilated Residual and Pyramid Pooling Networks 论文解读
这是发表在 MICCAI 2018 上的一篇关于病灶分割的文章。
arxiv链接在https://arxiv.org/abs/1805.10241,作者的开源代码在 https://github.com/xmichelleshihx/SLSDeep 。
LeetCode Weekly Contest 124
Time: Feb 17th, 2019 @ 10:30 AM - 12:00 AM (GMT+8)
Bilinear CNNs for Fine-grained Visual Recognition 论文解读
这是发表在 ICCV 2015 上的一篇关于细粒度图像分类的文章。
作者的project链接在http://vis-www.cs.umass.edu/bcnn/,复现的开源代码在 HaoMood/bilinear-cnn ,pytorch版本,代码质量很高。