paper-with-me

Papers

Hybrid Task Cascade for Instance Segmentation

2019-01-22 · CVPR 2019 6 · Kai Chen, Jiangmiao Pang, Jiaqi Wang, Yu Xiong, Xiaoxiao Li, Shuyang Sun, Wansen Feng, Ziwei Liu, Jianping Shi, Wanli Ouyang, Chen Change Loy, Dahua Lin

Cascade is a classic yet powerful architecture that has boosted performance on various tasks. However, how to introduce cascade to instance segmentation remains an open question. A simple combination of Cascade R-CNN and Mask R-CNN only brings limited gain. In exploring a more effective approach, we find that the key to a successful instance segmentation cascade is to fully leverage the reciprocal relationship between detection and segmentation. In this work, we propose a new framework, Hybrid Task Cascade (HTC), which differs in two important aspects: (1) instead of performing cascaded refinement on these two tasks separately, it interweaves them for a joint multi-stage processing; (2) it adopts a fully convolutional branch to provide spatial context, which can help distinguishing hard foreground from cluttered background. Overall, this framework can learn more discriminative features progressively while integrating complementary features together in each stage. Without bells and whistles, a single HTC obtains 38.4 and 1.5 improvement over a strong Cascade Mask R-CNN baseline on MSCOCO dataset. Moreover, our overall system achieves 48.6 mask AP on the test-challenge split, ranking 1st in the COCO 2018 Challenge Object Detection Task. Code is available at: https://github.com/open-mmlab/mmdetection.

📄 PDF Abstract BibTeX arXiv:1901.07518

Code (5)

open-mmlab/mmdetection 공식 구현 pytorch
Burf/tfdetection tf
PaddlePaddle/PaddleDetection paddle
amirassov/kaggle-imaterialist pytorch
zhaozhen2333/iflytek2021 pytorch

Tasks

Instance Segmentationobject-detectionObject DetectionOpen-Ended Question AnsweringSegmentationSemantic 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…
Average Pooling 설명 없음
ResNeXt Block A ResNeXt Block is a type of residual block used as part of the ResNeXt CNN…
Sigmoid Activation 설명 없음
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Squeeze-and-Excitation Block The Squeeze-and-Excitation Block is an architectural unit designed to improve the representational power of a network by enabling it to perform dynamic channel-wise feature…
SENet A SENet is a convolutional neural network architecture that employs squeeze-and-excitation blocks to enable the network to perform dynamic channel-wise feature recalibration.

Similar Papers 제목 키워드 기반

Deeply Shape-guided Cascade for Instance Segmentation

2019-11-25 · CVPR 2021 1 · Hao Ding, Siyuan Qiao, Alan Yuille, Wei Shen

The key to a successful cascade architecture for precise instance segmentation is to fully leverage the relationship between bounding box detection and mask segmentation across multiple stages. Although modern instance s…

Instance SegmentationRegion ProposalSegmentationSemantic Segmentation

Towards Good Practices for Instance Segmentation

2019-10-28 · Dongdong Yu, Zehuan Yuan, Jinlai Liu, Kun Yuan 외

Instance Segmentation is an interesting yet challenging task in computer vision. In this paper, we conduct a series of refinements with the Hybrid Task Cascade (HTC) Network, and empirically evaluate their impact on the …

Instance SegmentationSegmentationSemantic Segmentation

Task-Specific Data Augmentation and Inference Processing for VIPriors Instance Segmentation Challenge

2022-11-21 · Bo Yan, XingRan Zhao, Yadong Li, Hongbin Wang

Instance segmentation is applied widely in image editing, image analysis and autonomous driving, etc. However, insufficient data is a common problem in practical applications. The Visual Inductive Priors(VIPriors) Instan…

Autonomous DrivingData AugmentationInstance SegmentationSegmentation+1

Instance-aware Semantic Segmentation via Multi-task Network Cascades

2015-12-14 · CVPR 2016 6 · Jifeng Dai, Kaiming He, Jian Sun

Semantic segmentation research has recently witnessed rapid progress, but many leading methods are unable to identify object instances. In this paper, we present Multi-task Network Cascades for instance-aware semantic se…

Multi-Human Parsingobject-detectionObject DetectionSegmentation+1

Strong Instance Segmentation Pipeline for MMSports Challenge

2022-09-28 · Bo Yan, Fengliang Qi, Zhuang Li, Yadong Li 외

The goal of ACM MMSports2022 DeepSportRadar Instance Segmentation Challenge is to tackle the segmentation of individual humans including players, coaches and referees on a basketball court. And the main characteristics o…

Data AugmentationInstance SegmentationSegmentationSemantic Segmentation