AIOct 5, 2021

Unifying AI Algorithms with Probabilistic Programming using Implicitly Defined Representations

arXiv:2110.02325v1
Originality Incremental advance
AI Analysis

This work addresses the problem of integrating varied AI methods for researchers and practitioners, but it appears incremental as it builds on existing probabilistic programming concepts.

The authors tackled the challenge of unifying diverse AI algorithms by introducing Scruff, a probabilistic programming framework that uses implicitly defined representations to enable generalization across different representations, resulting in a flexible system that allows algorithms to adaptively choose operation implementations.

We introduce Scruff, a new framework for developing AI systems using probabilistic programming. Scruff enables a variety of representations to be included, such as code with stochastic choices, neural networks, differential equations, and constraint systems. These representations are defined implicitly using a set of standardized operations that can be performed on them. General-purpose algorithms are then implemented using these operations, enabling generalization across different representations. Zero, one, or more operation implementations can be provided for any given representation, giving algorithms the flexibility to use the most appropriate available implementations for their purposes and enabling representations to be used in ways that suit their capabilities. In this paper, we explain the general approach of implicitly defined representations and provide a variety of examples of representations at varying degrees of abstraction. We also show how a relatively small set of operations can serve to unify a variety of AI algorithms. Finally, we discuss how algorithms can use policies to choose which operation implementations to use during execution.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes