paper-with-me

Papers

Finding Distributed Object-Centric Properties in Self-Supervised Transformers

2026-03-27 · Samyak Rawlekar, Amitabh Swain, Yujun Cai, Yiwei Wang, Ming-Hsuan Yang, Narendra Ahuja arxiv

Self-supervised Vision Transformers (ViTs) like DINO show an emergent ability to discover objects, typically observed in [CLS] token attention maps of the final layer. However, these maps often contain spurious activations resulting in poor localization of objects. This is because the [CLS] token, trained on an image-level objective, summarizes the entire image instead of focusing on objects. This aggregation dilutes the object-centric information existing in the local, patch-level interactions. We analyze this by computing inter-patch similarity using patch-level attention components (query, key, and value) across all layers. We find that: (1) Object-centric properties are encoded in the similarity maps derived from all three components ($q, k, v$), unlike prior work that uses only key features or the [CLS] token. (2) This object-centric information is distributed across the network, not just confined to the final layer. Based on these insights, we introduce Object-DINO, a training-free method that extracts this distributed object-centric information. Object-DINO clusters attention heads across all layers based on the similarities of their patches and automatically identifies the object-centric cluster corresponding to all objects. We demonstrate Object-DINO's effectiveness on two applications: enhancing unsupervised object discovery (+3.6 to +12.4 CorLoc gains) and mitigating object hallucination in Multimodal Large Language Models by providing visual grounding. Our results demonstrate that using this distributed object-centric information improves downstream tasks without additional training.

📄 PDF Abstract BibTeX arXiv:2603.26127

Code (0)

등록된 구현이 없습니다.

Tasks

Visual Grounding

Similar Papers 제목 키워드 기반

Object-Aware DINO (Oh-A-Dino): Enhancing Self-Supervised Representations for Multi-Object Instance Retrieval

2025-03-12 · Stefan Sylvius Wagner, Stefan Harmeling

Object-centric learning is fundamental to human vision and crucial for models requiring complex reasoning. Traditional approaches rely on slot-based bottlenecks to learn object properties explicitly, while recent self-su…

ObjectRetrievalScene Understanding

Human-like Object Grouping in Self-supervised Vision Transformers

2026-03-14 · Hossein Adeli, Seoyoung Ahn, Andrew Luo, Mengmi Zhang 외 arxiv

Vision foundation models trained with self-supervised objectives achieve strong performance across diverse tasks and exhibit emergent object segmentation properties. However, their alignment with human object perception …

Object Segmentation

Object-Centric Learning with Slot Attention

2020-06-26 · NeurIPS 2020 12 · Francesco Locatello, Dirk Weissenborn, Thomas Unterthiner, Aravindh Mahendran 외

Learning object-centric representations of complex scenes is a promising step towards enabling efficient abstract reasoning from low-level perceptual features. Yet, most deep learning approaches learn distributed represe…

ObjectObject DiscoveryProperty Prediction

Canonical Capsules: Self-Supervised Capsules in Canonical Pose

2020-12-08 · NeurIPS 2021 12 · Weiwei Sun, Andrea Tagliasacchi, Boyang Deng, Sara Sabour 외

We propose a self-supervised capsule architecture for 3D point clouds. We compute capsule decompositions of objects through permutation-equivariant attention, and self-supervise the process by training with pairs of rand…

3D Point Cloud ReconstructionGeneral ClassificationObjectPoint cloud reconstruction

Egocentric Tactile and Proximity Sensors as Observation Priors for Humanoid Collision Avoidance

2026-04-28 · Carson Kohlbrenner, Niraj Pudasaini, William Xie, Naren Sivagnanadasan 외 arxiv

Collision-free motion is often aided by tactile and proximity sensors distributed on the body of the robot due to their resistance to occlusion as opposed to external cameras. However, how to shape the sensor's propertie…

Reinforcement LearningObject LocalizationCollision Avoidance