Giter Site home page Giter Site logo

Some questions about paper about ron HOT 8 OPEN

taokong avatar taokong commented on June 12, 2024
Some questions about paper

from ron.

Comments (8)

taokong avatar taokong commented on June 12, 2024 5

@DuinoDu
For the first question, we find that not sharing features could get better detection results. Maybe you can have try about sharing weights with four scales.
The objectness prior is modified from RPN. The original RPN will do bbox regression to get better localization, however, the anchor's location will be changed after bbox reg. So Faster R-CNN must use ROI-Pooling to extract features on these changed anchors. Thus the detection module will bring repeated computations.
@mattdingmeng @chengshuai
Yes, the idea of reverse connection is similar with DSSD, FPN and TDM. In fact, the four works are developed amost at the same period. RON and FPN are both accepted by cvpr2017.

from ron.

chengshuai avatar chengshuai commented on June 12, 2024 2

@DuinoDu @mattdingmeng

The reverse connection is similar with the idea of the paper(the Feature Pyramid Networks for Object Detection and Deconvoluiton SSD).

from ron.

mattdingmeng avatar mattdingmeng commented on June 12, 2024

@DuinoDu for the second comment, I agree with you. The objectness prior is very close to the rpn in faster rcnn. I think the main contribution of this paper is the reverse connection, which combine different scaled feature map to detect objects in different size.

from ron.

DuinoDu avatar DuinoDu commented on June 12, 2024

Thanks!

from ron.

kl456123 avatar kl456123 commented on June 12, 2024

I want to know why it is faster than Faster R-CNN.
Who can help me ,thanks a lot

from ron.

luuuyi avatar luuuyi commented on June 12, 2024

@kl456123 the author mentioned it that use ROI-Pooling can bring extra computation. Meanwhile, I think discarding Fully Connection Layer also can accelerate the speed of train and inference.

from ron.

liuguiyangnwpu avatar liuguiyangnwpu commented on June 12, 2024

I want to study about the small target detection in large scale scene.
But I find that, the CNN feature Map is very important, If the CNN base model can't find the target, the regression has no meaning.
Could you give me some tips about how to advance the CNN feature model ?

from ron.

twmht avatar twmht commented on June 12, 2024

@taokong

by the way, I have sent an email to you to ask some questions about hypernet (https://arxiv.org/abs/1604.00600). Please take a look if you have time:)

from ron.

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.