其他分享
首页 > 其他分享> > CVPR2020最新15篇论文开源代码

CVPR2020最新15篇论文开源代码

作者:互联网

在这里插入图片描述

全球计算机视觉顶级会议CVPR2020 (IEEE Conference on Computer Vision and Pattern Recognition,即IEEE国际计算机视觉与模式识别会议) 即将于2020年6月14日-19日在美国西雅图召开。本届大会总共录取来自全球论文1470篇,接收率为22%,相比去年降低3个百分点,竞争越来越激烈。本届大会涵盖人体识别、基于图像建模、计算摄影与图像、视频分析与事件识别、脸部和手势分析、文件分析、统计方法与学习等多个主题。

本文整理了15篇接收论文的代码实现,以便大家阅览学习。这些论文包括姿态估计、深度估计、目标跟踪、实例分割、对抗生成网络、3D点云、面部表情识别、神经网络等。

1. 实例跟踪,CenterMask : Real-Time Anchor-Free Instance Segmentation

在这里插入图片描述

2. 实例跟踪,Deep Snake for Real-Time Instance Segmentation

在这里插入图片描述

3. 2D人体姿态估计,The Devil is in the Details: Delving into Unbiased Data Processing for Human Pose Estimation

在这里插入图片描述

4. 2D人体姿态估计,Distribution-Aware Coordinate Representation for Human Pose Estimation

在这里插入图片描述
在这里插入图片描述

5. 3D人体姿态估计,VIBE: Video Inference for Human Body Pose and Shape Estimation

在这里插入图片描述

6. 单目深度估计,Domain Decluttering: Simplifying Images to Mitigate Synthetic-Real Domain Shift and Improve Depth Estimation

在这里插入图片描述

7. 图像调和, Deep Image Harmonization via Domain Verification

在这里插入图片描述
在这里插入图片描述

8. 点云分类,PointAugment: an Auto-Augmentation Framework for Point Cloud Classification

在这里插入图片描述在这里插入图片描述

9.场景文本识别,ABCNet: Real-time Scene Text Spotting with Adaptive Bezier-Curve Network

10.GhostNet: More Features from Cheap Operations(超越Mobilenet v3的架构)

在这里插入图片描述

We beat other SOTA lightweight CNNs such as MobileNetV3 and FBNet.

11.CARS: Contunuous Evolution for Efficient Neural Architecture Search(连续进化的NAS)

12.PolarMask: Single Shot Instance Segmentation with Polar Representation(实例分割)

13.Distribution Aware Coordinate Representation for Human Pose Estimation(姿态估计)

14.Suppressing Uncertainties for Large-Scale Facial Expression Recognition(面部表情识别)

15. Your Local GAN: Designing Two Dimensional Local Attention Mechanisms(GAN)

Mr.Jk.Zhang 发布了153 篇原创文章 · 获赞 75 · 访问量 9万+ 私信 关注

标签:github,15,arxiv,abs,https,org,源代码,com,CVPR2020
来源: https://blog.csdn.net/mrjkzhangma/article/details/104579774