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

hi,yjh,This article is very useful to me,could you tell me the improvements of YOWO ? use the new 3D-branch? #1

Open
xxz1522 opened this issue Oct 12, 2022 · 5 comments

Comments

@xxz1522
Copy link

xxz1522 commented Oct 12, 2022

No description provided.

@yjh0410
Copy link
Owner

yjh0410 commented Oct 12, 2022

@xxz1522 Our implementation of YOWO is identical to the official YOWO in terms of network structure. Even our Yow-Nano is essentially replacing 3D-ResNext-101 with 3D-ShuffleNetv2, provided by the YOWO‘s author team.

The reason why we achieved a better YOWO, I think may be due to the following convenience:

  1. Better label assignment. YOWO adopts the original YOLOv2 label assignment, that is, only the prediction box whose IoU is the largest will be matched with the groundtruth. However, our YOWO matches anchor boxes with IoU over 0.5 to groundtruth. In our YOWO, a groundtruth may match multiple positive samples.

  2. Better loss. Our confidence loss and classification loss are the same as the official YOWO, but our regression loss adopts GIoU, therefore, the box regression is more stable. Moreover, the sum of our losses is normalized by the batch size, which is conducive to stable training.

  3. Better post-processing.

@xxz1522
Copy link
Author

xxz1522 commented Oct 18, 2022

Thanks for your answer! Is there a paper about this code? If there is , could you tell me the name of the paper?

@yjh0410
Copy link
Owner

yjh0410 commented Oct 18, 2022

@xxz1522 I haven't written a paper about our reimplemented YOWO yet. I have this plan to write a technical report which will be post on Arxiv. I'll contact you once I finish writing that technical report.

@xxz1522
Copy link
Author

xxz1522 commented Oct 18, 2022

Thank you!

@yjh0410
Copy link
Owner

yjh0410 commented Oct 25, 2022

@xxz1522
Hi, dear friend. I recently published a paper about my reimplemented YOWO on the Arxiv. The title of my paper is YOWO-Plus: An Incremental Improvement. You can read the paper from here.

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

No branches or pull requests

2 participants