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. 如何在SpringBoot的 过滤器之中注入Bean对象

    我建立一个全局拦截器,此拦截器主要用于拦截APP用户登录和请求API时候,必须加密,我把它命名为SecurityFilter,它继承了Filter,web应用启动的顺序是:listener->f ...

  2. string::c_str

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

  3. Aizu - 1383 Pizza Delivery (最短路图+DAG上的割边)

    题意:给出一张有向图,每条边有长度,对于每条边,你要回答将该边的方向取反后,从起点到终点的最短距离是增加or减小or不变. 首先求出起点到所有点的最短距离和所有点到终点的最短距离(两次DIjkstra ...

  4. zprepass 之后再base pass为什么用equal不用lessequal

    通常basepass深度测试用less equal 如果先做了zprepass 得到一张全屏depth 再画basepass的时候用equal这样 对于alphatest的物体 不需要再用alpha通 ...

  5. TBDR下msaa 在metal vulkan和ogles的解决方案

    https://developer.arm.com/solutions/graphics/developer-guides/understanding-render-passes/multi-samp ...

  6. web form 服务器控件表单验证

    <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="ValidationDemo ...

  7. ubuntu系统火狐无法播放网页视频

    在ubuntu开发环境下,浏览firefox上网页视频时,无法播放视频. 需要安装flash插件 命令如下: 1.   sudo apt-get update 2.   sudo apt-get in ...

  8. docker并不能把部署的工作「减少为0」,比较好的情况下是「基本减少为1」

    很多人说docker改变了运维世界,这句话是从群体角度来说的,是统计学意义上的改变,像mysql,python这样被大规模使用的基础应用,docker化之后为整个群体所节省的时间是非常巨大的. 有人可 ...

  9. .NetCore 读取配置文件

    1.创建config.json配置,并设置成始终复制 2.需要安装 nuget 包 Microsoft.Extensions.Configuration .Microsoft.Extensions.C ...

  10. Ubuntu16.04搭建NetCore2.2运行环境

    选择安装的工具 .Net Core Sdk Nginx Supervisor Mysql 一  安装NetCore SDK 参考微软官方文档 https://docs.microsoft.com/zh ...