paper-with-me

Papers

A Self-supervised Learning System for Object Detection in Videos Using Random Walks on Graphs

2020-11-10 · Juntao Tan, Changkyu Song, Abdeslam Boularias

This paper presents a new self-supervised system for learning to detect novel and previously unseen categories of objects in images. The proposed system receives as input several unlabeled videos of scenes containing various objects. The frames of the videos are segmented into objects using depth information, and the segments are tracked along each video. The system then constructs a weighted graph that connects sequences based on the similarities between the objects that they contain. The similarity between two sequences of objects is measured by using generic visual features, after automatically re-arranging the frames in the two sequences to align the viewpoints of the objects. The graph is used to sample triplets of similar and dissimilar examples by performing random walks. The triplet examples are finally used to train a siamese neural network that projects the generic visual features into a low-dimensional manifold. Experiments on three public datasets, YCB-Video, CORe50 and RGBD-Object, show that the projected low-dimensional features improve the accuracy of clustering unknown objects into novel categories, and outperform several recent unsupervised clustering techniques.

📄 PDF Abstract BibTeX arXiv:2011.05459

Code (1)

chrisjtan/RWS 공식 구현 pytorch

Tasks

Clusteringobject-detectionObject DetectionSelf-Supervised LearningTriplet

Similar Papers 제목 키워드 기반

Self-Supervised Representation Learning for Visual Anomaly Detection

2020-06-17 · Rabia Ali, Muhammad Umar Karim Khan, Chong Min Kyung

Self-supervised learning allows for better utilization of unlabelled data. The feature representation obtained by self-supervision can be used in downstream tasks such as classification, object detection, segmentation, a…

Anomaly DetectionGeneral Classificationobject-detectionObject Detection+4

Weakly Supervised Human-Object Interaction Detection in Video via Contrastive Spatiotemporal Regions

2021-10-07 · ICCV 2021 10 · Shuang Li, Yilun Du, Antonio Torralba, Josef Sivic 외

We introduce the task of weakly supervised learning for detecting human and object interactions in videos. Our task poses unique challenges as a system does not know what types of human-object interactions are present in…

Human-Object Interaction DetectionObjectSentenceWeakly-supervised Learning

MOD-UV: Learning Mobile Object Detectors from Unlabeled Videos

2024-05-23 · Yihong Sun, Bharath Hariharan

Embodied agents must detect and localize objects of interest, e.g. traffic participants for self-driving cars. Supervision in the form of bounding boxes for this task is extremely expensive. As such, prior work has looke…

Motion SegmentationObjectobject-detectionObject Detection+5

Self-Supervised Object Detection from Egocentric Videos

2023-01-01 · ICCV 2023 1 · Peri Akiva, Jing Huang, Kevin J Liang, Rama Kovvuri 외

Understanding the visual world from the perspective of humans (egocentric) has been a long-standing challenge in computer vision. Egocentric videos exhibit high scene complexity and irregular motion flows compared to…

Class-agnostic Object DetectionObjectobject-detectionObject Detection+2

Multi-object tracking with self-supervised associating network

2020-10-26 · Tae-young Chung, Heansung Lee, Myeong Ah Cho, Suhwan Cho 외

Multi-Object Tracking (MOT) is the task that has a lot of potential for development, and there are still many problems to be solved. In the traditional tracking by detection paradigm, There has been a lot of work on feat…

Multi-Object TrackingObjectObject TrackingSelf-Supervised Learning