What is: Gaussian Affinity?Year2005Data SourceCC BY-SA - https://paperswithcode.comGaussian Affinity is a type of affinity or self-similarity function between two points x_i\mathbb{x\_{i}}x_i and x_j\mathbb{x\_{j}}x_j that uses a Gaussian function: f(x_i,x_j)=exT_ix_jf\left(\mathbb{x\_{i}}, \mathbb{x\_{j}}\right) = e^{\mathbb{x^{T}\_{i}}\mathbb{x\_{j}}}f(x_i,x_j)=exT_ix_j Here xT_ix_j\mathbb{x^{T}\_{i}}\mathbb{x\_{j}}xT_ix_j is dot-product similarity.