implus / GFocal

Generalized Focal Loss: Learning Qualified and Distributed Bounding Boxes for Dense Object Detection, NeurIPS2020
Apache License 2.0
575 stars 73 forks source link

Support of Incremental Object Detection #11

Open rose-jinyang opened 4 years ago

rose-jinyang commented 4 years ago

Hello How are you? Thanks for contributing this project. I have a question. Does this project support class-incremental training for saving training time without catastrophic forgetting? Let's suppose I've trained a model on the dataset with K classes for 7 days. If a new class is added into this dataset, should we train a model with the expanded dataset (K+1 classes) from begin? If so, it is so expensive, especially in case of object detection in retail store. That's because a new class of good is added frequently in retail store. Can we train a new model in short time with the original weight on the expanded dataset? I think that this is a very important function. I send some recommended papers for this project. https://arxiv.org/pdf/1708.06977.pdf https://arxiv.org/pdf/2003.04668.pdf https://arxiv.org/pdf/2003.06957.pdf https://arxiv.org/pdf/2003.07304.pdf Please let me know if you have a willing to implement this. Thanks

xiaozhangya commented 3 years ago

Please let me know if you have a willing to implement this.

haha xian ran bu yuan yi

xiaozhangya commented 3 years ago

Hello How are you? Thanks for contributing this project. I have a question. Does this project support class-incremental training for saving training time without catastrophic forgetting? Let's suppose I've trained a model on the dataset with K classes for 7 days. If a new class is added into this dataset, should we train a model with the expanded dataset (K+1 classes) from begin? If so, it is so expensive, especially in case of object detection in retail store. That's because a new class of good is added frequently in retail store. Can we train a new model in short time with the original weight on the expanded dataset? I think that this is a very important function. I send some recommended papers for this project. https://arxiv.org/pdf/1708.06977.pdf https://arxiv.org/pdf/2003.04668.pdf https://arxiv.org/pdf/2003.06957.pdf https://arxiv.org/pdf/2003.07304.pdf Please let me know if you have a willing to implement this. Thanks

Can i ask you a question Can this project GFL be applied to yolov3 or yolov4?

niranjansuthar70 commented 3 years ago

@rose-jinyang Hey, did you find any references code for this incremental learning for object detection?