SOTAVerified

Conditional Set Generation with Transformers

2020-06-26Code Available0· sign in to hype

Adam R. Kosiorek, Hyunjik Kim, Danilo J. Rezende

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

A set is an unordered collection of unique elements--and yet many machine learning models that generate sets impose an implicit or explicit ordering. Since model performance can depend on the choice of order, any particular ordering can lead to sub-optimal results. An alternative solution is to use a permutation-equivariant set generator, which does not specify an order-ing. An example of such a generator is the DeepSet Prediction Network (DSPN). We introduce the Transformer Set Prediction Network (TSPN), a flexible permutation-equivariant model for set prediction based on the transformer, that builds upon and outperforms DSPN in the quality of predicted set elements and in the accuracy of their predicted sizes. We test our model on MNIST-as-point-clouds (SET-MNIST) for point-cloud generation and on CLEVR for object detection.

Tasks

Reproductions