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

Combining ASL with other technics? #35

Closed
wuhy08 opened this issue Jan 14, 2021 · 2 comments
Closed

Combining ASL with other technics? #35

wuhy08 opened this issue Jan 14, 2021 · 2 comments

Comments

@wuhy08
Copy link

wuhy08 commented Jan 14, 2021

I am curious if you tried to combine ASL with other techniques like Spatial Regularization net (https://openaccess.thecvf.com/content_cvpr_2017/papers/Zhu_Learning_Spatial_Regularization_CVPR_2017_paper.pdf), GCN (https://arxiv.org/abs/1904.03582) , etc? Does that give you additional boost on AP score?

Thank you!

@mrT23
Copy link
Contributor

mrT23 commented Jan 14, 2021

When we entered the area of multi-label, our first attempt was with GCN networks.
in our tries, we couldn't get a substantial improvement from it.

However, what bothered us the most is that this method is complicated, increases train and inference time, requires architecture modifications and has a lot of hyper-parameters
That was basically our motivation for ASL - can't we improve the performance of multi-label networks without costly techniques that are very hard to implement and tune ?

I personally feel that this reflects a major gap in the requirements of most academic conferences, compared to the requirements of actual practitioners - most academic conferences seek for "novelty", at all cost. Practitioners seek for good tradeoff (scores, run-time, ease-of-use). We personally couldn't find a good tradeoff like this in GCN. If in your attempts you feel different, feel free to let us know :-)

@wuhy08
Copy link
Author

wuhy08 commented Jan 14, 2021

Hi @mrT23

Thank you so much for quick reply and detailed answer. I cannot agree more with your comment about the difference between academia and industry.

I tried Spatial Regularization Net + ASL because it was really easy to implement. The AP score could not improve when the model capacity was held as constant. So far it seems to me that ASL is the best (and simplest) way to get SOTA result.

Thank you again for your comment.

@wuhy08 wuhy08 closed this as completed Jan 14, 2021
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