GithubHelp home page GithubHelp logo

tecsai / past-and-present-small-object-detection Goto Github PK

View Code? Open in Web Editor NEW

This project forked from icecream-blue-sky/past-and-present-small-object-detection

0.0 0.0 0.0 5 KB

Latest paper about small object detection

past-and-present-small-object-detection's Introduction

Past and present of small object detection

Small object detection has long been a difficult and hot topic in computer vision. In order to promote the development of this field, I establish this repository to organize the papers related to small object detection. Any latest papers related to small object detection will be updated in this repository.
Chinese version: https://zhuanlan.zhihu.com/p/426047353

Updates

  • 2021/12/24 add one Multi-scale feature learning paper: QueryDet: Cascaded Sparse Query for Accelerating High-Resolution Small Object Detection, arxiv 2021. Good paper, key contribution is the fast detection speed.
  • 2021/12/12 paper: Addressing Scale Imbalance for Small Object Detection with Dense Detector, Neurocomputing 2021. Bad paper, so I decide not to add it to this repo.
  • 2021/11/14
    • add one Context-based paper: Realize your surroundings: Exploiting context information for small object detection. Good paper, recommend to read.
    • add one Context-based paper: Intrinsic Relationship Reasoning for Small Object Detection.
  • 2021/11/4
    • add one Context-based paper: Structure Inference Net.
    • add one Special design in detection pipeline paper: Dot Distance.
  • 2021/11/2
    • create the repository.

Table of Contents

1. Multi-scale feature learning
2. Super resolution
3. Context-based
4. Data-based
5. Training strategy
6. Special design in detection pipeline
7. Loss reweight

1. Multi-scale feature learning

  • QueryDet: Cascaded Sparse Query for Accelerating High-Resolution Small Object Detection[Paper][Code]
    • Chenhongyi Yang*, Zehao Huang, Naiyan Wang, arxiv 2021.
  • Effective fusion factor in fpn for tiny object detection[Paper][Code]
    • Yuqi Gong, Xuehui Yu, Yao Ding, Xiaoke Peng, Jian Zhao, Zhenjun Han, WACV 2021.
  • Augfpn: Improving multi-scale feature learning for object detection[Paper][Code]
    • Chaoxu Guo, Bin Fan, Qian Zhang, Shiming Xiang, and Chunhong Pan, CVPR 2020.
  • Path aggregation network for instance segmentation[Paper][Code]
    • Shu Liu, Lu Qi, Haifang Qin, Jianping Shi, Jiaya Jia, YouTuLab Tencent, CVPR 2018.
  • Feature Pyramid Networks for Object Detection[Paper]
    • Tsung-Yi Lin, Piotr Dollar, Ross Girshick, Kaiming He, Bharath Harihara, and Serge Belongie, Facebook AI, CVPR 2017.

2. Super resolution

  • Better to Follow, Follow to Be Better: Towards Precise Supervision of Feature Super-Resolution for Small Object Detection[Paper]
    • Junhyug Noh, Wonho Bae, Wonhee Lee, Jinhwan Seo, Gunhee Kim, ICCV 2019.
  • SOD-MTGAN: Small Object Detection via Multi-Task Generative Adversarial Network[Paper]
    • Yancheng Bai, Yongqiang Zhang, Mingli Ding, and Bernard Ghanem, ECCV 2018.
  • Perceptual Generative Adversarial Networks for Small Object Detection[Paper]
    • Jianan Li, Xiaodan Liang, Yunchao Wei, Tingfa Xu, Jiashi Feng, Shuicheng Yan, CVPR 2017.

3. Context-based

  • Realize your surroundings: Exploiting context information for small object detection[Paper]
    • Jiaxu Leng, Yihui Ren, Wen Jiang, Xiaoding Sun, Ye Wang, Neurocomputing 2021.
  • Intrinsic Relationship Reasoning for Small Object Detection[Paper]
    • Kui Fu, Jia Li, Lin Ma, Kai Mu and Yonghong Tian, Tencent AI Laboratory, arxiv 2020.
  • Structure Inference Net: Object Detection Using Scene-Level Context and Instance-Level Relationships[Paper][Code]
    • Yong Liu, Ruiping Wang, Shiguang Shan, Xilin Chen, VIPL, CVPR 2018.
  • Relation Networks for Object Detection[Paper][Code]
    • Han Hu, Jiayuan Gu2, Zheng Zhang, Jifeng Dai, Yichen Wei, Microsoft Research Asia, CVPR 2018.
  • PyramidBox: A Context-assisted Single Shot Face Detector[Paper][Code]
    • Xu Tang, Daniel K. Du, Zeqiang He, and Jingtuo Liu, Baidu Inc, ECCV 2018.
  • Inside-Outside Net: Detecting objects in context with skip pooling and recurrent neural networks[Paper]
    • Sean Bell, C. Lawrence Zitnick, Kavita Bala, Ross Girshick, Microsoft Research, CVPR 2016.

4. Data-based

  • Stitcher: Feedback-driven Data Provider for Object Detection[Paper][Code]
    • Yukang Chen, Peizhen Zhang, Zeming Li, Yanwei Li, Xiangyu Zhang, Gaofeng Meng, Shiming Xiang, Jian Sun, Jiaya Jia, Megvii Technology, CVPR 2020.
  • Augmentation for small object detection.[Paper][Code]
    • Mate Kisantal, Zbigniew Wojna, Jakub Murawski, Jacek Naruniec, Kyunghyun Cho, CVPR 2019.

5. Training strategy

  • SNIPER: Efficient Multi-Scale Training[Paper][Code]
    • Bharat Singh, Mahyar Najibi, Larry S. Davis, NIPS 2018.
  • An Analysis of Scale Invariance in Object Detection – SNIP[Paper]
    • Bharat Singh, Larry S. Davis, CVPR 2018.

6. Special design in detection pipeline

  • Dot Distance for Tiny Object Detection in Aerial Images[Paper]
    • Chang Xu, Jinwang Wang, Wen Yang, Lei Yu, CVPRW 2021.
  • S3FD: Single Shot Scale-invariant Face Detector[Paper][Code]
    • Shifeng Zhang, Xiangyu Zhu, Zhen Leiβˆ—, Hailin Shi, Xiaobo Wang, Stan Z. Li, ICCV 2017.
  • FaceBoxes: A CPU Real-time Face Detector with High Accuracy[Paper][Code]
    • Shifeng Zhang, Xiangyu Zhu, Zhen Lei, Hailin Shi, Xiaobo Wang, Stan Z. Li, IJCB 2017.

7. Loss reweight

  • Feedback-driven loss function for small object detection[Paper]
    • Gen Liu, Jin Han, Wenzhong Rong, Image Vison Computing 2021.

past-and-present-small-object-detection's People

Contributors

icecream-blue-sky avatar

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.