paper-with-me

홈 › Papers

Probabilistic Transformer: Modelling Ambiguities and Distributions for RNA Folding and Molecule Design

2022-05-27 · Jörg K. H. Franke, Frederic Runge, Frank Hutter

Our world is ambiguous and this is reflected in the data we use to train our algorithms. This is particularly true when we try to model natural processes where collected data is affected by noisy measurements and differences in measurement techniques. Sometimes, the process itself is ambiguous, such as in the case of RNA folding, where the same nucleotide sequence can fold into different structures. This suggests that a predictive model should have similar probabilistic characteristics to match the data it models. Therefore, we propose a hierarchical latent distribution to enhance one of the most successful deep learning models, the Transformer, to accommodate ambiguities and data distributions. We show the benefits of our approach (1) on a synthetic task that captures the ability to learn a hidden data distribution, (2) with state-of-the-art results in RNA folding that reveal advantages on highly ambiguous data, and (3) demonstrating its generative capabilities on property-based molecule design by implicitly learning the underlying distributions and outperforming existing work.

📄 PDF Abstract BibTeX arXiv:2205.13927

Code (1)

automl/probtransformer 공식 구현 pytorch

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…

Similar Papers 제목 키워드 기반

Comparing Generator Unavailability Models with Empirical Distributions from Open Energy Datasets

2022-03-04 · Matthew Deakin, David Greenwood, David J. Brayshaw, Hannah Bloomfield

The modelling of power station outages is an integral part of power system planning. In this work, models of the unavailability of the fleets of eight countries in Northwest Europe are constructed and subsequently compar…

Probabilistic Topic Modelling with Transformer Representations

2024-03-06 · Arik Reuter, Anton Thielmann, Christoph Weisser, Benjamin Säfken 외

Topic modelling was mostly dominated by Bayesian graphical models during the last decade. With the rise of transformers in Natural Language Processing, however, several successful models that rely on straightforward clus…

Diversity

How to marry a star: probabilistic constraints for meaning in context

2020-09-16 · SCiL 2021 2 · Katrin Erk, Aurelie Herbelot

In this paper, we derive a notion of 'word meaning in context' that characterizes meaning as both intensional and conceptual. We introduce a framework for specifying local as well as global constraints on word meaning in…

Sentence

Multi-view object pose estimation from correspondence distributions and epipolar geometry

2022-10-03 · Rasmus Laurvig Haugaard, Thorbjørn Mosekjær Iversen

In many automation tasks involving manipulation of rigid objects, the poses of the objects must be acquired. Vision-based pose estimation using a single RGB or RGB-D sensor is especially popular due to its broad applicab…

Pose Estimation

Learnability of the output distributions of local quantum circuits

2021-10-11 · Marcel Hinsche, Marios Ioannou, Alexander Nietner, Jonas Haferkamp 외

There is currently a large interest in understanding the potential advantages quantum devices can offer for probabilistic modelling. In this work we investigate, within two different oracle models, the probably approxima…