当前位置:网站首页>[iccv workshop 2021] small target detection based on density map: coarse-grained density map guided object detection in aerial images
[iccv workshop 2021] small target detection based on density map: coarse-grained density map guided object detection in aerial images
2022-06-24 00:37:00 【Bit reachable duck】
Coarse-grained Density Map Guided Object Detection in Aerial Images
No open source code found
brief introduction :
Object detection in aerial images is challenging , There are at least two reasons :(1) Relative to high-resolution aerial images , Most targets are small-scale ;(2) The target position is unevenly distributed , The detection efficiency is low .
In view of the above two problems , This paper presents a new network , That is, coarse-grained density graph network (CDMNet) To solve these problems . say concretely , The author formats the density mapping into a coarse-grained form , A lightweight dual task density estimation network is designed .
The coarse-grained density graph can not only describe the distribution of objects , You can also cluster objects , In order to quantify the scale and reduce the calculation .
Besides , The author also proposes a clustering region generation algorithm guided by density mapping , Crop the input image into multiple sub regions , Represents clustering , The object is adjusted on a reasonable scale .
The author also improved the mosaic data enhancement , In order to alleviate the imbalance of foreground background and category in the training process .
边栏推荐
- 抓取开机logcat
- UART protocol timing summary
- 利用Scanorama高效整合异质单细胞转录组
- ARM学习(7) symbol 符号表以及调试
- version `ZLIB_1.2.9‘ not found (required by /lib64/libpng16.so.16)
- Jimureport building block report - table linkage chart topic
- [digital signal] spectrum refinement based on MATLAB analog window function [including Matlab source code 1906]
- C language: how to solve the problem of hundreds of horses and loads
- 阿里巴巴面试题:多线程相关
- version `ZLIB_1.2.9‘ not found (required by /lib64/libpng16.so.16)
猜你喜欢

Common core resource objects of kubernetes

skywalking 安装部署实践

C语言:利用自定义函数排序
![[FreeRTOS] 07 binary semaphore and count semaphore](/img/9c/a3e4b9e02f754c5d3a54d94b7b4e35.png)
[FreeRTOS] 07 binary semaphore and count semaphore

数据管理:业务数据清洗,落地实现方案
![[digital signal] spectrum refinement based on MATLAB analog window function [including Matlab source code 1906]](/img/b3/ad289400e9c74f6f1f533a7d560d5c.jpg)
[digital signal] spectrum refinement based on MATLAB analog window function [including Matlab source code 1906]

Do280openshift access control -- manage projects and accounts

Expander+listbox of WPF effect
![[traffic light identification] traffic light identification based on Matlab GUI [including Matlab source code 1908]](/img/0e/3103c4c5dd664196c85db9b30bcaf5.png)
[traffic light identification] traffic light identification based on Matlab GUI [including Matlab source code 1908]

Interview notes for Android outsourcing workers for 3 years. I still need to go to a large factory to learn and improve. As an Android programmer
随机推荐
Social order in the meta universe
[Hongke case] how can 3D data become operable information Object detection and tracking
【CVPR 2022】高分辨率小目标检测:Cascaded Sparse Query for Accelerating High-Resolution Smal Object Detection
Interview notes for Android outsourcing workers for 3 years. You still need to go to a large factory to learn and improve when you have the opportunity. Interview questions for Android Development Int
C语言:百马百担问题求驮法
setfacl命令的基本用法
skywalking 安装部署实践
What problems need to be solved by MES management system in the era of intelligent manufacturing
Efficient integration of heterogeneous single cell transcriptome with scanorama
Fix blog theme php8 compatibility and optimize dark mode
【osg】OSG开发(04)—创建多个场景视图
Building a digital software factory -- panoramic interpretation of one-stop Devops platform
Using anydesk remote control for intranet penetration horizontal movement
The first open-source MySQL HTAP database in China will be released soon, and the three highlights will be informed in advance that shiatomics technology will launch heavily
Google Earth engine (GEE) - verification results used by NDVI, NDWI and NDBI to increase classification accuracy (random forest and cart classification)
Android Aidl: cross process call service (Aidl service), kotlininvoke function
DO280OpenShift访问控制--管理项目和账户
Use of reverse tools IDA and GDB
UART protocol timing summary
C语言:递归实现N的阶乘