Giter Club home page Giter Club logo

Comments (1)

sgrvinod avatar sgrvinod commented on June 1, 2024

Hi! If I understand your question correctly, you are wondering if it makes sense that different candidate words arising from the same preceding sequence have the same attention map.

Yes, definitely. As you know, the attention map is not based on the candidate words. It is the other way around - the candidate words were generated as likely possibilities for that particular attention map. Therefore, by definition, this will always be the case.

For example, assume we're looking at an image of a man standing next to New York City taxi.

Assume that, so far, the model has generated a man stands next to a.

Based on this generated sequence, it decides to attend to the taxi in the image and creates the corresponding attention map. Then, based on this attention map, there can be more than one valid choice for the next word in the sequence:

a man stands next to a car
a man stands next to a cab
a man stands next to a taxi
a man stands next to a yellow (...car)
a man stands next to a new (...york taxi)

All of these choices are based on the same attention map.

from a-pytorch-tutorial-to-image-captioning.

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.