← Search

Jathushan Rajasegaran

13 accepted papers

2026

Tracking by Predicting 3-D Gaussians Over Time

CVPR 2026

We propose Video Gaussian Masked Autoencoders (Video-GMAE), a self-supervised approach for representation learning that encodes a sequence of images into a set of Gaussian splats moving over time. Representing a video as a set of Gaussians enforces a reasonable inductive bias: that 2-D videos are of

Cited by 0SourcecodeScholar
2025

An Empirical Study of Autoregressive Pre-training from Videos

ICCV 2025poster

We empirically study autoregressive pre-training from videos. To perform our study, we construct a series of autoregressive video models, called Toto. We treat videos as sequences of visual tokens and train transformer models to autoregressively predict future tokens. Our models are pre-trained on a…

Cited by 0SourcePDFScholar
2025

Perception Encoder: The best visual embeddings are not at the output of the network

NeurIPS 2025oral

We introduce Perception Encoder (PE), a family of state-of-the-art vision encoders for image and video understanding. Traditionally, vision encoders have relied on a variety of pretraining objectives, each excelling at different downstream tasks. Surprisingly, after scaling a carefully tuned image p…

Cited by 0SourcecodeScholar
2025

Scaling Properties of Diffusion Models For Perceptual Tasks

CVPR 2025poster

In this paper, we argue that iterative computation with diffusion models offers a powerful paradigm for not only generation but also visual perception tasks. We unify tasks such as depth estimation, optical flow, and amodal segmentation under the framework of image-to-image translation, and show how…

Cited by 4SourcePDFScholar
2024

EgoPet: Egomotion and Interaction Data from an Animal's Perspective

ECCV 2024poster

"Animals perceive the world to plan their actions and interact with other agents to accomplish complex tasks, demonstrating capabilities that are still unmatched by AI systems. To advance our understanding and reduce the gap between the capabilities of animals and AI systems, we introduce a dataset…

Cited by 4SourcePDFScholar
2024

Humanoid Locomotion as Next Token Prediction

NeurIPS 2024spotlight

We cast real-world humanoid control as a next token prediction problem, akin to predicting the next word in language. Our model is a causal transformer trained via autoregressive prediction of sensorimotor sequences. To account for the multi-modal nature of the data, we perform prediction in a modal…

Cited by 55SourcePDFScholar
2023

Humans in 4D: Reconstructing and Tracking Humans with Transformers

ICCV 2023poster

We present an approach to reconstruct humans and track them over time. At the core of our approach, we propose a fully "transformerized" version of a network for human mesh recovery. This network, HMR 2.0, advances the state of the art and shows the capability to analyze unusual poses that have in t…

Cited by 221PDFcodeScholar
2023

On the Benefits of 3D Pose and Tracking for Human Action Recognition

CVPR 2023poster

In this work we study the benefits of using tracking and 3D poses for action recognition. To achieve this, we take the Lagrangian view on analysing actions over a trajectory of human motion rather than at a fixed point in space. Taking this stand allows us to use the tracklets of people to predict t…

2022

Tracking People by Predicting 3D Appearance, Location and Pose

CVPR 2022oral

We present an approach for tracking people in monocular videos by predicting their future 3D representations. To achieve this, we first lift people to 3D from a single frame in a robust manner. This lifting includes information about the 3D pose of the person, their location in the 3D space, and the…

Cited by 74PDFcodeScholar
2021

Tracking People with 3D Representations

NeurIPS 2021poster

We present a novel approach for tracking multiple people in video. Unlike past approaches which employ 2D representations, we focus on using 3D representations of people, located in three-dimensional space. To this end, we develop a method, Human Mesh and Appearance Recovery (HMAR) which in addition…

2020

iTAML: An Incremental Task-Agnostic Meta-learning Approach

CVPR 2020poster

Humans can continuously learn new knowledge as their experience grows. In contrast, previous learning in deep neural networks can quickly fade out when they are trained on a new task. In this paper, we hypothesize this problem can be avoided by learning a set of generalized parameters, that are neit…

Cited by 205PDFcodeScholar
2019

DeepCaps: Going Deeper With Capsule Networks

CVPR 2019oral

Capsule Network is a promising concept in deep learning, yet its true potential is not fully realized thus far, providing sub-par performance on several key benchmark datasets with complex data. Drawing intuition from the success achieved by Convolutional Neural Networks (CNNs) by going deeper, we i…

Cited by 312PDFcodeScholar
2019

Random Path Selection for Continual Learning

NeurIPS 2019poster

Incremental life-long learning is a main challenge towards the long-standing goal of Artificial General Intelligence. In real-life settings, learning tasks arrive in a sequence and machine learning models must continually learn to increment already acquired knowledge. The existing incremental learni…