← Search

Felix Krause

7 accepted papers

2026

Adapting Self-Supervised Representations as a Latent Space for Efficient Generation

ICLR 2026poster

We introduce Representation Tokenizer (RepTok), a generative modeling framework that represents an image using a single continuous latent token obtained from self-supervised vision transformers. Building on a pre-trained SSL encoder, we fine-tune only the semantic token embedding and pair it with a…

Cited by 0SourcecodeScholar
2026

Denoising, Fast and Slow: Difficulty-Aware Adaptive Sampling for Image Generation

CVPR 2026

Diffusion- and flow-based models usually allocate compute uniformly across space, updating all patches with the same timestep and number of function evaluations. While convenient, this ignores the heterogeneity of natural images: some regions are easy to denoise, whereas others benefit from more ref

Cited by 0SourcecodeScholar
2026

Guiding Token-Sparse Diffusion Models

CVPR 2026

Diffusion models deliver high quality in image synthesis but remain expensive during training and inference. Recent works have leveraged the inherent redundancy in visual content to make training more affordable by training only on a subset of visual information. While these methods were successful

Cited by 0SourcecodeScholar
2025

Continuous, Subject-Specific Attribute Control in T2I Models by Identifying Semantic Directions

CVPR 2025poster

Recent advances in text-to-image (T2I) diffusion models have significantly improved the quality of generated images. However, providing efficient control over individual subjects, particularly the attributes characterizing them, remains a key challenge. While existing methods have introduced mechani…

2025

DisMo: Disentangled Motion Representations for Open-World Motion Transfer

NeurIPS 2025spotlight

Recent advances in text-to-video (T2V) and image-to-video (I2V) models, have enabled the creation of visually compelling and dynamic videos from simple textual descriptions or initial frames. However, these models often fail to provide an explicit representation of motion separate from content, limi…

Cited by 0SourcecodeScholar
2025

SCFlow: Implicitly Learning Style and Content Disentanglement with Flow Models

ICCV 2025poster

Explicitly disentangling style and content in vision models remains challenging due to their semantic overlap and the subjectivity of human perception. Existing methods propose separation through generative or discriminative objectives, but they still face the inherent ambiguity of disentangling int…

2025

TREAD: Token Routing for Efficient Architecture-agnostic Diffusion Training

ICCV 2025poster

Diffusion models have emerged as the mainstream approach for visual generation. However, these models typically suffer from sample inefficiency and high training costs. Consequently, methods for efficient finetuning, inference and personalization were quickly adopted by the community. However, train…