HIC-YOLOv5: Improved YOLOv5 For Small Object Detection
Abstract
Domain fit: AI-adjacent · Paper appears method- or tooling-adjacent to AI workflows with partial ecosystem coverage.
Small object detection has been a challenging problem in the field of object detection. There has been some works that proposes improvements for this task, such as adding several attention blocks or changing the whole structure of feature fusion networks. However, the computation cost of these models is large, which makes deploying a real-time object detection system unfeasible, while leaving room for improvement. To this end, an improved YOLOv5 model: HIC-YOLOv5 is proposed to address the aforementioned problems. Firstly, an additional prediction head specific to small objects is added to provide a higher-resolution feature map for better prediction. Secondly, an involution block is adopted between the backbone and neck to increase channel information of the feature map. Moreover, an attention mechanism named CBAM is applied at the end of the backbone, thus not only decreasing the computation cost compared with previous works but also emphasizing the important information in both channel and spatial domain. Our result shows that HIC-YOLOv5 has improved mAP@[.5:.95] by 6.42% and mAP@0.5 by 9.38% on VisDrone-2019-DET dataset.
Results and benchmarks
Small object detection has been a challenging problem in the field of object detection.
| Task | Dataset | Metric | Value | Source |
|---|---|---|---|---|
| Transformer | VisDrone2019 | mAP | 36.4 | paper-derived |
| Transformer | Baseline | mAP@.5 | 27.57 | paper-derived |
| Transformer | +SODH | mAP@.5 | 35.88 | paper-derived |
| Transformer | +cbam | mAP@.5 | 24.2 | paper-derived |
Audit each benchmark finding before selecting an implementation path. Evidence refs map to the disclosure below.
Evidence graph: 2 refs, 1 links.
Utility signals: depth 95/100, grounding 68/100, status medium.
Implementation
Historical official implementation (not recommended for new builds)
Only a historical official implementation is available
Use with caution for new projects; verify against current tooling and maintained community alternatives.
Jacoo-ai/HIC-Yolov5 · 59 stars · Last push Oct 27, 2023
Only historical official repository was found (Jacoo-ai/HIC-Yolov5).
Open Jacoo-ai/HIC-Yolov5- Only historical official implementation is available
- No direct maintained implementation is currently verified.
- Only historical official repository was found: Jacoo-ai/HIC-Yolov5.
- No maintained paper-verified implementation met reliability thresholds.
Reproduction readiness
Setup required
Dependencies pinned, manual setup needed
- Jacoo-ai/HIC-Yolov5 has requirements.txt but requires manual environment setup.
- Last push was 1033 days ago, so expect possible dependency version conflicts.
- No CI pipeline, so test coverage is unknown.
Hardware requirements
- Expect multi-day setup/compute for meaningful reproduction based on current guidance.
Quick start
git clone https://github.com/Jacoo-ai/HIC-Yolov5.git
pip install -r requirements.txt Framework baselines
- Hugging Face Transformers training guide
Modern transformer training baseline.
- PyTorch nn.Transformer docs
Reference transformer building block implementation.
- TorchVision object detection finetuning tutorial
Baseline setup for object detection workflows.
Hugging Face artifacts
No trustworthy direct or curated related Hugging Face artifacts were found yet. Use targeted searches to quickly locate candidate models, datasets, and demos.
Models
Datasets
Spaces
Tip: start with models, then check datasets and spaces if you need evaluation data or demos.
Research context
Tasks
Transformer
Methods
Transformer
Domains
Computer vision
Open this paper in HFEPX to review benchmark signals, evaluation modes, and human-feedback protocol context.
Open in HFEPXJump to Paper2Code search queries derived from this paper's research context.
Data includes links from Papers with Code ( CC-BY-SA-4.0 ).