YOLO-RD: Introducing Relevant and Compact Explicit Knowledge to YOLO by Retriever-Dictionary
Hao-Tang Tsui, Chien-Yao Wang, Hong-Yuan Mark Liao

TL;DR
This paper introduces the Retriever-Dictionary module for YOLO models, enabling them to incorporate dataset-wide explicit knowledge from various models, significantly improving detection accuracy with minimal additional parameters.
Contribution
The novel Retriever-Dictionary module allows YOLO-based models to efficiently utilize dataset-level knowledge from VMs, LLMs, or VLMs, enhancing multiple vision tasks.
Findings
Over 3% increase in mean Average Precision for detection
Improves effectiveness of 2-stage and DETR-based models
Achieves this with less than 1% increase in parameters
Abstract
Identifying and localizing objects within images is a fundamental challenge, and numerous efforts have been made to enhance model accuracy by experimenting with diverse architectures and refining training strategies. Nevertheless, a prevalent limitation in existing models is overemphasizing the current input while ignoring the information from the entire dataset. We introduce an innovative Retriever-Dictionary (RD) module to address this issue. This architecture enables YOLO-based models to efficiently retrieve features from a Dictionary that contains the insight of the dataset, which is built by the knowledge from Visual Models (VM), Large Language Models (LLM), or Visual Language Models (VLM). The flexible RD enables the model to incorporate such explicit knowledge that enhances the ability to benefit multiple tasks, specifically, segmentation, detection, and classification, from…
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
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsNatural Language Processing Techniques · Semantic Web and Ontologies
MethodsConvolution · Region Proposal Network · Softmax · RoIPool · Faster R-CNN
