Skip to content
OpenTrain AIFor AI Companies

HIC-YOLOv5: Improved YOLOv5 For Small Object Detection

Shiyi Tang, Shu Zhang, Yini FangPublished Sep 28, 2023
arXiv PDF
Researcher verdict
Starting point
Use as implementation starting point
Benchmark evidence
Thin evidence
Verify before relying
Time to first repro
A few days
Plan setup time
Risk flags
1
Review before use

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

Freshness tier: cold
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.

Implementation

Historical official implementation (not recommended for new builds)

Why this implementation
Confidence: low

Only historical official repository was found (Jacoo-ai/HIC-Yolov5).

Open Jacoo-ai/HIC-Yolov5
Reproduction risks
  • 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

Time to first repro: days
Last checked: Aug 25, 2026

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.
Open Jacoo-ai/HIC-Yolov5

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 artifacts

No trustworthy direct or curated related Hugging Face artifacts were found yet. Use targeted searches to quickly locate candidate models, datasets, and demos.

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

Evaluation and human feedback data

Open this paper in HFEPX to review benchmark signals, evaluation modes, and human-feedback protocol context.

Open in HFEPX
Explore similar papers

Jump to Paper2Code search queries derived from this paper's research context.

Data includes links from Papers with Code ( CC-BY-SA-4.0 ).