Object Representations as Fixed Points: Training Iterative Refinement Algorithms with Implicit DifferentiationDownload PDF

Published: 31 Oct 2022, Last Modified: 01 Jan 2023NeurIPS 2022 AcceptReaders: Everyone
Keywords: objects, implicit differentiation, slot attention
TL;DR: We improve the training of object-centric learning methods by applying implicit differentiation to slot attention.
Abstract: Current work in object-centric learning has been motivated by developing learning algorithms that infer independent and symmetric entities from the perceptual input. This often requires the use iterative refinement procedures that break symmetries among equally plausible explanations for the data, but most prior works differentiate through the unrolled refinement process, which can make optimization exceptionally challenging. In this work, we observe that such iterative refinement methods can be made differentiable by means of the implicit function theorem, and develop an implicit differentiation approach that improves the stability and tractability of training such models by decoupling the forward and backward passes. This connection enables us to apply recent advances in optimizing implicit layers to not only improve the stability and optimization of the slot attention module in SLATE, a state-of-the-art method for learning entity representations, but do so with constant space and time complexity in backpropagation and only one additional line of code.
Supplementary Material: zip
20 Replies

Loading