CVLGJun 26, 2020

Conditional Set Generation with Transformers

arXiv:2006.16841v244 citations
AI Analysis

This addresses the issue of sub-optimal results from ordering dependencies in set generation for machine learning applications, though it is incremental as it builds upon existing methods like DSPN.

The paper tackles the problem of generating unordered sets by introducing the Transformer Set Prediction Network (TSPN), a permutation-equivariant model that outperforms the DeepSet Prediction Network (DSPN) in element quality and size accuracy on datasets like SET-MNIST and CLEVR.

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.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes