In the original paper, SHE projects the features on all the patterns and takes the projection on that which corresponds to the predicted class. In our implementation, we simply take the maximum projection (as in mahalanobis) for implementation reasons. It does not seem to affect the results. it should be further checked.
In the original paper, SHE projects the features on all the patterns and takes the projection on that which corresponds to the predicted class. In our implementation, we simply take the maximum projection (as in mahalanobis) for implementation reasons. It does not seem to affect the results. it should be further checked.
Ref: https://github.com/deel-ai/oodeel/pull/87#discussion_r1570823575