paper-with-me

홈 › Papers

SPOT: Self-Training with Patch-Order Permutation for Object-Centric Learning with Autoregressive Transformers

2023-12-01 · CVPR 2024 1 · Ioannis Kakogeorgiou, Spyros Gidaris, Konstantinos Karantzalos, Nikos Komodakis

Unsupervised object-centric learning aims to decompose scenes into interpretable object entities, termed slots. Slot-based auto-encoders stand out as a prominent method for this task. Within them, crucial aspects include guiding the encoder to generate object-specific slots and ensuring the decoder utilizes them during reconstruction. This work introduces two novel techniques, (i) an attention-based self-training approach, which distills superior slot-based attention masks from the decoder to the encoder, enhancing object segmentation, and (ii) an innovative patch-order permutation strategy for autoregressive transformers that strengthens the role of slot vectors in reconstruction. The effectiveness of these strategies is showcased experimentally. The combined approach significantly surpasses prior slot-based autoencoder methods in unsupervised object segmentation, especially with complex real-world images. We provide the implementation code at https://github.com/gkakogeorgiou/spot .

📄 PDF Abstract BibTeX arXiv:2312.00648

Code (1)

gkakogeorgiou/spot 공식 구현 pytorch

Tasks

DecoderObjectSegmentationSemantic SegmentationUnsupervised Object Segmentation

Similar Papers 제목 키워드 기반

Shuffle to Learn: Self-supervised learning from permutations via differentiable ranking

2021-01-01 · Andrew N Carr, Quentin Berthet, Mathieu Blondel, Olivier Teboul 외

Self-supervised pre-training using so-called "pretext" tasks has recently shown impressive performance across a wide range of tasks. In this work we advance self-supervised learning from permutations, that consists in sh…

General ClassificationSelf-Supervised LearningVideo Classification

Self-Supervised Learning of Audio Representations from Permutations with Differentiable Ranking

2021-03-17 · Andrew N Carr, Quentin Berthet, Mathieu Blondel, Olivier Teboul 외

Self-supervised pre-training using so-called "pretext" tasks has recently shown impressive performance across a wide range of modalities. In this work, we advance self-supervised learning from permutations, by pre-traini…

ClassificationGeneral ClassificationSelf-Supervised Learning

REOrdering Patches Improves Vision Models

2025-05-29 · Declan Kutscher, David M. Chan, Yutong Bai, Trevor Darrell 외

Sequence models such as transformers require inputs to be represented as one-dimensional sequences. In vision, this typically involves flattening images using a fixed row-major (raster-scan) order. While full self-attent…

MUGEN: Evaluating and Improving Multi-audio Understanding of Large Audio-Language Models

2026-03-10 · Chih-Kai Yang, Yun-Shao Tsai, Yu-Kai Guo, Ping-Le Tsai 외 arxiv

While multi-audio understanding is critical for large audio-language models (LALMs), it remains underexplored. We introduce MUGEN, a comprehensive benchmark evaluating this capability across speech, general audio, and mu…

Semantic-Aware Autoregressive Image Modeling for Visual Representation Learning

2023-12-16 · Kaiyou Song, Shan Zhang, Tong Wang

The development of autoregressive modeling (AM) in computer vision lags behind natural language processing (NLP) in self-supervised pre-training. This is mainly caused by the challenge that images are not sequential sign…

image-classificationImage ClassificationInstance Segmentationobject-detection+3