Git Product home page Git Product logo

Comments (7)

yz93 avatar yz93 commented on May 25, 2024

Dear @UpCoder,

No problem. Thank you for your interest.

  1. The loss is indeed binary cross entropy. Use BCEWithLogitsLoss which combines a Sigmoid layer with the BCELoss.

  2. The ground truth is 0/1 binary labels, with 1 indicating target and 0 indicating background.

from anchor-diff-vos.

UpCoder avatar UpCoder commented on May 25, 2024

Thank you for your reply.
So the unsupervised VOS just indicates that you do not use any annotation in the test stage. the semi-supervised method needs the annotation of the first frame in the test stage.
The training processing is fully supervised.
Is it right?

from anchor-diff-vos.

yz93 avatar yz93 commented on May 25, 2024

Dear @UpCoder,

What you said is exactly right. The use of the word “unsupervised” causes a fair amount of confusion and also some well founded doubts.

By today’s generally accepted definition of “unsupervised”—not using GT labels during training—this may be considered a misuse of a word. But the usage of the word in the sense that you just described I believe is originated from the once canonical setting in VOS, which uses human input as supervision to guide the algorithm at test time, as at those times “supervision” at test time was fairly common.

from anchor-diff-vos.

UpCoder avatar UpCoder commented on May 25, 2024

OK, got it.

Thank you!

from anchor-diff-vos.

mingminzhen avatar mingminzhen commented on May 25, 2024

@yz93 Hi, for the training step, do you compute the loss for the anchor image, which is not mentioned in the paper?

from anchor-diff-vos.

yz93 avatar yz93 commented on May 25, 2024

@mingminzhen No. The loss is binary cross-entropy with logits on the output of the network with GT binary labels.

from anchor-diff-vos.

mingminzhen avatar mingminzhen commented on May 25, 2024

@yz93 Hi, for the training step, what is the scale range for randomly resize? If possible, can you provide the data augmentation code?

from anchor-diff-vos.

Related Issues (11)

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.