Git Product home page Git Product logo

Comments (2)

twke18 avatar twke18 commented on July 17, 2024

Hello,

You can see the figure 3 in our paper.

圖片

There are two separate ways to cosegment the image and its multiple views: 1) coherent region matching, 2) feature co-clustering.

  1. To conduct coherent region matching, you'll first generate coherent regions on the original image. We conduct UCM-OWT procedure to convert edges into coherent regions (row 2 in column 2). These coherent regions are then transformed in consistent with each view (row 3, 4 in column 2). The same region has the same color across views. We can easily infer which region does each pixel correspond to in every views.

  2. Feature co-clustering is conducted via our clustering transformer. We collect features across views and cluster them jointly.

Once we know the groupings for each pixel (we have 3 separate sets of groupings during training), we formulate contrastive loss correspondingly.

from hsg.

linwk20 avatar linwk20 commented on July 17, 2024

Thanks for reply! I get it now!

from hsg.

Related Issues (7)

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.