paper-with-me

Papers

Object-Aware Self-supervised Multi-Label Learning

2022-05-14 · Xu Kaixin, Liu Liyang, Zhao Ziyuan, Zeng Zeng, Bharadwaj Veeravalli

Multi-label Learning on Image data has been widely exploited with deep learning models. However, supervised training on deep CNN models often cannot discover sufficient discriminative features for classification. As a result, numerous self-supervision methods are proposed to learn more robust image representations. However, most self-supervised approaches focus on single-instance single-label data and fall short on more complex images with multiple objects. Therefore, we propose an Object-Aware Self-Supervision (OASS) method to obtain more fine-grained representations for multi-label learning, dynamically generating auxiliary tasks based on object locations. Secondly, the robust representation learned by OASS can be leveraged to efficiently generate Class-Specific Instances (CSI) in a proposal-free fashion to better guide multi-label supervision signal transfer to instances. Extensive experiments on the VOC2012 dataset for multi-label classification demonstrate the effectiveness of the proposed method against the state-of-the-art counterparts.

📄 PDF Abstract BibTeX arXiv:2205.07028

Code (1)

Akimoto-Cris/OASSMLL 공식 구현 pytorch

Tasks

Multi-Label ClassificationMUlTI-LABEL-ClASSIFICATIONMulti-Label LearningObject

Similar Papers 제목 키워드 기반

Uncertainty-aware Self-supervised 3D Data Association

2020-08-18 · Jianren Wang, Siddharth Ancha, Yi-Ting Chen, David Held

3D object trackers usually require training on large amounts of annotated data that is expensive and time-consuming to collect. Instead, we propose leveraging vast unlabeled datasets by self-supervised metric learning of…

Metric LearningObjectobject-detectionObject Detection

Uncertainty-Aware Model Adaptation for Unsupervised Cross-Domain Object Detection

2021-08-28 · Minjie Cai, Minyi Luo, Xionghu Zhong, Hao Chen

This work tackles the unsupervised cross-domain object detection problem which aims to generalize a pre-trained object detector to a new target domain without labels. We propose an uncertainty-aware model adaptation meth…

Domain AdaptationObjectobject-detectionObject Detection

Label Aware Speech Representation Learning For Language Identification

2023-06-07 · Shikhar Vashishth, Shikhar Bharadwaj, Sriram Ganapathy, Ankur Bapna 외

Speech representation learning approaches for non-semantic tasks such as language recognition have either explored supervised embedding extraction methods using a classifier model or self-supervised representation learni…

Language IdentificationMissing LabelsRepresentation Learningspeech-recognition+3

Category-aware Allocation Transformer for Weakly Supervised Object Localization

2023-01-01 · ICCV 2023 1 · Zhiwei Chen, Jinren Ding, Liujuan Cao, Yunhang Shen 외

Weakly supervised object localization (WSOL) aims to localize objects based on only image-level labels as supervision. Recently, transformers have been introduced into WSOL, yielding impressive results. The self-atte…

ObjectObject LocalizationWeakly-Supervised Object Localization

S$^3$Track: Self-supervised Tracking with Soft Assignment Flow

2023-05-17 · Fatemeh Azimi, Fahim Mannan, Felix Heide

In this work, we study self-supervised multiple object tracking without using any video-level association labels. We propose to cast the problem of multiple object tracking as learning the frame-wise associations between…

Multiple Object TrackingObjectObject TrackingOptical Flow Estimation