EML Trees are Universal Approximators [R]

Reddit r/MachineLearning Papers

Summary

This paper proves that EML trees, which represent elementary functions through composition, are universal approximators for continuous functions and other functional spaces. The proof constructs EML representations of basic operations and uses them as building blocks.

Hey! The EML function made the rounds recently on the internet as a “cool trick” that allows for the representation of all elementary functions through composition. As a mathematical curiosity, we prove a universal approximation theorem for EML(-type) trees. Intuitively, one expects that if elementary functions can be presented by compositions of EMLs, then so too can polynomials, and polynomials are dense in other functional spaces (like continuous functions or certain Sobolev spaces), then one expects to be able to approximate (to desired accuracy) any function (in a reasonably general space) through an EML tree (with an upper bound on size and depth). One of the key steps in the proof (detailed in the appendix) is an explicit construction of EML(-type) representation of binary operations, polynomials, hyperbolic tangent, and approximate partitions of unity, and subsequently using them as “LEGO” blocks to get more complex functions. There are some technical difficulties that need to be dealt with in the proof, especially in what relates to the the ill-definedness of the natural logarithm for nonpositive inputs, which prompts us to do some “sign-based decompositions” in Theorem1.Step 5 and a suitable affine map in Corollary 1. Comments are welcome! Paper: https://arxiv.org/pdf/2606.23179 (Note: I use the term “EML(-type)” in the above description because, due to some theoretical and practical reasons detailed in the paper, we generalize the original EML function by adding some learnable parameters.)
Original Article

Similar Articles

Generalized Neurons

ML at Berkeley

The article explores the Universal Approximation Theorem in deep learning, analyzing the representation capacity of individual neurons and neural network layers using ReLU activation functions.

On Explicit Super-Expressive Approximation for Neural Networks

arXiv cs.LG

This paper investigates fixed-architecture neural network approximation with explicit parameter-error trade-offs, using the Chinese Remainder Theorem as a constructive encoding mechanism, and achieves explicit bounds for Lipschitz and Hölder-smooth functions.

Lifting E-Graphs

Lobsters Hottest

The article presents 'Lifting E-Graphs', a refined approach to e-graphs that explicitly encodes the context (dimension) of functions to resolve issues with variable naming, missed sharing, and accidental over-sharing, based on a semantic model of functions from R^n to R.

Elmes*: Automated Construction of Fine-Grained Evaluation Rubrics for Large Language Models in Long-Tail Educational Scenarios

arXiv cs.LG

This paper introduces Elmes+, an automated framework for constructing fine-grained evaluation rubrics for LLMs in long-tail educational scenarios, and presents the Edu-330 benchmark covering 330 scenarios across 11 subjects. The framework uses a multi-agent engine and self-evolving module to co-optimize evaluation criteria and test data, revealing multidimensional educational capability differences among top LLMs.