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

Multiple Semantics. #87

Open
wiibo opened this issue Oct 27, 2021 · 1 comment
Open

Multiple Semantics. #87

wiibo opened this issue Oct 27, 2021 · 1 comment

Comments

@wiibo
Copy link

wiibo commented Oct 27, 2021

Would you please tell me about how to train the boundaries to manipulate multiple semantics?
is it putting two trained boundaries together or computing the covariance of diferent semantics' scores?

@songwoh
Copy link

songwoh commented Nov 26, 2021

As far as I understand, for each of the semantics, there is going to be different SVM linear classifier and the corresponding normal. Then as the paper suggests in section 2.2, you perform n1-(n1^T n2)n2 to obtain a new normal that you can add on to the original latent code to manipulate semantic n1 without affecting n2.
So in short, train 2 independent SVM classifiers with different semantic attribute scores, and the semantic scores is going to be a scalar, for each of them.

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