【投稿推荐】2024年CCF人工智能领域顶会截稿/录用时间

一、ml三大会

1.1 ICLR 2024

截稿时间:2023/9/28

录用通知时间:2024/1/15

会议时间:2024/5/7

官网:https://iclr.cc/

1.2 ICML 2024

截稿时间:2024/2/1

录用通知时间:2024/5/1

会议时间:2024/7/21

官网:https://icml.cc/Conferences/2024

1.3 NeurIPS 2024

截稿日期:2023/5/17(参考23年)

录用通知日期:2023/9/22(参考23年)

会议时间:2023/12/11(参考23年)

官网:https://nips.cc/

二、CV三大会
2.1 ECCV 2024

截稿日期:2024/3/7

录用通知日期:2024/7/1

会议时间:2024/9/29

官网:https://eccv2024.ecva.net/

2.2 ICCV2024

截稿日期:今年不开

录用通知日期:今年不开

会议时间:今年不开

官网:今年不开

2.3 CVPR 2024

截稿日期:2023/11/18

录用通知日期:2024/2/27

会议时间:2024/6/17

官网:https://cvpr.thecvf.com/

三、经典AI会
3.1 IJCAI 2024

投稿截稿日期:2024/1/17

录用通知日期:2024/4/16

会议时间:2024/8/3

官网:https://ijcai24.org/

3.2 AAAI 2024

截稿日期:2024/8/15

录用通知日期:2024/12/9

会议时间:2025/2/20

官网:https://aaai.org/aaai-conference/

### 2025 CCF 推荐人工智能级会议投稿截止日期 对于计划参加2025中国计算机学会(CCF推荐人工智能领域级国际学术会议的研究人员来说,了解各个会议的具体投稿截止日期至关重要。然而,当前可获得的信息主要集中在最近几的会议安排上[^1]。 通常情况下,这些级会议会在每相同的时间段内开放提交通道,并且会提前一公布下一次会议的相关重要时间节点。例如,International Conference on Uncertainty in Artificial Intelligence (UAI) 的截稿时间一般设定在春季中期至夏季初期之间;而像NLPCC这样的自然语言处理领域的会议,则倾向于秋季作为其论文提交窗口期[^2]。 为了获取最精确的2025各大会的确切投稿期限,建议关注官方渠道发布的最新通知以及订阅相关邮件列表来接收第一时间更新的消息。此外,也可以通过访问各大会议官方网站查询历史记录并推测未来可能的趋势。 ```python import datetime def estimate_submission_deadline(conference_name, current_year=2023): """ Estimate the submission deadline based on historical data. :param conference_name: Name of the conference :type conference_name: str :param current_year: Current year for estimation purposes :type current_year: int :return: Estimated submission deadline date string :rtype: str """ # Example dictionary with some known conferences' typical months for submissions common_months = { "UAI": {"month": 4}, # April "NLPCC": {"month": 9} # September } if conference_name in common_months: month = common_months[conference_name]["month"] estimated_date = datetime.date(current_year + 2, month, 1).strftime("%Y-%m") return f"{estimated_date}-XX" else: return "Unknown" print(estimate_submission_deadline("UAI")) print(estimate_submission_deadline("NLPCC")) ```
评论 3
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值