paper-with-me

홈 › Papers

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

2022-07-02 · Michael Chang, Thomas L. Griffiths, Sergey Levine

Iterative refinement -- start with a random guess, then iteratively improve the guess -- is a useful paradigm for representation learning because it offers a way to break symmetries among equally plausible explanations for the data. This property enables the application of such methods to infer representations of sets of entities, such as objects in physical scenes, structurally resembling clustering algorithms in latent space. However, most prior works differentiate through the unrolled refinement process, which can make optimization challenging. We observe that such 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 by decoupling the forward and backward passes. This connection enables us to apply advances in optimizing implicit layers to not only improve the 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.

📄 PDF Abstract BibTeX arXiv:2207.00787

Code (1)

adityabingi/Slot-Attention pytorch

Tasks

Representation Learning

Similar Papers 제목 키워드 기반

GENESIS-V2: Inferring Unordered Object Representations without Iterative Refinement

2021-04-20 · NeurIPS 2021 12 · Martin Engelcke, Oiwi Parker Jones, Ingmar Posner

Advances in unsupervised learning of object-representations have culminated in the development of a broad range of methods for unsupervised object segmentation and interpretable object-centric scene generation. These met…

ClusteringImage GenerationImage SegmentationObject+4

Learning Object-Centric Representations of Multi-Object Scenes from Multiple Views

2021-11-13 · NeurIPS 2020 12 · Li Nanbo, Cian Eastwood, Robert B. Fisher

Learning object-centric representations of multi-object scenes is a promising approach towards machine intelligence, facilitating high-level reasoning and control from visual sensory data. However, current approaches for…

ObjectScene Understanding

When Do Credal Sets Stabilize? Fixed-Point Theorems for Credal Set Updates

2025-10-06 · Michele Caprio, Siu Lun Chau, Krikamol Muandet arxiv

Many machine learning algorithms rely on iterative updates of uncertainty representations, ranging from variational inference and expectation-maximization, to reinforcement learning, continual learning, and multi-agent l…

Reinforcement LearningContinual Learning

Approximate Fixed-Points in Recurrent Neural Networks

2021-06-04 · Zhengxiong Wang, Anton Ragni

Recurrent neural networks are widely used in speech and language processing. Due to dependency on the past, standard algorithms for training these models, such as back-propagation through time (BPTT), cannot be efficient…

Unsupervised Learning of Compositional Scene Representations from Multiple Unspecified Viewpoints

2021-12-07 · Jinyang Yuan, Bin Li, xiangyang xue

Visual scenes are extremely rich in diversity, not only because there are infinite combinations of objects and background, but also because the observations of the same scene may vary greatly with the change of viewpoint…

Diversity