You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to add some labels from target domain for training (pick 100 shapes from target domain to assign the GT labels for training). However, it turns out the classification accuracy drops from ~64% to ~59%. Below is my code snippet:
What I don't quite understand is that -- why the performance will drop after adding some real labels from target domain for training? Do you have any insights into this?
Much appreciate your comments!
Best,
Yiru
The text was updated successfully, but these errors were encountered:
Hi,
I only tried modelnet to ShapeNet. It seems off that from UDA to SDA
(supervised domain adaptation), the performance drops 🤔Could you kindly
take a look at my code snippet so see if there’s any obvious error?
Much appreciated!
-Yiru
Hi Yiru. I don't see any bugs in your code. For the SDA setting, I guess the model might be overfitting towards the target domain if few labeled samples are provided. It is a very interesting problem.
Hi there,
First of all, nice work!
I'd like to add some labels from target domain for training (pick 100 shapes from target domain to assign the GT labels for training). However, it turns out the classification accuracy drops from ~64% to ~59%. Below is my code snippet:
What I don't quite understand is that -- why the performance will drop after adding some real labels from target domain for training? Do you have any insights into this?
Much appreciate your comments!
Best,
Yiru
The text was updated successfully, but these errors were encountered: