Giter Club home page Giter Club logo

Comments (5)

yassouali avatar yassouali commented on July 4, 2024

Hi @reluuu

Unfortunately, I was not able to find the notebook that contains the computation, but it should be quite easy to replicate. For the features, at each spatial location, fetch the 8 neighboring features (so 3 x 3 window) and compute the average of the L2 distances between the center the 8 neighboring features, so for each feature, you will get a scalar representing the distance between it and its neighboors; then normalize them and plot them.

Hope this helps.

from cct.

reluuu avatar reluuu commented on July 4, 2024

Did you use dimension reduction like PCA to produce the figure?

from cct.

yassouali avatar yassouali commented on July 4, 2024

No we used the original features without any reduction, but using PCA might be a good idea

from cct.

reluuu avatar reluuu commented on July 4, 2024

But for the hidden representation, there are 2048 channels? How to visualize them in grayscale?

from cct.

yassouali avatar yassouali commented on July 4, 2024

at each spatial location, you compute the L2 distances between the feature i and its neighboors j, and use these distances, which are scalars, for ploting

from cct.

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.