# dl 领域有哪些顶会

深度学习领域内的顶会概括来说是:机器学习3大会+CV3大会+NLP3大会+2AI（只是名字里带AI

首先介绍机器学习三大会：NIPS，ICLR，ICML

* [NIPS](https://www.zhihu.com/question/395282938)（Annual Conference on Neural Information Processing Systems，神经信息处理系统年会，CCF A类会议）是历史悠久的深度学习领域顶会。其接受领域广泛，涵盖大部分深度学习方向的内容，收文量大，影响力高。投稿期在5月\~6月截止。
* [ICLR](https://www.zhihu.com/question/47940549)（International Conference on Learning Representations，国际表征学习会议，无CCF评级）是新兴的顶会，其由深度学习巨头创办，以其开放的评审过程和广泛的影响力而受到认可。虽无评级，但实际影响力在A类会议中也不遑多让。投稿期在9月\~10月截止。
* [ICML](https://www.zhihu.com/question/422296229)（The International Conference on Machine Learning，国际机器学习会议，CCF A类会议）是一个偏向于理论的会议，比较硬核，并且其投稿期和CV顶会ICCV/ECCV、NLP顶会ACL冲突，因此影响力较前两者稍弱。投稿期在1月\~2月截止。

这三大会可以说是Deep Learning领域的明珠，人人趋之若鹜，虽然收文量其实不小，可是相比之下仍然十分困难！

接下来介绍CV的三大会：CVPR，ICCV，ECCV

* CVPR（The IEEE/CVF Conference on Computer Vision and Pattern Recognition，计算机视觉与模式识别会议，CCF A类会议）是CV领域的最顶级会议。投稿期在11月截止。
* ICCV（IEEE International Conference on Computer Vision，国际计算机视觉会议，CCF A类会议），奇数年的三月份截止
* ECCV（European Conference on Computer Vision，欧陆计算机视觉会议，CCF B类会议），偶数年的三月份截止

这三大会一个年会，两个交替举办的二年会，配合ICLR/NIPS，形成了CV投稿的三波主旋律。

接下来介绍NLP的三大会：ACL，EMNLP，NAACL

* ACL（Annual Meeting of the Association for Computational Linguistics，计算语言学协会年会，CCF A类会议）是NLP领域的最顶级会议，虽然因为近几年大模型发展后层出不穷的水文被戏称“故事会”，但每年2月份的截止日期仍然是每年NLP学子过年期间苦苦奋战的动力来源
* EMNLP（The annual Conference on Empirical Methods in Natural Language Processing，自然语言处理中的经验方法年会，CCF B类会议），此会议虽然并非A类，但影响力可与ACL比肩。每年六月份截稿。
* NAACL（The Annual Conference of the North American Chapter of the Association for Computational Linguistics，计算语言学协会北美分会年会，CCF B类会议），此会议也跻身NLP顶会，每年12月截稿。

这三大会本身即可实现完美闭环，其中六月份工作如果比较solid，一般会考虑NIPS。ICLR、ICML也接受NLP的工作。

接下来介绍两个通用的AI会议:

* IJCAL(International Joint Conference on Artificial Intelligence, 国际人工智能联会，CCF A类会议)，其影响力在A类会议中稍低，每年一月份截稿。
* AAAI（AAAI Conference on Artificial Intelligence，AAAI人工智能会议，CCF A类会议），其影响力相较于IJCAL又稍低，但仍然是人们向往的顶会。每年8月份截稿。

总结可知，深度学习领域通常有5个通用的顶会（三大会+2AI），CV和NLP领域都有自己的三大会，要结合语境区分是哪“三大会”。各个会议的投稿周期错落有致，构成了AI人奋斗的时间节点。

有关会议截止时间的具体信息，可在[ccf ddl](https://ccfddl.github.io/) 查询。


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://hit-map.gitbook.io/hit-map/5-academic_exploration/top_conferences.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
