← Search

Chenjian Gao

9 accepted papers

2026

Controllable First-Frame-Guided Video Editing via Mask-Aware LoRA Fine-Tuning

ICLR 2026poster

Video editing using diffusion models has achieved remarkable results in generating high-quality edits for videos. However, current methods often rely on large-scale pretraining, limiting flexibility for specific edits. First-frame-guided editing provides control over the first frame, but lacks fine-…

Cited by 0SourcecodeScholar
2026

FullPart: Generating each 3D Part at Full Resolution

ICLR 2026poster

Part-based 3D generation holds great potential for various applications. Previous part generators that represent parts using implicit vector-set tokens often suffer from insufficient geometric details. Another line of work adopts an explicit voxel representation but shares a global voxel grid among…

Cited by 0SourcecodeScholar
2025

From Gallery to Wrist: Realistic 3D Bracelet Insertion in Videos

ICCV 2025poster

Inserting 3D objects into videos is a longstanding challenge in computer graphics with applications in augmented reality, virtual try-on, and video composition. Achieving both temporal consistency, or realistic lighting remains difficult, particularly in dynamic scenarios with complex object motion,…

Cited by 0SourcePDFScholar
2025

From One to More: Contextual Part Latents for 3D Generation

ICCV 2025poster

To generate 3D objects, early research focused on multi-view-driven approaches relying solely on 2D renderings. Recently, the 3D native latent diffusion paradigm has demonstrated superior performance in 3D generation, because it fully leverages the geometric information provided in ground truth 3D d…

2024

GenesisTex: Adapting Image Denoising Diffusion to Texture Space

CVPR 2024poster

We present GenesisTex a novel method for synthesizing textures for 3D geometries from text descriptions. GenesisTex adapts the pretrained image diffusion model to texture space by texture space sampling. Specifically we maintain a latent texture map for each viewpoint which is updated with predicted…

Cited by 11SourcePDFScholar
2023

Bit Allocation using Optimization

ICML 2023poster

In this paper, we consider the problem of bit allocation in Neural Video Compression (NVC). First, we reveal a fundamental relationship between bit allocation in NVC and Semi-Amortized Variational Inference (SAVI). Specifically, we show that SAVI with GoP (Group-of-Picture)-level likelihood is equiv…

2022

Multi-Sample Training for Neural Image Compression

NeurIPS 2022accept

This paper considers the problem of lossy neural image compression (NIC). Current state-of-the-art (SOTA) methods adopt uniform posterior to approximate quantization noise, and single-sample pathwise estimator to approximate the gradient of evidence lower bound (ELBO). In this paper, we propose to t…

Cited by 5SourcePDFScholar
2022

SketchSampler: Sketch-Based 3D Reconstruction via View-Dependent Depth Sampling

ECCV 2022poster

"Reconstructing a 3D shape based on a single sketch image is challenging due to the large domain gap between a sparse, irregular sketch and a regular, dense 3D shape. Existing works try to employ the global feature extracted from sketch to directly predict the 3D coordinates, but they usually suffer…