← Search

Michael Vasilkovsky

10 accepted papers

2026

AlphaFlow: Understanding and Improving MeanFlow Models

ICLR 2026poster

MeanFlow has recently emerged as a powerful framework for few-step generative modeling trained from scratch, but its success is not yet fully understood. In this work, we show that the MeanFlow objective naturally decomposes into two parts: trajectory flow matching and trajectory consistency. Throug…

Cited by 0SourcecodeScholar
2026

One Model, Many Budgets: Elastic Latent Interfaces for Diffusion Transformers

CVPR 2026

Diffusion transformers (DiTs) achieve high generative quality but lock FLOPs to image resolution, limiting principled latency-quality trade-offs, and allocate computation uniformly across input spatial tokens, wasting resource allocation to unimportant regions. We introduce Elastic Latent Interface

Cited by 0SourcecodeScholar
2026

RigMo: Unifying Rig and Motion Learning for Generative Animation

CVPR 2026

Despite significant progress in 4D generation, rig and motion--the core structural and dynamic components of animation--are typically modeled as separate problems. Existing pipelines rely on ground-truth skeletons and skinning weights for motion generation and treat auto-rigging as an independent pr

Cited by 0SourceScholar
2025

4Real-Video: Learning Generalizable Photo-Realistic 4D Video Diffusion

CVPR 2025highlight

We propose 4Real-Video, a novel framework for generating 4D videos, organized as a grid of video frames with both time and viewpoint axes. In this grid, each row contains frames sharing the same timestep, while each column contains frames from the same viewpoint. One stream performs viewpoint updat…

Cited by 2SourcePDFScholar
2025

Fused View-Time Attention and Feedforward Reconstruction for 4D Scene Generation

NeurIPS 2025poster

We propose the first framework capable of computing a 4D spatio-temporal grid of video frames and 3D Gaussian particles for each time step using a feed-forward architecture. Our architecture has two main components, a 4D video model and a 4D reconstruction model. In the first part, we analyze curren…

Cited by 0SourceScholar
2025

GTR: Improving Large 3D Reconstruction Models through Geometry and Texture Refinement

ICLR 2025poster

We propose a novel approach for 3D mesh reconstruction from multi-view images. We improve upon the large reconstruction model LRM that use a transformer-based triplane generator and a Neural Radiance Field (NeRF) model trained on multi-view images. We introduce three key components to significantly…

Cited by 3SourcePDFScholar
2025

T2Bs: Text-to-Character Blendshapes via Video Generation

ICCV 2025poster

We present T2Bs, a framework for generating high-quality, animatable character head morphable models from text by combining static text-to-3D generation with video diffusion. Text-to-3D models produce detailed static geometry but lack motion synthesis, while video diffusion models generate motion wi…

Cited by 0SourcePDFScholar
2025

VD3D: Taming Large Video Diffusion Transformers for 3D Camera Control

ICLR 2025poster

Modern text-to-video synthesis models demonstrate coherent, photorealistic generation of complex videos from a text description. However, most existing models lack fine-grained control over camera movement, which is critical for downstream applications related to content creation, visual effects, an…

Cited by 38SourcePDFScholar
2024

SPAD: Spatially Aware Multi-View Diffusers

CVPR 2024poster

We present SPAD a novel approach for creating consistent multi-view images from text prompts or single images. To enable multi-view generation we repurpose a pretrained 2D diffusion model by extending its self-attention layers with cross-view interactions and fine-tune it on a high quality subset of…

Cited by 34SourcePDFScholar
2022

DetIE: Multilingual Open Information Extraction Inspired by Object Detection

AAAI 2022technical

State of the art neural methods for open information extraction (OpenIE) usually extract triplets (or tuples) iteratively in an autoregressive or predicate-based manner in order not to produce duplicates. In this work, we propose a different approach to the problem that can be equally or more succes…