YOLOv9: Learning What You Want to Learn Using Programmable Gradient Information
Chien-Yao Wang, I-Hau Yeh, Hong-Yuan Mark Liao

TL;DR
This paper introduces Programmable Gradient Information (PGI) and a new lightweight architecture GELAN to improve deep network training by preserving input information, leading to better performance in object detection tasks.
Contribution
The paper proposes PGI to retain complete input information for objective calculation and introduces GELAN, a lightweight network architecture utilizing gradient path planning.
Findings
GELAN outperforms state-of-the-art models with conventional convolutions.
PGI enables training from scratch to surpass pre-trained models.
GELAN achieves better parameter utilization on lightweight models.
Abstract
Today's deep learning methods focus on how to design the most appropriate objective functions so that the prediction results of the model can be closest to the ground truth. Meanwhile, an appropriate architecture that can facilitate acquisition of enough information for prediction has to be designed. Existing methods ignore a fact that when input data undergoes layer-by-layer feature extraction and spatial transformation, large amount of information will be lost. This paper will delve into the important issues of data loss when data is transmitted through deep networks, namely information bottleneck and reversible functions. We proposed the concept of programmable gradient information (PGI) to cope with the various changes required by deep networks to achieve multiple objectives. PGI can provide complete input information for the target task to calculate objective function, so that…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
- 🤗adonaivera/yolov9model· ♡ 1♡ 1
- 🤗merve/yolov9model· ♡ 43♡ 43
- 🤗kadirnar/yolov9-gelan-cmodel
- 🤗Supra03/YoLoV9model
- 🤗UmaDiffusion/ULTIMA-YOLOv9model· ♡ 4♡ 4
- 🤗Riksarkivet/yolov9-lines-within-regions-1model· 4 dl· ♡ 44 dl♡ 4
- 🤗Riksarkivet/yolov9-regions-1model· 4 dl· ♡ 14 dl♡ 1
- 🤗Kalray/yolov9tmodel
- 🤗Kalray/yolov9smodel
- 🤗Kalray/yolov9mmodel
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsCOVID-19 diagnosis using AI
MethodsFocus · Convolution
