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

DS-Net for object detection #14

Open
NoLookDefense opened this issue Feb 10, 2022 · 8 comments
Open

DS-Net for object detection #14

NoLookDefense opened this issue Feb 10, 2022 · 8 comments

Comments

@NoLookDefense
Copy link

Hello. Thanks for your work. I noticed that you also conducted some experiments in object detection. I wonder whether or when you will release the code

@changlin31
Copy link
Owner

Hi, @NoLookDefense
Thanks for your interest. Our experiments on object detection is conducted base on another Github repo (https://github.com/lzx1413/PytorchSSD). Please also refer to issue #4

@NoLookDefense
Copy link
Author

Thank you.
I noticed that the code is recently updated two years ago. Is it just an SSD implementation, without your algorithms like slimmable NN and gating implementation?

@changlin31
Copy link
Owner

changlin31 commented Feb 10, 2022

Yes, we currently don't have plans to release the detailed code for object detection. Sorry for any inconvenience.

@twmht
Copy link

twmht commented Feb 16, 2022

@changlin31

Do we need to use the pretrained weight trained from slimmer algorithm if we want to train object detection?

@changlin31
Copy link
Owner

changlin31 commented Feb 22, 2022

@changlin31

Do we need to use the pretrained weight trained from slimmer algorithm if we want to train object detection?

Hi @twmht

We used the dynamic slimmable pretrained weight for our object detection results in the paper. But I expect performing slimmable training on object detection task with a normally pretrained network is also possible. (We are getting good results with the second training approach on action recognition tasks)

@twmht
Copy link

twmht commented Feb 22, 2022

@changlin31

What is your second training approach? Did you mention in the paper?

@changlin31
Copy link
Owner

@twmht

By second approach, I mean: first, directly load a normal ImageNet pre-trained model (e.g. pytorch ResNet checkpoint) and then, perform supernet training and gate training on the downstream tasks.

I did not mention this in the paper. This is a work we are currently working on.

@twmht
Copy link

twmht commented Apr 18, 2022

@changlin31

did you also use in-place distilling with object detection? Which loss did you use for the classification branch?

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

3 participants