paper-with-me

Papers

RetinaMask: Learning to predict masks improves state-of-the-art single-shot detection for free

2019-01-10 · Cheng-Yang Fu, Mykhailo Shvets, Alexander C. Berg

Recently two-stage detectors have surged ahead of single-shot detectors in the accuracy-vs-speed trade-off. Nevertheless single-shot detectors are immensely popular in embedded vision applications. This paper brings single-shot detectors up to the same level as current two-stage techniques. We do this by improving training for the state-of-the-art single-shot detector, RetinaNet, in three ways: integrating instance mask prediction for the first time, making the loss function adaptive and more stable, and including additional hard examples in training. We call the resulting augmented network RetinaMask. The detection component of RetinaMask has the same computational cost as the original RetinaNet, but is more accurate. COCO test-dev results are up to 41.4 mAP for RetinaMask-101 vs 39.1mAP for RetinaNet-101, while the runtime is the same during evaluation. Adding Group Normalization increases the performance of RetinaMask-101 to 41.7 mAP. Code is at:https://github.com/chengyangfu/retinamask

📄 PDF Abstract BibTeX arXiv:1901.03353

Code (53)

chengyangfu/retinamask 공식 구현 pytorch
BIYTC/mobilenet_maskrcnn pytorch
FluteXu/ms-project pytorch
GuoLiuFang/maskrcnn-benchmark-lfs pytorch
Iamal1/maskrcnn-benchmark pytorch
Miracle1991/DetectionHub pytorch
PeterTKovacs/zold137 pytorch
SilvioGiancola/maskrcnn-benchmark pytorch
Zanderzt/TensorRT_Mask_RCNN pytorch
Zhang-Jing-Xuan/MaskRCNN pytorch
Zhangyongtao123/maskrcnn_benchmark pytorch
ZhichengHuang/Food-Project pytorch
abcxs/maskrcnn-contest pytorch
adamvest/keypoint-baseline pytorch
alannguyencs/maskrcnn pytorch
banben/maskrcnn-benchmark pytorch
basaltzhang/maskrcnn-benchmark pytorch
bhfs9999/maskrcnn_isic pytorch
bimal1988/detector pytorch
ccchang1023/maskrcnn-benchmark pytorch
chencq1234/maskrcnn_facebook pytorch
cshizhe/maskrcnn_benchmark pytorch
cyctrung/DPnet pytorch
feng-lab/nuclei pytorch
howardyclo/maskrcnn-benchmark pytorch
huaifeng1993/JinNanCompetition2 pytorch
iphyer/DefectDetection-MaskRCNN pytorch
jahutwb/DL_dosimetry pytorch
jonvthvn90/Project pytorch
latentgnn/maskrcnn-benchmark-latentgnn pytorch
lipengfeizju/Detection pytorch
lippman1125/maskrcnn_benchmark_mobilenetv2 pytorch
lssily/maskrcnn-benchmark-master pytorch
lzrobots/dgmn pytorch
markson14/WheatDet pytorch
maxsenh/nuclei_cell_detect pytorch
meryusha/seeds_faster pytorch
monk-ai/maskrcnn pytorch
mtcld/maskrcnn_benchmark_pytorch pytorch
oulutan/Drone_FasterRCNN pytorch
qilei123/maskrcnn_benchmark_ROP pytorch
ryota2425/maskrcnn-benchmark pytorch
sadicLiu/mask_rcnn_code pytorch
sarrrrry/maskrcnn-benchmark pytorch
squirrelim/sr-frcnn pytorch
stigma0617/maskrcnn-benchmark-vovnet pytorch
tuananh1007/Faster-R-CNN-and-Mask-R-CNN-in-PyTorch-1.0 pytorch
vierachen/maskrcnn pytorch
wangtuo0820/maskrcnn-benchmark-expansion pytorch
worldlife123/maskrcnn-benchmark pytorch
wuyangzhang/maskrcnn pytorch
zsl1996/mask pytorch
zy0851/FB-m-RCNN pytorch

Tasks

Object Detection

Methods 이 논문이 사용한 방법론

Focal Loss A Focal Loss function addresses class imbalance during training in tasks like object detection. Focal loss applies a modulating term to the cross entropy loss in order to…
Average Pooling 설명 없음
RetinaNet RetinaNet is a one-stage object detection model that utilizes a focal loss function to address class imbalance during training.…
ResNeXt Block A ResNeXt Block is a type of residual block used as part of the ResNeXt CNN…
RoIAlign Region of Interest Align, or RoIAlign, is an operation for extracting a small feature map from each RoI in detection and segmentation based tasks. It removes the harsh…
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…
Step Decay 설명 없음
SGD with Momentum 설명 없음

Similar Papers 제목 키워드 기반

RetinaMask: A Face Mask detector

2020-05-08 · Mingjie Jiang, Xinqi Fan, Hong Yan

Coronavirus disease 2019 has affected the world seriously. One major protection method for people is to wear masks in public areas. Furthermore, many public service providers require customers to use the service only if …

Learning Saliency Propagation for Semi-Supervised Instance Segmentation

2020-06-01 · CVPR 2020 6 · Yanzhao Zhou, Xin Wang, Jianbin Jiao, Trevor Darrell 외

Instance segmentation is a challenging task for both modeling and annotation. Due to the high annotation cost, modeling becomes more difficult because of the limited amount of supervision. We aim to improve the accuracy …

Instance Segmentationobject-detectionObject DetectionSegmentation+2

Adaptive Shrink-Mask for Text Detection

2021-11-18 · Chuang Yang, Mulin Chen, Yuan Yuan, Qi Wang 외

Existing real-time text detectors reconstruct text contours by shrink-masks directly, which simplifies the framework and can make the model run fast. However, the strong dependence on predicted shrink-masks leads to unst…

Text Detection

Proposal-Free Volumetric Instance Segmentation from Latent Single-Instance Masks

2020-09-10 · Alberto Bailoni, Constantin Pape, Steffen Wolf, Anna Kreshuk 외

This work introduces a new proposal-free instance segmentation method that builds on single-instance segmentation masks predicted across the entire image in a sliding window style. In contrast to related approaches, our …

AllInstance SegmentationSegmentationSemantic Segmentation

Unified Dense Prediction of Video Diffusion

2025-03-12 · CVPR 2025 1 · Lehan Yang, Lu Qi, Xiangtai Li, Sheng Li 외

We present a unified network for simultaneously generating videos and their corresponding entity segmentation and depth maps from text prompts. We utilize colormap to represent entity masks and depth maps, tightly integr…

PredictionVideo Generation