LGMLFeb 20, 2020

On Learning Sets of Symmetric Elements

arXiv:2002.08599v4149 citations
Originality Highly original
AI Analysis

This work addresses a common but understudied case in set learning relevant to applications like image deblurring and 3D shape recognition, offering a principled approach that is more expressive than existing methods.

The paper tackled the problem of learning from sets where elements have inherent symmetries, such as images or graphs, by introducing Deep Sets for Symmetric Elements (DSS) layers, which are shown to be universal approximators and more expressive than Siamese networks, leading to improved performance in experiments with images, graphs, and point-clouds.

Learning from unordered sets is a fundamental learning setup, recently attracting increasing attention. Research in this area has focused on the case where elements of the set are represented by feature vectors, and far less emphasis has been given to the common case where set elements themselves adhere to their own symmetries. That case is relevant to numerous applications, from deblurring image bursts to multi-view 3D shape recognition and reconstruction. In this paper, we present a principled approach to learning sets of general symmetric elements. We first characterize the space of linear layers that are equivariant both to element reordering and to the inherent symmetries of elements, like translation in the case of images. We further show that networks that are composed of these layers, called Deep Sets for Symmetric Elements (DSS) layers, are universal approximators of both invariant and equivariant functions, and that these networks are strictly more expressive than Siamese networks. DSS layers are also straightforward to implement. Finally, we show that they improve over existing set-learning architectures in a series of experiments with images, graphs, and point-clouds.

Code Implementations2 repos
Foundations

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

Your Notes