论文写作篇#4:YOLO还能发C会论文吗?C会论文的YOLO文章结构解析

先说结论:能发,YOLO作为近年来发展迅速的主流目标检测模型,具有相当强的可拓展性。目前仍有大量的会议接受关于改进YOLO的文章,基本的改进模型主要集中在YOLOv5、YOLOv7、YOLOv8、YOLOv10这几个之中。

C会文章结构解析

篇幅: 

我找到了一个CCF的C会,在其会议论文集中挑取了8篇关于YOLO的文章,其内容都是关于YOLO在某个垂直领域的改进。

我们可以看到会议论文的篇幅整体控制在9-13页左右,包含了参考文献和附录。这主要是因为会议论文要求的语言精简超页付费的机制。 大家在投会议的时候,一定要去目标会议官网下载模板以及看清作者指导、价格等等因素。

结构(章节分布):

 以下是我总结的8篇文章的标题、篇幅和分段情况:

序号标题篇幅分段
1AYOLOv8: Improved Detector Based on YOLOv8 to Focus More on Small and Medium Objects131.Introcuction(包含本文改进)
2.Methods(
一段总起,分点论述)
3.Results and Anlysis(
总起一句数据集, Implementation Details,消融实验、对比结果可视化分三点)
4.Conclusions
2YOLO-Fire: A Fire Detection Algorithm Based on YOLO131.Introcuction(包含本文改进)
2.YOLO-Fire(
总起概述改进后模型,后分点介绍)
3.Experiments(Experiments, Ablation Studies, Experimental Results Analysis
分三点)
4.Conclusions
3DCM-YOLOv8: An Improved YOLOv8-Based Small Target Detection Model for UAV Images131.Introcuction(包含本文改进)
2.Related Work(YOLOv8,
金字塔池化、空间金字塔三点)
3.Proposed Method(
分三点介绍)
4.Experiments and Results(Dataset and Implementation Details, Evaluation Metrics, Ablation Experiment,  Comparison Experiments)
5.Conclusion
4Improved YOLOv8-Based Lightweight Object Detection on Drone Images91.Introcuction(不包含本文改进)
2.The Proposed Algorithm(
总算一点,共五点)
3.Experimental Results and Analysis (Experimental Results and Analysis,Ablation Study, Comparative Experiments Pruning Experiments )
4.Conclusion
5A YOLOv7-Based Defect Detection Method for Metal Surfaces111.Introcuction(不包含本文改进)
2.Related Studies(YOLO
)
3. DA-YOLOv7 Model( DA-YOLOv7 Model,  SPPCBAMC Structure,  MPDIou Loss Function)
4. Experimental Results(Dataset and Experimental Environment
, Data Preprocessing,  Evaluation Indicators, Ablation Study,  Effect Analysis
对比实验)
5.Conclusion
6Improved YOLOv7-Tiny Insulator Defect Detection Based on Drone Images91.Introcuction(不包含本文改进)
2.Related Work( Model Design,  Lightweight ELAN-DW Module, CBAM
 Loss Function Improvement四点)实际上就是改进措施
3.Experiment(Experiment, Experimental Environment, Evaluation Indicators)
4.Experimental Results and Analysis(Ablation Experiment, Target Detection Algorithm Comparison Experiment)
5.Conclusion
7Pest-YOLO: A Lightweight Pest Detection Model Based on Multi-level Feature Fusion121.Introcuction(包含本文改进)
2.Data Augmentation
3.Method(
三点)
4.Experimental Analysis(Experimental Dataset, Experimental Environment,  Comprehensive Experimental Results(Performance Comparison of ClassicalModels.;Ablation Experiments.))
5.Conclusion
8DYOLO: A Novel Object Detection Model for Multi-scene and Multi-object Based on an Improved D-Net Split Task Model is Proposed111.Introcuction(包含大量本文改进描写)
2.Related Work(
极短,一段话)
3.Models and Methods(YOLOv8
和改进后的都画了结构图实际只有DConv一点)
4.Experiments and Analysis(Datasets,  Experimental Environment and Evaluation Indicators, Comparative Analysis of Ablation Experiments, Performance Comparison of Improved Algorithms and Existing Object
Detection Algorithms)
5.Conclusion

可以看到,会议C会对YOLO文章的结构没有一个标准的模板,这也符合了会议所想达到的互相交流而不被拘泥于文章结构上的目标。大家可以根据需要参照一篇适合自己已有基础的文章进行参考。

参考文献: 

参考文献也是充满讲究的一个部分,引用了哪些参考文献也存在一定的规律。

序号标题参考会议文章数参考文献数
1AYOLOv8: Improved Detector Based on YOLOv8 to Focus More on Small and Medium Objects14(50%)还参考许多预印本,期刊较少28
2YOLO-Fire: A Fire Detection Algorithm Based on YOLO7(46.67%)还参考许多预印本,期刊较少15
3DCM-YOLOv8: An Improved YOLOv8-Based Small Target Detection Model for UAV Images7(38.89%)还参考少量预印本,期刊较多18
4Improved YOLOv8-Based Lightweight Object Detection on Drone Images6(37.5%)还参考大量预印本,一些期刊16
5A YOLOv7-Based Defect Detection Method for Metal Surfaces2(11.76%)以预印本和期刊为主17
6Improved YOLOv7-Tiny Insulator Defect Detection Based on Drone Images3(15%)以期刊为主,其次预印本20
7Pest-YOLO: A Lightweight Pest Detection Model Based on Multi-level Feature Fusion10(43.48%)其次期刊再次预印本23
8DYOLO: A Novel Object Detection Model for Multi-scene and Multi-object Based on an Improved D-Net Split Task Model is Proposed0(0%)以期刊为主,其次预印本18

以上是我整理的每篇论文的参考文献数量,以及参考会议论文的数量与比例。我们可以看到,会议论文占参考文献的占比在0-50%之间,没有一个很稳定的范围。这也可以说明C会论文对参考文献没有特别死板的要求。但我们奇妙地发现,每篇文章都引用了arXiv预印本的论文。arXiv预印本的详细介绍大家可以参考下面这篇文章:

预印本仓库ArXiv——防止论文录用前被别人剽窃_arxiv preprint arxiv-CSDN博客

总结:

本文分析了YOLO作为主流目标检测模型在不同垂直领域的改进,展示了多篇关于YOLO改进的会议论文,篇幅一般控制在9-13页,结构灵活,尽管没有统一的格式要求。文章总结了8篇论文的结构和参考文献情况,C会论文参考文献主要引用了其他会议论文、期刊论文和arXiv预印本,没有死板要求。

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值