YOLO-DKR:基于内核重用的可微分体系结构搜索

IF 6.8 1区 计算机科学 0 COMPUTER SCIENCE, INFORMATION SYSTEMS
Yu Xue , Chenhang Yao , Mohamed Wahib , Moncef Gabbouj
{"title":"YOLO-DKR:基于内核重用的可微分体系结构搜索","authors":"Yu Xue ,&nbsp;Chenhang Yao ,&nbsp;Mohamed Wahib ,&nbsp;Moncef Gabbouj","doi":"10.1016/j.ins.2025.122180","DOIUrl":null,"url":null,"abstract":"<div><div>In recent years, neural architecture search (NAS) has been used to search high-performance convolutional neural networks (CNNs) for object detection. However, existing NAS methods need expensive computational costs. To address this issue, this paper proposes YOLO-DKR (differentiable architecture search (DARTS) based on kernel reusing for YOLOv7). To reduce GPU memory and search time during NAS training, we employ DARTS based on kernel reusing technique, which shares the weights of candidate convolutions on a single edge and merges them into a single fused convolution. Additionally, we design supernets based on YOLOv7-tiny and YOLOv7 networks, using a joint search strategy for optimal solutions. Finally, during retraining phase, we introduce the coordinate attention (CA) modules to further enhance the model's ability to detect small objects. Experiments demonstrate that our method achieves exceptional search efficiency and accuracy. Our lightweight model, YOLO-DKR-tiny, requires only 0.4 GPU-days, two-thirds of MAE-DET-L's search time, and outperforms most NAS-based methods in search efficiency. When transferred to MS COCO 2017 dataset, YOLO-DKR-tiny surpasses DeepMAD(FCOS) by 0.3% in [email protected]:0.95 with fewer parameters. For small object detection (AP<span><math><msubsup><mrow></mrow><mrow><mi>S</mi></mrow><mrow><mi>v</mi><mi>a</mi><mi>l</mi></mrow></msubsup></math></span>), YOLO-DKR achieves 36.3%, exceeding YOLOv10-C by 0.5%. These results demonstrate our method's effectiveness in achieving superior detection with optimized computational resources.</div></div>","PeriodicalId":51063,"journal":{"name":"Information Sciences","volume":"713 ","pages":"Article 122180"},"PeriodicalIF":6.8000,"publicationDate":"2025-04-08","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":"0","resultStr":"{\"title\":\"YOLO-DKR: Differentiable architecture search based on kernel reusing for object detection\",\"authors\":\"Yu Xue ,&nbsp;Chenhang Yao ,&nbsp;Mohamed Wahib ,&nbsp;Moncef Gabbouj\",\"doi\":\"10.1016/j.ins.2025.122180\",\"DOIUrl\":null,\"url\":null,\"abstract\":\"<div><div>In recent years, neural architecture search (NAS) has been used to search high-performance convolutional neural networks (CNNs) for object detection. However, existing NAS methods need expensive computational costs. To address this issue, this paper proposes YOLO-DKR (differentiable architecture search (DARTS) based on kernel reusing for YOLOv7). To reduce GPU memory and search time during NAS training, we employ DARTS based on kernel reusing technique, which shares the weights of candidate convolutions on a single edge and merges them into a single fused convolution. Additionally, we design supernets based on YOLOv7-tiny and YOLOv7 networks, using a joint search strategy for optimal solutions. Finally, during retraining phase, we introduce the coordinate attention (CA) modules to further enhance the model's ability to detect small objects. Experiments demonstrate that our method achieves exceptional search efficiency and accuracy. Our lightweight model, YOLO-DKR-tiny, requires only 0.4 GPU-days, two-thirds of MAE-DET-L's search time, and outperforms most NAS-based methods in search efficiency. When transferred to MS COCO 2017 dataset, YOLO-DKR-tiny surpasses DeepMAD(FCOS) by 0.3% in [email protected]:0.95 with fewer parameters. For small object detection (AP<span><math><msubsup><mrow></mrow><mrow><mi>S</mi></mrow><mrow><mi>v</mi><mi>a</mi><mi>l</mi></mrow></msubsup></math></span>), YOLO-DKR achieves 36.3%, exceeding YOLOv10-C by 0.5%. These results demonstrate our method's effectiveness in achieving superior detection with optimized computational resources.</div></div>\",\"PeriodicalId\":51063,\"journal\":{\"name\":\"Information Sciences\",\"volume\":\"713 \",\"pages\":\"Article 122180\"},\"PeriodicalIF\":6.8000,\"publicationDate\":\"2025-04-08\",\"publicationTypes\":\"Journal Article\",\"fieldsOfStudy\":null,\"isOpenAccess\":false,\"openAccessPdf\":\"\",\"citationCount\":\"0\",\"resultStr\":null,\"platform\":\"Semanticscholar\",\"paperid\":null,\"PeriodicalName\":\"Information Sciences\",\"FirstCategoryId\":\"94\",\"ListUrlMain\":\"https://www.sciencedirect.com/science/article/pii/S0020025525003123\",\"RegionNum\":1,\"RegionCategory\":\"计算机科学\",\"ArticlePicture\":[],\"TitleCN\":null,\"AbstractTextCN\":null,\"PMCID\":null,\"EPubDate\":\"\",\"PubModel\":\"\",\"JCR\":\"0\",\"JCRName\":\"COMPUTER SCIENCE, INFORMATION SYSTEMS\",\"Score\":null,\"Total\":0}","platform":"Semanticscholar","paperid":null,"PeriodicalName":"Information Sciences","FirstCategoryId":"94","ListUrlMain":"https://www.sciencedirect.com/science/article/pii/S0020025525003123","RegionNum":1,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":null,"EPubDate":"","PubModel":"","JCR":"0","JCRName":"COMPUTER SCIENCE, INFORMATION SYSTEMS","Score":null,"Total":0}
引用次数: 0

摘要

近年来,神经结构搜索(NAS)被用于搜索高性能卷积神经网络(cnn)进行目标检测。然而,现有的NAS方法需要昂贵的计算成本。为了解决这一问题,本文针对YOLOv7提出了基于内核重用的YOLOv7可微分体系结构搜索(DARTS)。为了在NAS训练过程中减少GPU内存和搜索时间,我们采用了基于内核重用技术的dart,该技术在单个边缘上共享候选卷积的权重,并将它们合并到单个融合卷积中。此外,我们设计了基于YOLOv7-tiny和YOLOv7网络的超级网络,使用联合搜索策略寻找最优解。最后,在再训练阶段,我们引入了坐标注意(CA)模块,进一步增强了模型对小目标的检测能力。实验表明,该方法具有较高的搜索效率和准确性。我们的轻量级模型YOLO-DKR-tiny只需要0.4 gpu天,是MAE-DET-L搜索时间的三分之二,并且在搜索效率方面优于大多数基于nas的方法。当转移到MS COCO 2017数据集时,YOLO-DKR-tiny在[email protected]:0.95的参数上超过DeepMAD(FCOS) 0.3%。对于小目标检测(APSval), YOLO-DKR达到36.3%,比YOLOv10-C高出0.5%。这些结果证明了我们的方法在优化计算资源的情况下实现卓越检测的有效性。
本文章由计算机程序翻译,如有差异,请以英文原文为准。
YOLO-DKR: Differentiable architecture search based on kernel reusing for object detection
In recent years, neural architecture search (NAS) has been used to search high-performance convolutional neural networks (CNNs) for object detection. However, existing NAS methods need expensive computational costs. To address this issue, this paper proposes YOLO-DKR (differentiable architecture search (DARTS) based on kernel reusing for YOLOv7). To reduce GPU memory and search time during NAS training, we employ DARTS based on kernel reusing technique, which shares the weights of candidate convolutions on a single edge and merges them into a single fused convolution. Additionally, we design supernets based on YOLOv7-tiny and YOLOv7 networks, using a joint search strategy for optimal solutions. Finally, during retraining phase, we introduce the coordinate attention (CA) modules to further enhance the model's ability to detect small objects. Experiments demonstrate that our method achieves exceptional search efficiency and accuracy. Our lightweight model, YOLO-DKR-tiny, requires only 0.4 GPU-days, two-thirds of MAE-DET-L's search time, and outperforms most NAS-based methods in search efficiency. When transferred to MS COCO 2017 dataset, YOLO-DKR-tiny surpasses DeepMAD(FCOS) by 0.3% in [email protected]:0.95 with fewer parameters. For small object detection (APSval), YOLO-DKR achieves 36.3%, exceeding YOLOv10-C by 0.5%. These results demonstrate our method's effectiveness in achieving superior detection with optimized computational resources.
求助全文
通过发布文献求助,成功后即可免费获取论文全文。 去求助
来源期刊
Information Sciences
Information Sciences 工程技术-计算机:信息系统
CiteScore
14.00
自引率
17.30%
发文量
1322
审稿时长
10.4 months
期刊介绍: Informatics and Computer Science Intelligent Systems Applications is an esteemed international journal that focuses on publishing original and creative research findings in the field of information sciences. We also feature a limited number of timely tutorial and surveying contributions. Our journal aims to cater to a diverse audience, including researchers, developers, managers, strategic planners, graduate students, and anyone interested in staying up-to-date with cutting-edge research in information science, knowledge engineering, and intelligent systems. While readers are expected to share a common interest in information science, they come from varying backgrounds such as engineering, mathematics, statistics, physics, computer science, cell biology, molecular biology, management science, cognitive science, neurobiology, behavioral sciences, and biochemistry.
×
引用
GB/T 7714-2015
复制
MLA
复制
APA
复制
导出至
BibTeX EndNote RefMan NoteFirst NoteExpress
×
提示
您的信息不完整,为了账户安全,请先补充。
现在去补充
×
提示
您因"违规操作"
具体请查看互助需知
我知道了
×
提示
确定
请完成安全验证×
copy
已复制链接
快去分享给好友吧!
我知道了
右上角分享
点击右上角分享
0
联系我们:info@booksci.cn Book学术提供免费学术资源搜索服务,方便国内外学者检索中英文文献。致力于提供最便捷和优质的服务体验。 Copyright © 2023 布克学术 All rights reserved.
京ICP备2023020795号-1
ghs 京公网安备 11010802042870号
Book学术文献互助
Book学术文献互助群
群 号:604180095
Book学术官方微信