paper-with-me

홈 › Papers

LGML: Logic Guided Machine Learning

2020-06-05 · Joseph Scott, Maysum Panju, Vijay Ganesh

We introduce Logic Guided Machine Learning (LGML), a novel approach that symbiotically combines machine learning (ML) and logic solvers with the goal of learning mathematical functions from data. LGML consists of two phases, namely a learning-phase and a logic-phase with a corrective feedback loop, such that, the learning-phase learns symbolic expressions from input data, and the logic-phase cross verifies the consistency of the learned expression with known auxiliary truths. If inconsistent, the logic-phase feeds back "counterexamples" to the learning-phase. This process is repeated until the learned expression is consistent with auxiliary truth. Using LGML, we were able to learn expressions that correspond to the Pythagorean theorem and the sine function, with several orders of magnitude improvements in data efficiency compared to an approach based on an out-of-the-box multi-layered perceptron (MLP).

📄 PDF Abstract BibTeX arXiv:2006.03626

Code (0)

등록된 구현이 없습니다.

Tasks

BIG-bench Machine Learning

Similar Papers 제목 키워드 기반

Co-Creative Level Design via Machine Learning

2018-09-25 · Matthew Guzdial, Nicholas Liao, Mark Riedl

Procedural Level Generation via Machine Learning (PLGML), the study of generating game levels with machine learning, has received a large amount of recent academic attention. For certain measures these approaches have sh…

BIG-bench Machine Learning

Tile Embedding: A General Representation for Procedural Level Generation via Machine Learning

2021-10-07 · Mrunal Jadhav, Matthew Guzdial

In recent years, Procedural Level Generation via Machine Learning (PLGML) techniques have been applied to generate game levels with machine learning. These approaches rely on human-annotated representations of game level…

BIG-bench Machine Learning

Detection of extragalactic Ultra-Compact Dwarfs and Globular Clusters using Explainable AI techniques

2022-01-05 · Mohammad Mohammadi, Jarvin Mutatiina, Teymoor Saifollahi, Kerstin Bunte

Compact stellar systems such as Ultra-compact dwarfs (UCDs) and Globular Clusters (GCs) around galaxies are known to be the tracers of the merger events that have been forming these galaxies. Therefore, identifying such …

Feature ImportanceQuantization

Clustering-based Tile Embedding (CTE): A General Representation for Level Design with Skewed Tile Distributions

2022-10-23 · Mrunal Jadhav, Matthew Guzdial

There has been significant research interest in Procedural Level Generation via Machine Learning (PLGML), applying ML techniques to automated level generation. One recent trend is in the direction of learning representat…

Clustering

Logical Specifications-guided Dynamic Task Sampling for Reinforcement Learning Agents

2024-02-06 · Yash Shukla, Tanushree Burman, Abhishek Kulkarni, Robert Wright 외

Reinforcement Learning (RL) has made significant strides in enabling artificial agents to learn diverse behaviors. However, learning an effective policy often requires a large number of environment interactions. To mitig…

continuous-controlContinuous ControlDecision MakingQ-Learning+4