FasterRCNN
E431008
computer vision model
convolutional neural network model
deep learning model
object detection architecture
two-stage detector
FasterRCNN is a popular two-stage object detection architecture that first proposes candidate regions and then classifies and refines bounding boxes, widely used in computer vision tasks.
All labels observed (7)
Statements (53)
| Predicate | Object |
|---|---|
| instanceOf |
computer vision model
ⓘ
convolutional neural network model ⓘ deep learning model ⓘ object detection architecture ⓘ two-stage detector ⓘ |
| category | region-based object detector ⓘ |
| codeAvailableIn |
Caffe
NERFINISHED
ⓘ
PyTorch NERFINISHED ⓘ TensorFlow NERFINISHED ⓘ |
| commonlyUsedIn |
autonomous driving perception
ⓘ
general object detection benchmarks ⓘ medical image analysis ⓘ surveillance systems ⓘ |
| designedFor |
bounding box localization
ⓘ
object classification in images ⓘ object detection ⓘ |
| evaluationMetric | mean Average Precision ⓘ |
| extends |
Fast R-CNN
NERFINISHED
ⓘ
R-CNN NERFINISHED ⓘ |
| fullName | Faster Region-based Convolutional Neural Network NERFINISHED ⓘ |
| hasComponent |
ROI pooling layer
ⓘ
Region Proposal Network NERFINISHED ⓘ backbone CNN ⓘ bounding box regression head ⓘ classification head ⓘ |
| improvesOver |
Fast R-CNN
NERFINISHED
ⓘ
Selective Search region proposals ⓘ |
| influenced |
Feature Pyramid Networks based detectors
NERFINISHED
ⓘ
Mask R-CNN NERFINISHED ⓘ |
| introducedInPaper | Faster R-CNN: Towards Real-Time Object Detection with Region Proposal Networks NERFINISHED ⓘ |
| keyIdea |
learn region proposals with a neural network
ⓘ
share convolutional features between detection and proposal generation ⓘ |
| output |
object class labels
ⓘ
refined bounding boxes ⓘ |
| proposalType | class-agnostic region proposals ⓘ |
| proposedBy |
Jian Sun
NERFINISHED
ⓘ
Kaiming He NERFINISHED ⓘ Ross Girshick NERFINISHED ⓘ Shaoqing Ren NERFINISHED ⓘ |
| publishedAtConference | NeurIPS 2015 NERFINISHED ⓘ |
| publishedYear | 2015 ⓘ |
| stage1 | Region Proposal Network NERFINISHED ⓘ |
| stage2 | Fast R-CNN style detector ⓘ |
| trainingDataset |
MS COCO
NERFINISHED
ⓘ
PASCAL VOC NERFINISHED ⓘ |
| typicalBackbone |
ResNet-101
NERFINISHED
ⓘ
ResNet-50 NERFINISHED ⓘ VGG16 NERFINISHED ⓘ |
| uses |
Region Proposal Network
NERFINISHED
ⓘ
anchor boxes ⓘ multi-task loss ⓘ shared convolutional feature maps ⓘ stochastic gradient descent ⓘ |
How these facts were elicited
The pipeline generated the facts above by prompting gpt-5.1 with this entity's name + description and the instruction below.
Instruction
You are a knowledge base construction expert. Given a subject entity and a description of it, return factual statements that you know for the subject as a JSON list of dictionaries(triples), where keys must be "subject", "predicate" and "object". The number of facts may be very high, between 25 to 50 or more, for very popular subjects. For less popular subjects, the number of facts can be very low, like 5 or 10. # Requirements - If you don't know the subject at all, return an empty list. - If the subject is not a named entity, return an empty list. - Include at least one triple where predicate is "instanceOf". - Do not get too wordy. - Separate several objects into multiple triples with one object.
Input
Subject: FasterRCNN Description of subject: FasterRCNN is a popular two-stage object detection architecture that first proposes candidate regions and then classifies and refines bounding boxes, widely used in computer vision tasks.
Referenced by (10)
Full triples — surface form annotated when it differs from this entity's canonical label.
subject surface form:
torchvision
this entity surface form:
Faster R-CNN
this entity surface form:
Faster R-CNN (paper)
this entity surface form:
advances in object detection with region-based CNNs
this entity surface form:
Faster R-CNN
this entity surface form:
Faster R-CNN: Towards Real-Time Object Detection with Region Proposal Networks
this entity surface form:
Faster R-CNN architecture
this entity surface form:
Region Proposal Networks
this entity surface form:
Faster R-CNN: Towards Real-Time Object Detection with Region Proposal Networks
this entity surface form:
Faster R-CNN: Towards Real-Time Object Detection with Region Proposal Networks