paper-with-me

홈 › Papers

The DEformer: An Order-Agnostic Distribution Estimating Transformer

2021-06-13 · ICML Workshop INNF 2021 7 · Michael A. Alcorn, Anh Nguyen

Order-agnostic autoregressive distribution (density) estimation (OADE), i.e., autoregressive distribution estimation where the features can occur in an arbitrary order, is a challenging problem in generative machine learning. Prior work on OADE has encoded feature identity by assigning each feature to a distinct fixed position in an input vector. As a result, architectures built for these inputs must strategically mask either the input or model weights to learn the various conditional distributions necessary for inferring the full joint distribution of the dataset in an order-agnostic way. In this paper, we propose an alternative approach for encoding feature identities, where each feature's identity is included alongside its value in the input. This feature identity encoding strategy allows neural architectures designed for sequential data to be applied to the OADE task without modification. As a proof of concept, we show that a Transformer trained on this input (which we refer to as "the DEformer", i.e., the distribution estimating Transformer) can effectively model binarized-MNIST, approaching the performance of fixed-order autoregressive distribution estimating algorithms while still being entirely order-agnostic. Additionally, we find that the DEformer surpasses the performance of recent flow-based architectures when modeling a tabular dataset.

📄 PDF Abstract BibTeX arXiv:2106.06989

Code (1)

airalcorn2/deformer 공식 구현 pytorch

Tasks

Density Estimation

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Position-Wise Feed-Forward Layer 설명 없음
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…
Attention 설명 없음
Adam 설명 없음
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…

Similar Papers 제목 키워드 기반

Deformable Mesh Transformer for 3D Human Mesh Recovery

2023-01-01 · CVPR 2023 1 · Yusuke Yoshiyasu

We present Deformable mesh transFormer (DeFormer), a novel vertex-based approach to monocular 3D human mesh recovery. DeFormer iteratively fits a body mesh model to an input image via a mesh alignment feedback loop f…

3D Hand Pose Estimation3D Human Pose EstimationDecoderHuman Mesh Recovery

DeFormer: Decomposing Pre-trained Transformers for Faster Question Answering

2020-05-02 · ACL 2020 6 · Qingqing Cao, Harsh Trivedi, Aruna Balasubramanian, Niranjan Balasubramanian

Transformer-based QA models use input-wide self-attention -- i.e. across both the question and the input passage -- at all layers, causing them to be slow and memory-intensive. It turns out that we can get by without inp…

Question Answering

ModEFormer: Modality-Preserving Embedding for Audio-Video Synchronization using Transformers

2023-03-21 · Akash Gupta, Rohun Tripathi, WonDong Jang

Lack of audio-video synchronization is a common problem during television broadcasts and video conferencing, leading to an unsatisfactory viewing experience. A widely accepted paradigm is to create an error detection mec…

Contrastive LearningVideo Synchronization

EEG-Deformer: A Dense Convolutional Transformer for Brain-computer Interfaces

2024-04-25 · Yi Ding, Yong Li, Hao Sun, Rui Liu 외

Effectively learning the temporal dynamics in electroencephalogram (EEG) signals is challenging yet essential for decoding brain activities using brain-computer interfaces (BCIs). Although Transformers are popular for th…

EEGElectroencephalogram (EEG)

Deformer: Dynamic Fusion Transformer for Robust Hand Pose Estimation

2023-03-09 · ICCV 2023 1 · Qichen Fu, Xingyu Liu, ran Xu, Juan Carlos Niebles 외

Accurately estimating 3D hand pose is crucial for understanding how humans interact with the world. Despite remarkable progress, existing methods often struggle to generate plausible hand poses when the hand is heavily o…

Hand Pose EstimationPose Estimation