← Search

David Griffiths

6 accepted papers

2026

SO-Bench: A Structural Output Evaluation of Multimodal LLM

CVPR 2026

Multimodal large language models (MLLMs) are increasingly deployed in real-world, agentic settings where outputs must not only be correct, but also conform to pre-defined data schemas. Despite recent progress in structured generation in textual domain, there is still no benchmark that systematically

Cited by 0SourcecodeScholar
2026

VideoFlexTok: Flexible-Length Coarse-to-Fine Video Tokenization

ICML 2026spotlight

Visual tokenizers map high-dimensional raw pixels into a compressed representation for downstream modeling, e.g., conditional video generation. Beyond compression, tokenizers define what information is preserved and how it is organized. A _de facto_ standard approach is to represent a video with a s…

Cited by 3SourceScholar
2025

Cubify Anything: Scaling Indoor 3D Object Detection

CVPR 2025highlight

We consider indoor 3D object detection with respect to a single RGB(-D) frame acquired from a commodity handheld device. We seek to significantly advance the status quo with respect to both data and modeling. First, we establish that existing datasets have significant limitations to scale, accuracy,…

2025

MM-Spatial: Exploring 3D Spatial Understanding in Multimodal LLMs

ICCV 2025poster

Multimodal large language models (MLLMs) excel at 2D visual understanding but remain limited in their ability to reason about 3D space. In this work, we leverage large-scale high-quality 3D scene data with open-set annotations to introduce 1) a novel supervised fine-tuning dataset and 2) a new evalu…

2024

4M-21: An Any-to-Any Vision Model for Tens of Tasks and Modalities

NeurIPS 2024poster

Current multimodal and multitask foundation models, like 4M or UnifiedIO, show promising results. However, their out-of-the-box abilities to accept diverse inputs and perform diverse tasks are limited by the (usually small) number of modalities and tasks they are trained on. In this paper, we develo…

Cited by 23SourcePDFScholar
2020

Finding Your (3D) Center: 3D Object Detection Using a Learned Loss

ECCV 2020poster

Massive semantically labeled datasets are readily available for 2D images, however, are much harder to achieve for 3D scenes. Objects in 3D repositories like ShapeNet are labeled, but regrettably only in isolation, so without context. 3D scenes can be acquired by range scanners on city-level scale,…