GithubHelp home page GithubHelp logo

Comments (3)

Maycbj avatar Maycbj commented on July 20, 2024

Hi, thank you for your attention!
classification(δ): https://github.com/Megvii-BaseDetection/BorderDet/blob/master/cvpods/modeling/meta_arch/borderdet.py#L526
regression(π): https://github.com/Megvii-BaseDetection/BorderDet/blob/master/cvpods/modeling/meta_arch/borderdet.py#L546

from borderdet.

zbwxp avatar zbwxp commented on July 20, 2024

Thank you for your reply. Am I understand this correct:

The π and δ process were never involved during training process. The four losses: original FCOS cls, original FCOS reg. border cls, border reg δ are 4 parallel branches when training. Only when validation, the result of FCOS cls and border cls are multiplied togeter ( π) and FCOS reg and border reg δ are added up together?

Have you tried to group them together from 4 branches to two branches(1.FCOS cls * border cls, 2. FCOS reg + border reg δ) and directly train their corresponding loss (ground truth cls and reg) during training as a more 'end-to-end' form? Will that work?

Thank you very much.

from borderdet.

Maycbj avatar Maycbj commented on July 20, 2024

Yeah, we have done these experiments before, but it does not work.
A reasonable explanation is that the bounding box distributions are different in different stage, so the label assignment of them are not exactly the same.
Besides, similar to the Cascade R-CNN, we train the different stage with separate losses, and it is indeed better than the joint modeling.

from borderdet.

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.