Giter VIP home page Giter VIP logo

Comments (1)

ZwwWayne avatar ZwwWayne commented on June 1, 2024

Hi @yucornetto ,
Thanks for your attention! After the paper release, we made some modifications of K-Net on panoptic segmentation from the original implementation as below:

  1. In the arxiv v1 version, we use similar annotations as Panoptic FPN, which uses instance segmentation annotations for thing segmentation and use masks generated from panoptic annotations for stuff segmentation. However, when we are implementing Panoptic FPN in MMDet, we find that using panoptic annotations for both things and stuff segmentation yields better results (~1 PQ better). This is because the occlusion is not well handled between masks in the instance segmentation annotations. Therefore, we change to only use panoptic annotation in the new K-Net based on the newest version of MMDetection. This improves ~1.4 PQ of K-Net.
  2. We fixed a bug in inference. We find a class ID bug when pasting things and stuff masks in arxiv v1 and fixed it when we change to use the COCOPanopticDataset in the newest MMDetection. Simply fixing this issue could improve about 1.0 PQ.
  3. We tried a new inference strategy. In arxiv v1 we paste masks of things and stuff separately following the same way as Panoptic FPN. In rebuttal, we tried a new strategy that pastes them in a mixed order based on their classification scores. It consistently improves K-Net by 0.3~0.4 PQ.

from k-net.

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.