← Search

Daan de Geus

9 accepted papers

2026

A Frame is Worth One Token: Efficient Generative World Modeling with Delta Tokens

CVPR 2026

Anticipating diverse future states is a central challenge in video world modeling. Discriminative world models produce deterministic predictions that implicitly average over possible futures, while existing generative world models remain computationally expensive. Recent work demonstrates that predi

Cited by 0SourcecodeScholar
2026

VidEoMT: Your ViT is Secretly Also a Video Segmentation Model

CVPR 2026

Existing online video segmentation models typically combine a per-frame segmenter with complex specialized tracking modules. While effective, these modules introduce significant architectural complexity and computational overhead. Recent studies suggest that plain Vision Transformer (ViT) encoders,

Cited by 0SourcecodeScholar
2025

Your ViT is Secretly an Image Segmentation Model

CVPR 2025highlight

Vision Transformers (ViTs) have shown remarkable performance and scalability across various computer vision tasks. To apply single-scale ViTs to image segmentation, existing methods adopt a convolutional adapter to generate multi-scale features, a pixel decoder to fuse these features, and a Transfor…

2024

ALGM: Adaptive Local-then-Global Token Merging for Efficient Semantic Segmentation with Plain Vision Transformers

CVPR 2024poster

This work presents Adaptive Local-then-Global Merging (ALGM) a token reduction method for semantic segmentation networks that use plain Vision Transformers. ALGM merges tokens in two stages: (1) In the first network layer it merges similar tokens within a small local window and (2) halfway through t…

2024

Task-aligned Part-aware Panoptic Segmentation through Joint Object-Part Representations

CVPR 2024poster

Part-aware panoptic segmentation (PPS) requires (a) that each foreground object and background region in an image is segmented and classified and (b) that all parts within foreground objects are segmented classified and linked to their parent object. Existing methods approach PPS by separately condu…

2023

Content-Aware Token Sharing for Efficient Semantic Segmentation With Vision Transformers

CVPR 2023poster

This paper introduces Content-aware Token Sharing (CTS), a token reduction approach that improves the computational efficiency of semantic segmentation networks that use Vision Transformers (ViTs). Existing works have proposed token reduction approaches to improve the efficiency of ViT-based image c…