Methods › Computer Vision › Object Detection Models › Mask R-CNN
Mask R-CNN
Introduced by Kaiming He et al. in Mask R-CNN
archive 2025-07-28 Description, source and code snippet are the archive's method entry.
Mask R-CNN extends Faster R-CNN to solve instance segmentation tasks. It achieves this by adding a branch for predicting an object mask in parallel with the existing branch for bounding box recognition. In principle, Mask R-CNN is an intuitive extension of Faster R-CNN, but constructing the mask branch properly is critical for good results.
Most importantly, Faster R-CNN was not designed for pixel-to-pixel alignment between network inputs and outputs. This is evident in how RoIPool, the de facto core operation for attending to instances, performs coarse spatial quantization for feature extraction. To fix the misalignment, Mask R-CNN utilises a simple, quantization-free layer, called RoIAlign, that faithfully preserves exact spatial locations.
Secondly, Mask R-CNN decouples mask and class prediction: it predicts a binary mask for each class independently, without competition among classes, and relies on the network's RoI classification branch to predict the category. In contrast, an FCN usually perform per-pixel multi-class categorization, which couples segmentation and classification.
Papers archive 2025-07-28
30 shown of 420, newest first. Repository counts are the archive's code-links table. A Syntology line states what Syntology ran from that paper's harvested code; it is per sample and not a correctness claim.
-
A novel visual data-based diagnostic approach for estimation of regime transition in pool boiling 12 Jun 2025 · 0 repositories · arXiv:2506.10832
-
Bringing SAM to new heights: Leveraging elevation data for tree crown segmentation from drone imagery 5 Jun 2025 · 0 repositories · arXiv:2506.04970
-
Detailed Evaluation of Modern Machine Learning Approaches for Optic Plastics Sorting 22 May 2025 · 0 repositories · arXiv:2505.16513
-
SurgPose: Generalisable Surgical Instrument Pose Estimation using Zero-Shot Learning and Stereo Vision 16 May 2025 · 0 repositories · arXiv:2505.11439
-
A Robust Deep Networks based Multi-Object MultiCamera Tracking System for City Scale Traffic 1 May 2025 · 0 repositories · arXiv:2505.00534
-
Transcending Dimensions using Generative AI: Real-Time 3D Model Generation in Augmented Reality 27 Apr 2025 · 0 repositories · arXiv:2504.21033
-
Real-time Seafloor Segmentation and Mapping 14 Apr 2025 · 0 repositories · arXiv:2504.10750
-
RipVIS: Rip Currents Video Instance Segmentation Benchmark for Beach Monitoring and Safety 1 Apr 2025 · 0 repositories · arXiv:2504.01128
-
AI-Assisted Colonoscopy: Polyp Detection and Segmentation using Foundation Models 31 Mar 2025 · 1 repository · arXiv:2503.24138
-
Assessing SAM for Tree Crown Instance Segmentation from Drone Imagery 26 Mar 2025 · 0 repositories · arXiv:2503.20199
-
OverLoCK: An Overview-first-Look-Closely-next ConvNet with Context-Mixing Dynamic Kernels 27 Feb 2025 · 1 repository · arXiv:2502.20087Syntology ran 0 of 3 samples · 3 unverified
-
SASVi - Segment Any Surgical Video 12 Feb 2025 · 1 repository · arXiv:2502.09653
-
Adaptive Object Detection for Indoor Navigation Assistance: A Performance Evaluation of Real-Time Algorithms 30 Jan 2025 · 0 repositories · arXiv:2501.18444
-
Transfer Learning for Keypoint Detection in Low-Resolution Thermal TUG Test Images 30 Jan 2025 · 0 repositories · arXiv:2501.18453
-
Effective Defect Detection Using Instance Segmentation for NDI 24 Jan 2025 · 0 repositories · arXiv:2501.14149
-
Data-driven Detection and Evaluation of Damages in Concrete Structures: Using Deep Learning and Computer Vision 21 Jan 2025 · 0 repositories · arXiv:2501.11836
-
Rapid Automated Mapping of Clouds on Titan With Instance Segmentation 8 Jan 2025 · 1 repository · arXiv:2501.04459
-
AI-Powered Cow Detection in Complex Farm Environments 3 Jan 2025 · 0 repositories · arXiv:2501.02080
-
Leveraging Deep Learning with Multi-Head Attention for Accurate Extraction of Medicine from Handwritten Prescriptions 24 Dec 2024 · 0 repositories · arXiv:2412.18199
-
Exploring Machine Learning Engineering for Object Detection and Tracking by Unmanned Aerial Vehicle (UAV) 19 Dec 2024 · 0 repositories · arXiv:2412.15347
-
Automating Sonologists USG Commands with AI and Voice Interface 20 Nov 2024 · 0 repositories · arXiv:2411.13006
-
Raspberry PhenoSet: A Phenology-based Dataset for Automated Growth Detection and Yield Estimation 1 Nov 2024 · 0 repositories · arXiv:2411.00967
-
How Important are Data Augmentations to Close the Domain Gap for Object Detection in Orbit? 21 Oct 2024 · 0 repositories · arXiv:2410.15766
-
Segmenting objects with Bayesian fusion of active contour models and convnet priors 9 Oct 2024 · 0 repositories · arXiv:2410.07421
-
SynCo: Synthetic Hard Negatives in Contrastive Learning for Better Unsupervised Visual Representations 3 Oct 2024 · 1 repository · arXiv:2410.02401
-
Drone Stereo Vision for Radiata Pine Branch Detection and Distance Measurement: Integrating SGBM and Segmentation Models 26 Sep 2024 · 0 repositories · arXiv:2409.17526
-
Deep-Learning Recognition of Scanning Transmission Electron Microscopy: Quantifying and Mitigating the Influence of Gaussian Noises 25 Sep 2024 · 0 repositories · arXiv:2409.16637
-
Transient Adversarial 3D Projection Attacks on Object Detection in Autonomous Driving 25 Sep 2024 · 0 repositories · arXiv:2409.17403
-
Low-Cost Tree Crown Dieback Estimation Using Deep Learning-Based Segmentation 12 Sep 2024 · 1 repository · arXiv:2409.08171
-
Knowledge Discovery in Optical Music Recognition: Enhancing Information Retrieval with Instance Segmentation 27 Aug 2024 · 0 repositories · arXiv:2408.15002
Tasks archive 2025-07-28
20 shown of 308 tasks the archive attaches to papers tagged with this method, by distinct papers. A task without a page in the catalog is plain text.
Usage over time archive 2025-07-28
Components: the archive holds no method-to-method composition, so PwC's Components table cannot be rebuilt; the Papers list carries no Results column for the same reason (the archive does not join its leaderboard rows to method tags).
Categories archive 2025-07-28
Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections