← Search

Peter Vajda

32 accepted papers

2025

Learnings from Scaling Visual Tokenizers for Reconstruction and Generation

ICML 2025poster

Visual tokenization via auto-encoding empowers state-of-the-art image and video generative models by compressing pixels into a latent space. However, questions remain about how auto-encoder design impacts reconstruction and downstream generative performance. This work explores scaling in auto-encode…

Cited by 6SourcePDFScholar
2025

LinGen: Towards High-Resolution Minute-Length Text-to-Video Generation with Linear Computational Complexity

CVPR 2025poster

Text-to-video generation enhances content creation but is highly computationally intensive: The computational cost of Diffusion Transformers (DiTs) scales quadratically in the number of pixels. This makes minute-length video generation extremely expensive, limiting most existing models to generatin…

2025

MoCha: Towards Movie-Grade Talking Character Generation

NeurIPS 2025spotlight

Recent advancements in video generation have achieved impressive motion realism, yet they often overlook character-driven storytelling, a crucial task for automated film, animation generation. We introduce Talking Characters, a more realistic task to generate talking character animations directly f…

Cited by 0SourceScholar
2025

Movie Weaver: Tuning-Free Multi-Concept Video Personalization with Anchored Prompts

CVPR 2025poster

Video personalization, which generates customized videos using reference images, has gained significant attention.However, prior methods typically focus on single-concept personalization, limiting broader applications that require multi-concept integration.Attempts to extend these models to multiple…

Cited by 3SourcePDFScholar
2024

AVID: Any-Length Video Inpainting with Diffusion Model

CVPR 2024poster

Recent advances in diffusion models have successfully enabled text-guided image inpainting. While it seems straightforward to extend such editing capability into the video domain there have been fewer works regarding text-guided video inpainting. Given a video a masked region at its initial frame an…

2024

Cache Me if You Can: Accelerating Diffusion Models through Block Caching

CVPR 2024poster

Diffusion models have recently revolutionized the field of image synthesis due to their ability to generate photorealistic images. However one of the major drawbacks of diffusion models is that the image generation process is costly. A large image-to-image network has to be applied many times to ite…

Cited by 51SourcePDFScholar
2024

ControlRoom3D: Room Generation using Semantic Proxy Rooms

CVPR 2024poster

Manually creating 3D environments for AR/VR applications is a complex process requiring expert knowledge in 3D modeling software. Pioneering works facilitate this process by generating room meshes conditioned on textual style descriptions. Yet many of these automatically generated 3D meshes do not a…

Cited by 31SourcePDFScholar
2024

Fairy: Fast Parallelized Instruction-Guided Video-to-Video Synthesis

CVPR 2024poster

In this paper we introduce Fairy a minimalist yet robust adaptation of image-editing diffusion models enhancing them for video editing applications. Our approach centers on the concept of anchor-based cross-frame attention a mechanism that implicitly propagates diffusion features across frames ensur…

Cited by 25SourcePDFScholar
2024

FlowVid: Taming Imperfect Optical Flows for Consistent Video-to-Video Synthesis

CVPR 2024highlight

Diffusion models have transformed the image-to-image (I2I) synthesis and are now permeating into videos. However the advancement of video-to-video (V2V) synthesis has been hampered by the challenge of maintaining temporal consistency across video frames. This paper proposes a consistent V2V synthesi…

Cited by 41SourcePDFScholar
2023

A Practical Stereo Depth System for Smart Glasses

CVPR 2023poster

We present the design of a productionized end-to-end stereo depth sensing system that does pre-processing, online stereo rectification, and stereo depth estimation with a fallback to monocular depth estimation when rectification is unreliable. The output of our depth sensing system is then used in a…

Cited by 7SourcePDFScholar
2023

Castling-ViT: Compressing Self-Attention via Switching Towards Linear-Angular Attention at Vision Transformer Inference

CVPR 2023poster

Vision Transformers (ViTs) have shown impressive performance but still require a high computation cost as compared to convolutional neural networks (CNNs), one reason is that ViTs' attention measures global similarities and thus has a quadratic complexity with the number of input tokens. Existing ef…

2023

NeRF-Det: Learning Geometry-Aware Volumetric Representation for Multi-View 3D Object Detection

ICCV 2023poster

We present NeRF-Det, a novel method for indoor 3D detection with posed RGB images as input. Unlike existing indoor 3D detection methods that struggle to model scene geometry, our method makes novel use of NeRF in an end-to-end manner to explicitly estimate 3D geometry, thereby improving 3D detection…

Cited by 51PDFcodeScholar
2023

Open-Vocabulary Semantic Segmentation With Mask-Adapted CLIP

CVPR 2023poster

Open-vocabulary semantic segmentation aims to segment an image into semantic regions according to text descriptions, which may not have been seen during training. Recent two-stage methods first generate class-agnostic mask proposals and then leverage pre-trained vision-language models, e.g., CLIP, t…

2022

Cross-Domain Adaptive Teacher for Object Detection

CVPR 2022poster

We address the task of domain adaptation in object detection, where there is a domain gap between a domain with annotations (source) and a domain of interest without annotations (target). As an effective semi-supervised learning method, the teacher-student framework (a student model is supervised by…

Cited by 233PDFcodeScholar
2022

Data Efficient Language-Supervised Zero-Shot Recognition with Optimal Transport Distillation

ICLR 2022poster

Traditional computer vision models are trained to predict a fixed set of predefined categories. Recently, natural language has been shown to be a broader and richer source of supervision that provides finer descriptions to visual concepts than supervised "gold" labels. Previous works, such as CLIP,…

2022

Image2Point: 3D Point-Cloud Understanding with 2D Image Pretrained Models

ECCV 2022poster

"3D point-clouds and 2D images are different visual representations of the physical world. While human vision can understand both representations, computer vision models designed for 2D image and 3D point-cloud understanding are quite different. Our paper explores the potential of transferring 2D mo…

2022

Open-Set Semi-Supervised Object Detection

ECCV 2022poster

"Recent developments for Semi-Supervised Object Detection (SSOD) have shown the promise of leveraging unlabeled data to improve an object detector. However, thus far these methods have assumed that the unlabeled data does not contain out-of-distribution (OOD) classes, which is unrealistic with large…

Cited by 30SourcePDFScholar
2021

FBNetV3: Joint Architecture-Recipe Search Using Predictor Pretraining

CVPR 2021poster

Neural Architecture Search (NAS) yields state-of-the-art neural networks that outperform their best manually-designed counterparts. However, previous NAS methods search for architectures under one set of training hyper-parameters (i.e., a training recipe), overlooking superior architecture-recipe co…

Cited by 133PDFScholar
2021

Tackling the Ill-Posedness of Super-Resolution Through Adaptive Target Generation

CVPR 2021poster

By the one-to-many nature of the super-resolution (SR) problem, a single low-resolution (LR) image can be mapped to many high-resolution (HR) images. However, learning based SR algorithms are trained to map an LR image to the corresponding ground truth (GT) HR image in the training dataset. The trai…

Cited by 62PDFcodeScholar
2021

Unbiased Teacher for Semi-Supervised Object Detection

ICLR 2021poster

Semi-supervised learning, i.e., training networks with both labeled and unlabeled data, has made significant progress recently. However, existing works have primarily focused on image classification tasks and neglected object detection which requires more annotation effort. In this work, we revisit…

2021

Visual Transformers: Where Do Transformers Really Belong in Vision Models?

ICCV 2021poster

A recent trend in computer vision is to replace convolutions with transformers. However, the performance gain of transformers is attained at a steep cost, requiring GPU years and hundreds of millions of samples for training. This excessive resource usage compensates for a misuse of transformers: Tra…

Cited by 32PDFScholar
2021

You Only Group Once: Efficient Point-Cloud Processing with Token Representation and Relation Inference Module

IROS 2021poster

3D perception on point-cloud is a challenging and crucial computer vision task. A point-cloud consists of a sparse, unstructured, and unordered set of points. To understand a point-cloud, previous point-based methods, such as PointNet++, extract visual features through the hierarchical aggregation o…

Cited by 28SourcecodeScholar
2020

Deep Space-Time Video Upsampling Networks

ECCV 2020poster

Video super-resolution (VSR) and frame interpolation (FI) are traditional computer vision problems, and the performance have been improving by incorporating deep learning recently. In this paper, we investigate the problem of jointly upsampling videos both in space and time, which is becoming more i…

2020

FBNetV2: Differentiable Neural Architecture Search for Spatial and Channel Dimensions

CVPR 2020poster

Differentiable Neural Architecture Search (DNAS) has demonstrated great success in designing state-of-the-art, efficient neural networks. However, DARTS-based DNAS's search space is small when compared to other search methods', since all candidate network layers must be explicitly instantiated in me…

Cited by 383PDFcodeScholar
2020

Geometric Correspondence Fields: Learned Differentiable Rendering for 3D Pose Refinement in the Wild

ECCV 2020poster

We present a novel 3D pose refinement approach based on differentiable rendering for objects of arbitrary categories in the wild. In contrast to previous methods, we make two main contributions: First, instead of comparing real-world images and synthetic renderings in the RGB or mask space, we compa…

Cited by 10SourcePDFScholar
2020

Learning to Generate Grounded Visual Captions without Localization Supervision

ECCV 2020poster

When automatically generating a sentence description for an image or video, it often remains unclear how well the generated caption is grounded, that is whether the model uses the correct image regions to output particular words, or if the model is hallucinating based on priors in the dataset and/or…

2020

SqueezeSegV3: Spatially-Adaptive Convolution for Efficient Point-Cloud Segmentation

ECCV 2020poster

LiDAR point-cloud segmentation is an important problem for many applications. For large-scale point cloud segmentation, the extit{de facto} method is to project a 3D point cloud to get a 2D LiDAR image and use convolutions to process it. Despite the similarity between regular RGB and LiDAR images, w…

2019

ChamNet: Towards Efficient Network Design Through Platform-Aware Model Adaptation

CVPR 2019poster

This paper proposes an efficient neural network (NN) architecture design methodology called Chameleon that honors given resource constraints. Instead of developing new building blocks or using computationally-intensive reinforcement learning algorithms, our approach leverages existing efficient netw…

Cited by 341PDFcodeScholar
2019

Efficient Segmentation: Learning Downsampling Near Semantic Boundaries

ICCV 2019poster

Many automated processes such as auto-piloting rely on a good semantic segmentation as a critical component. To speed up performance, it is common to downsample the input frame. However, this comes at the cost of missed small objects and reduced accuracy at semantic boundaries. To address this probl…

Cited by 108PDFScholar
2019

FBNet: Hardware-Aware Efficient ConvNet Design via Differentiable Neural Architecture Search

CVPR 2019oral

Designing accurate and efficient ConvNets for mobile devices is challenging because the design space is combinatorially large. Due to this, previous neural architecture search (NAS) methods are computationally expensive. ConvNet architecture optimality depends on factors such as input resolution and…

Cited by 1699PDFcodeScholar
2017

DSD: Dense-Sparse-Dense Training for Deep Neural Networks

ICLR 2017poster

Modern deep neural networks have a large number of parameters, making them very hard to train. We propose DSD, a dense-sparse-dense training flow, for regularizing deep neural networks and achieving better optimization performance. In the first D (Dense) step, we train a dense network to learn conne…

Cited by 265SourcecodeScholar