Coder Social home page Coder Social logo

Comments (3)

jzbontar avatar jzbontar commented on August 25, 2024

My understanding is that the cross-correlation matrix only considers the decorrelation between a 2 augmentations of same image.

The empirical cross-correlation matrix is computed from all images in a batch. We cannot compute the cross-correlation matrix from (2 augmentations of) a single image.

Consider C[i, j], the value in the i-th row and j-th column of the cross correlation matrix C. C[i, j] measures the correlation between the i-th and j-th feature of our 8192 dimensional representation. If you want to know how correlated the i-th and j-th feature are, you need to know the values of the i-th and j-th feature for many samples. We use a batch of samples to estimate this correlation.

I hope that makes it clear.

from barlowtwins.

jbattab avatar jbattab commented on August 25, 2024

I also holds a problem of understanding, there is no interaction between different samples in the batch.
for example in simclr then is s_ij, which is cosine distance between two samples in the batch. But in your work as I undeerstand from eq1,2 , each sample in the batch is only interects with itself . I'm missing something?

from barlowtwins.

jingli9111 avatar jingli9111 commented on August 25, 2024

I also holds a problem of understanding, there is no interaction between different samples in the batch.
for example in simclr then is s_ij, which is cosine distance between two samples in the batch. But in your work as I undeerstand from eq1,2 , each sample in the batch is only interects with itself . I'm missing something?

In equation 2, when calculating correlation term, there are sums across batch dimension. So there are interaction among different samples.
It's not like SimCLR to have pairwise interaction. It's an interaction through statistics among batch.

from barlowtwins.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.