Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Libra R-CNN Detection Model #1733

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Libra R-CNN Detection Model #1733

wants to merge 3 commits into from

Conversation

315386775
Copy link
Contributor

Paper: Libra R-CNN: Towards Balanced Learning for Object Detection.
Link: https://arxiv.org/abs/1904.02701
Introduction: It integrates two novel components: balanced feature pyramid, and balanced L1 loss, respectively for reducing the imbalance at feature, and objective level. Benefitted from the overall balanced design, Libra R-CNN significantly improves the detection performance. Without bells and whistles, it achieves 2.5 points and 2.0 points higher Average Precision (AP) than FPN Faster R-CNN and RetinaNet respectively on MSCOCO.

@315386775
Copy link
Contributor Author

Models of VOC dataset are evaluated with native resolutions with shorter side >= 600 but longer side <= 1000 without changing aspect ratios. This pr is balance loss version

detection module map
faster_rcnn_resnet50_v1b_voc 78.3
libra_rcnn_balance 79.8
libra_rcnn_voc 80.9

@github-actions
Copy link

Job PR-1733-adc4358 is done.
Docs are uploaded to http://gluon-vision-staging.s3-website-us-west-2.amazonaws.com/PR-1733/adc4358/index.html

@bryanyzhu
Copy link
Collaborator

This PR looks good. May I ask what is the difference between this PR and PR #1727 ? It seems this PR doesn't have the corresponding model definitions. Should I close #1727 or merge both PRs? Thank you.

@315386775
Copy link
Contributor Author

315386775 commented Feb 27, 2022

@bryanyzhu thanks for your reply. i got the bug with the code after i pull the code in the PR #1727 . i will close the #1727 and re-upload the balance fpn module.
This PR's pretrained model and log. i will upload to the google drive soon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants