1. 点云/3D重建/SLAMD3Feat: Joint Learning of Dense Detection and Description of 3D Local Features

论文:https://arxiv.org/abs/2003.03164
代码:https://github.com/XuyangBai/D3Feat

RPM-Net: Robust Point Matching using Learned Features
论文:https://arxiv.org/abs/2003.13479
代码:https://github.com/yewzijian/RPMNet

D3VO: Deep Depth, Deep Pose and Deep Uncertainty for Monocular Visual Odometry
论文:https://arxiv.org/abs/2003.01060

Cascaded Refinement Network for Point Cloud Completion
论文:https://arxiv.org/abs/2004.03327
代码:https://github.com/xiaogangw/cascaded-point-completion

PointAugment: an Auto-Augmentation Framework for Point Cloud Classification
论文:https://arxiv.org/abs/2002.10876
代码:https://github.com/liruihui/PointAugment/

PF-Net: Point Fractal Network for 3D Point Cloud Completion
论文:https://arxiv.org/abs/2003.00410

Learning multiview 3D point cloud registration
论文:https://arxiv.org/abs/2001.05119

Total3DUnderstanding: Joint Layout, Object Pose and Mesh Reconstruction for Indoor Scenes from a Single Image
论文:https://arxiv.org/abs/2002.12212

In Perfect Shape: Certifiably Optimal 3D Shape Reconstruction from 2D Landmarks
论文:https://arxiv.org/pdf/1911.11924.pdf

RandLA-Net: Efficient Semantic Segmentation of Large-Scale Point Clouds
论文:https://arxiv.org/abs/1911.11236

C-Flow: Conditional Generative Flow Models for Images and 3D Point Clouds
论文:https://arxiv.org/abs/1912.07009

Representations, Metrics and Statistics For Shape Analysis of Elastic Graphs
论文:https://arxiv.org/abs/2003.00287

Implicit Functions in Feature Space for 3D Shape Reconstruction and Completion
论文:https://arxiv.org/abs/2003.01456

2. 人脸检测/识别/重建

Towards Universal Representation Learning for Deep Face Recognition
论文:https://arxiv.org/abs/2002.11841

Suppressing Uncertainties for Large-Scale Facial Expression Recognition
论文:https://arxiv.org/abs/2002.10392
代码:https://github.com/kaiwang960112/Self-Cure-Network

Face X-ray for More General Face Forgery Detection
论文:https://arxiv.org/pdf/1912.13458.pdf

CurricularFace: Adaptive Curriculum Learning Loss for Deep Face Recognition
论文:https://arxiv.org/abs/2004.00288
代码:https://github.com/HuangYG123/CurricularFace

Learning Meta Face Recognition in Unseen Domains
论文:https://arxiv.org/abs/2003.07733
代码:https://github.com/cleardusk/MFR

Searching Central Difference Convolutional Networks for Face Anti-Spoofing
论文:https://arxiv.org/abs/2003.04092
代码:https://github.com/ZitongYu/CDCN

Rotate-and-Render: Unsupervised Photorealistic Face Rotation from Single-View Images
论文:https://arxiv.org/abs/2003.08124
代码:https://github.com/Hangz-nju-cuhk/Rotate-and-Render

AvatarMe: Realistically Renderable 3D Facial Reconstruction “in-the-wild”
论文:https://arxiv.org/abs/2003.13845
代码:https://github.com/lattas/AvatarMe

FaceScape: a Large-scale High Quality 3D Face Dataset and Detailed Riggable 3D Face Prediction
论文:https://arxiv.org/abs/2003.13989
代码:https://github.com/zhuhao-nju/facescape

3. 人体关键点检测/姿态估计

Correlating Edge, Pose with Parsing
论文:https://arxiv.org/abs/2005.01431
代码:https://github.com/ziwei-zh/CorrPM

Distribution-Aware Coordinate Representation for Human Pose Estimation
论文:https://arxiv.org/abs/1910.06278
代码:https://github.com/ilovepose/DarkPose

VIBE: Video Inference for Human Body Pose and Shape Estimation
论文:https://arxiv.org/abs/1912.05656
代码:https://github.com/mkocabas/VIBE

Self-Supervised 3D Human Pose Estimation via Part Guided Novel Image Synthesis
论文:https://arxiv.org/abs/2004.04400

The Devil is in the Details: Delving into Unbiased Data Processing for Human Pose Estimation
论文:https://arxiv.org/abs/1911.07524

Optimal least-squares solution to the hand-eye calibration problem
论文:https://arxiv.org/abs/2002.10838

Bodies at Rest: 3D Human Pose and Shape Estimation from a Pressure Image using Synthetic Data
论文:https://arxiv.org/abs/2004.01166
代码:https://github.com/Healthcare-Robotics/bodies-at-rest

Distribution Aware Coordinate Representation for Human Pose Estimation
论文:https://arxiv.org/abs/1910.06278

Back to the Future: Joint Aware Temporal Deep Learning 3D Human Pose Estimation
论文:https://arxiv.org/abs/2002.11251
代码:https://github.com/vnmr/JointVideoPose3D

Cross-View Tracking for Multi-Human 3D Pose Estimation at over 100 FPS
论文:https://arxiv.org/abs/2003.03972

Multi-Modal Domain Adaptation for Fine-Grained Action Recognition
论文:https://arxiv.org/abs/2001.09691

PVN3D: A Deep Point-wise 3D Keypoints Voting Network for 6DoF Pose Estimation
论文:https://arxiv.org/abs/1911.04231

4D Association Graph for Realtime Multi-person Motion Capture Using Multiple Video Cameras
论文:https://arxiv.org/abs/2002.12625

4. 生成对抗GAN

Your Local GAN: Designing Two Dimensional Local Attention Mechanisms for Generative Models
论文:https://arxiv.org/abs/1911.12287
代码:https://github.com/giannisdaras/ylg

MSG-GAN: Multi-Scale Gradient GAN for Stable Image Synthesis
论文:https://arxiv.org/abs/1903.06048

Robust Design of Deep Neural Networks against Adversarial Attacks based on Lyapunov Theory
论文:https://arxiv.org/abs/1911.04636

Towards Large yet Imperceptible Adversarial Image Perturbations with Perceptual Color Distance
论文:https://arxiv.org/abs/1911.02466
代码:https://github.com/ZhengyuZhao/PerC-Adversarial

CVPR2020 论文相关推荐

  1. 人体姿态和形状估计的视频推理:CVPR2020论文解析

    人体姿态和形状估计的视频推理:CVPR2020论文解析 VIBE: Video Inference for Human Body Pose and Shape Estimation 论文链接:http ...

  2. 深度人脸识别:CVPR2020论文要点

    深度人脸识别:CVPR2020论文要点 Towards Universal Representation Learning for Deep Face Recognition 论文链接:https:/ ...

  3. 视频教学动作修饰语:CVPR2020论文解析

    视频教学动作修饰语:CVPR2020论文解析 Action Modifiers: Learning from Adverbs in Instructional Videos 论文链接:https://a ...

  4. 分层条件关系网络在视频问答VideoQA中的应用:CVPR2020论文解析

    分层条件关系网络在视频问答VideoQA中的应用:CVPR2020论文解析 Hierarchical Conditional Relation Networks for Video Question ...

  5. 实时实例分割的Deep Snake:CVPR2020论文点评

    实时实例分割的Deep Snake:CVPR2020论文点评 Deep Snake for Real-Time Instance Segmentation 论文链接:https://arxiv.org ...

  6. 给手绘图着色(添加颜色或色彩):CVPR2020论文点评

    给手绘图着色(添加颜色或色彩):CVPR2020论文点评 Learning to Shade Hand-drawn Sketches 论文链接:https://arxiv.org/pdf/2002.1 ...

  7. 图像分类:CVPR2020论文解读

    图像分类:CVPR2020论文解读 Towards Robust Image Classification Using Sequential Attention Models 论文链接:https:// ...

  8. CVPR2020论文解读:手绘草图卷积网络语义分割

    CVPR2020论文解读:手绘草图卷积网络语义分割 Sketch GCN: Semantic Sketch Segmentation with Graph Convolutional Networks ...

  9. CVPR2020论文解析:视频语义检索

    CVPR2020论文解析:视频语义检索 Fine-grained Video-Text Retrieval with Hierarchical Graph Reasoning 论文链接:https:/ ...

  10. CVPR2020论文解析:视频分类Video Classification

    CVPR2020论文解析:视频分类Video Classification Rethinking Zero-shot Video Classification: End-to-end Training ...

最新文章

  1. vue ts 监听路由改变
  2. PHP 不跳转界面取input值进行验证_【Python】tesseract+uiautomator2+夜神模拟器 悠长假期手游集市识别验证码自动购买 - Amorius...
  3. 从扫描序列的标准化做起,西门子医疗正在中国布这样一盘棋...
  4. Ajax应用查询员工信息
  5. win10 解决升级 WordPress 时提示”另一更新正在进行”
  6. 常数除以0的极限是什么_酶动力学中的一些常数简介
  7. linux 破解版confluence安装
  8. 我的dota之路(下)
  9. PHP 汉字转拼音Class类
  10. visio使用手册---网络拓扑图的利器
  11. 【传智播客郑州】Hibernate Serach 5.9全文检索快速入门
  12. uni-app APP支付 uni.requestPayment APP微信支付
  13. WINVNC(二)omni_thread
  14. 硬件设计9---什么是示波器?
  15. 踩坑日志:go并发读取文件
  16. Acwing:我在哪(二分+字符串哈希 Python)
  17. 2020年李永乐线性代数强化笔记-线性方程组
  18. 南昌专门学计算机的技校,2019南昌技校计算机专业都学什么有哪些专业-江西技校都有什么专...
  19. 永磁同步直线电机仿真实例,仿真教学 maxwell16.0版本 包括图中模型以及一个仿真设置要点word文档教程
  20. 35家网络广告代理公司调查及服务水平排行榜

热门文章

  1. B2C电子商务能否通吃线上线下?
  2. servlet生命周期:
  3. 6. Jetpack---Paging你知道怎样上拉加载吗?
  4. Java 经典算法分析总汇
  5. 利用validation对Java接口入参进行基础校验
  6. JAVA后端生成类似于分享海报图片的功能的实现
  7. 2019计算机图形学会议SIGGRAPH上都有哪些新探索?沉浸式科技前沿
  8. chrome 图片助手下载
  9. repo 命令的用法
  10. MySQL(七)—— 分组查询