How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.
Learning Correspondence from the Cycle-consistency of Time (CVPR 2019)
The main features of xiaolonw/timecycle are: Video Representation Learning.
Open-source alternatives to xiaolonw/timecycle include: facebookresearch/jepa — This is a PyTorch self-supervised learning framework designed to train models that learn visual representations from… bestjuly/iic. colincsl/temporalconvolutionalnetworks — This code implements the video- and sensor-based action segmentation models from Temporal Convolutional Networks for… decisionforce/vthcl. deepmind/kinetics-i3d — Convolutional neural network model for video classification trained on the Kinetics dataset. amazon-research/long-short-term-transformer — [NeurIPS 2021 Spotlight] Official implementation of Long Short-Term Transformer for Online Action Detection.
This is a PyTorch self-supervised learning framework designed to train models that learn visual representations from video. It implements a joint-embedding predictive architecture that extracts spatio-temporal features by predicting missing regions of a signal within a latent representation space rather than reconstructing raw pixels. The project includes a latent space visualization tool that uses a conditional diffusion model to decode feature-space predictions back into pixels. This allows for the verification of learned representations by transforming abstract predictions into interpretab
This code implements the video- and sensor-based action segmentation models from Temporal Convolutional Networks for Action Segmentation and Detection by Colin Lea, Michael Flynn, Rene Vidal, Austin Reiter, Greg Hager arXiv 2016 (in-review).
NeurIPS 2021 Spotlight Official implementation of Long Short-Term Transformer for Online Action Detection