paper-with-me

Papers

BlendMask: Top-Down Meets Bottom-Up for Instance Segmentation

2020-01-02 · CVPR 2020 6 · Hao Chen, Kunyang Sun, Zhi Tian, Chunhua Shen, Yongming Huang, Youliang Yan

Instance segmentation is one of the fundamental vision tasks. Recently, fully convolutional instance segmentation methods have drawn much attention as they are often simpler and more efficient than two-stage approaches like Mask R-CNN. To date, almost all such approaches fall behind the two-stage Mask R-CNN method in mask precision when models have similar computation complexity, leaving great room for improvement. In this work, we achieve improved mask prediction by effectively combining instance-level information with semantic information with lower-level fine-granularity. Our main contribution is a blender module which draws inspiration from both top-down and bottom-up instance segmentation approaches. The proposed BlendMask can effectively predict dense per-pixel position-sensitive instance features with very few channels, and learn attention maps for each instance with merely one convolution layer, thus being fast in inference. BlendMask can be easily incorporated with the state-of-the-art one-stage detection frameworks and outperforms Mask R-CNN under the same training schedule while being 20% faster. A light-weight version of BlendMask achieves $ 34.2% $ mAP at 25 FPS evaluated on a single 1080Ti GPU card. Because of its simplicity and efficacy, we hope that our BlendMask could serve as a simple yet strong baseline for a wide range of instance-wise prediction tasks. Code is available at https://git.io/AdelaiDet

📄 PDF Abstract BibTeX arXiv:2001.00309

Code (9)

Pxtri2156/AdelaiDet_v2 pytorch
TengFeiHan0/Instance-Wise-Depth pytorch
aim-uofa/AdelaiDet pytorch
aim-uofa/adet pytorch
blueardour/AdelaiDet pytorch
nerminsamet/houghnet pytorch
quangvy2703/ABCNet-ESRGAN-SRTEXT pytorch
zhaozhijie1997/Unifed-Lane-and-Traffic-Sign-detection pytorch
zhubinQAQ/Ins pytorch

Tasks

GPUInstance SegmentationReal-time Instance SegmentationSegmentationSemantic Segmentation

Methods 이 논문이 사용한 방법론

RPN A Region Proposal Network, or RPN, is a fully convolutional network that simultaneously predicts object bounds and objectness scores at each position. The RPN is trained…
FPN 설명 없음
Non Maximum Suppression Non Maximum Suppression is a computer vision method that selects a single entity out of many overlapping entities (for example bounding boxes in object detection). The…
FCOS FCOS is an anchor-box free, proposal free, single-stage object detection model. By eliminating the predefined set of anchor boxes, FCOS avoids computation related to anchor…
RoIPool 설명 없음
BlendMask 설명 없음
[Price@Get@Down]What Days Do Expedia Prices Drop? What Days Do Expedia Prices Drop? Call +1-888-829-0881 Or +1-805-330-4056 for Expert Help with Expedia Flights Deals and Price Alerts +1-888-829-0881 Or +1-805-330-4056 — If…
Average Pooling 설명 없음

Similar Papers 제목 키워드 기반

Open-world Instance Segmentation: Top-down Learning with Bottom-up Supervision

2023-03-09 · Tarun Kalluri, Weiyao Wang, Heng Wang, Manmohan Chandraker 외

Many top-down architectures for instance segmentation achieve significant success when trained and tested on pre-defined closed-world taxonomy. However, when deployed in the open world, they exhibit notable bias towards …

Instance SegmentationOpen-World Instance SegmentationSegmentationSemantic Segmentation

Top-Down Beats Bottom-Up in 3D Instance Segmentation

2023-02-06 · Maksim Kolodiazhnyi, Anna Vorontsova, Anton Konushin, Danila Rukhovich

Most 3D instance segmentation methods exploit a bottom-up strategy, typically including resource-exhaustive post-processing. For point grouping, bottom-up methods rely on prior assumptions about the objects in the form o…

3D Instance SegmentationInstance SegmentationSegmentationSemantic Segmentation

ZigZagNet: Fusing Top-Down and Bottom-Up Context for Object Segmentation

2019-06-01 · CVPR 2019 6 · Di Lin, Dingguo Shen, Siting Shen, Yuanfeng Ji 외

Multi-scale context information has proven to be essential for object segmentation tasks. Recent works construct the multi-scale context by aggregating convolutional feature maps extracted by different levels of a deep n…

Instance SegmentationSegmentationSemantic Segmentation

Parallel Detection-and-Segmentation Learning for Weakly Supervised Instance Segmentation

2021-01-01 · ICCV 2021 10 · Yunhang Shen, Liujuan Cao, Zhiwei Chen, Baochang Zhang 외

Weakly supervised instance segmentation (WSIS) with only image-level labels has recently drawn much attention. To date, bottom-up WSIS methods refine discriminative cues from classifiers with sophisticated multi-stag…

Instance Segmentationobject-detectionObject DetectionSegmentation+4

Unifying Instance and Panoptic Segmentation with Dynamic Rank-1 Convolutions

2020-11-19 · Hao Chen, Chunhua Shen, Zhi Tian

Recently, fully-convolutional one-stage networks have shown superior performance comparing to two-stage frameworks for instance segmentation as typically they can generate higher-quality mask predictions with less comput…

Instance SegmentationMulti-Task LearningPanoptic SegmentationSegmentation+1