paper-with-me

Papers

Tree Edit Distance Learning via Adaptive Symbol Embeddings

2018-06-13 · ICML 2018 7 · Benjamin Paaßen, Claudio Gallicchio, Alessio Micheli, Barbara Hammer

Metric learning has the aim to improve classification accuracy by learning a distance measure which brings data points from the same class closer together and pushes data points from different classes further apart. Recent research has demonstrated that metric learning approaches can also be applied to trees, such as molecular structures, abstract syntax trees of computer programs, or syntax trees of natural language, by learning the cost function of an edit distance, i.e. the costs of replacing, deleting, or inserting nodes in a tree. However, learning such costs directly may yield an edit distance which violates metric axioms, is challenging to interpret, and may not generalize well. In this contribution, we propose a novel metric learning approach for trees which we call embedding edit distance learning (BEDL) and which learns an edit distance indirectly by embedding the tree nodes as vectors, such that the Euclidean distance between those vectors supports class discrimination. We learn such embeddings by reducing the distance to prototypical trees from the same class and increasing the distance to prototypical trees from different classes. In our experiments, we show that BEDL improves upon the state-of-the-art in metric learning for trees on six benchmark data sets, ranging from computer science over biomedical data to a natural-language processing data set containing over 300,000 nodes.

📄 PDF Abstract BibTeX arXiv:1806.05009

Code (0)

등록된 구현이 없습니다.

Tasks

Metric Learning

Similar Papers 제목 키워드 기반

Tree Edit Distance Learning via Adaptive Symbol Embeddings: Supplementary Materials and Results

2018-05-18 · Benjamin Paaßen

Metric learning has the aim to improve classification accuracy by learning a distance measure which brings data points from the same class closer together and pushes data points from different classes further apart. Rece…

Metric Learning

ASTRIDE: Adaptive Symbolization for Time Series Databases

2023-02-08 · Sylvain W. Combettes, Charles Truong, Laurent Oudre

We introduce ASTRIDE (Adaptive Symbolization for Time seRIes DatabasEs), a novel symbolic representation of time series, along with its accelerated variant FASTRIDE (Fast ASTRIDE). Unlike most symbolization procedures, A…

Change Point DetectionQuantizationTime SeriesTime Series Analysis+1

A Transformer Model for Symbolic Regression towards Scientific Discovery

2023-12-07 · Florian Lalande, Yoshitomo Matsubara, Naoya Chiba, Tatsunori Taniai 외

Symbolic Regression (SR) searches for mathematical expressions which best describe numerical datasets. This allows to circumvent interpretation issues inherent to artificial neural networks, but SR algorithms are often c…

regressionscientific discoverySymbolic Regression

An A*-algorithm for the Unordered Tree Edit Distance with Custom Costs

2021-07-26 · Benjamin Paaßen

The unordered tree edit distance is a natural metric to compute distances between trees without intrinsic child order, such as representations of chemical molecules. While the unordered tree edit distance is MAX SNP-hard…

Neural Dynamic Programming for Musical Self Similarity

2018-02-09 · ICML 2018 7 · Christian J. Walder, Dongwoo Kim

We present a neural sequence model designed specifically for symbolic music. The model is based on a learned edit distance mechanism which generalises a classic recursion from computer sci- ence, leading to a neural dyna…