paper-with-me

홈 › Papers

ContextFusion and Bootstrap: An Effective Approach to Improve Slot Attention-Based Object-Centric Learning

2025-09-02 · Pinzhuo Tian, Shengjie Yang, Hang Yu, Alex C. Kot arxiv

A key human ability is to decompose a scene into distinct objects and use their relationships to understand the environment. Object-centric learning aims to mimic this process in an unsupervised manner. Recently, the slot attention-based framework has emerged as a leading approach in this area and has been widely used in various downstream tasks. However, existing slot attention methods face two key limitations: (1) a lack of high-level semantic information. In current methods, image areas are assigned to slots based on low-level features such as color and texture. This makes the model overly sensitive to low-level features and limits its understanding of object contours, shapes, or other semantic characteristics. (2) The inability to fine-tune the encoder. Current methods require a stable feature space throughout training to enable reconstruction from slots, which restricts the flexibility needed for effective object-centric learning. To address these limitations, we propose a novel ContextFusion stage and a Bootstrap Branch, both of which can be seamlessly integrated into existing slot attention models. In the ContextFusion stage, we exploit semantic information from the foreground and background, incorporating an auxiliary indicator that provides additional contextual cues about them to enrich the semantic content beyond low-level features. In the Bootstrap Branch, we decouple feature adaptation from the original reconstruction phase and introduce a bootstrap strategy to train a feature-adaptive mechanism, allowing for more flexible adaptation. Experimental results show that our method significantly improves the performance of different SOTA slot attention models on both simulated and real-world datasets.

📄 PDF Abstract BibTeX arXiv:2509.02032

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Effective Slot Filling via Weakly-Supervised Dual-Model Learning

2021-05-18 · AAAI 2021 5 · Jue Wang, Ke Chen, Lidan Shou, Sai Wu 외

Slot filling is a challenging task in Spoken Language Understanding (SLU). Supervised methods usually require large amounts of annotation to maintain desirable performance. A solution to relieve the heavy dependency on l…

slot-fillingSlot FillingSpoken Language Understanding

Transfer-Free Data-Efficient Multilingual Slot Labeling

2023-05-22 · Evgeniia Razumovskaia, Ivan Vulić, Anna Korhonen

Slot labeling (SL) is a core component of task-oriented dialogue (ToD) systems, where slots and corresponding values are usually language-, task- and domain-specific. Therefore, extending the system to any new language-d…

Contrastive LearningCross-Lingual TransferSentencetoken-classification+1

Multi-Domain Dialogue State Tracking with Top-K Slot Self Attention

2022-09-01 · SIGDIAL (ACL) 2022 9 · Longfei Yang, Jiyi Li, Sheng Li, Takahiro Shinozaki

As an important component of task-oriented dialogue systems, dialogue state tracking is designed to track the dialogue state through the conversations between users and systems. Multi-domain dialogue state tracking is a …

Dialogue State TrackingMulti-domain Dialogue State TrackingTask-Oriented Dialogue Systems

Towards Zero-Shot Frame Semantic Parsing for Domain Scaling

2017-07-07 · Ankur Bapna, Gokhan Tur, Dilek Hakkani-Tur, Larry Heck

State-of-the-art slot filling models for goal-oriented human/machine conversational language understanding systems rely on deep learning methods. While multi-task training of such models alleviates the need for large in-…

Semantic Parsingslot-fillingSlot Filling

Bootstrapping Top-down Information for Self-modulating Slot Attention

2024-11-04 · Dongwon Kim, Seoyeon Kim, Suha Kwak

Object-centric learning (OCL) aims to learn representations of individual objects within visual scenes without manual supervision, facilitating efficient and effective visual reasoning. Traditional OCL methods primarily …

ObjectObject DiscoveryVisual Reasoning