Pith. sign in

REVIEW 4 major objections 6 minor 57 references

HSA: Hierarchical Slot Attention for Multi-granularity Scene-Decomposition

T0 review · 4 major / 6 minor · reviewed 2026-07-10 · grok-4.5

Pith's one-line read A single slot-attention model, trained with 10% labels and hierarchical alignment, jointly decomposes scenes into foreground, categories, and instances—and beats three separate flat models.

desk verdict Solid multi-level slot method with real efficiency and purity gains; the headline ARI margins overstate hierarchical necessity because supervised flats are trained independently. read the letter →

arxiv 2607.08249 v1 pith:3LVZZCMV submitted 2026-07-09 cs.CV

classification cs.CV
keywords slotattentionobject-centriclearninghierarchicalscenedecompositionmulti-granularitysegmentationsemi-supervisedDINOv2panoptic
verification ladder T0 review T1 audit T2 compute T3 formal

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The reading

Standard slot attention breaks a scene into a flat set of slots that group by appearance, not by meaning, and only at one scale. Humans instead parse scenes in layers: foreground versus background, then object categories, then individual instances. This paper argues that those semantic layers cannot arise from visual patterns alone, because category names are human constructs, so a small grounding signal is required. Hierarchical Slot Attention runs three parallel slot modules on shared image features and trains them together with Dice losses on only 10% labeled masks plus a hierarchical alignment loss that keeps embeddings consistent across levels. On COCO and Pascal VOC the one model outperforms the strongest flat baselines by large margins at every granularity while needing a single forward pass instead of three, and new purity and containment metrics show the hierarchy lives in the representation space, not only in the masks.

What carries the argument

Hierarchical Slot Attention (HSA): three independent slot-attention modules on shared DINOv2 patch features, trained with feature reconstruction, delayed Dice supervision on 10% labels, and a hierarchical alignment loss that enforces coverage and cosine consistency between consecutive levels.

What would settle it

Build an unsupervised hierarchical slot model (or a flat model with richer hierarchical objectives) that matches or exceeds HSA’s grouping purity and multi-level ARI on COCO without any category labels; if it succeeds, the claim that semantic hierarchy requires the 10% supervision fails.

Watch

Extended reading notes

Core claim

With only 10% categorical segmentation labels and a hierarchical alignment loss, one shared Hierarchical Slot Attention model can jointly produce holistic, semantic, and panoptic scene decompositions that substantially outperform the strongest flat slot-attention baselines trained separately for each granularity.

Load-bearing premise

True semantic category structure cannot emerge from appearance or self-supervised features alone and therefore needs categorical segmentation labels as a grounding signal.

Editorial extensions

If this is right

  • Multi-granularity scene understanding can be served by one shared model and one forward pass instead of three separately trained models.
  • Even 1% categorical labels already lift every granularity above fully unsupervised flat baselines, showing the grounding signal can be minimal.
  • Grouping purity and attention containment become usable diagnostics for whether hierarchy is semantic rather than merely spatial.
  • Joint hierarchical training also improves instance-level object discovery and slot-based recognition over specialized single-level models.
  • Slot methods can discover object boundaries that go beyond fixed ground-truth annotations while remaining semantically coherent.

Reading between the lines

Editorial extensions of the paper, not claims the author makes directly.

  • Weaker grounding signals such as language captions or free-form tags may be able to replace mask labels while keeping the hierarchical benefit.
  • The same three-level architecture is a natural candidate for video, where temporal consistency could lock in hierarchical tracks across frames.
  • If stronger foundation features already encode latent category structure, the amount of Dice supervision needed should continue to shrink.
  • Evaluation that rewards multiple valid granularities would better credit decompositions that correctly split objects beyond a single fixed ground-truth clustering.
Share X Bluesky LinkedIn Reddit HN

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, and a circularity audit.

Referee Report

4 major / 6 minor

Summary. The paper proposes Hierarchical Slot Attention (HSA), a single shared-backbone model with three level-specific slot-attention modules and independent decoders that jointly produce holistic (K=2), semantic (K=6/4), and panoptic (K=11/6) scene decompositions. Training combines DINOv2 feature reconstruction, Dice supervision on 10% of labels at all three granularities, and a hierarchical alignment loss L_align that uses hard nearest-coarse assignment with a straight-through estimator. On COCO and PASCAL VOC the joint model reports large ARI/mBO/mIoU gains over both unsupervised and 10%-supervised flat slot baselines that are trained separately per K, plus efficiency advantages (one forward pass), new hierarchy metrics (grouping purity, attention containment), and supporting ablations and recognition/instance-discovery evaluations.

Significance. If the results hold under fairer controls, the work is a useful practical advance for object-centric learning: multi-granularity decompositions from one model and one pass, with strong label efficiency and clear gains over independently trained single-K slot models. The architecture is simple and reproducible in spirit (code promised), the evaluation suite is broad (discovery, recognition, efficiency, purity/containment), and the qualitative evidence that minimal categorical grounding steers slots toward human-aligned partitions is valuable. The contribution is primarily empirical and systems-level rather than a new theoretical principle of hierarchy; its lasting impact depends on whether joint multi-level supervision (vs. L_align specifically) is cleanly isolated and whether the narrative about semantic hierarchy is tightened to match the ablations.

major comments (4)
  1. [Abstract; §4.2; Table 1; Table 7] Abstract, §1, and §4.2 attribute the headline +41.5/+14.6/+10.4 ARI gains primarily to hierarchical joint training with L_align. Table 7 shows that Dice alone (row “Dice, no align”) already yields essentially the full lift (Hol. 66.9, Sem. 53.5, Pan. 49.6 vs full 67.0/53.5/49.3), while L_align alone is near-neutral. The main ARI margins therefore measure joint multi-level supervised slot attention with a shared backbone against three independently trained single-K models (Table 1 yellow), not the necessity of hierarchical alignment. The paper should reframe the central claim around joint multi-granularity supervision and treat L_align as a secondary regularizer for structure metrics, or add an explicit multi-head joint control discussion that matches Table 7 in the main narrative.
  2. [§4.2 Hierarchical Structure Evaluation; Table 4; Table 7] L_align is retained largely for hierarchical structure (Table 4 grouping purity / containment), yet purity/containment are never reported for the “Dice, no align” configuration of Table 7. Without that ablation it is unclear whether the purity gains come from L_align, from multi-level Dice, or from joint training itself. Please report purity and containment for the Table 7 ablations (and ideally for a shared-aggregator joint model) so that the justification for L_align is load-bearing rather than post-hoc.
  3. [Abstract; §1; §2 Related Work] The strong claim that “semantic hierarchies cannot emerge without supervision, because category names are human constructs” (abstract, §1) is only weakly stress-tested. All unsupervised hierarchical priors discussed in §2 are older spatial/part-whole methods; there is no experiment with modern unsupervised hierarchical objectives, language grounding, or multi-K unsupervised multi-head variants under the same DINOv2 backbone. Given that Table 7 attributes almost all ARI gain to Dice, the manuscript should either soften this necessity claim or provide a concrete negative control showing that appearance-only multi-level training cannot recover category-aligned purity at L2←L3.
  4. [§4.2 Object Discovery Task; Table 1] Table 1 supervised flat baselines often degrade relative to their unsupervised counterparts (e.g., DINOSAUR/SLATE/SlotDiffusion on VOC; SPOT panoptic on COCO). The paper interprets this as evidence that “supervision alone is insufficient without hierarchical joint training,” but the protocol applies categorical Dice independently at a single K without the shared multi-level feature context HSA enjoys. This makes the degradation partly expected and weakens the rhetorical contrast. Clarify the protocol limitations and avoid over-interpreting independent single-K supervised collapses as proof of hierarchical necessity.
minor comments (6)
  1. [Table 1 vs Table 7] Table 7 full-model numbers (67.0/53.5/49.3 ARI) do not match Table 1 HSA (69.0/55.2/47.1). State which configuration (aggregators, seeds, schedule) each table uses so readers can reconcile them.
  2. [§3.4 Hierarchical Alignment; Eq. (7)–(8)] Eq. (8): the hard assignment B via indicator of max cosine similarity is non-differentiable; STE is mentioned in text but not formalized. A one-line definition of the forward/backward STE would help reproducibility.
  3. [Figure 2] Figure 2 caption says “Row 2 (HSA)” then “Rows 3–7: flat baselines,” but the figure layout description in text is easy to misread; label rows explicitly in the figure itself.
  4. [§4.1 Implementation Details; Table 13] K_hol/K_sem/K_pan are chosen to match average region/category/instance counts; a short sensitivity note in the main text (beyond Table 13 in the appendix) would help readers who need different slot budgets.
  5. [§1; Tables 11–12] Minor wording: “outperformingfully unsupervised” missing space (contributions bullet); “Seperate” → “Separate” in Table 11/12 captions; consistent use of “panoptic” vs “instance-level.”
  6. [§2; References] Related work cites Jia et al. ICLR 2023 twice under different conceptual roles ([19] and [20]); deduplicate and keep the intended symbolic-cognition citations distinct.

Circularity Check

0 steps flagged · score 0.0 of 10

No circularity: empirical methods paper whose claims are measured against external COCO/VOC ground truth and published baselines, not derived by equating fitted quantities or self-defined constructs to themselves.

full rationale

HSA is a standard semi-supervised computer-vision methods paper. Its central claims (multi-granularity ARI/mBO/mIoU gains of a single jointly-trained model over flat slot-attention baselines under 10% Dice supervision plus L_align) are evaluated on held-out COCO val2017 and PASCAL VOC 2012 annotations that are external to the training objective. The hierarchical alignment loss (Eq. 8) operates on cosine similarities of slot embeddings with a straight-through estimator; the subsequently reported grouping-purity and attention-containment metrics (Table 4) are defined with respect to ground-truth category labels and attention-mass nesting, respectively, and are therefore not definitionally identical to the training signal. Ablations (Tables 7–10, 13–14) further isolate components without renaming any fitted quantity as a “prediction.” There are no self-definitional equations, no uniqueness theorems imported from the authors’ prior work, no ansatz smuggled via self-citation, and no renaming of a known empirical pattern. Self-citations that appear (e.g., to DINOSAUR, SPOT) are ordinary baseline references, not load-bearing premises. Experimental-design questions about whether the flat baselines received an equivalent multi-head joint-training opportunity are validity concerns, not circularity. The derivation chain therefore contains no step that reduces, by construction, to its own inputs.

Assumptions & free parameters 5 free parameters · 5 assumptions · 3 invented entities

The central empirical claim rests on standard OCL machinery (slot attention, DINO features, Dice+Hungarian) plus paper-specific design choices: three fixed granularities, 10% multi-level mask supervision, STE hierarchical alignment with chosen λ weights, and fixed slot counts matched to dataset averages. No new physical entities; invented pieces are architectural and metric. Free parameters and domain assumptions about the necessity of categorical labels are the main load-bearing extras beyond prior literature.

free parameters (5)
  • λ_align (hierarchical alignment weight)
    Annealed to 1.0; ablations show holistic/semantic peak at 1.0 while panoptic prefers 2.0—chosen for multi-level balance, not derived.
  • λ_sup (Dice supervision weight)
    Delayed 20k steps then set to 0.5; schedule and weight are hand-chosen design knobs that affect the reported trade-offs.
  • Slot counts K_hol, K_sem, K_pan
    Set to 2/6/11 on COCO and 2/4/6 on VOC to match average region/category/instance counts and flat baselines; not learned.
  • Labeled data fraction (10%)
    Primary operating point for all main claims; 1%/5% also reported but 10% defines the headline comparison.
  • Supervision delay (20k steps)
    Chosen so reconstruction stabilizes first; ablation shows no-delay improves panoptic but hurts holistic—default is a balance choice.
assumptions (5)
  • domain assumption Semantic category hierarchy cannot emerge from appearance/DINO reconstruction alone and requires categorical label grounding.
    Stated as a core motivation in abstract and §1; underpins why 10% Dice is necessary rather than optional.
  • domain assumption Holistic / semantic / panoptic (K≈2 / categories / instances) is the right three-level human-aligned hierarchy for evaluation and training.
    Taken from cognitive framing [43] and used to define all losses, slot modules, and metrics.
  • domain assumption Frozen DINOv2 patch features plus L2 feature reconstruction provide a sufficient shared representation for multi-level slots.
    Inherited from DINOSAUR/SPOT-style OCL; backbone is frozen throughout.
  • standard math Hungarian-matched Dice on attention maps is a valid multi-level supervision signal for slots.
    Standard segmentation matching; used for L_sup at all three levels.
  • ad hoc to paper Straight-through estimator through hard nearest-coarse assignment yields useful gradients for L_align.
    Non-differentiable max assignment made trainable via STE; design choice specific to this loss.
invented entities (3)
  • Hierarchical Slot Attention (three parallel level-specific SA modules + independent decoders)
    purpose: Produce joint multi-granularity slots from shared features without separate models per level.
    Architectural construct introduced by the paper; evaluated only via the paper’s own experiments.
  • Hierarchical alignment loss L_align (coverage + cosine alignment with STE)
    purpose: Enforce cross-level embedding consistency between consecutive granularities.
    New regularizer; ablations show mixed effects on ARI vs purity.
  • Grouping purity and attention containment metrics
    purpose: Measure whether hierarchy is encoded in representation/attention space, not only output masks.
    Evaluation constructs defined in the paper; useful but not independently standardized outside this work.

how reviews work

0 comments
Cite this review

Pith. "Pith review of HSA: Hierarchical Slot Attention for Multi-granularity Scene-Decomposition." pith.science (2026). https://pith.science/paper/3LVZZCMV

@misc{pith2026260708249,
  author       = {Pith},
  title        = {Pith review of: HSA: Hierarchical Slot Attention for Multi-granularity Scene-Decomposition},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/3LVZZCMV}},
  note         = {Machine review of arXiv:2607.08249}
}
abstract

Slot attention is a powerful framework for object-centric learning, decomposing visual scenes into latent slots through iterative competitive attention. However, existing methods share two critical limitations: they decompose scenes into a flat set of slots at a single granularity, and this decomposition is based on appearance rather than semantics. Yet humans understand scenes through semantic hierarchies: separating foreground from background, recognizing object categories, and identifying individual instances. Crucially, such semantic hierarchies cannot emerge without supervision, because category names are human constructs, not visual patterns. We propose Hierarchical Slot Attention (HSA), which learns multi-granularity semantic scene decomposition from a single model. HSA decomposes scenes at three levels: holistic (foreground/background), semantic (object categories), and panoptic (individual instances). Using only 10\% labeled data, combined with hierarchical alignment loss, HSA learns all three levels jointly. We further introduce grouping purity and containment to measure whether the hierarchy is encoded in representation space, not just output masks. Experiments on COCO and PASCAL VOC demonstrate that HSA outperforms the strongest flat baseline by up to \textbf{$+$41.5} ARI at holistic, \textbf{$+$14.6} at semantic, and \textbf{$+$10.4} at panoptic level on COCO, with even larger gains on Pascal VOC, while requiring a single model instead of three. Code will be made available upon acceptance.

Figures

Figures reproduced from arXiv: 2607.08249 by the authors.

Figure 1
Figure 1. Hierarchical Slot Attention(HSA) shares DINOv2 patch features, which feed three level-specific slot attention modules producing [PITH_FULL_IMAGE:figures/full_fig_p003_1.png] view at source ↗
Figure 2
Figure 2. Qualitative comparison on COCO val2017. Row 2 (HSA, ours): cleanly separate objects, and are semantically grounded. Rows 3–7: flat baselines (DINOSAUR, SPOT, SLATE, SlotDiffusion, VQDINO) produce semantically arbitrary decompositions. Best viewed in color. level ( [PITH_FULL_IMAGE:figures/full_fig_p007_2.png] view at source ↗
Figure 3
Figure 3. Qualitative results on Pascal VOC. HSA (row 1) pro [PITH_FULL_IMAGE:figures/full_fig_p008_3.png] view at source ↗
Figures from the paper (2 more)
Figure 4
Figure 4. Figure 4: Qualitative comparison on COCO val2017. Rows 2–6: flat baselines (DINOSAUR, SPOT, SLATE, SlotDiffusion, VQDINO) produce semantically arbitrary decompositions. Row 7 (HSA, ours): cleanly separate objects, and are semantically grounded. Best viewed in color. GT HSA(Our) …
Figure 5
Figure 5. Figure 5: Qualitative comparison on VOC dataset. Rows 2–6: flat baselines (DINOSAUR, SPOT, SLATE, SlotDiffusion, VQDINO) produce semantically arbitrary decompositions. Row 7 (HSA, ours): cleanly separate objects, and are semantically grounded. Best viewed in color [PITH_FULL_IM…

Discussion (0). Continue with ORCID to comment.

Reference graph

Works this paper leans on

57 extracted references · 57 canonical work pages

  1. [1]

    Contour detection and hierarchical image seg- mentation.IEEE transactions on pattern analysis and ma- chine intelligence, 33(5):898–916, 2010

    Pablo Arbelaez, Michael Maire, Charless Fowlkes, and Ji- tendra Malik. Contour detection and hierarchical image seg- mentation.IEEE transactions on pattern analysis and ma- chine intelligence, 33(5):898–916, 2010. 2

  2. [2]

    Learning physical graph repre- sentations from visual scenes.Advances in Neural Informa- tion Processing Systems, 33:6027–6039, 2020

    Daniel Bear, Chaofei Fan, Damian Mrowca, Yunzhu Li, Seth Alter, Aran Nayebi, Jeremy Schwartz, Li F Fei-Fei, Jiajun Wu, Josh Tenenbaum, et al. Learning physical graph repre- sentations from visual scenes.Advances in Neural Informa- tion Processing Systems, 33:6027–6039, 2020. 2

  3. [3]

    MONet: Unsupervised Scene Decomposition and Representation

    Christopher Burgess, Loic Matthey, Nicholas Watters, Rishabh Kabra, Irina Higgins, Matt Botvinick, and Alexan- der Lerchner. MONet: Unsupervised Scene Decomposition and Representation.arXiv preprint arXiv:1901.11390, 2019. 1, 2

  4. [4]

    Emerg- ing properties in self-supervised vision transformers

    Mathilde Caron, Hugo Touvron, Ishan Misra, Herv ´e J´egou, Julien Mairal, Piotr Bojanowski, and Armand Joulin. Emerg- ing properties in self-supervised vision transformers. InPro- ceedings of ICCV, pages 9650–9660, 2021. 1, 2

  5. [5]

    Neural slot interpreters: Grounding object semantics in emergent slot representations

    Bhishma Dedhia and Niraj K Jha. Neural slot interpreters: Grounding object semantics in emergent slot representations. Transactions on Machine Learning Research, 2025, 2025. 2

  6. [6]

    CTRL-O: Language-Controllable Object-Centric Visual Representation Learning

    Aniket Didolkar, Andrii Zadaianchuk, Rabiul Awal, Maxi- milian Seitzer, Efstratios Gavves, and Aishwarya Agrawal. CTRL-O: Language-Controllable Object-Centric Visual Representation Learning. InProceedings of CVPR, pages 29523–29533, 2025. 2

  7. [7]

    Weakly supervised learning of multi-object 3d scene decompositions using deep shape priors.Computer Vision and Image Understanding, 220:103440, 2022

    Cathrin Elich, Martin R Oswald, Marc Pollefeys, and Joerg Stueckler. Weakly supervised learning of multi-object 3d scene decompositions using deep shape priors.Computer Vision and Image Understanding, 220:103440, 2022. 2

  8. [8]

    SA Vi++: Towards end-to-end object-centric learning from real-world videos

    Gamaleldin Elsayed, Aravindh Mahendran, Sjoerd Van Steenkiste, Klaus Greff, Michael Mozer, and Thomas Kipf. SA Vi++: Towards end-to-end object-centric learning from real-world videos. InProceedings of NeurIPS, pages 28940–28954, 2022. 2

Show all 57 references
  1. [9]

    Genesis: generative scene inference and sampling of object- centric latent representations.Proceedings of the ICLR,

    M Engelcke, AR Kosiorek, O Parker Jones, and H Posner. Genesis: generative scene inference and sampling of object- centric latent representations.Proceedings of the ICLR,

  2. [10]

    Attend, infer, repeat: Fast scene understanding with generative models

    SM Eslami, Nicolas Heess, Theophane Weber, Yuval Tassa, David Szepesvari, Geoffrey E Hinton, et al. Attend, infer, repeat: Fast scene understanding with generative models

  3. [11]

    The pascal visual object classes (voc) challenge.International journal of computer vision, 88(2):303–338, 2010

    Mark Everingham, Luc Van Gool, Christopher KI Williams, John Winn, and Andrew Zisserman. The pascal visual object classes (voc) challenge.International journal of computer vision, 88(2):303–338, 2010. 4, 14

  4. [12]

    Adap- tive slot attention: Object discovery with dynamic slot num- ber

    Ke Fan, Zechen Bai, Tianjun Xiao, Tong He, Max Horn, Yanwei Fu, Francesco Locatello, and Zheng Zhang. Adap- tive slot attention: Object discovery with dynamic slot num- ber. InProceedings of CVPR, pages 23062–23071, 2024. 2

  5. [13]

    En- hancing interpretable object abstraction via clustering-based slot initialization

    Ning Gao, Bernard Hohmann, and Gerhard Neumann. En- hancing interpretable object abstraction via clustering-based slot initialization. InProceedings of BMVC, 2023. 2

  6. [14]

    Multi-object representation learning with iterative variational inference

    Klaus Greff, Rapha ¨el Lopez Kaufman, Rishabh Kabra, Nick Watters, Christopher Burgess, Daniel Zoran, Loic Matthey, Matthew Botvinick, and Alexander Lerchner. Multi-object representation learning with iterative variational inference. InProceedings of ICML, pages 2424–2433, 2019. 1, 2

  7. [15]

    On the binding problem in artificial neural networks

    Klaus Greff, Sjoerd Van Steenkiste, and J ¨urgen Schmidhu- ber. On the binding problem in artificial neural networks. arXiv preprint arXiv:2012.05208, 2020. 1

  8. [16]

    Slot- match: Distilling object-centric representations for unsuper- vised video segmentation.arXiv preprint arXiv:2508.03411,

    Diana-Nicoleta Grigore, Neelu Madan, Andreas Mogel- mose, Thomas B Moeslund, and Radu Tudor Ionescu. Slot- match: Distilling object-centric representations for unsuper- vised video segmentation.arXiv preprint arXiv:2508.03411,

  9. [17]

    How to represent part-whole hierarchies in a neu- ral network.Neural Computation, 35(3):413–452, 2023

    G Hinton. How to represent part-whole hierarchies in a neu- ral network.Neural Computation, 35(3):413–452, 2023. 1, 2

  10. [18]

    Matrix capsules with EM routing

    Geoffrey E Hinton, Sara Sabour, and Nicholas Frosst. Matrix capsules with EM routing. InProceedings of ICLR, 2018. 2

  11. [19]

    Improving object- centric learning with query optimization

    Baoxiong Jia, Yu Liu, and Siyuan Huang. Improving object- centric learning with query optimization. InProceedings of ICLR, 2023. 2

  12. [20]

    Improving object- centric learning with query optimization

    Baoxiong Jia, Yu Liu, and Siyuan Huang. Improving object- centric learning with query optimization. InProceedings of ICLR, 2023. 1

  13. [21]

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

    Ioannis Kakogeorgiou, Spyros Gidaris, Konstantinos Karantzalos, and Nikos Komodakis. SPOT: Self-Training with Patch-Order Permutation for Object-Centric Learning with Autoregressive Transformers. InProceedings of CVPR, pages 22776–22786, 2024. 1, 2, 3, 4, 5, 6, 11, 14

  14. [22]

    Shepherding slots to objects: Towards stable and ro- bust object-centric learning

    Jinwoo Kim, Janghyuk Choi, Ho-Jin Choi, and Seon Joo Kim. Shepherding slots to objects: Towards stable and ro- bust object-centric learning. InProceedings of CVPR, pages 19198–19207, 2023. 2, 5

  15. [23]

    Kingma and Max Welling

    Diederik P. Kingma and Max Welling. Auto-encoding vari- ational bayes. InProceedings of ICLR, 2014. 2

  16. [24]

    Elsayed, Aravindh Mahen- dran, Austin Stone, Sara Sabour, Georg Heigold, Rico Jon- schkowski, Alexey Dosovitskiy, and Klaus Greff

    Thomas Kipf, Gamaleldin F. Elsayed, Aravindh Mahen- dran, Austin Stone, Sara Sabour, Georg Heigold, Rico Jon- schkowski, Alexey Dosovitskiy, and Klaus Greff. Condi- tional Object-Centric Learning from Video. InProceedings of ICLR, 2022. 2

  17. [25]

    Stacked capsule autoencoders.Advances in neural information processing systems, 32, 2019

    Adam Kosiorek, Sara Sabour, Yee Whye Teh, and Geof- frey E Hinton. Stacked capsule autoencoders.Advances in neural information processing systems, 32, 2019. 1, 2

  18. [26]

    Improving visual recognition with hyperbolical visual hierarchy mapping

    Hyeongjun Kwon, Jinhyun Jang, Jin Kim, Kwonyoung Kim, and Kwanghoon Sohn. Improving visual recognition with hyperbolical visual hierarchy mapping. InProceedings of CVPR, pages 17364–17374, 2024. 2

  19. [27]

    Deep hierarchical semantic segmentation

    Liulei Li, Tianfei Zhou, Wenguan Wang, Jianwu Li, and Yi Yang. Deep hierarchical semantic segmentation. InProceed- ings of CVPR, pages 1246–1257, 2022. 1

  20. [28]

    Microsoft COCO: Common Objects in Context

    Tsung-Yi Lin, Michael Maire, Serge Belongie, James Hays, Pietro Perona, Deva Ramanan, Piotr Doll´ar, and C Lawrence Zitnick. Microsoft COCO: Common Objects in Context. In Proceedings of ECCV, pages 740–755, 2014. 4, 14

  21. [29]

    Break through the fixed number of slots in object- centric learning

    Hongjia Liu, Rongzhen Zhao, Haohan Chen, and Joni Pa- jarinen. Break through the fixed number of slots in object- centric learning. InProceedings of NeurIPS, 2025. 2

  22. [30]

    Slotlifter: Slot-guided feature lifting for learning object- centric radiance fields

    Yu Liu, Baoxiong Jia, Yixin Chen, and Siyuan Huang. Slotlifter: Slot-guided feature lifting for learning object- centric radiance fields. InProceedings of ECCV, pages 270–

  23. [31]

    Object- centric learning with slot attention

    Francesco Locatello, Dirk Weissenborn, Thomas Un- terthiner, Aravindh Mahendran, Georg Heigold, Jakob Uszkoreit, Alexey Dosovitskiy, and Thomas Kipf. Object- centric learning with slot attention. InProceedings of NeurIPS, pages 11525–11538, 2020. 1, 2, 14

  24. [32]

    A hyperbolic perspective on hierarchical struc- ture in object-centric scene representations.Proceedings of CVPR Workshops, 2026

    Neelu Madan, `Alex Pujol, Andreas Møgelmose, Sergio Es- calera, Kamal Nasrollahi, Graham W Taylor, and Thomas B Moeslund. A hyperbolic perspective on hierarchical struc- ture in object-centric scene representations.Proceedings of CVPR Workshops, 2026. 1, 2

  25. [33]

    Temporally consistent object-centric learning by contrasting slots

    Anna Manasyan, Maximilian Seitzer, Filip Radovic, Georg Martius, and Andrii Zadaianchuk. Temporally consistent object-centric learning by contrasting slots. InProceedings of CVPR, pages 5401–5411, 2025. 1, 2

  26. [34]

    DINOv2: Learning robust visual features without supervi- sion.Transactions on Machine Learning Research, 2024

    Maxime Oquab, Timoth ´ee Darcet, Th ´eo Moutakanni, Huy V o, Marc Szafraniec, Vasil Khalidov, Pierre Fernandez, Daniel Haziza, Francisco Massa, Alaaeldin El-Nouby, et al. DINOv2: Learning robust visual features without supervi- sion.Transactions on Machine Learning Research, 2...

  27. [35]

    Multiscale combinatorial grouping for image segmentation and object proposal gener- ation.IEEE TPAMI, 39(1):128–140, 2016

    Jordi Pont-Tuset, Pablo Arbelaez, Jonathan T Barron, Fer- ran Marques, and Jitendra Malik. Multiscale combinatorial grouping for image segmentation and object proposal gener- ation.IEEE TPAMI, 39(1):128–140, 2016. 4

  28. [36]

    Learn- ing transferable visual models from natural language super- vision

    Alec Radford, Jong Wook Kim, Chris Hallacy, Aditya Ramesh, Gabriel Goh, Sandhini Agarwal, Girish Sastry, Amanda Askell, Pamela Mishkin, Jack Clark, et al. Learn- ing transferable visual models from natural language super- vision. InProceedings of ICML, pages 8748–8763. PmLR,

  29. [37]

    Dy- namic routing between capsules.Advances in neural infor- mation processing systems, 30, 2017

    Sara Sabour, Nicholas Frosst, and Geoffrey E Hinton. Dy- namic routing between capsules.Advances in neural infor- mation processing systems, 30, 2017. 2

  30. [38]

    Object scene representation transformer.Advances in neural infor- mation processing systems, 35:9512–9524, 2022

    Mehdi SM Sajjadi, Daniel Duckworth, Aravindh Mahen- dran, Sjoerd Van Steenkiste, Filip Pavetic, Mario Lucic, Leonidas J Guibas, Klaus Greff, and Thomas Kipf. Object scene representation transformer.Advances in neural infor- mation processing systems, 35:9512–9524, 2022. 2

  31. [39]

    Bridging the gap to real-world object-centric learning

    Maximilian Seitzer, Max Horn, Andrii Zadaianchuk, Do- minik Zietlow, Tianjun Xiao, Carl-Johann Simon-Gabriel, Tong He, Zheng Zhang, Bernhard Sch¨olkopf, Thomas Brox, et al. Bridging the gap to real-world object-centric learning. InProceedings of ICLR, 2023. 1, 2, 3, 4, 5, 6, 1...

  32. [40]

    Hierarchy and adaptivity in segmenting visual scenes.Nature, 442(7104):810–813, 2006

    Eitan Sharon, Meirav Galun, Dahlia Sharon, Ronen Basri, and Achi Brandt. Hierarchy and adaptivity in segmenting visual scenes.Nature, 442(7104):810–813, 2006. 2

  33. [41]

    Illiterate dall-e learns to compose

    Gautam Singh, Sungjin Ahn, and Fei Deng. Illiterate dall-e learns to compose. InProceedings of ICLR, 2022. 2, 4, 5, 6, 11, 14

  34. [42]

    Unsupervised discovery and composition of object light fields.TMLR, 2023

    Cameron Smith, Hong-Xing Yu, Sergey Zakharov, Fr ´edo Durand, Joshua B Tenenbaum, Jiajun Wu, and Vincent Sitz- mann. Unsupervised discovery and composition of object light fields.TMLR, 2023. 2

  35. [43]

    Principles of object perception.Cogni- tive science, 14(1):29–56, 1990

    Elizabeth S Spelke. Principles of object perception.Cogni- tive science, 14(1):29–56, 1990. 1, 3, 8

  36. [44]

    Language-mediated, object-centric representation learning

    Ruocheng Wang, Jiayuan Mao, Samuel Gershman, and Ji- ajun Wu. Language-mediated, object-centric representation learning. InFindings of the Association for Computational Linguistics: ACL-IJCNLP 2021, pages 2033–2046, 2021. 2

  37. [45]

    Learning visual hierarchies in hyperbolic space for image re- trieval

    Ziwei Wang, Sameera Ramasinghe, Chenchen Xu, Julien Monteil, Loris Bazzani, and Thalaiyasingam Ajanthan. Learning visual hierarchies in hyperbolic space for image re- trieval. InProceedings of ICCV, pages 9924–9934, 2025. 2

  38. [46]

    The Macmillan company, New York, 1927

    Alfred North Whitehead.Symbolism: Its Meaning and Ef- fect. The Macmillan company, New York, 1927. 1

  39. [47]

    Slotdiffusion: Object-centric generative model- ing with diffusion models.Advances in Neural Information Processing Systems, 36:50932–50958, 2023

    Ziyi Wu, Jingyu Hu, Wuyue Lu, Igor Gilitschenski, and Ani- mesh Garg. Slotdiffusion: Object-centric generative model- ing with diffusion models.Advances in Neural Information Processing Systems, 36:50932–50958, 2023. 2, 4, 5, 6, 11, 14

  40. [48]

    Groupvit: Semantic segmentation emerges from text supervision

    Jiarui Xu, Shalini De Mello, Sifei Liu, Wonmin Byeon, Thomas Breuel, Jan Kautz, and Xiaolong Wang. Groupvit: Semantic segmentation emerges from text supervision. In Proceedings of CVPR, pages 18134–18144, 2022. 2

  41. [49]

    Unsuper- vised discovery of object radiance fields

    Hong-Xing Yu, Leonidas Guibas, and Jiajun Wu. Unsuper- vised discovery of object radiance fields. InProceedings of ICLR, 2022. 2

  42. [50]

    Object-centric learning for real-world videos by predict- ing temporal feature similarities

    Andrii Zadaianchuk, Maximilian Seitzer, and Georg Mar- tius. Object-centric learning for real-world videos by predict- ing temporal feature similarities. InProceedings of NeurIPS, pages 61514–61545, 2023. 2

  43. [51]

    S4l: Self-supervised semi-supervised learning

    Xiaohua Zhai, Avital Oliver, Alexander Kolesnikov, and Lu- cas Beyer. S4l: Self-supervised semi-supervised learning. In Proceedings of ICCV, pages 1476–1485, 2019. 5

  44. [52]

    Vector-quantized vision foundation models for object-centric learning

    Rongzhen Zhao, Vivienne Huiling Wang, Juho Kannala, and Joni Pajarinen. Vector-quantized vision foundation models for object-centric learning. InProceedings of ACM-MM, pages 5422–5430, 2025. 4, 5, 6, 11, 14

  45. [53]

    Slot attention with re-initialization and self-distillation

    Rongzhen Zhao, Yi Zhao, Juho Kannala, and Joni Pajarinen. Slot attention with re-initialization and self-distillation. In Proceedings of ACM-MM, pages 4185–4192, 2025. 2, 5

  46. [54]

    Predicting video slot attention queries from random slot-feature pairs

    Rongzhen Zhao, Jian Li, Juho Kannala, and Joni Pajari- nen. Predicting video slot attention queries from random slot-feature pairs. InProceedings of the AAAI, pages 13208– 13216, 2026. 2

  47. [55]

    Smoothing slot attention iterations and recurrences

    Rongzhen Zhao, Wenyan Yang, Juho Kannala, and Joni Pa- jarinen. Smoothing slot attention iterations and recurrences. InProceedings of ICML, 2026. 2

  48. [56]

    Additional Experiments Alignment Loss Weight Analysis.Table 9 evaluates the impact of the final alignment loss weightλ align on COCO val2017. We observe that settingλ align = 1.0provides the optimal balance for coarser granularities, yielding peak per- formance in both Holisti...

  49. [57]

    Results on COCO val 2017.Figure 4 shows additional qualitative results on COCO val2017 [28]

    Additional Qualitative results This section shows and discusses additional qualitative re- sults on COCO val2017 [28], and Pascal VOC [11] datasets. Results on COCO val 2017.Figure 4 shows additional qualitative results on COCO val2017 [28]. Rows 1– 6 show results from GT, DIN...

Pith tools

Reviewed July 10, 2026 · model on record in the stance chip above.