Paper_Note icon indicating copy to clipboard operation
Paper_Note copied to clipboard

📚 记录一些自己读过的论文与笔记

Paper_Note

记录自己的论文笔记

💡 论文下载tips:arxiv国内镜像的访问及PDF下载

  • Cornel University提供支持的原访问地址:https://arxiv.org
  • 国内中科院镜像的地址:cn.arxiv.org 或者:xxx.itp.ac.cn
  • 在原网站找到文章后,可以把https://替换为cn. 或者:http://xxx.itp.ac.cn/
  • 如:cn.arxiv.org/pdf/1710.06081v2 或者:http://xxx.itp.ac.cn/pdf/1506.02640v5

💡 已读论文列表

CNN网络

  • AlexNet
  • VGG_Net
  • ResNet
  • DenseNet
  • SENet
  • SKNet
  • DO-Conv
  • PyConv

语义分割

  • FCN
  • U-Net
  • Multi-Scale Context Aggregation by Dilation Convolutions
  • Semantic Human Matting
  • Dilated Convolution
  • Deeplab_v3
  • Deeplabv3+
  • Depthwise separable convolution
  • Xception
  • Understanding Deep Learning Techniques for Image Segmentation
  • SegNet
  • DFN
  • CCNet
  • Non-local
  • DAN
  • PAN
  • ResNeSt
  • FarSeg
  • OCRNet
  • ACNet

目标检测/实例分割

  • R-CNN
  • Fast R-CNN
  • Faster R-CNN
  • Mask R-CNN
  • ResNeSt
  • Yolov1
  • Yolov2
  • EfficientDet

论文及笔记

AlexNet

VGG_Net

ResNet

DenseNet

FCN

U-Net

Multi-Scale Context Aggregation by Dilation Convolutions

Semantic Human Matting

Dilated Convolution

Deeplab_v3

Deeplabv3+

Depthwise separable convolution

Xception

Understanding Deep Learning Techniques for Image Segmentation

SegNet

DFN

CCNet

Non-local

DAN

PAN

R-CNN

Fast R-CNN

Faster R-CNN

Mask R-CNN

SENet

SKNet

ResNeSt

FarSeg

Yolov1

Yolov2

EfficientDet

DO-Conv

PyConv

OCRNet

ACNet