paper-with-me

Papers

Composable Augmentation Encoding for Video Representation Learning

2021-04-01 · ICCV 2021 10 · Chen Sun, Arsha Nagrani, Yonglong Tian, Cordelia Schmid

We focus on contrastive methods for self-supervised video representation learning. A common paradigm in contrastive learning is to construct positive pairs by sampling different data views for the same instance, with different data instances as negatives. These methods implicitly assume a set of representational invariances to the view selection mechanism (eg, sampling frames with temporal shifts), which may lead to poor performance on downstream tasks which violate these invariances (fine-grained video action recognition that would benefit from temporal information). To overcome this limitation, we propose an 'augmentation aware' contrastive learning framework, where we explicitly provide a sequence of augmentation parameterisations (such as the values of the time shifts used to create data views) as composable augmentation encodings (CATE) to our model when projecting the video representations for contrastive learning. We show that representations learned by our method encode valuable information about specified spatial or temporal augmentation, and in doing so also achieve state-of-the-art performance on a number of video benchmarks.

📄 PDF Abstract BibTeX arXiv:2104.00616

Code (0)

등록된 구현이 없습니다.

Tasks

Action RecognitionContrastive LearningRepresentation LearningTemporal Action Localization

Methods 이 논문이 사용한 방법론

Contrastive Learning 설명 없음

Similar Papers 제목 키워드 기반

Towards Composable Distributions of Latent Space Augmentations

2023-03-06 · Omead Pooladzandi, Jeffrey Jiang, Sunay Bhat, Gregory Pottie

We propose a composable framework for latent space image augmentation that allows for easy combination of multiple augmentations. Image augmentation has been shown to be an effective technique for improving the performan…

Image Augmentationimage-classificationImage Classification

Backdoor Decomposable Monotone Circuits and their Propagation Complete Encodings

2018-11-23 · Petr Kučera, Petr Savický

We describe a compilation language of backdoor decomposable monotone circuits (BDMCs) which generalizes several concepts appearing in the literature, e.g. DNNFs and backdoor trees. A $\mathcal{C}$-BDMC sentence is a mono…

Sentence

A Lower Bound on DNNF Encodings of Pseudo-Boolean Constraints

2021-01-06 · Alexis de Colnet

Two major considerations when encoding pseudo-Boolean (PB) constraints into SAT are the size of the encoding and its propagation strength, that is, the guarantee that it has a good behaviour under unit propagation. Sever…

Negation

Multimodal Alignment with Cross-Attentive GRUs for Fine-Grained Video Understanding

2025-07-04 · Namho Kim, Junhwa Kim arxiv

Fine-grained video classification requires understanding complex spatio-temporal and semantic cues that often exceed the capacity of a single modality. In this paper, we propose a multimodal framework that fuses video, i…

Video Classification

Learning what you can do before doing anything

2018-06-25 · ICLR 2019 5 · Oleh Rybkin, Karl Pertsch, Konstantinos G. Derpanis, Kostas Daniilidis 외

Intelligent agents can learn to represent the action spaces of other agents simply by observing them act. Such representations help agents quickly learn to predict the effects of their own actions on the environment and …

Video Prediction