Giter Site home page Giter Site logo

Comments (7)

nanfangAlan avatar nanfangAlan commented on September 26, 2024 1

I've evaluated the provided model after base training on novel sets. It seems are overfitting on base sets.

COCO:
Average Precision (AP) @[ IoU=0.50:0.95 | area= all | maxDets=100 ] = 0.006
Average Precision (AP) @[ IoU=0.50 | area= all | maxDets=100 ] = 0.011
Average Precision (AP) @[ IoU=0.75 | area= all | maxDets=100 ] = 0.005
Average Precision (AP) @[ IoU=0.50:0.95 | area= small | maxDets=100 ] = 0.004
Average Precision (AP) @[ IoU=0.50:0.95 | area=medium | maxDets=100 ] = 0.008
Average Precision (AP) @[ IoU=0.50:0.95 | area= large | maxDets=100 ] = 0.009
Average Recall (AR) @[ IoU=0.50:0.95 | area= all | maxDets= 1 ] = 0.040
Average Recall (AR) @[ IoU=0.50:0.95 | area= all | maxDets= 10 ] = 0.085
Average Recall (AR) @[ IoU=0.50:0.95 | area= all | maxDets=100 ] = 0.093
Average Recall (AR) @[ IoU=0.50:0.95 | area= small | maxDets=100 ] = 0.051
Average Recall (AR) @[ IoU=0.50:0.95 | area=medium | maxDets=100 ] = 0.085
Average Recall (AR) @[ IoU=0.50:0.95 | area= large | maxDets=100 ] = 0.166

VOC1:
Average Precision (AP) @[ IoU=0.50:0.95 | area= all | maxDets=100 ] = 0.003
Average Precision (AP) @[ IoU=0.50 | area= all | maxDets=100 ] = 0.005
Average Precision (AP) @[ IoU=0.75 | area= all | maxDets=100 ] = 0.003
Average Precision (AP) @[ IoU=0.50:0.95 | area= small | maxDets=100 ] = 0.001
Average Precision (AP) @[ IoU=0.50:0.95 | area=medium | maxDets=100 ] = 0.003
Average Precision (AP) @[ IoU=0.50:0.95 | area= large | maxDets=100 ] = 0.004
Average Recall (AR) @[ IoU=0.50:0.95 | area= all | maxDets= 1 ] = 0.088
Average Recall (AR) @[ IoU=0.50:0.95 | area= all | maxDets= 10 ] = 0.188
Average Recall (AR) @[ IoU=0.50:0.95 | area= all | maxDets=100 ] = 0.216
Average Recall (AR) @[ IoU=0.50:0.95 | area= small | maxDets=100 ] = 0.085
Average Recall (AR) @[ IoU=0.50:0.95 | area=medium | maxDets=100 ] = 0.161
Average Recall (AR) @[ IoU=0.50:0.95 | area= large | maxDets=100 ] = 0.259

from meta-detr.

ZhangGongjie avatar ZhangGongjie commented on September 26, 2024

Yes. Meta-DETR requires fine-tuning to work on novel classes.

from meta-detr.

nanfangAlan avatar nanfangAlan commented on September 26, 2024

Which reason do you think may limit the Meta-DETR to work on novel sets w/o fine-tuning, and how to solve this? As a class agnostic predictor, I thought Meta-DETR would get better results w/o fine-tuning.

Yes. Meta-DETR requires fine-tuning to work on novel classes.

from meta-detr.

stwerner97 avatar stwerner97 commented on September 26, 2024

@nanfangAlan I think this is a phenomenon that can be observed for most meta learners. On the upside, there are some works that target this settings specifically. Maybe FS-DETR could be an interesting paper to look at for you 😊

from meta-detr.

nanfangAlan avatar nanfangAlan commented on September 26, 2024

@stwerner97 Thanks for your reply. I've notice the FS-DETR, but it's improvement of results seems mainly because the use of pretrained UP-DETR, which can be found in Tab 4 of their paper, it cannot get comparable results without pretraining. I think it's a little unfair, cause other FSODs do not load UP-DETR params. Do you have any idea or know about other works which solve this problem? Thanks again.

from meta-detr.

stwerner97 avatar stwerner97 commented on September 26, 2024

@nanfangAlan I agree that most of the improvements are due to the pre-training stage and would also apply to related works in some capacity.

I still think that its a very worthwhile read, since there are too few meta-learning works reporting their performance without fine-tuning and pre-training is a valid method to improve overall performance. I also don't see what other components to change to close the fine-tuning vs. non-fine-tuning gap, since improving the architectural design most likely will benefit fine-tuning performance as well.

Unfortunately, I am not and would also be highly interested in such works. Of course there are a lot of works on zero-shot detection using vision-language models, but that's not what I am looking for. 😊

from meta-detr.

stwerner97 avatar stwerner97 commented on September 26, 2024

Ah, I just remembered AirDet: Few-Shot Detection without Fine-Tuning for Autonomous Exploration, which also claims being a few-shot object detector without fine-tuning. 😊

from meta-detr.

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.