Coder Social home page Coder Social logo

Adoption to cityscapes about eopsn HOT 4 CLOSED

jd730 avatar jd730 commented on August 19, 2024
Adoption to cityscapes

from eopsn.

Comments (4)

jd730 avatar jd730 commented on August 19, 2024

Hi @Hoff97, Thank you for being interested in this work.
here is the procedure you might want to do

  1. Train Mask R-CNN (Detectron2) on Cityscape excluding unknown class. You might need to add one loss, void suppression.
  • However, you can totally discard unknown classes by not using void suppression loss during training although it will slightly decrease the performance.
  1. Fine-tune the model trained on 1. using EOPSN.

from eopsn.

Hoff97 avatar Hoff97 commented on August 19, 2024

Thanks for the swift answer! As a follow up question, the way I understand having some pretrained model is important, because otherwise EOPSN will not be able to extract exemplars from void regions, is that correct?

from eopsn.

jd730 avatar jd730 commented on August 19, 2024

The reason why we use the pre-trained model is EOPSN requires more time for training compared to mask R-CNN so we want to set the initial weight as a certain stage. I think you can even start from scratch but painful.

Regarding exemplar extraction, it leans on RPN and some heuristics (e.g., thresholding, quality of cluster). The reason why I said you may not need to use void suppression loss is that the loss is for training box head, not RPN although the loss prevents void region (where has unknown class potentially) from being classified as background class in the box head. Anyway, while training EOPSN, that prevention will be trained.

from eopsn.

Hoff97 avatar Hoff97 commented on August 19, 2024

Thanks for the clarification, the info is very helpful!

from eopsn.

Related Issues (6)

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.