paper-with-me

Papers

Weakly-supervised Contrastive Learning for Unsupervised Object Discovery

2023-07-07 · Yunqiu Lv, Jing Zhang, Nick Barnes, Yuchao Dai

Unsupervised object discovery (UOD) refers to the task of discriminating the whole region of objects from the background within a scene without relying on labeled datasets, which benefits the task of bounding-box-level localization and pixel-level segmentation. This task is promising due to its ability to discover objects in a generic manner. We roughly categorise existing techniques into two main directions, namely the generative solutions based on image resynthesis, and the clustering methods based on self-supervised models. We have observed that the former heavily relies on the quality of image reconstruction, while the latter shows limitations in effectively modeling semantic correlations. To directly target at object discovery, we focus on the latter approach and propose a novel solution by incorporating weakly-supervised contrastive learning (WCL) to enhance semantic information exploration. We design a semantic-guided self-supervised learning model to extract high-level semantic features from images, which is achieved by fine-tuning the feature encoder of a self-supervised model, namely DINO, via WCL. Subsequently, we introduce Principal Component Analysis (PCA) to localize object regions. The principal projection direction, corresponding to the maximal eigenvalue, serves as an indicator of the object region(s). Extensive experiments on benchmark unsupervised object discovery datasets demonstrate the effectiveness of our proposed solution. The source code and experimental results are publicly available via our project page at https://github.com/npucvr/WSCUOD.git.

📄 PDF Abstract BibTeX arXiv:2307.03376

Code (1)

npucvr/wscuod 공식 구현 pytorch

Tasks

Contrastive LearningImage ReconstructionObjectObject DiscoveryResynthesisSelf-Supervised Learning

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Residual Connection 설명 없음
Vision Transformer The Vision Transformer, or ViT, is a model for image classification that employs a Transformer-like architecture over…

Similar Papers 제목 키워드 기반

Object Discovery via Contrastive Learning for Weakly Supervised Object Detection

2022-08-16 · Jinhwan Seo, Wonho Bae, Danica J. Sutherland, Junhyug Noh 외

Weakly Supervised Object Detection (WSOD) is a task that detects objects in an image using a model trained only on image-level annotations. Current state-of-the-art models benefit from self-supervised instance-level supe…

Contrastive LearningObjectObject DetectionObject Discovery+1

HEAP: Unsupervised Object Discovery and Localization with Contrastive Grouping

2023-12-29 · Xin Zhang, Jinheng Xie, Yuan Yuan, Michael Bi Mi 외

Unsupervised object discovery and localization aims to detect or segment objects in an image without any supervision. Recent efforts have demonstrated a notable potential to identify salient foreground objects by utilizi…

ObjectObject DiscoverySaliency DetectionSemantic Segmentation

Temporally Consistent Object-Centric Learning by Contrasting Slots

2024-12-18 · CVPR 2025 1 · Anna Manasyan, Maximilian Seitzer, Filip Radovic, Georg Martius 외

Unsupervised object-centric learning from videos is a promising approach to extract structured representations from large, unlabeled collections of videos. To support downstream tasks like autonomous control, these repre…

Inductive BiasObjectObject Discovery

Self-Supervised Transformers for Unsupervised Object Discovery using Normalized Cut

2022-02-23 · CVPR 2022 1 · Yangtao Wang, Xi Shen, Shell Hu, Yuan Yuan 외

Transformers trained with self-supervised learning using self-distillation loss (DINO) have been shown to produce attention maps that highlight salient foreground objects. In this paper, we demonstrate a graph-based appr…

Objectobject-detectionObject DetectionObject Discovery+5

Box-based Refinement for Weakly Supervised and Unsupervised Localization Tasks

2023-09-07 · ICCV 2023 1 · Eyal Gomel, Tal Shaharabany, Lior Wolf

It has been established that training a box-based detector network can enhance the localization performance of weakly supervised and unsupervised methods. Moreover, we extend this understanding by demonstrating that thes…

Object DiscoveryPhrase Grounding