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

ProtoTree for multi-label classification #59

Open
sissaNassir opened this issue Dec 30, 2023 · 3 comments
Open

ProtoTree for multi-label classification #59

sissaNassir opened this issue Dec 30, 2023 · 3 comments

Comments

@sissaNassir
Copy link

sissaNassir commented Dec 30, 2023

Very interesting work!
I was wondering if ProtoTree can be applied in multi label classification setting, say in the domain of medical image analysis.
If not, do you know what are the short comings that stop it from being applied there?
Thank you!

@MischaPanch
Copy link

Hi. I agree, these models are interesting :)

Development here stalled but may be continued soon. In that case we will probably move to another repo, doesn't make much sense to continue from the fork.

In principle, prototype based models can be applied for multi-label classification just as other models. This project is not currently in a state that would allow such a feature extension though, we'd first need to turn in into a proper library.

If you're interested, I can keep you updated on further developments

@sissaNassir
Copy link
Author

sissaNassir commented Feb 16, 2024

Thanks for the response! I discovered your work through Nauta. I'm just starting approaching to these models. If I can ask, why did you remove last convex optimization layer and the pruning in protopnet?

@MischaPanch
Copy link

These elements of protopnet add a lot of complexity to the training, and it doesn't seem like they actually bring anything in terms of performance. So we removed them, which also allowed us to largely unify the logic and the code of protopnet and prototree

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