CVPR 2020-Instance Segmentation

研究概況

CVPR 2020共有18篇實例分割論文(9篇開源代碼):1篇Oral(Deep Snake),含2D實例分割8篇(一階段one-shot實例分割有好幾篇),3D點雲實例分割5篇,解決標註數據不足問題的非監督/半監督/小樣本學習的實例分割各1篇,另外IBM研究了實例分割跟蹤,還有1篇實例分割在生物圖像中的應用,既高精度又兼顧速度。

任務區別

實例分割與其它視覺三大任務的區別:
圖像分類是對整幅圖像給出一個類別;
目標檢測將感興趣的物體框出來;
語義分割將相同類別的物體分割出來;
實例分割則要分割出感興趣類別物體的個體,既是對圖像的像素級分割,又是實例級理解。
在這裏插入圖片描述

論文列表

[1] 2D實例分割(8篇)

Deep Snake for Real-Time Instance Segmentation
Code:https://github.com/zju3dv/snake/
解讀:https://zhuanlan.zhihu.com/p/134111177
在這裏插入圖片描述

BlendMask: Top-Down Meets Bottom-Up for Instance Segmentation
解讀:完美替代Mask RCNN!BlendMask:實例分割新標杆
在這裏插入圖片描述

CenterMask: Single Shot Instance Segmentation With Point Representation
解讀:https://zhuanlan.zhihu.com/p/142641833
在這裏插入圖片描述

PolyTransform: Deep Polygon Transformer for Instance Segmentation
在這裏插入圖片描述

D2Det: Towards High Quality Object Detection and Instance Segmentation
Code: https://github.com/JialeCao001/D2Det
解讀:50.1%AP!D2Det:高質量目標檢測和實例分割
在這裏插入圖片描述

PolarMask: Single Shot Instance Segmentation With Polar Representation
Code:https://github.com/xieenze/PolarMask
解讀:https://zhuanlan.zhihu.com/p/84890413
在這裏插入圖片描述

Mask Encoding for Single Shot Instance Segmentation
Code:https://github.com/aim-uofa/AdelaiDet/
在這裏插入圖片描述

CenterMask: Real-Time Anchor-Free Instance Segmentation
Code:https://github.com/youngwanLEE/CenterMask
解讀:提出實時Anchor-Free實例分割算法CenterMask
在這裏插入圖片描述

[2] 3D實例分割(5篇)

Joint 3D Instance Segmentation and Object Detection for Autonomous Driving
在這裏插入圖片描述

OccuSeg: Occupancy-Aware 3D Instance Segmentation
解讀:https://zhuanlan.zhihu.com/p/115071145

在這裏插入圖片描述

PointGroup: Dual-Set Point Grouping for 3D Instance Segmentation
Code: https://github.com/Jia-Research-Lab/PointGroup
解讀:https://zhuanlan.zhihu.com/p/129246230

在這裏插入圖片描述

End-to-End 3D Point Cloud Instance Segmentation Without Detection
在這裏插入圖片描述

3D-MPA: Multi-Proposal Aggregation for 3D Semantic Instance Segmentation
解讀:https://zhuanlan.zhihu.com/p/125728754

在這裏插入圖片描述

[3] 標註數據不足(3篇)

非監督域適應

Unsupervised Instance Segmentation in Microscopy Images via Panoptic Domain Adaptation and Task Re-Weighting
在這裏插入圖片描述

小樣本學習

FGN: Fully Guided Network for Few-Shot Instance Segmentation
在這裏插入圖片描述

半監督學習

Learning Saliency Propagation for Semi-Supervised Instance Segmentation
Code:https://github.com/ucbdrive/ShapeProp
在這裏插入圖片描述

[4] 視頻實例分割跟蹤(1篇)

Video Instance Segmentation Tracking With a Modified VAE Architecture
在這裏插入圖片描述

[5] 實例分割應用(1篇)

Instance Segmentation of Biological Images Using Harmonic Embeddings
Code:https://github.com/kulikovv/harmonic

在這裏插入圖片描述

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章