BigCowPeking的CSDN博客

https://blog.csdn.net/wfei101/article/category/7120809

Low Rank Structure of Learned Representations

解读:牛津大学神经网络新训练法:低秩结构增强网络压缩和对抗稳健性 http://3g.163.com/dy/article/DGVMMFO40511FERQ.html

ON LARGE-BATCH TRAINING FOR DEEP LEARNING: GENERALIZATION GAP AND SHARP MINIMA

大bach size容易掉入sharp minima(尖锐极小解)

Pelee: A Real-Time Object Detection System on Mobile Devices 

解读:优于MobileNet、YOLOv2:移动设备上的实时目标检测系统Pelee https://zhuanlan.zhihu.com/p/36505002?utm_source=qq&utm_medium=social&utm_member=ZGVmZDA1NmY1MjAxOWZhMGU0OTVjYTM2ZmE0NDcwOWY%3D

R-SSD:Enhancement of SSD by concatenating feature maps for object detection 

解读:SSD算法的改进版之 R-SSD https://blog.csdn.net/u014380165/article/details/77130922

TSN:Temporal Segment Networks: Towards Good Practices for Deep Action Recognition

[行为识别论文详解]TSN(Temporal Segment Networks) https://blog.csdn.net/zhang_can/article/details/79618781

Spatiotemporal Residual Networks for Video Action Recognition

双流网络行为识别-Spatiotemporal Residual Networks for Video Action Recognition-论文阅读

SSN:Temporal Action Detection with Structured Segment Networks

https://blog.csdn.net/qq_20720317/article/details/77565821

从零开始PyTorch项目:YOLO v3目标检测实现

https://www.jiqizhixin.com/articles/2018-04-23-3

Face Paper: DSSD论文详解

https://blog.csdn.net/wfei101/article/details/79672748

[CVPR2018] An Analysis of Scale Invariance in Object Detection – SNIP

https://blog.csdn.net/qq416261970/article/details/79774909

CVPR2018: Unsupervised Cross-dataset Person Re-identification by Transfer Learning of Spatio-temporal Patterns

CVPR2018: TFusion完全解读https://blog.csdn.net/u011453773/article/details/79638489

Pyramid Stereo Matching Network

Pyramid Stereo Matching Network (CVPR2018)的PyTorch实现代码 https://www.ctolib.com/JiaRenChang-PSMNet.html

CVPR2018精选#2: 视频分析的非局部(non-local) 神经网络模块,CMU与Facebook AI研究室视频分类识别新贡献

http://nooverfit.com/wp/cvpr2018%E7%B2%BE%E9%80%892-%E8%A7%86%E9%A2%91%E5%88%86%E6%9E%90%E7%9A%84%E9%9D%9E%E5%B1%80%E9%83%A8non-local-%E7%A5%9E%E7%BB%8F%E7%BD%91%E7%BB%9C%E6%A8%A1%E5%9D%97%EF%BC%8Ccmu%E4%B8%8Efacebook-ai/

CVPR2018论文《Look at Boundary: A Boundary-Aware Face Alignment Algorithm》

论文:https://arxiv.org/abs/1805.10483

代码:https://github.com/wywu/LAB

[CVPR 2018论文笔记] 光流与行为识别的结合研究

https://zhuanlan.zhihu.com/p/32443212

[论文概览] AAAI 2018 行为识别论文概览

https://zhuanlan.zhihu.com/p/34322114

Paper Mark的更多相关文章

  1. 如何写出优秀的研究论文 Chapter 1. How to Write an A+ Research Paper

    This Chapter outlines the logical steps to writing a good research paper. To achieve supreme excelle ...

  2. Facebook Paper使用的第三方库

    Facebook Paper使用的第三方库 第三方库名 简介 链接 ACE code editor https://github.com/ajaxorg/ace Appirater 用户评分组件 ht ...

  3. paper 118:计算机视觉、模式识别、机器学习常用牛人主页链接

    牛人主页(主页有很多论文代码) Serge Belongie at UC San Diego Antonio Torralba at MIT Alexei Ffros at CMU Ce Liu at ...

  4. 如何写好一篇高质量的paper

    http://blog.csdn.net/tiandijun/article/details/41775223 这篇文章来源于中科院Zhouchen Lin 教授的report,有幸读到,和大家分享一 ...

  5. paper 61:计算机视觉领域的一些牛人博客,超有实力的研究机构等的网站链接

    转载出处:blog.csdn.net/carson2005 以下链接是本人整理的关于计算机视觉(ComputerVision, CV)相关领域的网站链接,其中有CV牛人的主页,CV研究小组的主页,CV ...

  6. ### Paper about Event Detection

    Paper about Event Detection. #@author: gr #@date: 2014-03-15 #@email: forgerui@gmail.com 看一些相关的论文. 1 ...

  7. ios paper for facebook 使用第三方库

    facebook paper使用的第三方库 Facebook Paper使用的第三方库 第三方库名 简介 链接 ACE code editor https://github.com/ajaxorg/a ...

  8. 数据挖掘方面重要会议的最佳paper集合

    数据挖掘方面重要会议的最佳paper集合,兴许将陆续分析一下内容: 主要有KDD.SIGMOD.VLDB.ICML.SIGIR KDD (Data Mining) 2013 Simple and De ...

  9. How to Read an Engineering Research Paper

    How to Read an Engineering Research Paper William G. Griswold Department of Computer Science & E ...

随机推荐

  1. Muduo阅读

    创建了EventLoop对象的线程是IO线程,其主要功能是运行事件循环EventLoop::loop(), one loop per thread 事件循环必须在IO线程中运行 Reactor关键结构 ...

  2. string::c_str

    const char* c_str() const noexcept;功能:返回c风格字符转 #include <iostream>#include <string>#incl ...

  3. Acwing-287-积蓄程度(树上DP, 换根)

    链接: https://www.acwing.com/problem/content/289/ 题意: 有一个树形的水系,由 N-1 条河道和 N 个交叉点组成. 我们可以把交叉点看作树中的节点,编号 ...

  4. 使用StringBuilder写XML遭遇UTF-16问题

     http://www.cnblogs.com/jans2002/archive/2007/08/05/843843.html

  5. luogu 4047 [JSOI2010]部落划分 最小生成树

    最小生成树或者二分都行,但是最小生成树会好写一些~ Code: #include <bits/stdc++.h> #define ll long long #define N 100000 ...

  6. git lfs setpu(4)

    reference: https://packagecloud.io/github/git-lfs/installhttps://zzz.buzz/zh/2016/04/19/the-guide-to ...

  7. [Luogu] 宝藏

    https://www.luogu.org/problemnew/show/P3959 模拟退火解法 发现prim求最小生成树是明显错误的 因为prim每次要取出边权最小的点 然而在这道T中这样做不一 ...

  8. Java程序基本结构

    /** * 可以用来自动创建文档的注释 */ public class Hello { public static void main(String[] args) { // 向屏幕输出文本: Sys ...

  9. 浅谈C语言和C++中“类”的区别

    在C语言中,没有“类”的概念,但是可以由结构体struct构造出我们所需要的数据类型,struct可以组合不同的数据类型,可以看作是C语言中的“类”. 下面是C语言中的结构体的实例. #include ...

  10. HDFS CheckPoint && SavePoint

    HDFS CheckPoint && SavePoint 标签(空格分隔): Hadoop HDFS CheckPoint HDFS 将文件系统的元数据信息存放在 fsimage 和一 ...