点击蓝字

关注我们

AI TIME欢迎每一位AI爱好者的加入!

MILA DeepGraph

Mila是由图灵奖获得者、深度学习三巨头之一Yoshua Bengio领导的人工智能中心。目前有教师80余人,研究人员900余人,是全世界在学术界最大的人工智能研究中心之一。唐建老师是Mila的核心教师成员之一(共二十位左右),研究团队目前包括学生20人左右。研究方向主要包括几何深度学习、深度生成模型、知识图谱以及这些方法在药物发现中的应用。唐建老师团队曾获得ICML2014最佳论文,WWW2016最佳论文提名,发表了多篇图表示学习领域的经典论文如LINE,RotatE等。团队目前的核心研究方向是AI for Drug Discovery,在这个领域做出了一系列代表性工作,并且在近期开源了一个专门用于药物研发的机器学习系统TorchDrug,受到广泛关注,未来团队将致力于推进AI for Science。

3月29日、30日、31日晚20:00,AI TIME 特别邀请唐建老师和他的七位学生给大家带来精彩的报告分享!

特邀嘉宾

Jian Tang is currently an assistant professor at Mila-Quebec AI Institute and also at Computer Science Department and Business School of University of Montreal.  He is a Canada CIFAR AI Research Chair. His main research interests are graph representation learning, graph neural networks, geometric deep learning, deep generative models, knowledge graphs and drug discovery. During his PhD, he was awarded with the best paper in ICML2014; in 2016, he was nominated for the best paper award in the top data mining conference World Wide Web (WWW); in 2020, he is awarded with Amazon and Tencent Faculty Research Award. He is one of the most representative researchers in the growing field of graph representation learning and has published a set of representative works in this field such as LINE and RotatE. His work LINE on node representation learning has been widely recognized and is the most cited paper at the WWW conference between 2015 and 2019.  Recently, his group just released an open-source machine learning package, called TorchDrug, aiming at  making AI drug discovery software and libraries freely available to the research community. He is an area chair of ICML and NeurIPS.

3月29日 20:00-21:30

朱兆成:

蒙特利尔学习算法研究所在读博士生,师从唐建老师。本科毕业于北京大学。他的主要研究方向包括图表征学习、知识图谱推理、药物发现和大规模机器学习系统。更多信息请参考个人主页:https://kiddozhu.github.io/

分享内容:

用机器学习平台助力药物发现

报告简介:

传统药物发现过程既需要漫长的研发周期,又需要大量的资金投入。利用机器学习技术对药物发现的各个环节进行预测,能有效降低药物发现的时间和经济成本。然而,在药物发现里进行机器学习算法开发并非易事。一方面,很多药物发现任务缺少统一的实现和标准的基准测试。另一方面,处理有关数据不仅需要生物制药的知识,也需要高效的并行算法实现。对此,我们开发了一套强大而灵活的机器学习平台TorchDrug,用于推动药物发现任务的研发。TorchDrug针对药物发现中若干重要任务(包括性质预测、预训练分子表征、分子生成与优化、逆合成预测和生物知识图谱推理)进行了全面的基准测试。平台不仅为图和分子提供了灵活的数据结构和GPU并行操作,还内置了大量常用的机器学习算法模块,包括但不限于几何机器学习(图机器学习)、深度生成模型、强化学习和知识图谱推理算法。无论是复现已有模型还是设计新的算法,都可以在TorchDrug中快速实现。相关教程、基准测试和文档请见官网:https://torchdrug.ai/

史晨策

史晨策是蒙特利尔学习算法研究所(Mila)二年级博士研究生,师从唐建老师。他是北京大学第一届图灵班毕业生。他的主要研究方向包括图表征学习,几何深度学习与图结构预测,以及他们在基础自然学科中的应用。个人主页:https://chenceshi.com

分享内容:

复杂图结构预测中的对称性原理--以分子与蛋白质结构预测为例

报告简介:

对称性 (Symmetry) 在物理系统中无处不在。例如,空间平移不变性(动量守恒),分子构象(conformation), 蛋白质(protein)或点云(point cloud)的旋转对称性。在建模物理系统时,赋予深度学习模型这种归纳偏置对于模型的训练和泛化能力都至关重要。本次报告将从物理系统的对称性出发,简单回顾复杂图(如分子,蛋白质, 晶体)结构预测模型对物理系统对称性的建模。涉及的技术主要包括平移旋转不变的梯度场估计(ConfGF),平移旋转不变的图神经网络(EGNN),以及基于(刚体)相对坐标系的结构建模(AlphaFold2)。

3月30日 20:00-21:30

Louis-Pascal Xhonneux:

Louis-Pascal  is currently a third year PhD student with Prof. Jian Tang working on Graph Neural Networks with a focus towards drug discovery and algorithmic reasoning. He did his Undergraduate and Masters degrees at the University of Cambridge in Computer Science. His Masters' thesis studied the BGP complexity class in computational complexity. He has previously interned with Dr. Eoin McKinney and worked on modelling the Type I Diabetes in Children.

分享内容:

Algorithmic Reasoning on Graphs

报告简介:

Learning to execute algorithms is a fundamental problem that has been widely studied. Prior work has shown that to enable systematic generalisation on graph algorithms it is critical to have access to the intermediate steps of the program/algorithm. In many reasoning tasks, where algorithmic-style reasoning is important, we only have access to the input and output examples. Thus, inspired by the success of pre-training on similar tasks or data in Natural Language Processing (NLP) and Computer Vision, we set out to study how we can transfer algorithmic reasoning knowledge. Specifically, we investigate how we can use algorithms for which we have access to the execution trace to learn to solve similar tasks for which we do not. We investigate two major classes of graph algorithms, parallel algorithms such as breadth-first search and Bellman-Ford and sequential greedy algorithms such as Prim and Dijkstra. Due to the fundamental differences between algorithmic reasoning knowledge and feature extractors such as used in Computer Vision or NLP, we hypothesise that standard transfer techniques will not be sufficient to achieve systematic generalisation. To investigate this empirically we create a dataset including 9 algorithms and 3 different graph types. We validate this empirically and show how instead multi-task learning can be used to achieve the transfer of algorithmic reasoning knowledge.

Andreea-Ioana Deac

PhD student in Machine Learning at Mila, with Prof Jian Tang. I am broadly interested in how learning can be improved through the use of graph representations, having previously worked on neural algorithmic reasoners for implicit planning and applications to biotechnology, focusing on drug discovery.

分享内容:

Graph Neural Networks for Reinforcement Learning

报告简介:

Implicit planning has emerged as an elegant technique for combining learned models of the world with end-to-end model-free reinforcement learning. We study the class of implicit planners inspired by value iteration, an algorithm that is guaranteed to yield perfect policies in fully-specified tabular environments. We find that prior approaches either assume that the environment is provided in such a tabular form---which is highly restrictive---or infer “local neighbourhoods” of states to run value iteration over---for which we discover an algorithmic bottleneck effect. This effect is caused by explicitly running the planning algorithm based on scalar predictions in every state, which can be harmful to data efficiency if such scalars are improperly predicted. We propose eXecuted Latent Value Iteration Networks (XLVINs), which alleviate the above limitations. Our method performs all planning computations in a high-dimensional latent space, breaking the algorithmic bottleneck. It maintains alignment with value iteration by carefully leveraging neural graph-algorithmic reasoning and contrastive self-supervised learning. Across seven low-data settings---including classical control, navigation and Atari---XLVINs provide significant improvements to data efficiency against value iteration-based implicit planners, as well as relevant model-free baselines. Lastly, we empirically verify that XLVINs can closely align with value iteration.

徐民凯

Minkai is a graduate student at MILA. His research interests primarily lie in developing principled and interpretable probabilistic models, with an emphasis on their intersections with geometric representation learning. Previously, he received his bachelor's degree from Shanghai Jiao Tong University. Personal website: https://minkaixu.com/

分享内容:

GeoDiff: A Geometric Diffusion Model for Molecular Conformation Generation

报告简介:

Predicting molecular conformations from molecular graphs is a fundamental problem in cheminformatics and drug discovery. Recently, significant progress has been achieved with machine learning approaches, especially with deep generative models. Inspired by the diffusion process in classical non-equilibrium thermodynamics where heated particles will diffuse from original states to a noise distribution, recently we propose a novel generative model named GeoDiff for molecular conformation prediction. GeoDiff treats each atom as a particle and learns to directly reverse the diffusion process (i.e., transforming from a noise distribution to stable conformations) as a Markov chain. Modeling such a generation process is however very challenging as the likelihood of conformations should be roto-translational invariant. We theoretically show that Markov chains evolving with equivariant Markov kernels can induce an invariant distribution by design, and further propose building blocks for the Markov kernels to preserve the desirable equivariance property. The whole framework can be efficiently trained in an end-to-end fashion by optimizing a weighted variational lower bound to the (conditional) likelihood. Experiments on multiple benchmarks show that GeoDiff is superior or comparable to existing state-of-the-art approaches, especially on large molecules.

3月31日 20:00-21:00

刘圣超

刘圣超是蒙特利尔学习算法研究所(Mila)在读博士生,师从唐建老师。他的研究方向包括基于结构数据的图表示学习、自监督学习、多任务学习、生成任务学习,并将其运用到药物研发的任务中。更多信息请参考个人主页:https://chao1224.github.io/。

分享内容:

使用3D几何信息帮助图分子进行预训练 -- 关于结构化数据自监督学习的思考

报告简介:

Molecular graph representation learning is a fundamental problem in modern drug and material discovery. Molecular graphs are typically modeled by their 2D topological structures, but it has been recently discovered that 3D geometric information plays a more vital role in predicting molecular functionalities. However, the lack of 3D information in real-world scenarios has significantly impeded the learning of geometric graph representation. To cope with this challenge, we propose the Graph Multi-View Pre-training (GraphMVP) framework where self-supervised learning (SSL) is performed by leveraging the correspondence and consistency between 2D topological structures and 3D geometric views. GraphMVP effectively learns a 2D molecular graph encoder that is enhanced by richer and more discriminative 3D geometry. We further provide theoretical insights to justify the effectiveness of GraphMVP. Finally, comprehensive experiments show that GraphMVP can consistently outperform existing graph SSL methods.

瞿锰

蒙特利尔学习算法研究所(Mila)在读博士生,师从唐建老师。他本科毕业于北京大学。他的研究方向包括结合感知和认知的知识推理、知识图谱、概率模型。更多信息请参考个人主页:https://mnqu.github.io/

分享内容:

Neural Structured Prediction for Inductive Node Classification

报告简介:

归纳式节点分类是机器学习领域的重要问题,旨在通过全标注图数据训练分类器、对未标注图数据进行节点分类。该问题在图机器学习、结构化预测领域被广泛研究,代表性方法分别为图神经网络 (GNN) 以及条件随机场 (CRF)。在该报告中,我们提出了一种称为结构化代理网络 (SPN) 的新方法,结合了两个领域的优势。SPN 在 CRF 框架中引入了由 GNN 表征的灵活势函数。然而,训练这样的模型并非易事,因为它涉及到极大极小优化问题。受马尔可夫网络中联合分布和边际分布之间潜在联系的启发,我们提出一个代理问题,作为原问题的近似。该问题形式简单、易被优化。两种设置下的实验表明,我们的方法优于许多已有的模型。

直播结束后大家可以在群内进行提问,请添加“AI TIME小助手(微信号:AITIME_HY)”,回复“PhD-4”,将拉您进“AI TIME PhD 交流群-4”!

AI TIME微信小助手

主        办:AI TIME

合作媒体:AI 数据派

合作伙伴:智谱·AI、中国工程院知领直播、学堂在线、蔻享学术、AMiner、科研云 、Ever链动

往期精彩文章推荐

记得关注我们呀!每天都有新知识!

关于AI TIME

AI TIME源起于2019年,旨在发扬科学思辨精神,邀请各界人士对人工智能理论、算法和场景应用的本质问题进行探索,加强思想碰撞,链接全球AI学者、行业专家和爱好者,希望以辩论的形式,探讨人工智能和人类未来之间的矛盾,探索人工智能领域的未来。

迄今为止,AI TIME已经邀请了550多位海内外讲者,举办了逾300场活动,超120万人次观看。

我知道你

在看

~

点击 阅读原文 预约直播!

直播预告 | Mila实验室来啦!相关推荐

  1. 博士申请 | 加拿大Mila实验室唐建教授招收深度学习方向博士生和实习生

    合适的工作难找?最新的招聘信息也不知道? AI 求职为大家精选人工智能领域最新鲜的招聘信息,助你先人一步投递,快人一步入职! Mila Mila 实验室是由深度学习先驱 Yoshua Bengio 教 ...

  2. 直播预告: EMNLP 2020 专场四| AI TIME PhD

    ⬆⬆⬆              点击蓝字 关注我们 AI TIME欢迎每一位AI爱好者的加入! 11月20日晚7:30-9:00 AI TIME特别邀请了3位优秀的讲者跟大家共同开启EMNLP 20 ...

  3. HMS Core Discovery第13期直播预告——构建手游中的真实世界

    [导读] 游戏的迭代升级不止在于玩法的创新,也体现在画质升级上.一款又一款次世代游戏运用各种顶尖渲染技术化身"显卡杀手"的同时,也让玩家们在体验过逼真渲染画质后大呼过瘾,技术的进步 ...

  4. 【通知】3月第三周直播预告,模型精简前沿技术,人脸分析与编辑,图像风格化...

    文/编辑 | 言有三 我们3月份给有三AI秋季划小组备了4场突击直播,了解详细可读. [杂谈]备战3月春招!深入掌握模型优化,人脸算法,图像质量等24个核心领域! 针对每一个方向,本月每周有一次直播( ...

  5. 【通知】3月第二周直播预告,模型优化,人脸识别,图像增强核心技术与难题...

    文/编辑 | 言有三 疫情已经转好!3月春招即将来临,我们3月份给大家准备了一个突击学习计划,来自于有三AI秋季划小组,了解可读.同时由于本月忙于直播,公众号原创将不会每天更新,也留给大家时间消化已有 ...

  6. 【直播预告 | 阿里云 CDP 公开课】11月25日下午14点准时开讲

    简介:扫描海报上的钉钉群二维码入群,线上观看直播,还可以与来自阿里云和 Cloudera 的技术专家交流~ 背景介绍 CDP(Cloudera Data Platform)是 Cloudera 和 H ...

  7. 【重磅直播预告】IDC提效分享

    简介:[重磅直播预告]IDC提效分享 [重磅直播预告] [直播主题]:IDC提效分享 [讲师简介]:安洲,超10年的IDC托管运维服务工作经验,现任职于阿里云智能GTS-平台技术部-SRE团队,主要负 ...

  8. 微x怎么设置主题_红人堂:抖音直播预告文案怎么写?5个小技巧提高你的文案吸引力!...

    抖音直播预告文案写得好,直播间人气翻一番! 现在很多主播在直播前都会发布直播预告,以此来提高自己的直播间人气. 但想要最大程度地发挥抖音直播预告文案的作用,你还需要掌握一定的设计技巧. 下面为大家整理 ...

  9. 直播预告 - 博时基金DevOps体系建设和自动化测试分享

    最近几年,基金行业发展比较快,业务范围从传统公募到大资管,业务地域从中国大陆到全球化,在互联网金融浪潮中扮演了重要角色,金融科技又带来新的挑战和机遇. 据毕马威2014年研究报告显示,由于新技术.人口 ...

最新文章

  1. java 怎么中断一个线程
  2. webpack 打包编译优化之路
  3. 一个好用的浏览器暗色浏览插件 Dark Reader
  4. Edittext不可编辑可点击,输入密码可见与不可见,验证码换格输入实现方法,车牌号自定义输入键盘
  5. 【C语言进阶深度学习记录】十一 C语言中enum,sizeof,typedef分析
  6. 19.常量-final
  7. 贺岁喜剧《高兴》山寨歌舞大狂欢 陕西话的RAP
  8. case结构条件语句
  9. ie型lfsr_线性反馈移位寄存器原理与实现 - 全文
  10. mpc安装教程linux,linux mpc 安装
  11. 苹果手机科学计算机怎样调用,iOS上的表达式科学计算器Calculator i++使用说明
  12. badboy录制网站出现css样式混乱,网页的图标点击没反应
  13. python opencv图片拼接、特征点匹配
  14. 【String类和标准模板库】
  15. Windows API一日一练(59)CreateFileMapping和MapViewOfFile函数
  16. MySQL5.7.17.msi安装包
  17. win2008降级为成员服务器_Windows2008R2 AD降级错误解决方案
  18. C# 教材管理系统(含数据库脚本)
  19. 魅族MX3多彩后盖12月13日起开售
  20. SAINT:面向知识跟踪的适当Q、K和V计算

热门文章

  1. 初来乍到,多多包涵.
  2. Field ‘stu_id‘ doesn‘t have a default value解决方法
  3. 计算机图形学笔记十三:Ray Tracing3(辐射度量学,渲染方程)
  4. HTML中的基础标签
  5. VScode远程免密连接树莓派设备,并使用可视化界面(xming)进行代码调试,远程传输文件
  6. java建树_JAVA实现通过中序遍历和后序遍历序列建树,并求树的高度,用层次遍历做验证...
  7. 高手做漂亮空间全部技术
  8. 首批 5G 网络就位之后,下一步在何方?
  9. 快扫描循环伏安法及其在电化学中的应用
  10. 苹果助手开发随笔系列:0、前言