paper-with-me

홈 › Papers

Recursively Refined R-CNN: Instance Segmentation with Self-RoI Rebalancing

2021-04-03 · Leonardo Rossi, Akbar Karimi, Andrea Prati

Within the field of instance segmentation, most of the state-of-the-art deep learning networks rely nowadays on cascade architectures, where multiple object detectors are trained sequentially, re-sampling the ground truth at each step. This offers a solution to the problem of exponentially vanishing positive samples. However, it also translates into an increase in network complexity in terms of the number of parameters. To address this issue, we propose Recursively Refined R-CNN (R^3-CNN) which avoids duplicates by introducing a loop mechanism instead. At the same time, it achieves a quality boost using a recursive re-sampling technique, where a specific IoU quality is utilized in each recursion to eventually equally cover the positive spectrum. Our experiments highlight the specific encoding of the loop mechanism in the weights, requiring its usage at inference time. The R^3-CNN architecture is able to surpass the recently proposed HTC model, while reducing the number of parameters significantly. Experiments on COCO minival 2017 dataset show performance boost independently from the utilized baseline model. The code is available online at https://github.com/IMPLabUniPr/mmdetection/tree/r3_cnn.

📄 PDF Abstract BibTeX arXiv:2104.01329

Code (1)

IMPLabUniPr/mmdetection 공식 구현 pytorch

Tasks

Instance SegmentationObject DetectionSemantic Segmentation

Methods 이 논문이 사용한 방법론

Non-Local Operation A Non-Local Operation is a component for capturing long-range dependencies with deep neural networks. It is a generalization of the classical non-local mean operation in…
Residual Connection 설명 없음
Non-Local Block A Non-Local Block is an image block module used in neural networks that wraps a non-local operation. We can define a…
GRoIE GroIE is an RoI extractor which intends to overcome the limitation of existing extractors which select only one (the best) layer from the…
1x1 Convolution A 1 x 1 Convolution is a convolution with some special properties in that it can be used for dimensionality reduction,…
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

UnScene3D: Unsupervised 3D Instance Segmentation for Indoor Scenes

2023-03-25 · CVPR 2024 1 · David Rozenberszki, Or Litany, Angela Dai

3D instance segmentation is fundamental to geometric understanding of the world around us. Existing methods for instance segmentation of 3D scenes rely on supervision from expensive, manual 3D annotations. We propose UnS…

3D Instance SegmentationInstance SegmentationSegmentationSemantic Segmentation

Semi-Supervised Object Detection with Adaptive Class-Rebalancing Self-Training

2021-07-11 · Fangyuan Zhang, Tianxiang Pan, Bin Wang

This study delves into semi-supervised object detection (SSOD) to improve detector performance with additional unlabeled data. State-of-the-art SSOD performance has been achieved recently by self-training, in which train…

object-detectionObject DetectionSemi-Supervised Object Detection

Beyond Semantic to Instance Segmentation: Weakly-Supervised Instance Segmentation via Semantic Knowledge Transfer and Self-Refinement

2021-09-20 · CVPR 2022 1 · Beomyoung Kim, Youngjoon Yoo, Chaeeun Rhee, Junmo Kim

Weakly-supervised instance segmentation (WSIS) has been considered as a more challenging task than weakly-supervised semantic segmentation (WSSS). Compared to WSSS, WSIS requires instance-wise localization, which is diff…

Image-level Supervised Instance SegmentationInstance SegmentationPoint-Supervised Instance SegmentationSegmentation+5

Fairness-Enhancing Vehicle Rebalancing in the Ride-hailing System

2023-12-29 · Xiaotong Guo, Hanyong Xu, Dingyi Zhuang, Yunhan Zheng 외

The rapid growth of the ride-hailing industry has revolutionized urban transportation worldwide. Despite its benefits, equity concerns arise as underserved communities face limited accessibility to affordable ride-hailin…

Demand ForecastingFairness

Training-free CryoET Tomogram Segmentation

2024-07-08 · Yizhou Zhao, Hengwei Bian, Michael Mu, Mostofa R. Uddin 외

Cryogenic Electron Tomography (CryoET) is a useful imaging technology in structural biology that is hindered by its need for manual annotations, especially in particle picking. Recent works have endeavored to remedy this…

Contrastive LearningCryogenic Electron TomographyElectron TomographyFew-Shot Learning+3