Research Papers 论文研究 8d ago Updated 7d ago 更新于 7天前 46

The Boolean Power of ReLU ReLU的布尔力量

ReLU-MPLang expresses strictly more Boolean queries than any Σ-MPLang using eventually constant activation functions on finite simple undirected graphs with Boolean node features This settles an open problem confirming that ReLU-MPLang is more powerful than trReLU-MPLang for Boolean queries ReLU-GNNs are strictly more expressive than {TrReLU, id}-GNNs on Boolean-featured graphs The result holds with arbitrary real coefficients, strengthening the separation The finding bridges theoretical logic i 证明了在带有单个布尔节点特征的有限简单无向图上,ReLU-MPLang可表达的布尔查询严格强于任意最终常数激活函数集合Σ-MPLang 解决了图神经网络理论中的一个开放问题:ReLU-GNNs在布尔查询表达能力上严格优于{TrReLU,id}-GNNs 该结论适用于任意实系数配置,为激活函数的理论表达能力提供了严格的数学界定 研究属于机器学习与计算机逻辑交叉领域,发表于arXiv(cs.LG/cs.LO)

58
Hot 热度
76
Quality 质量
68
Impact 影响力

Analysis 深度分析

TL;DR

  • ReLU-MPLang expresses strictly more Boolean queries than any Σ-MPLang using eventually constant activation functions on finite simple undirected graphs with Boolean node features
  • This settles an open problem confirming that ReLU-MPLang is more powerful than trReLU-MPLang for Boolean queries
  • ReLU-GNNs are strictly more expressive than {TrReLU, id}-GNNs on Boolean-featured graphs
  • The result holds with arbitrary real coefficients, strengthening the separation
  • The finding bridges theoretical logic in computer science and practical machine learning regarding activation function expressiveness

Why It Matters

This result has direct implications for practitioners choosing activation functions in graph neural networks, as it formally establishes that ReLU provides strictly greater expressive power for Boolean query tasks compared to truncated ReLU or identity activations. For researchers, it resolves a long-standing open question about the hierarchy of neural network expressiveness, providing a rigorous theoretical foundation for why ReLU remains the dominant activation function in deep learning practice.

Technical Details

  • The paper works within the framework of MPLang (Message Passing Language), a logical formalism for characterizing the expressive power of graph neural networks
  • The authors consider finite simple undirected graphs equipped with a single Boolean node feature as the domain of analysis
  • Σ-MPLang refers to message passing languages using any collection Σ of eventually constant activation functions with arbitrary real coefficients
  • TrReLU (truncated ReLU) and identity are specific examples of eventually constant activation functions that fall within the weaker class
  • The proof establishes a strict hierarchy: Boolean queries expressible in ReLU-MPLang properly contain those expressible in any Σ-MPLang with eventually constant activations

Industry Insight

  • Practitioners should recognize that ReLU's dominance is not merely empirical but theoretically grounded—its non-eventually-constant nature provides genuine expressive advantages for graph-based Boolean reasoning tasks
  • When designing GNN architectures for classification or query-based tasks on graph-structured data, switching from ReLU to truncated variants may incur a measurable expressiveness loss, particularly for discrete/Boolean features
  • Future theoretical work should explore whether similar separations exist for other non-eventually-constant activations (e.g., Swish, GELU) to guide activation function selection beyond ReLU in production systems

TL;DR

  • 证明了在带有单个布尔节点特征的有限简单无向图上,ReLU-MPLang可表达的布尔查询严格强于任意最终常数激活函数集合Σ-MPLang
  • 解决了图神经网络理论中的一个开放问题:ReLU-GNNs在布尔查询表达能力上严格优于{TrReLU,id}-GNNs
  • 该结论适用于任意实系数配置,为激活函数的理论表达能力提供了严格的数学界定
  • 研究属于机器学习与计算机逻辑交叉领域,发表于arXiv(cs.LG/cs.LO)

为什么值得看

这篇论文从理论层面厘清了ReLU激活函数在图神经网络中的独特优势,为GNN架构设计提供了严格的数学依据。对于关注图神经网络表达能力边界的研究者而言,该结果为激活函数选择与模型设计提供了重要的理论指导。

技术解析

  • 核心定理:在有限简单无向图配备单个布尔节点特征的设定下,对任意最终常数激活函数集合Σ,Σ-MPLang可表达的布尔查询构成ReLU-MPLang可表达布尔查询的严格子集。
  • 问题背景:解决了"ReLU-MPLang是否在布尔查询方面比trReLU-MPLang更强大"这一开放问题,给出了肯定的理论证明。
  • 推论结果:直接推出ReLU-GNNs关于布尔查询的表达力严格强于{TrReLU,id}-GNNs,在布尔特征图上这一结论成立。
  • 技术框架:基于MPLang(Modal Predicate Logic with Aggregation)形式化框架,结合图论与数理逻辑方法进行分析。
  • 数学设定:允许任意实系数,增强了结论的普适性;研究对象为布尔节点特征,聚焦于布尔查询的表达边界。

行业启示

  • 激活函数选择:理论层面确认了ReLU在图神经网络中的独特优势,实践中在需要强布尔查询表达力的场景下应优先考虑ReLU类激活函数。
  • GNN架构设计:对于依赖布尔逻辑推理的图学习任务(如知识图谱推理、电路验证等),ReLU-GNNs相比截断ReLU变体具有不可替代的表达力优势。
  • 理论研究价值:该工作展示了形式化方法在理解深度学习模型表达能力中的重要作用,鼓励更多从逻辑与计算复杂性角度分析GNN的理论研究。

Disclaimer: The above content is generated by AI and is for reference only. 免责声明:以上内容由 AI 生成,仅供参考。

Research 科学研究 Training 训练 Evaluation 评测