CVPR2021 论文合集下载 论文大全下载 论文分类汇总

1.CVPR2021接受论文 & 代码解读 & PPT (持续更新中,敬请关注)

论文合集下载:

百度网盘:https://pan.baidu.com/s/1caJ8PKQizDYt1TInEVBjSg

提取码:uuro

下载链接和提取码已更新(2021-03-02)

分类目录:

  1. 检测
    图像目标检测(Image Object Detection)
    视频目标检测(Video Object Detection)
    三维目标检测(3D Object Detection)
    动作检测(Activity Detection)
    异常检测(Anomally Detetion)
  2. 图像分割(Image Segmentation)
    全景分割(Panoptic Segmentation)
    语义分割(Semantic Segmentation)
    实例分割(Instance Segmentation)
    抠图(Matting)
  3. 图像处理(Image Processing)
    图像复原(Image Restoration)/超分辨率(Super Resolution)
    图像阴影去除(Image Shadow Removal)
    图像去噪/去模糊/去雨去雾(Image Denoising)
    图像编辑(Image Edit)
    图像翻译(Image Translation))
  4. 人脸(Face)
  5. 目标跟踪(Object Tracking)
  6. 重识别(Re-Identification)
  7. 医学影像(Medical Imaging)
  8. GAN/生成式/对抗式(GAN/Generative/Adversarial)
  9. 估计(Estimation)
    人体姿态估计(Human Pose Estimation)
    手势估计(Gesture Estimation)
    光流/位姿/运动估计(Flow/Pose/Motion Estimation)
    深度估计(Depth Estimation)
  10. 三维视觉(3D Vision)
    三维点云(3D Point Cloud)
    三维重建(3D Reconstruction)
  11. 神经网络架构(Neural Network Structure)
    Transformer
    图神经网络(GNN)
  12. 神经网络架构搜索(NAS)
  13. 数据处理(Data Processing)
    数据增广(Data Augmentation)
    归一化/正则化(Batch Normalization)
    图像聚类(Image Clustering)
  14. 模型压缩(Model Compression)
    知识蒸馏(Knowledge Distillation)
  15. 模型评估(Model Evaluation)
  16. 数据集(Database)
  17. 主动学习(Active Learning)
  18. 小样本学习/零样本(Few-shot Learning)
  19. 持续学习(Continual Learning/Life-long Learning)
  20. 视觉推理(Visual Reasoning)
  21. 迁移学习/domain/自适应
  22. 对比学习(Contrastive Learning)
  23. 图像/视频检索(Image Retrieval)
    暂无分类

检测
图像目标检测(Image Object Detection)
[7] Semantic Relation Reasoning for Shot-Stable Few-Shot Object Detection(小样本目标检测的语义关系推理)
paper

[6] General Instance Distillation for Object Detection(通用实例蒸馏技术在目标检测中的应用)
paper

[5] Instance Localization for Self-supervised Detection Pretraining(自监督检测预训练的实例定位)
paper|code

[4] Multiple Instance Active Learning for Object Detection(用于对象检测的多实例主动学习)
paper|code

[3] Towards Open World Object Detection(开放世界中的目标检测)
paper|code

[2] Positive-Unlabeled Data Purification in the Wild for Object Detection(野外检测对象的阳性无标签数据提纯)

[1] UP-DETR: Unsupervised Pre-training for Object Detection with Transformers
paper
解读:无监督预训练检测器

视频目标检测(Video Object Detection)
[3] Depth from Camera Motion and Object Detection(相机运动和物体检测的深度)
paper

[2] There is More than Meets the Eye: Self-Supervised Multi-Object Detection and Tracking with Sound by Distilling Multimodal Knowledge(多模态知识提取的自监督多目标检测与有声跟踪)
paper|video|project

[1] Dogfight: Detecting Drones from Drone Videos(从无人机视频中检测无人机)

三维目标检测(3D object detection)
[2] 3DIoUMatch: Leveraging IoU Prediction for Semi-Supervised 3D Object Detection(利用IoU预测进行半监督3D对象检测)
paper|code|project|video

[1] Categorical Depth Distribution Network for Monocular 3D Object Detection(用于单目三维目标检测的分类深度分布网络)
paper

动作检测(Activity Detection)
[1] Coarse-Fine Networks for Temporal Activity Detection in Videos
paper

异常检测(Anomally Detetion)
[1] Multiresolution Knowledge Distillation for Anomaly Detection(用于异常检测的多分辨率知识蒸馏)
paper

图像分割(Image Segmentation)
[2] Few-Shot Segmentation Without Meta-Learning: A Good Transductive Inference Is All You Need?
paper|code

[1] PointFlow: Flowing Semantics Through Points for Aerial Image Segmentation(语义流经点以进行航空图像分割)

全景分割(Panoptic Segmentation)
[2] Cross-View Regularization for Domain Adaptive Panoptic Segmentation(用于域自适应全景分割的跨视图正则化)
paper

[1] 4D Panoptic LiDAR Segmentation(4D全景LiDAR分割)
paper

语义分割(Semantic Segmentation)
[2] Towards Semantic Segmentation of Urban-Scale 3D Point Clouds: A Dataset, Benchmarks and Challenges(走向城市规模3D点云的语义分割:数据集,基准和挑战)
paper|code

[1] PLOP: Learning without Forgetting for Continual Semantic Segmentation(PLOP:学习而不会忘记连续的语义分割)
paper

实例分割(Instance Segmentation)
[1] End-to-End Video Instance Segmentation with Transformers(使用Transformer的端到端视频实例分割)
paper

抠图(Matting)
[1] Real-Time High Resolution Background Matting
paper|code|project|video

  1. 估计(Estimation)
    人体姿态估计(Human Pose Estimation)
    [2] CanonPose: Self-supervised Monocular 3D Human Pose Estimation in the Wild(野外自监督的单眼3D人类姿态估计)

[1] PCLs: Geometry-aware Neural Reconstruction of 3D Pose with Perspective Crop Layers(具有透视作物层的3D姿势的几何感知神经重建)
paper

手势估计(Gesture Estimation)
[1] Camera-Space Hand Mesh Recovery via Semantic Aggregation and Adaptive 2D-1D Registration(基于语义聚合和自适应2D-1D配准的相机空间手部网格恢复)
paper|code

光流/位姿/运动估计(Flow/Pose/Motion Estimation)
[3] GDR-Net: Geometry-Guided Direct Regression Network for Monocular 6D Object Pose Estimation(用于单眼6D对象姿态估计的几何引导直接回归网络)
paper|code

[2] Robust Neural Routing Through Space Partitions for Camera Relocalization in Dynamic Indoor Environments(在动态室内环境中,通过空间划分的鲁棒神经路由可实现摄像机的重新定位)
paper|project

[1] MultiBodySync: Multi-Body Segmentation and Motion Estimation via 3D Scan Synchronization(通过3D扫描同步进行多主体分割和运动估计)
paper|code

深度估计(Depth Estimation)

图像处理(Image Processing)
图像复原(Image Restoration)/超分辨率(Super Resolution)
[3] Multi-Stage Progressive Image Restoration(多阶段渐进式图像复原)
paper|code

[2] Data-Free Knowledge Distillation For Image Super-Resolution(DAFL算法的SR版本)

[1] AdderSR: Towards Energy Efficient Image Super-Resolution(将加法网路应用到图像超分辨率中)
paper|code
解读:华为开源加法神经网络

图像阴影去除(Image Shadow Removal)
[1] Auto-Exposure Fusion for Single-Image Shadow Removal(用于单幅图像阴影去除的自动曝光融合)
paper|code

图像去噪/去模糊/去雨去雾(Image Denoising)
[1] DeFMO: Deblurring and Shape Recovery of Fast Moving Objects(快速移动物体的去模糊和形状恢复)
paper|code|video

图像编辑(Image Edit)
[2] Anycost GANs for Interactive Image Synthesis and Editing(用于交互式图像合成和编辑的AnyCost Gans)
paper|code

[1] Exploiting Spatial Dimensions of Latent in GAN for Real-time Image Editing(利用GAN中潜在的空间维度进行实时图像编辑)

图像翻译(Image Translation)
[2] Image-to-image Translation via Hierarchical Style Disentanglement
paper|code

[1] Encoding in Style: a StyleGAN Encoder for Image-to-Image Translation(样式编码:用于图像到图像翻译的StyleGAN编码器)
paper|code|project

人脸(Face)
[5] Cross Modal Focal Loss for RGBD Face Anti-Spoofing(Cross Modal Focal Loss for RGBD Face Anti-Spoofing) paper

[4] When Age-Invariant Face Recognition Meets Face Age Synthesis: A Multi-Task Learning Framework(当年龄不变的人脸识别遇到人脸年龄合成时:一个多任务学习框架)
paper|code

[3] Multi-attentional Deepfake Detection(多注意的深伪检测)
paper

[2] Image-to-image Translation via Hierarchical Style Disentanglement
paper|code

[1] A 3D GAN for Improved Large-pose Facial Recognition(用于改善大姿势面部识别的3D GAN)
paper

目标跟踪(Object Tracking)
[4] HPS: localizing and tracking people in large 3D scenes from wearable sensors(通过可穿戴式传感器对大型3D场景中的人进行定位和跟踪)

[3] Track to Detect and Segment: An Online Multi-Object Tracker(跟踪检测和分段:在线多对象跟踪器)
project|video

[2] Probabilistic Tracklet Scoring and Inpainting for Multiple Object Tracking(多目标跟踪的概率小波计分和修复)
paper

[1] Rotation Equivariant Siamese Networks for Tracking(旋转等距连体网络进行跟踪)
paper

重识别
[1] Meta Batch-Instance Normalization for Generalizable Person Re-Identification(通用批处理人员重新标识的元批实例规范化)
paper

医学影像(Medical Imaging)
[5] DeepTag: An Unsupervised Deep Learning Method for Motion Tracking on Cardiac Tagging Magnetic Resonance Images(一种心脏标记磁共振图像运动跟踪的无监督深度学习方法)
paper

[4] Multi-institutional Collaborations for Improving Deep Learning-based Magnetic Resonance Image Reconstruction Using Federated Learning(多机构协作改进基于深度学习的联合学习磁共振图像重建)
paper|code

[3] 3D Graph Anatomy Geometry-Integrated Network for Pancreatic Mass Segmentation, Diagnosis, and Quantitative Patient Management(用于胰腺肿块分割,诊断和定量患者管理的3D图形解剖学几何集成网络)

[2] Deep Lesion Tracker: Monitoring Lesions in 4D Longitudinal Imaging Studies(深部病变追踪器:在4D纵向成像研究中监控病变)
paper

[1] Automatic Vertebra Localization and Identification in CT by Spine Rectification and Anatomically-constrained Optimization(通过脊柱矫正和解剖学约束优化在CT中自动进行椎骨定位和识别)
paper

神经网络架构搜索(NAS)
[3] AttentiveNAS: Improving Neural Architecture Search via Attentive(通过注意力改善神经架构搜索)
paper

[2] ReNAS: Relativistic Evaluation of Neural Architecture Search(NAS predictor当中ranking loss的重要性)
paper

[1] HourNAS: Extremely Fast Neural Architecture Search Through an Hourglass Lens(降低NAS的成本)
paper

GAN/生成式/对抗式(GAN/Generative/Adversarial)
[6] Anycost GANs for Interactive Image Synthesis and Editing(用于交互式图像合成和编辑的AnyCost Gans)
paper|code

[5] Efficient Conditional GAN Transfer with Knowledge Propagation across Classes(高效的有条件GAN转移以及跨课程的知识传播)
paper|code

[4] Exploiting Spatial Dimensions of Latent in GAN for Real-time Image Editing(利用GAN中潜在的空间维度进行实时图像编辑)

[3] Hijack-GAN: Unintended-Use of Pretrained, Black-Box GANs(Hijack-GAN:意外使用经过预训练的黑匣子GAN)
paper

[2] Encoding in Style: a StyleGAN Encoder for Image-to-Image Translation(样式编码:用于图像到图像翻译的StyleGAN编码器)
paper|code|project

[1] A 3D GAN for Improved Large-pose Facial Recognition(用于改善大姿势面部识别的3D GAN)
paper

三维视觉(3D Vision)
[2] A Deep Emulator for Secondary Motion of 3D Characters(三维角色二次运动的深度仿真器) paper

[1] 3D CNNs with Adaptive Temporal Feature Resolutions(具有自适应时间特征分辨率的3D CNN)
paper

三维点云(3D Point Cloud)
[8] TPCN: Temporal Point Cloud Networks for Motion Forecasting(面向运动预测的时态点云网络) paper|code

[7] PointGuard: Provably Robust 3D Point Cloud Classification(可证明稳健的三维点云分类)
paper

[6] Towards Semantic Segmentation of Urban-Scale 3D Point Clouds: A Dataset, Benchmarks and Challenges(走向城市规模3D点云的语义分割:数据集,基准和挑战)
paper|code

[5] SpinNet: Learning a General Surface Descriptor for 3D Point Cloud Registration(SpinNet:学习用于3D点云注册的通用表面描述符)
paper|code

[4] MultiBodySync: Multi-Body Segmentation and Motion Estimation via 3D Scan Synchronization(通过3D扫描同步进行多主体分割和运动估计)
paper|code

[3] Diffusion Probabilistic Models for 3D Point Cloud Generation(三维点云生成的扩散概率模型)
paper|code

[2] Style-based Point Generator with Adversarial Rendering for Point Cloud Completion(用于点云补全的对抗性渲染基于样式的点生成器)
paper

[1] PREDATOR: Registration of 3D Point Clouds with Low Overlap(预测器:低重叠的3D点云的注册)
paper|code|project

三维重建(3D Reconstruction)
[1] PCLs: Geometry-aware Neural Reconstruction of 3D Pose with Perspective Crop Layers(具有透视作物层的3D姿势的几何感知神经重建)
paper

模型压缩(Model Compression)
[2] Manifold Regularized Dynamic Network Pruning(动态剪枝的过程中考虑样本复杂度与网络复杂度的约束)

[1] Learning Student Networks in the Wild(一种不需要原始训练数据的模型压缩和加速技术)
paper|code
解读:华为诺亚方舟实验室提出无需数据网络压缩技术

知识蒸馏(Knowledge Distillation)
[3] General Instance Distillation for Object Detection(通用实例蒸馏技术在目标检测中的应用)
paper

[2] Multiresolution Knowledge Distillation for Anomaly Detection(用于异常检测的多分辨率知识蒸馏)
paper

[1] Distilling Object Detectors via Decoupled Features(前景背景分离的蒸馏技术)

神经网络架构(Neural Network Structure)
[4] Coordinate Attention for Efficient Mobile Network Design(协调注意力以实现高效的移动网络设计)
paper

[3] Rethinking Channel Dimensions for Efficient Model Design(重新考虑通道尺寸以进行有效的模型设计)
paper|code

[2] Inverting the Inherence of Convolution for Visual Recognition(颠倒卷积的固有性以进行视觉识别)

[1] RepVGG: Making VGG-style ConvNets Great Again
paper|code
解读:RepVGG:极简架构,SOTA性能,让VGG式模型再次伟大

Transformer
[3] Transformer Interpretability Beyond Attention Visualization(注意力可视化之外的Transformer可解释性)
paper|code

[2] UP-DETR: Unsupervised Pre-training for Object Detection with Transformers
paper
解读:无监督预训练检测器

[1] Pre-Trained Image Processing Transformer(底层视觉预训练模型)
paper

图神经网络(GNN)
[2] Quantifying Explainers of Graph Neural Networks in Computational Pathology(计算病理学中图神经网络的量化解释器)
paper

[1] Sequential Graph Convolutional Network for Active Learning(主动学习的顺序图卷积网络)
paper

数据处理(Data Processing)
数据增广(Data Augmentation)
[1] KeepAugment: A Simple Information-Preserving Data Augmentation(一种简单的保存信息的数据扩充)
paper

归一化/正则化(Batch Normalization)
[3] Adaptive Consistency Regularization for Semi-Supervised Transfer Learning(半监督转移学习的自适应一致性正则化)
paper|code

[2] Meta Batch-Instance Normalization for Generalizable Person Re-Identification(通用批处理人员重新标识的元批实例规范化)
paper

[1] Representative Batch Normalization with Feature Calibration(具有特征校准功能的代表性批量归一化)

图像聚类(Image Clustering)
[2] Improving Unsupervised Image Clustering With Robust Learning(通过鲁棒学习改善无监督图像聚类)
paper|code

[1] Reconsidering Representation Alignment for Multi-view Clustering(重新考虑多视图聚类的表示对齐方式)

模型评估(Model Evaluation)
[1] Are Labels Necessary for Classifier Accuracy Evaluation?(测试集没有标签,我们可以拿来测试模型吗?)
paper|解读

数据集(Database)
[2] Towards Semantic Segmentation of Urban-Scale 3D Point Clouds: A Dataset, Benchmarks and Challenges(走向城市规模3D点云的语义分割:数据集,基准和挑战)
paper|code

[1] Re-labeling ImageNet: from Single to Multi-Labels, from Global to Localized Labels(重新标记ImageNet:从单标签到多标签,从全局标签到本地标签)
paper|code

主动学习(Active Learning)
[3] Vab-AL: Incorporating Class Imbalance and Difficulty with Variational Bayes for Active Learning
paper|code

[2] Multiple Instance Active Learning for Object Detection(用于对象检测的多实例主动学习)
paper|code

[1] Sequential Graph Convolutional Network for Active Learning(主动学习的顺序图卷积网络)
paper

小样本学习(Few-shot Learning)/零样本
[5] Few-Shot Segmentation Without Meta-Learning: A Good Transductive Inference Is All You Need?
paper|code

[4] Counterfactual Zero-Shot and Open-Set Visual Recognition(反事实零射和开集视觉识别)
paper|code

[3] Semantic Relation Reasoning for Shot-Stable Few-Shot Object Detection(小样本目标检测的语义关系推理)
paper

[2] Few-shot Open-set Recognition by Transformation Consistency(转换一致性很少的开放集识别)

[1] Exploring Complementary Strengths of Invariant and Equivariant Representations for Few-Shot Learning(探索少量学习的不变表示形式和等变表示形式的互补强度)
paper|

持续学习(Continual Learning/Life-long Learning)
[2] Rainbow Memory: Continual Learning with a Memory of Diverse Samples(不断学习与多样本的记忆)

[1] Learning the Superpixel in a Non-iterative and Lifelong Manner(以非迭代和终身的方式学习超像素)

视觉推理(Visual Reasoning)
[1] Transformation Driven Visual Reasoning(转型驱动的视觉推理)
paper|code|project

迁移学习/domain/自适应](#domain)
[4] Continual Adaptation of Visual Representations via Domain Randomization and Meta-learning(通过域随机化和元学习对视觉表示进行连续调整)
paper

[3] Domain Generalization via Inference-time Label-Preserving Target Projections(基于推理时间保标目标投影的区域泛化)
paper

[2] MetaSCI: Scalable and Adaptive Reconstruction for Video Compressive Sensing(可伸缩的自适应视频压缩传感重建)
paper|code

[1] FSDR: Frequency Space Domain Randomization for Domain Generalization(用于域推广的频域随机化)
paper

对比学习(Contrastive Learning)
[1] Fine-grained Angular Contrastive Learning with Coarse Labels(粗标签的细粒度角度对比学习)
paper

图像视频检索(Image Retrieval)
[1] QAIR: Practical Query-efficient Black-Box Attacks for Image Retrieval(实用的查询高效的图像检索黑盒攻击)
paper

暂无分类
Learning Asynchronous and Sparse Human-Object Interaction in Videos(视频中异步稀疏人-物交互的学习)
paper

Self-supervised Geometric Perception(自我监督的几何知觉)
paper

Quantifying Explainers of Graph Neural Networks in Computational Pathology(计算病理学中图神经网络的量化解释器)
paper

Exploring Data-Efficient 3D Scene Understanding with Contrastive Scene Contexts(探索具有对比场景上下文的数据高效3D场景理解)
paper|project|video

Data-Free Model Extraction(无数据模型提取)
paper

Patch-NetVLAD: Multi-Scale Fusion of Locally-Global Descriptors for Place Recognition(用于【位置识别】的局部全局描述符的【多尺度融合】)
paper|code

Right for the Right Concept: Revising Neuro-Symbolic Concepts by Interacting with their Explanations(适用于正确概念的权利:通过可解释性来修正神经符号概念)
paper

Multi-Objective Interpolation Training for Robustness to Label Noise(多目标插值训练的鲁棒性)
paper|code

VX2TEXT: End-to-End Learning of Video-Based Text Generation From Multimodal Inputs(【文本生成】VX2TEXT:基于视频的文本生成的端到端学习来自多模式输入)
paper

Scan2Cap: Context-aware Dense Captioning in RGB-D Scans(【图像字幕】Scan2Cap:RGB-D扫描中的上下文感知密集字幕) paper|code|project|video

Hierarchical and Partially Observable Goal-driven Policy Learning with Goals Relational Graph(基于目标关系图的分层部分可观测目标驱动策略学习)
paper

ID-Unet: Iterative Soft and Hard Deformation for View Synthesis(视图合成的迭代软硬变形)
paper

PML: Progressive Margin Loss for Long-tailed Age Classification(【长尾分布】【图像分类】长尾年龄分类的累进边际损失)
paper

Diversifying Sample Generation for Data-Free Quantization(【图像生成】多样化的样本生成,实现无数据量化)
paper

Domain Generalization via Inference-time Label-Preserving Target Projections(通过保留推理时间的目标投影进行域泛化)
paper

DeRF: Decomposed Radiance Fields(分解的辐射场)
project

Densely connected multidilated convolutional networks for dense prediction tasks(【密集预测】密集连接的多重卷积网络,用于密集的预测任务)
paper

VirTex: Learning Visual Representations from Textual Annotations(【表示学习】从文本注释中学习视觉表示)
paper|code

Weakly-supervised Grounded Visual Question Answering using Capsules(使用胶囊进行弱监督的地面视觉问答)

FLAVR: Flow-Agnostic Video Representations for Fast Frame Interpolation(【视频插帧】FLAVR:用于快速帧插值的与流无关的视频表示)
paper|code|project

Probabilistic Embeddings for Cross-Modal Retrieval(跨模态检索的概率嵌入)
paper

Self-supervised Simultaneous Multi-Step Prediction of Road Dynamics and Cost Map(道路动力学和成本图的自监督式多步同时预测)

IIRC: Incremental Implicitly-Refined Classification(增量式隐式定义的分类)
paper|project

Fair Attribute Classification through Latent Space De-biasing(通过潜在空间去偏的公平属性分类)
paper|code|project

Information-Theoretic Segmentation by Inpainting Error Maximization(修复误差最大化的信息理论分割)
paper

UC2: Universal Cross-lingual Cross-modal Vision-and-Language Pretraining(【视频语言学习】UC2:通用跨语言跨模态视觉和语言预培训)

Less is More: CLIPBERT for Video-and-Language Learning via Sparse Sampling(通过稀疏采样进行视频和语言学习)
paper|code

D-NeRF: Neural Radiance Fields for Dynamic Scenes(D-NeRF:动态场景的神经辐射场)
paper|project

Weakly Supervised Learning of Rigid 3D Scene Flow(刚性3D场景流的弱监督学习)
paper|code|project

  1. CVPR2021 Oral
    [23] Self-supervised Geometric Perception(自我监督的几何知觉)
    paper

[22] DeepTag: An Unsupervised Deep Learning Method for Motion Tracking on Cardiac Tagging Magnetic Resonance Images(一种心脏标记磁共振图像运动跟踪的无监督深度学习方法)
paper

[21] Modeling Multi-Label Action Dependencies for Temporal Action Localization(为时间动作本地化建模多标签动作相关性)
paper

[20] HPS: localizing and tracking people in large 3D scenes from wearable sensors(通过可穿戴式传感器对大型3D场景中的人进行定位和跟踪)

[19] Real-Time High Resolution Background Matting(实时高分辨率背景抠像)
paper|code|project|video

[18] Exploring Data-Efficient 3D Scene Understanding with Contrastive Scene Contexts(探索具有对比场景上下文的数据高效3D场景理解)
paper|project|video

[17] Robust Neural Routing Through Space Partitions for Camera Relocalization in Dynamic Indoor Environments(在动态室内环境中,通过空间划分的鲁棒神经路由可实现摄像机的重新定位)
paper|project

[16] MultiBodySync: Multi-Body Segmentation and Motion Estimation via 3D Scan Synchronization(通过3D扫描同步进行多主体分割和运动估计)
paper|code

[15] Categorical Depth Distribution Network for Monocular 3D Object Detection(用于单目三维目标检测的分类深度分布网络)
paper

[14] PatchmatchNet: Learned Multi-View Patchmatch Stereo(学习多视图立体声)
paper|code

[13] Continual Adaptation of Visual Representations via Domain Randomization and Meta-learning(通过域随机化和元学习对视觉表示进行连续调整)
paper

[12] Single-Stage Instance Shadow Detection with Bidirectional Relation Learning(具有双向关系学习的单阶段实例阴影检测)

[11] Neural Geometric Level of Detail:Real-time Rendering with Implicit 3D Surfaces(神经几何细节水平:隐式3D曲面的实时渲染)
paper|code|project

[9] PREDATOR: Registration of 3D Point Clouds with Low Overlap(预测器:低重叠的3D点云的注册)
paper|code|project

[8] Domain Generalization via Inference-time Label-Preserving Target Projections(通过保留推理时间的目标投影进行域泛化)
paper

[7] Neural Deformation Graphs for Globally-consistent Non-rigid Reconstruction(全局一致的非刚性重建的神经变形图)
paper|project|video

[6] Fine-grained Angular Contrastive Learning with Coarse Labels(粗标签的细粒度角度对比学习)
paper

[5] Less is More: CLIPBERT for Video-and-Language Learning via Sparse Sampling(通过稀疏采样进行视频和语言学习)
paper|code

[4] Cross-View Regularization for Domain Adaptive Panoptic Segmentation(用于域自适应全景分割的跨视图正则化)
paper

[3] Image-to-image Translation via Hierarchical Style Disentanglement(通过分层样式分解实现图像到图像的翻译)
paper|code

[2] Towards Open World Object Detection(开放世界中的目标检测)
paper|code

[1] End-to-End Video Instance Segmentation with Transformers(使用Transformer的端到端视频实例分割)
paper

  • 0
    点赞
  • 7
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值