tianyu0207 / IGD

Official code for 'Deep One-Class Classification via Interpolated Gaussian Descriptor' [AAAI 2022 Oral]
63 stars 8 forks source link

GSVDD Loss - Question #1

Closed pederismo closed 2 years ago

pederismo commented 3 years ago

Hello, amazing work!

I am currently trying to reimplement the paper and I stumbled upon a problem when computing the GSVDD classifier loss.

This is what I have:

Now when I calculate the GSVDD classifier loss I end up with a loss that is also (1, Z), should I average it to get a single value? I'm probably missing a key point here.