Skip to content

Robust Learning with the Hilbert-Schmidt Independence Criterion

Notifications You must be signed in to change notification settings

danielgreenfeld3/XIC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Robust Learning with the Hilbert-Schmidt Independence Criterion

This repository contains a pytorch implementation of HSIC-loss used in the paper https://arxiv.org/abs/1910.00270 (ICML2020).

If x,y represent two batches of samples from random variables X,Y, calling

HSIC(x,y,s_x,s_y)

would compute the Hilbert-Schmidt Independence Criterion between them. This code uses Gaussian kernels, and the parameters s_x,s_y represent their width.

About

Robust Learning with the Hilbert-Schmidt Independence Criterion

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages