paper-with-me

Papers

SLIC: Self-Supervised Learning with Iterative Clustering for Human Action Videos

2022-06-25 · CVPR 2022 1 · Salar Hosseini Khorasgani, Yuxuan Chen, Florian Shkurti

Self-supervised methods have significantly closed the gap with end-to-end supervised learning for image classification. In the case of human action videos, however, where both appearance and motion are significant factors of variation, this gap remains significant. One of the key reasons for this is that sampling pairs of similar video clips, a required step for many self-supervised contrastive learning methods, is currently done conservatively to avoid false positives. A typical assumption is that similar clips only occur temporally close within a single video, leading to insufficient examples of motion similarity. To mitigate this, we propose SLIC, a clustering-based self-supervised contrastive learning method for human action videos. Our key contribution is that we improve upon the traditional intra-video positive sampling by using iterative clustering to group similar video instances. This enables our method to leverage pseudo-labels from the cluster assignments to sample harder positives and negatives. SLIC outperforms state-of-the-art video retrieval baselines by +15.4% on top-1 recall on UCF101 and by +5.7% when directly transferred to HMDB51. With end-to-end finetuning for action classification, SLIC achieves 83.2% top-1 accuracy (+0.8%) on UCF101 and 54.5% on HMDB51 (+1.6%). SLIC is also competitive with the state-of-the-art in action classification after self-supervised pretraining on Kinetics400.

📄 PDF Abstract BibTeX arXiv:2206.12534

Code (1)

rvl-lab-utoronto/video_similarity_search 공식 구현 pytorch

Tasks

Action ClassificationClusteringContrastive Learningimage-classificationRetrievalSelf-Supervised Action RecognitionSelf-Supervised LearningSelf-supervised Video RetrievalVideo Retrieval

Methods 이 논문이 사용한 방법론

Contrastive Learning 설명 없음

Similar Papers 제목 키워드 기반

Weakly Supervised Segmentation of Vertebral Bodies with Iterative Slice-propagation

2024-02-14 · Shiqi Peng, Bolin Lai, Guangyu Yao, Xiaoyun Zhang 외

Vertebral body (VB) segmentation is an important preliminary step towards medical visual diagnosis for spinal diseases. However, most previous works require pixel/voxel-wise strong supervisions, which is expensive, tedio…

SegmentationWeakly supervised segmentation

Superpixels and Polygons Using Simple Non-Iterative Clustering

2017-07-01 · CVPR 2017 7 · Radhakrishna Achanta, Sabine Susstrunk

We present an improved version of the Simple Linear Iterative Clustering (SLIC) superpixel segmentation. Unlike SLIC, our algorithm is non-iterative, enforces connectivity from the start, requires lesser memory, and is f…

ClusteringSuperpixels

Fuzzy SLIC: Fuzzy Simple Linear Iterative Clustering

2020-08-21

Most superpixel methods are sensitive to noise and cannot control the superpixel number precisely. To solve these problems, in this paper, we propose a robust superpixel method called fuzzy simple linear iterative cluste…

ClusteringComputational EfficiencySuperpixels

Scalable Simple Linear Iterative Clustering (SSLIC) Using a Generic and Parallel Approach

2018-06-22 · Bradley C. Lowekamp, David T. Chen, Ziv Yaniv, Terry S. Yoo

Superpixel algorithms have proven to be a useful initial step for segmentation and subsequent processing of images, reducing computational complexity by replacing the use of expensive per-pixel primitives with a higher-l…

ClusteringSuperpixels

Joint Self-Supervised Image-Volume Representation Learning with Intra-Inter Contrastive Clustering

2022-12-04 · Duy M. H. Nguyen, Hoang Nguyen, Mai T. N. Truong, Tri Cao 외

Collecting large-scale medical datasets with fully annotated samples for training of deep networks is prohibitively expensive, especially for 3D volume data. Recent breakthroughs in self-supervised learning (SSL) offer t…

Brain SegmentationClusteringLung Nodule DetectionRepresentation Learning+1