Faster R-CNN Models for Object Detection
Faster R-CNN Models for Object Detection
Abstract—The task of object detection is widely recognised 1) Comparative Analysis of Multiple R-CNN Variants.
as a prominent challenge in computer vision applications,
particularly in the domains of robotics, autonomous vehicles, 2) Exploration of Few-Shot and Global Context
and augmented reality. Hence, this paper examines Faster R- Detection Models.
CNN, a well embraced object identification model that 3) Model Performance Evaluation on COCO Dataset.
effectively combines speed and accuracy. The authors evaluate
several novel models, such as Sparse R-CNN, Cascade R-CNN, The paper is structured as follows: Section three presents
Loss-Guided Attention RCNN, Global Context Aggregation an overview of various Faster R-CNN-based algorithms for
RCNN, and others, to demonstrate their unique features and object detection, including DEFRCN, HR-RCNN, iFS-
benefits in addressing the challenges of dense object candidates RCNN, Global Context Aware RCNN, LGA-RCNN, Cascade
and limited training data. This paper presents a performance R-CNN, and Sparse R-CNN. Section four offers a
evaluation of these models on the COCO dataset, elucidating comparative analysis of the performance of these algorithms.
their accuracy and usefulness for different object detecting Finally, section five concludes the study by summarizing the
applications. The authors conclude that the Sparse R-CNN key findings and suggesting future research directions to
model outperforms other models in terms of average precision. improve object detection performance.
They also offer recommendations for future optimisation of
object identification models in terms of architecture to better II. LITERATURE SURVEY
suit the demands of real-time processing.
Traditional object detection methods often face
Keywords—sparse R-CNN, cascade R-CNN, LGA-RCNN, limitations, such as slow processing speeds and difficulty in
GCA RCNN, iFS-RCNN, DeFRCN, and HR RCNN. handling complex scenarios. Recent innovations have led to
more efficient models, improving both accuracy and speed.
I. INTRODUCTION These advancements address various limitations, offering
The computer vision is a rapidly evolving field with enhanced adaptability. To address these challenges, various
significant advancements in recent years. Nowadays computer object detection methods have been presented by researchers
vision is used in every domain like medical, agriculture, to tackle these problems, each possessing distinct features and
transport etc. [1-3]. The latest developments in computer benefits. In this review paper, it discusses seven such models,
vision techniques have brought about faster and more accurate namely Sparse R-CNN [9,10], Cascade R-CNN [11], Loss-
object detection models [4]. With the growing need for Guided Attention RCNN (LGA-RCNN) [12], Global Context
efficient and reliable object detection, the latest Faster R- Aggregation RCNN (GCA RCNN) [13], IFS-RCNN [14],
CNN- based models have become an important area of DEFRCN [15], and HR RCNN [16]. Sparse R-CNN [9] was
research [5,6]. The origin of Faster R-CNN [7,8] can be traced developed to rethink the necessity of dense prior in object
back to the need for faster and more accurate object detection. detection, which suffers from limitations such as repetitious
Since its inception, Faster R-CNN [5,6] has become a popular results, heuristic assignment rules, and sensitivity Regarding
choice among researchers due to its ability to detect objects the dimensions and shape of anchor boxes. The authors hope
with high accuracy while also maintaining a fast detection that their work could inspire exploring the next generation of
speed. Its development has undoubtedly helped move the field object detectors. Cascade R-CNN [11] was developed to
of computer vision forward. This review paper discusses the investigate The difficulty of creating precise object algorithms
latest Faster R-CNN-based models and their applications. By detectors that generate minimal false positives in close
examining these models, it hopes to provide a comprehensive proximity. The model has several stages, each with a higher
wisdom of the existing shape of object detection in computer IOU threshold, to improve detection accuracy. The LGA-
vision and the potential impact it can have on diverse RCNN [17] model integrates a loss-guided attention
industries. mechanism to emphasize discriminative regions of objects
and improve detection performance. GCA RCNN [13] was
Object detection is a fundamental requirement for many developed to extract global features for the roi head, in which
computer vision applications that have found applications in Inputs are cropped from the overall feature map in a partial
various fields, including robotics, autonomous vehicles, and manner. The model fuses global context and local features to
augmented reality. Convolutional-neural-networks have boost and polish global context information DEFRCN [15] is
shown remarkable progress in object detection in recent times a model that has been proposed to overcome the shortcomings
[5]. However, traditional object detection methods have of Faster R-CNN, such as its failure to take into account few-
several limitations that pose a challenge for object detection in shot scenarios and conflicts between its components, in order
complex scenarios. In this work, we present a comprehensive to enhance the performance of few-shot object identification.
review of the different object detection model. The These tasks become challenging when there are few training
contribution of the work are as follow: examples available for new classes or When training on both
Authorized licensed use limited to: Zhejiang University. Downloaded on March 11,2025 at 13:56:06 UTC from IEEE Xplore. Restrictions apply.
base and new classes is not feasible due to time constraints. simultaneously identifying and refining a group of anchors
To address these challenges, the IFS- RCNN [14] model was with varying scales from the feature map. Next, RCNN
developed to learn from a infrequent training instances of new conducts a box classifier and a regressor for enhancing the
classes while not forgetting the previously learned knowledge item classification probabilities and bounding box refinement
of the base classes. On the other hand, the Hierarchical based on the collective feature map and suggestions and RoI
Relational framework for object detection HRRCNN [16] was pooling, which combines individual region-of-interest into
developed to rectify the shortcomings of convolutional- such a set dimension of the feature map.
neural-networks(convnets) in explicitly modeling as well as
reasoning about contextual relationships in images. The B. DEFRCN: A Few-Shot Object Detection Method Based
HRRCNN model integrates three types of contextual on Decoupled-Faster-RCNN
relationships - pixel connections, scale dependencies, and Current detection frameworks, such as Faster R-CNN,
object associations in a unified model to improve object often need help in scenarios with limited data and when
detection performance. This review paper explores these dealing with multi-task learning [15] and shared backbone
models and their causes for development in greater detail. challenges. It proposes a new, efficient architecture called
DEFRCN to address these issues. In particular, It enhances
III. DIFFERENT METHODOLOGY FOR OBJECT DETECTION Faster R-CNN by incorporating a Gradient-Decoupled-
To address the identified challenges in object detection, Layer(GDL) for multistage separation and a Prototypical-
particularly the inefficiencies in speed and accuracy, this Calibration-Block(PCB) for multitask separation. The model
paper explores state-of-the-art Faster R-CNN models. By is illustrated in the accompanying Figure 1. The Gradient-
enhancing feature extraction through region proposal Decoupled-Layer is an innovative deep layer that alters the
networks and incorporating novel components like multi-task feature propagation and gradient computation procedures to
separation layers, this methodology aims to provide a robust separate it is preceding and succeeding layers. The
framework for precise and efficient object detection. The Prototypical-Calibration-Block is a classification model based
following sections elaborate on the design, implementation, on an offline prototypes model that utilizes proposals from the
and evaluation of these models, demonstrating how they detector as information and improves the calibrating
overcome the existing limitations. Table 1 presents the classification scores using pairwise comparisons
development years of various object detection models. C. HRRCNN: Novel Hierarchical-Relational-Reasoning
A. Revisiting Faster R-CNN Approach
Faster R-CNN functions as a two-stage detection Extraction of feature pyramids is accomplished through a
framework, consisting of three crucial elements for smooth backbone network and generate region proposals for an
end-to-end training: a combined convolutional backbone that image. Instead of processing features computed for each
extracts generalized features, a Region Proposal Network region of the image separately in a box head, in-between the
(RPN) that effectively produces proposals that are not feature pyramid and box head, the HR-RCNN introduces a
dependent on the class, and an RCNN head that is specifically hierarchical relational reasoning [16] (HR) component. This
configured to handle classification and localization tasks that component retains three relational reasoning elements: a pixel,
are specific to the class [9, 10]. More specifically, after the scaled, and region- of-interests graph. To make the model
backbone processes the input image and generates a high-level more efficient, It uses a novel graph-attention-module (GAM)
feature map, it is simultaneously sent to both the Region that can gather intake from different types of heterogeneous
Proposal Network (RPN) and the RCNN modules. These graphs by computing attention weight based on the
work in tandem to find probable object regions and refine the quantifying the semantic [18] and spatial proximities of nodes.
categorization and localization tasks. Second, the RPN
generates a limited set of high-quality region proposals by
Authorized licensed use limited to: Zhejiang University. Downloaded on March 11,2025 at 13:56:06 UTC from IEEE Xplore. Restrictions apply.
Fig. 2. The HR-RCNN structure
D. iFS RCNN: Segmentation of Few-Shot Instances with E. Global Context Aware RCNN for Object Detection
Incremental Learning The proposed system is contextually conscious and
In order to ensure optimum efficiency on all old and fresh facilitates the integration of global context information with
classes, this model presents a technique for incremental few- specific information from Regions of Interest (ROIs) in a two-
shot instance segmentation in which new object classes are stage object detection network. In traditional two-stage
presented when training instances of old classes are not there. methods, the initial stage (rpn head) separates the foreground
The procedure constructs the Mask-RCNN framework by from the background and forecasts the anchor box’s
providing an untried class classification established on the regression coefficient.
probit operation, which addresses the lack of training
TABLE I. FASTER R-CNN ALGORITHMS
examples for new classes through Bayesian learning [14]. The
paper proposes a novel bounding box predictor guided by [Link] Topic Year
uncertainty estimation. It estimates the uncertainty in 1 DeFRCN: (A Few-Shot Object Detection Method 2021
localization on new classes and uses it to refine bounding box based on Decoupled-Faster-RCNN)
2 HRRCNN: (Novel Hierarchical-Relational- 2021
predictions and height the loss. It feeds a new bounding-box Reasoning Approach)
of the calculated uncertainty together with the ROI-aligned 3 iFS RCNN (Segmentation of Few-Shot Instances 2022
pooled feature map. The segmentation head then receives the with Incremental Learning)
refined bounding box. A new loss is created to penalize errors 4 Global Context Aware RCNN for Object Detection 2020
on training examples with specific bounding-box predictions 5 LGA-RCNN: (Loss-Guided Attention for Object 2021
more severely by being designed to be less for extremely Detection)
6 Cascade R-CNN 2017
uncertain predictions described in Figure 3. 7 Sparse R-CNN 2021
Authorized licensed use limited to: Zhejiang University. Downloaded on March 11,2025 at 13:56:06 UTC from IEEE Xplore. Restrictions apply.
performance. The LGA module leverages a k Gaussian By combining highlighted features with the first RoI feature,
architecture to generate masks that highlight the most an improvement in both classification and regression is
informative regions in the R0I feature maps. It is supervised achieved, as shown in Figure 5. The fused RoI feature maps
by an additional classification loss to ensure optimal locations. combine local and global information to improve detection
LGA modules are employed to predict rep- presentative results, and the Gaussian masks [17] also focus on the
regions and highlight them to enhance classification accuracy. marginal regions of the object to enhance location accuracy.
In several works, the emphasis on dense object candidates Rather than generating dense object candidates, it employs a
is pronounced in object detection. Each grid of the image sparse set of learned object proposals with a fixed length of N
feature map with dimensions H x W contains a predetermined to feed into the object recognition head for object recognition
set of k anchor boxes. To perform classification and location, purposes. Figure 7 below illustrates the model. In Sparse R-
Authorized licensed use limited to: Zhejiang University. Downloaded on March 11,2025 at 13:56:06 UTC from IEEE Xplore. Restrictions apply.
CNN, all efforts associated with the design and assignment of utilizing a fixed set of N (100) learnable propositions instead.
labels to object candidates are completely avoided by Final predictions are immediately output without unnecessary
restricting the number of handcrafted object candidates and post-procedure suppressions.
Authorized licensed use limited to: Zhejiang University. Downloaded on March 11,2025 at 13:56:06 UTC from IEEE Xplore. Restrictions apply.