Git Product home page Git Product logo

Comments (2)

jianzongwu avatar jianzongwu commented on August 15, 2024

Hi,

Thanks for your question!

I have just read your paper and checked the definition of r metric.

We both call it robustness, but the definition is totally different.

In R2VOS, $R = 1 - \frac{IoU_{neg}}{IoU_{pos}}$, which is a mask area ratio that encourages the model to predict smaller masks.

In RefSegformer, we generate 10 negative sentences for each reference in RefCOCO/+/g, and count how many masks the model outputs for the object (even 1 pixel is counted as a mask. We expect the model to output 0 pixels). R is the none-mask count divided by the number of negative sentences (10 in our settings).

Moreover, the final metrics to evaluate our proposed R-RIS task is rIoU, which is calculated by $rIoU = \sum_{i=1}(r_i \cdot mIoU_i)$

from robust-ref-seg.

XLHappy123 avatar XLHappy123 commented on August 15, 2024

Our metric will not encourage the model to predict smaller masks.

Anyway, good luck

from robust-ref-seg.

Related Issues (1)

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.