paper-with-me

Papers

HASSOD: Hierarchical Adaptive Self-Supervised Object Detection

2024-02-05 · NeurIPS 2023 11 · Shengcao Cao, Dhiraj Joshi, Liang-Yan Gui, Yu-Xiong Wang

The human visual perception system demonstrates exceptional capabilities in learning without explicit supervision and understanding the part-to-whole composition of objects. Drawing inspiration from these two abilities, we propose Hierarchical Adaptive Self-Supervised Object Detection (HASSOD), a novel approach that learns to detect objects and understand their compositions without human supervision. HASSOD employs a hierarchical adaptive clustering strategy to group regions into object masks based on self-supervised visual representations, adaptively determining the number of objects per image. Furthermore, HASSOD identifies the hierarchical levels of objects in terms of composition, by analyzing coverage relations between masks and constructing tree structures. This additional self-supervised learning task leads to improved detection performance and enhanced interpretability. Lastly, we abandon the inefficient multi-round self-training process utilized in prior methods and instead adapt the Mean Teacher framework from semi-supervised learning, which leads to a smoother and more efficient training process. Through extensive experiments on prevalent image datasets, we demonstrate the superiority of HASSOD over existing methods, thereby advancing the state of the art in self-supervised object detection. Notably, we improve Mask AR from 20.2 to 22.5 on LVIS, and from 17.0 to 26.0 on SA-1B. Project page: https://HASSOD-NeurIPS23.github.io.

📄 PDF Abstract BibTeX arXiv:2402.03311

Code (1)

shengcao-cao/hassod 공식 구현 pytorch

Tasks

Objectobject-detectionObject DetectionSelf-Supervised Learning

Similar Papers 제목 키워드 기반

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

HierVST: Hierarchical Adaptive Zero-shot Voice Style Transfer

2023-07-30 · Sang-Hoon Lee, Ha-Yeong Choi, Hyung-Seok Oh, Seong-Whan Lee

Despite rapid progress in the voice style transfer (VST) field, recent zero-shot VST systems still lack the ability to transfer the voice style of a novel speaker. In this paper, we present HierVST, a hierarchical adapti…

Style TransferVariational Inference

OPERA: Omni-Supervised Representation Learning with Hierarchical Supervisions

2022-10-11 · ICCV 2023 1 · Chengkun Wang, Wenzhao Zheng, Zheng Zhu, Jie zhou 외

The pretrain-finetune paradigm in modern computer vision facilitates the success of self-supervised learning, which tends to achieve better transferability than supervised learning. However, with the availability of mass…

image-classificationImage Classificationobject-detectionObject Detection+2

Hierarchical Self-supervised Representation Learning for Movie Understanding

2022-04-06 · CVPR 2022 1 · Fanyi Xiao, Kaustav Kundu, Joseph Tighe, Davide Modolo

Most self-supervised video representation learning approaches focus on action recognition. In contrast, in this paper we focus on self-supervised video learning for movie understanding and propose a novel hierarchical se…

Action RecognitionContrastive LearningRepresentation Learning

Self-Guided Adaptation: Progressive Representation Alignment for Domain Adaptive Object Detection

2020-03-19 · Zongxian Li, Qixiang Ye, Chong Zhang, Jingjing Liu 외

Unsupervised domain adaptation (UDA) has achieved unprecedented success in improving the cross-domain robustness of object detection models. However, existing UDA methods largely ignore the instantaneous data distributio…

Domain Adaptationobject-detectionObject DetectionUnsupervised Domain Adaptation