Giter Club home page Giter Club logo

Comments (4)

xternalz avatar xternalz commented on June 1, 2024

Hi @XiaoJiNu, thanks for your interest. The novel classes are detected using the classification weights transformed from large-scale classification network (this was trained on novel classes but not the detection network) using AE-WTN. The box regression part is class-agnostic, meaning that it only outputs 1x4 regression values to be used for all classes including the novel ones.

from ae-wtn.

XiaoJiNu avatar XiaoJiNu commented on June 1, 2024

@xternalz thanks for your reply, I understood.

from ae-wtn.

pjh4993 avatar pjh4993 commented on June 1, 2024

Hi, I'm trying to use your work for my custom dataset. While using your model I wonder is box regression is truly trained to class agnostic way to the whole object. Isn't it more precise to say box regression is trained to be class agnostic to the training dataset? I'm quite confused about how regression can be trained class agnostic to the novel dataset while didn't seen at training time.

from ae-wtn.

xternalz avatar xternalz commented on June 1, 2024

When a detector is trained to perform box regression for many (seen) object categories in a class agnostic fashion, its box regression network can somehow generalize to unseen object categories in another dataset. This is related to learning generic objectness. Several works have also shown that class-agnostic box regression generalizes well to unseen object categories or object categories which do not have box annotations:

  • What leads to generalization of object proposals?. ArXiv 2020.
  • R-FCN-3000 at 30FPS: Decoupling Detection and Classification. CVPR 2018.

We never claimed anything about the box regression being class-agnostic to novel categories and/or datasets.

from ae-wtn.

Related Issues (2)

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.