← Search

Gedas Bertasius

45 accepted papers

2026

BOSS: Benchmark for Observation Space Shift in Long-Horizon Task

ICRA 2026poster

Robotics has long sought to develop robots capable of completing previously unseen long-horizon tasks. Hierarchical approaches offer a pathway for achieving this goal by executing skill combinations arranged by a task planner, with each visuomotor skill pre-trained using a specific imitation learnin…

2025

BASKET: A Large-Scale Video Dataset for Fine-Grained Skill Estimation

CVPR 2025poster

We present BASKET, a large-scale basketball video dataset for fine-grained skill estimation. BASKET contains 4,477 hours of video capturing 32,232 basketball players from all over the world. Compared to prior skill estimation datasets, our dataset includes a massive number of skilled participants wi…

2025

BIMBA: Selective-Scan Compression for Long-Range Video Question Answering

CVPR 2025poster

Video Question Answering (VQA) in long videos poses the key challenge of extracting relevant information and modeling long-range dependencies from many redundant frames. The self-attention mechanism provides a general solution for sequence modeling, but it has a prohibitive cost when applied to a ma…

2025

BOSS: Benchmark for Observation Space Shift in Long-Horizon Task

RA-L 2025

Robotics has long sought to develop robots capable of completing previously unseen long-horizon tasks. Hierarchical approaches offer a pathway for achieving this goal by executing skill combinations arranged by a task planner, with each visuomotor skill pre-trained using a specific imitation learnin

Cited by 3SourceScholar
2025

ExAct: A Video-Language Benchmark for Expert Action Analysis

NeurIPS 2025poster

We present ExAct, a new video-language benchmark for expert-level understanding of skilled physical human activities. Our new benchmark contains 3,521 expert-curated video question-answer pairs spanning 11 physical activities in 6 domains: Sports, Bike Repair, Cooking, Health, Music, and Dance. ExAc…

Cited by 0SourcecodeScholar
2025

ReAgent-V: A Reward-Driven Multi-Agent Framework for Video Understanding

NeurIPS 2025poster

Video understanding is fundamental to tasks such as action recognition, video reasoning, and robotic control. Early video understanding methods based on large vision-language models (LVLMs) typically adopt a single-pass reasoning paradigm without dynamic feedback, limiting the model’s capacity to se…

Cited by 0SourceScholar
2025

ReBot: Scaling Robot Learning with Real-to-Sim-to-Real Robotic Video Synthesis

IROS 2025

Vision-language-action (VLA) models present a promising paradigm by training policies directly on real robot datasets like Open X-Embodiment. However, the high cost of real-world data collection hinders further data scaling, thereby restricting the generalizability of VLAs. In this paper, we introdu

Cited by 22SourceScholar
2025

ReVisionLLM: Recursive Vision-Language Model for Temporal Grounding in Hour-Long Videos

CVPR 2025poster

Large language models (LLMs) excel at retrieving information from lengthy text, but their vision-language counterparts (VLMs) face difficulties with hour-long videos, especially for temporal grounding. Specifically, these VLMs are constrained by frame limitations, often losing essential temporal det…

2025

Video-RTS: Rethinking Reinforcement Learning and Test-Time Scaling for Efficient and Enhanced Video Reasoning

EMNLP 2025

Despite advances in reinforcement learning (RL)-based video reasoning with large language models (LLMs), data collection and fine- tuning remain significant challenges. These methods often rely on large-scale supervised fine-tuning (SFT) with extensive video data and long Chain-of-Thought (CoT) anno

2025

VideoTree: Adaptive Tree-based Video Representation for LLM Reasoning on Long Videos

CVPR 2025poster

Long-form video understanding has been a challenging task due to the high redundancy in video data and the abundance of query-irrelevant information. To tackle this challenge, we propose VideoTree, a training-free framework which builds a query-adaptive and hierarchical video representation for LLM…

2024

"Propose, Assess, Search: Harnessing LLMs for Goal-Oriented Planning in Instructional Videos"

ECCV 2024oral

"Goal-oriented planning, or anticipating a series of actions that transition an agent from its current state to a predefined objective, is crucial for developing intelligent assistants aiding users in daily procedural tasks. The problem presents significant challenges due to the need for comprehensi…

Cited by 2SourcePDFScholar
2024

4Diff: 3D-Aware Diffusion Model for Third-to-First Viewpoint Translation

ECCV 2024poster

"We present , a 3D-aware diffusion model addressing the exo-to-ego viewpoint translation task — generating first-person (egocentric) view images from the corresponding third-person (exocentric) images. Building on the diffusion model’s ability to generate photorealistic images, we propose a transfor…

2024

A Simple LLM Framework for Long-Range Video Question-Answering

EMNLP 2024main

We present LLoVi, a simple yet effective **L**anguage-based **Lo**ng-range **Vi**deo question-answering (LVQA) framework. Our method decomposes the short- and long-range modeling aspects of LVQA into two stages. First, we use a short-term visual captioner to generate textual descriptions of short vi…

2024

ARCADE: Scalable Demonstration Collection and Generation via Augmented Reality for Imitation Learning

IROS 2024poster

Robot Imitation Learning (IL) is a crucial technique in robot learning, where agents learn by mimicking human demonstrations. However, IL encounters scalability challenges stemming from both non-user-friendly demonstration collection methods and the extensive time required to amass a sufficient numb…

Cited by 3SourceScholar
2024

Ego-Exo4D: Understanding Skilled Human Activity from First- and Third-Person Perspectives

CVPR 2024poster

We present Ego-Exo4D a diverse large-scale multimodal multiview video dataset and benchmark challenge. Ego-Exo4D centers around simultaneously-captured egocentric and exocentric video of skilled human activities (e.g. sports music dance bike repair). 740 participants from 13 cities worldwide perform…

2024

Mementos: A Comprehensive Benchmark for Multimodal Large Language Model Reasoning over Image Sequences

ACL 2024long

Multimodal Large Language Models (MLLMs) have demonstrated proficiency in handling a variety of visual-language tasks. However, current MLLM benchmarks are predominantly designed to evaluate reasoning based on static information about a single image, and the ability of modern MLLMs to extrapolate fr…

2024

RGNet: A Unified Clip Retrieval and Grounding Network for Long Videos

ECCV 2024poster

"Locating specific moments within long videos (20–120 minutes) presents a significant challenge, akin to finding a needle in a haystack. Adapting existing short video (5–30 seconds) grounding methods to this problem yields poor performance. Since most real-life videos, such as those on YouTube and A…

2024

Video ReCap: Recursive Captioning of Hour-Long Videos

CVPR 2024poster

Most video captioning models are designed to process short video clips of few seconds and output text describing low-level visual concepts (e.g. objects scenes atomic actions). However most real-world videos last for minutes or hours and have a complex hierarchical structure spanning different tempo…

2023

Efficient Movie Scene Detection Using State-Space Transformers

CVPR 2023poster

The ability to distinguish between different movie scenes is critical for understanding the storyline of a movie. However, accurately detecting movie scenes is often challenging as it requires the ability to reason over very long movie segments. This is in contrast to most existing video recognition…

2023

SimpleClick: Interactive Image Segmentation with Simple Vision Transformers

ICCV 2023poster

Click-based interactive image segmentation aims at extracting objects with a limited user clicking. A hierarchical backbone is the de-facto architecture for current methods. Recently, the plain, non-hierarchical Vision Transformer (ViT) has emerged as a competitive backbone for dense prediction task…

Cited by 174PDFcodeScholar
2023

Unified Coarse-to-Fine Alignment for Video-Text Retrieval

ICCV 2023poster

The canonical approach to video-text retrieval leverages a coarse-grained or fine-grained alignment between visual and textual information. However, retrieving the correct video according to the text query is often challenging as it requires the ability to reason about both high-level (scene) and lo…

Cited by 58PDFcodeScholar
2023

VindLU: A Recipe for Effective Video-and-Language Pretraining

CVPR 2023poster

The last several years have witnessed remarkable progress in video-and-language (VidL) understanding. However, most modern VidL approaches use complex and specialized model architectures and sophisticated pretraining protocols, making the reproducibility, analysis and comparisons of these frameworks…

2023

Vision Transformers Are Parameter-Efficient Audio-Visual Learners

CVPR 2023poster

Vision transformers (ViTs) have achieved impressive results on various computer vision tasks in the last several years. In this work, we study the capability of frozen ViTs, pretrained only on visual data, to generalize to audio-visual data without finetuning any of its original parameters. To do so…

2022

ECLIPSE: Efficient Long-Range Video Retrieval Using Sight and Sound

ECCV 2022poster

"We introduce an audiovisual method for long-range text-to-video retrieval. Unlike previous approaches designed for short video retrieval (e.g., 5-15 seconds in duration), our approach aims to retrieve minute-long videos that capture complex human actions. One challenge of standard video-only approa…

2022

Learning To Recognize Procedural Activities With Distant Supervision

CVPR 2022poster

In this paper we consider the problem of classifying fine-grained, multi-step activities (e.g., cooking different recipes, making disparate home improvements, creating various forms of arts and crafts) from long videos spanning up to several minutes. Accurately categorizing these activities requires…

Cited by 97PDFcodeScholar
2021

Is Space-Time Attention All You Need for Video Understanding?

ICML 2021spotlight

We present a convolution-free approach to video classification built exclusively on self-attention over space and time. Our method, named “TimeSformer,” adapts the standard Transformer architecture to video by enabling spatiotemporal feature learning directly from a sequence of frame-level patches.…

2021

Vx2Text: End-to-End Learning of Video-Based Text Generation From Multimodal Inputs

CVPR 2021poster

We present Vx2Text, a framework for text generation from multimodal inputs consisting of video plus text, speech, or audio. In order to leverage transformer networks, which have been shown to be effective at modeling language, each modality is first converted into a set of language embeddings by a l…

Cited by 77PDFScholar
2020

Classifying, Segmenting, and Tracking Object Instances in Video with Mask Propagation

CVPR 2020oral

We introduce a method for simultaneously classifying, segmenting and tracking object instances in a video sequence. Our method, named MaskProp, adapts the popular Mask R-CNN to video by adding a mask propagation branch that propagates frame-level object instance masks from each video frame to all th…

Cited by 215PDFcodeScholar
2019

Learning Temporal Pose Estimation from Sparsely-Labeled Videos

NeurIPS 2019poster

Modern approaches for multi-person pose estimation in video require large amounts of dense annotations. However, labeling every frame in a video is costly and labor intensive. To reduce the need for dense annotations, we propose a PoseWarper network that leverages training videos with sparse annotat…

2017

Am I a Baller? Basketball Performance Assessment From First-Person Videos

ICCV 2017poster

This paper presents a method to assess a basketball player's performance from his/her first-person video. A key challenge lies in the fact that the evaluation metric is highly subjective and specific to a particular evaluator. We leverage the first-person camera to address this challenge. The spatio…

Cited by 106PDFScholar
2017

Convolutional Random Walk Networks for Semantic Image Segmentation

CVPR 2017poster

Most current semantic segmentation methods rely on fully convolutional networks (FCNs). However, their use of large receptive fields and many pooling layers cause low spatial resolution inside the deep layers. This leads to predictions with poor localization around the boundaries. Prior work has att…

Cited by 175PDFScholar
2017

Unsupervised Learning of Important Objects From First-Person Videos

ICCV 2017poster

A first-person camera, placed at a person's head, captures, which objects are important to the camera wearer. Most prior methods for this task learn to detect such important objects from the manually labeled first-person data in a supervised fashion. However, important objects are strongly related t…

Cited by 33PDFScholar
2015

DeepEdge: A Multi-Scale Bifurcated Deep Network for Top-Down Contour Detection

CVPR 2015poster

Contour detection has been a fundamental component in many image segmentation and object detection systems. Most previous work utilizes low-level features such as texture or saliency to detect contours and then use them as cues for a higher-level task such as object detection. However, we claim that…

Cited by 648SourcePDFScholar
2015

High-for-Low and Low-for-High: Efficient Boundary Detection From Deep Object Features and its Applications to High-Level Vision

ICCV 2015poster

Most of the current boundary detection systems rely exclusively on low-level features, such as color and texture. However, perception studies suggest that humans employ object-level reasoning when judging if a particular pixel is a boundary. Inspired by this observation, in this work we show how to…

Cited by 227PDFScholar