TasksSotADatasetsPapersMethodsSubmitAbout
Papers With Code 2

A community resource for machine learning research: papers, code, benchmarks, and state-of-the-art results.

Explore

Notable BenchmarksAll SotADatasetsPapersMethods

Community

Submit ResultsAbout

Data sourced from the PWC Archive (CC-BY-SA 4.0). Built by the community, for the community.

Methods/Concatenation Affinity

Concatenation Affinity

GeneralIntroduced 20001 papers
Source Paper

Description

Concatenation 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 concatenation function:

f(x_i,x_j)=ReLU(wT_f[θ(x_i),ϕ(x_j)]) f\left(\mathbb{x\_{i}}, \mathbb{x\_{j}}\right) = \text{ReLU}\left(\mathbb{w}^{T}\_{f}\left[\theta\left(\mathbb{x}\_{i}\right), \phi\left(\mathbb{x}\_{j}\right)\right]\right)f(x_i,x_j)=ReLU(wT_f[θ(x_i),ϕ(x_j)])

Here [⋅,⋅]\left[·, ·\right][⋅,⋅] denotes concatenation and w_f\mathbb{w}\_{f}w_f is a weight vector that projects the concatenated vector to a scalar.

Papers Using This Method

Non-local Neural Networks2017-11-21