← Search

Kumara Kahatapitiya

12 accepted papers

2026

OneStory: Coherent Multi-Shot Video Generation with Adaptive Memory

CVPR 2026

Storytelling in real-world videos often unfolds through multiple shots--discontinuous yet semantically connected clips that together convey a coherent narrative. However, existing multi-shot video generation (MSV) methods struggle to effectively model long-range cross-shot context, as they rely on l

Cited by 0SourceScholar
2025

Adaptive Caching for Faster Video Generation with Diffusion Transformers

ICCV 2025poster

Generating temporally-consistent high-fidelity videos can be computationally expensive, especially over longer temporal spans. More-recent Diffusion Transformers (DiTs)--- despite making significant headway in this context--- have only heightened such challenges as they rely on larger models and hea…

Cited by 0SourcePDFScholar
2025

LLaRA: Supercharging Robot Learning Data for Vision-Language Policy

ICLR 2025poster

Vision Language Models (VLMs) have recently been leveraged to generate robotic actions, forming Vision-Language-Action (VLA) models. However, directly adapting a pretrained VLM for robotic control remains challenging, particularly when constrained by a limited number of robot demonstrations. In this…

2025

Language Repository for Long Video Understanding

ACL 2025finding

Language has become a prominent modality in computer vision with the rise of LLMs. Despite supporting long context-lengths, their effectiveness in handling long-term information gradually declines with input length. This becomes critical, especially in applications such as long-form video understand…

2025

Understanding Long Videos with Multimodal Language Models

ICLR 2025poster

Large Language Models (LLMs) have allowed recent LLM-based approaches to achieve excellent performance on long-video understanding benchmarks. We investigate how extensive world knowledge and strong reasoning skills of underlying LLMs influence this strong performance. Surprisingly, we discover that…

2024

VicTR: Video-conditioned Text Representations for Activity Recognition

CVPR 2024poster

Vision-Language models (VLMs) have excelled in the image-domain--- especially in zero-shot settings--- thanks to the availability of vast pretraining data (i.e. paired image-text samples). However for videos such paired data is not as abundant. Therefore video-VLMs are usually designed by adapting p…

Cited by 27SourcePDFScholar
2023

Token Turing Machines

CVPR 2023poster

We propose Token Turing Machines (TTM), a sequential, autoregressive Transformer model with memory for real-world sequential visual understanding. Our model is inspired by the seminal Neural Turing Machine, and has an external memory consisting of a set of tokens which summarise the previous history…

2023

Weakly-Guided Self-Supervised Pretraining for Temporal Activity Detection

AAAI 2023technical

Temporal Activity Detection aims to predict activity classes per frame, in contrast to video-level predictions in Activity Classification (i.e., Activity Recognition). Due to the expensive frame-level annotations required for detection, the scale of detection datasets is limited. Thus, commonly, pre…

2022

MS-TCT: Multi-Scale Temporal ConvTransformer for Action Detection

CVPR 2022poster

Action detection is an essential and challenging task, especially for densely labelled datasets of untrimmed videos. The temporal relation is complex in those datasets, including challenges like composite action, and co-occurring action. For detecting actions in those complex videos, efficiently cap…

Cited by 99PDFcodeScholar
2022

StARformer: Transformer with State-Action-Reward Representations for Visual Reinforcement Learning

ECCV 2022poster

"Reinforcement Learning (RL) can be considered as a sequence modeling task: given a sequence of past state-action-reward experiences, an agent predicts a sequence of next actions. In this work, we propose State-Action-Reward Transformer (StARformer) for visual RL, which explicitly models short-term…