paper-with-me

홈 › Papers

Self-supervisory Signals for Object Discovery and Detection

2018-06-08 · Etienne Pot, Alexander Toshev, Jana Kosecka

In robotic applications, we often face the challenge of discovering new objects while having very little or no labelled training data. In this paper we explore the use of self-supervision provided by a robot traversing an environment to learn representations of encountered objects. Knowledge of ego-motion and depth perception enables the agent to effectively associate multiple object proposals, which serve as training data for learning object representations from unlabelled images. We demonstrate the utility of this representation in two ways. First, we can automatically discover objects by performing clustering in the learned embedding space. Each resulting cluster contains examples of one instance seen from various viewpoints and scales. Second, given a small number of labeled images, we can efficiently learn detectors for these labels. In the few-shot regime, these detectors have a substantially higher mAP of 0.22 compared to 0.12 of off-the-shelf standard detectors trained on this limited data. Thus, the proposed self-supervision results in effective environment specific object discovery and detection at no or very small human labeling cost.

📄 PDF Abstract BibTeX arXiv:1806.03370

Code (0)

등록된 구현이 없습니다.

Tasks

ClusteringObjectObject Discovery

Similar Papers 제목 키워드 기반

Self-Supervised Multi-Object Tracking with Cross-Input Consistency

2021-11-10 · NeurIPS 2021 12 · Favyen Bastani, Songtao He, Sam Madden

In this paper, we propose a self-supervised learning procedure for training a robust multi-object tracking (MOT) model given only unlabeled video. While several self-supervisory learning signals have been proposed in pri…

Multi-Object TrackingObject TrackingSelf-Supervised Learning

Self-Supervised Losses for One-Class Textual Anomaly Detection

2022-04-12 · Kimberly T. Mai, Toby Davies, Lewis D. Griffin

Current deep learning methods for anomaly detection in text rely on supervisory signals in inliers that may be unobtainable or bespoke architectures that are difficult to tune. We study a simpler alternative: fine-tuning…

Anomaly Detection

Enhancing Hierarchical Reinforcement Learning through Change Point Detection in Time Series

2025-10-28 · Hemanath Arumugam, Falong Fan, Bo Liu arxiv

Hierarchical Reinforcement Learning (HRL) enhances the scalability of decision-making in long-horizon tasks by introducing temporal abstraction through options-policies that span multiple timesteps. Despite its theoretic…

Hierarchical Reinforcement LearningChange Point Detection

Self-Supervised Learning of Non-Rigid Residual Flow and Ego-Motion

2020-09-22 · Ivan Tishchenko, Sandro Lombardi, Martin R. Oswald, Marc Pollefeys

Most of the current scene flow methods choose to model scene flow as a per point translation vector without differentiating between static and dynamic components of 3D motion. In this work we present an alternative metho…

Self-Supervised LearningTranslation

MixSKD: Self-Knowledge Distillation from Mixup for Image Recognition

2022-08-11 · Chuanguang Yang, Zhulin An, Helong Zhou, Linhang Cai 외

Unlike the conventional Knowledge Distillation (KD), Self-KD allows a network to learn knowledge from itself without any guidance from extra networks. This paper proposes to perform Self-KD from image Mixture (MixSKD), w…

Data Augmentationimage-classificationImage ClassificationKnowledge Distillation+5