回到顶部

Nips论文分享-AIRS in the AIR

2023年12月5日 16:00 ~ 2023年12月5日 17:00
线上活动 (活动行Live)

收起

活动票种
    付费活动,请选择票种
    展开活动详情

    活动内容收起

    1.Backdoor Mitigation via Adversarial Training Techniques


    Abstract: 

    Backdoor attacks are a serious threat to the security and reliability of machine learning models. In this talk, I will present two novel methods for defending against backdoor attacks using a small clean dataset. The first method, Shared Adversarial Unlearning (SAU), leverages the connection between backdoor risk and adversarial risk, and aims to mitigate the backdoor effect by unlearning the shared adversarial examples between the backdoored model and the purified model. The second method, Neural Polarizer, is inspired by the mechanism of the optical polarizer, and aims to purify the poisoned samples by filtering out the trigger information while preserving the benign information. Both methods are formulated as bi-level optimization problems, which can be solved efficiently using adversarial training techniques. I will demonstrate the effectiveness and efficiency of our methods on various benchmark datasets and network architectures, and show that they outperform existing fine-tuning-based defense methods, especially in the case of very limited clean data. I will also discuss some open challenges and future directions for backdoor defense research.


    Bio:

    Shaokui Wei is currently a Ph.D. candidate in the School of Data Science (SDS), the Chinese University of Hong Kong, Shenzhen (CUHKSZ) under the supervision of Professor Hongyuan Zha and Professor Baoyuan Wu. Previously, he received a Bachelor's degree (rank No.1, first-class honor) in Electronic Information Engineering from the School of Science and Engineering (SSE), CUHKSZ. His research interest lies in  in AI Security and Fairness, Computer Vision and Optimization, but also include Kernel Methods, Reinforcement Learning, and the application of Machine Learning in economics/marketing. 


    2. Lovász Principle for Unsupervised Graph Representation Learning

    论文摘要

    本文侧重于图级表示学习,旨在将图表示为可直接用于图分类等下游任务的向量。我们受到了图论中Lovász数的启发并提出了一种名为Lovász原理的新型图级表示学习原理。Lovász数是一个实数,是图Shannon容量的上界,与图的各种全局特征密切相关。具体而言,我们展示了用于计算Lovász数的伞柄向量可能是图表示的合适选择,因为它捕捉了图的全局特性。为了处理直接应用伞柄向量带来的困难和问题,我们将Lovász 原理应用于图神经网络来解决这些问题。此外,我们提出了一个增强版的Lovász原理来更高效地利用子图的Lovász数。实验证明,我们的Lovász原理在无监督和半监督图级表示学习任务中与基线方法相比取得了具有竞争力的表现。

     论文摘要(英文版)

    This paper focuses on graph-level representation learning that aims to represent graphs as vectors that can be directly utilized in downstream tasks such as graph classification. We propose a novel graph-level representation learning principle called Lovász principle, which is motivated by the Lovász number in graph theory. The Lovász number is a real number that is an upper bound for graph Shannon capacity and is strongly connected with various global characteristics of graph. Specifically, we show that the handle vector for computing the Lovász number is potentially a suitable choice for graph representation, as it captures a graph's global properties, though a direct application of the handle vector is difficult and problematic. We propose to use neural networks to address the problems and hence provide the Lovász principle. Moreover, we propose an enhanced Lovász principle that is able to exploit the subgraph Lovász numbers directly and efficiently. The experiments demonstrate that our Lovász principles achieve competitive performance compared to the baselines in unsupervised and semi-supervised graph-level representation learning tasks.

     

    论文链接:

    https://openreview.net/group?id=NeurIPS.cc/2023/Conference/Authors&referrer=%5BHomepage%5D(%2F)

     

    孙子恒,本科毕业于浙江大学电气工程学院电子信息工程专业,现在为港中文深圳大数据与人工智能学院2020级博士生,其导师为丁宏强教授 Professor Chris Ding,其大数据研究院合作导师为樊继聪教授。孙子恒的研究领域为人工智能在图结构数据的应用,包括图神经网络,图表示学习,图论,以及各种图相关的嵌入方法和核方法。他对传统机器学习方法,特别是特征选择,聚类,主成成分分析(PCA)等方面也有一定的研究。在数学方面,他擅长矩阵分析,交替乘子优化,离散优化等方法,并且对组合数学,图论,信息论也有一定的了解。


    3. Information Design in Multi-Agent Reinforcement Learning

    简介:

    强化学习(RL)受到了人类和动物与环境互动的启发。这种设定有些理想化,因为在实际任务中,环境中的其他智能体有自己的目标,并会根据自我智能体的行为适应性地行动。为了在这些环境中获得优秀的表现,智能体需要影响其他智能体,使得他的行为变得更有助益且不那么有害。计算经济学的研究总结了两种直接影响他人的方法:通过提供有形商品(机制设计)和通过提供信息(信息设计)。这篇工作研究了一组RL智能体的信息设计问题。主要的挑战有两方面。一方面是提供的信息会立即影响智能体轨迹的转换,这引入了额外的非平稳性。另一方面是信息可能会被忽略,所以发送者必须提供接收者愿意尊重的信息。我们制定了马尔可夫传信博弈,并发展了传信梯度和扩展服从约束的概念来应对这些挑战。我们的算法在各种混合动机任务上都很高效,并为计算经济学提供了进一步的见解。

    Abstracts:

    Reinforcement learning (RL) is inspired by how humans and animals interact with the environment. The setting is somewhat idealized because, in actual tasks, other agents in the environment have their own goals and behave adaptively to the ego agent. To thrive in those environments, the agent needs to influence other agents so their actions become more helpful and less harmful. Research in computational economics distills two ways to influence others directly: by providing tangible goods (mechanism design) and by providing information (information design).  This work investigates information design problems for a group of RL agents. The main challenges are two-fold. One is the information provided will immediately affect the transition of the agent trajectories, which introduces additional non-stationarity. The other is the information can be ignored, so the sender must provide information that the receiver is willing to respect. We formulate the Markov signaling game, and develop the notions of signaling gradient and the extended obedience constraints that address these challenges. Our algorithm is efficient on various mixed-motive tasks and provides further insights into computational economics. 


    个人简介(英文):Hi, this is Yue Lin. Currently, I am a research assistant in School of Data Science at The Chinese University of Hong Kong, Shenzhen, fortunately advised by Prof. Baoxiang Wang. My current research interest is in multi-agent reinforcement learning and information design, as well as mechanism design issues in other related computational economics fields. And my personal website is https://yuelin301.github.io/.个人简介(中文):你好,我是林越。目前,我是香港中文大学(深圳)数据科学学院的科研助理,有幸由王趵翔教授指导。我的目前的科研兴趣是多智能体强化学习和信息设计,以及其他相关的计算经济学领域中的机制设计问题。我的个人主页是https://yuelin301.github.io/。




    举报活动

    活动标签

    最近参与

    • 微信用户
      报名

      (4个月前)

    • 微信用户
      报名

      (4个月前)

    • L_n_n_L
      报名

      (4个月前)

    • AIRS研究院
      报名

      (4个月前)

    • 星沉
      收藏

      (4个月前)

    • AP
      报名

      (4个月前)

    您还可能感兴趣

    您有任何问题,在这里提问!

    为营造良好网络环境,评价信息将在审核通过后显示,请规范用语。

    全部讨论

    还木有人评论,赶快抢个沙发!

    活动主办方更多

    微信扫一扫

    分享此活动到朋友圈

    活动日历   04月
    1 2 3 4 5 6 7
    8 9 10 11 12 13 14
    15 16 17 18 19 20 21
    22 23 24 25 26 27 28
    29 30 1 2 3 4 5

    免费发布