← Search

Tianfan Xue

54 accepted papers

2026

Bi-directional Autoregressive Diffusion for Large Complex Motion Interpolation

CVPR 2026

Despite recent progress, diffusion-based video frame interpolation methods still struggle with large, complex motions, resulting in discontinuous motions and inconsistent object appearances across frames. We observe that these limitations arise from both the current full-sequence interpolation strat

Cited by 0SourceScholar
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

CubeComposer: Spatio-Temporal Autoregressive 4K 360deg Video Generation from Perspective Video

CVPR 2026

Generating high-quality 360deg panoramic videos from perspective input is one of the crucial applications for virtual reality (VR), whereby high-resolution videos are especially important for immersive experience. Existing methods are constrained by computational limitations of vanilla diffusion mod

Cited by 0SourceScholar
2026

DynamicTree: Interactive Real Tree Animation via Sparse Voxel Spectrum

CVPR 2026

Generating dynamic and interactive 3D trees has wide applications in virtual reality, games, and world simulation. However, existing methods still face various challenges in generating structurally consistent and realistic 4D motion for complex real trees. In this paper, we propose DynamicTree, the

Cited by 0SourcecodeScholar
2026

FlashVSR: Towards Real-time Diffusion-Based Streaming Video Super Resolution

CVPR 2026

Diffusion models have recently advanced video restoration, but applying them to real-world and AIGC-generated video super-resolution (VSR) remains challenging due to high latency, prohibitive computation, and poor generalization to ultra-high resolutions. Our goal in this work is to make diffusion-b

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
2026

InstantRetouch: Efficient and High-Fidelity Instruction-Guided Image Retouching with Bilateral Space

CVPR 2026

Language-guided photo retouching aims to adjust color and tone while preserving geometry and texture. Recently, diffusion-based retouching shows a superior visual quality, but often struggles with both fidelity issues due to its generative nature and efficiency because of its iterative sampling proc

Cited by 0SourceScholar
2026

Native Spatio-Temporal 4D Variational Autoencoder

ICML 2026poster

Dynamic 3D content representation is crucial for generating moving 3D objects and scenes. Existing 4D variational autoencoders (VAEs) are mainly based on projected 2D pointmaps, which are only incomplete and view-dependent observations that do not model the native 4D positional relations between poi…

Cited by 0SourceScholar
2026

PhotoAgent: Exploratory Visual Aesthetic Planning with Large Vision Models

ICML 2026oral

With the recent fast development of generative models, instruction-based image editing has shown great potential in generating high-quality images. However, the quality of editing highly depends on carefully designed instructions, placing the burden of task decomposition and sequencing entirely on t…

Cited by 0SourceScholar
2026

Realtime Video Frame Interpolation using One-Step Diffusion Sampling

ICLR 2026poster

Recent research on video Frame Interpolation (VFI) shows that a pretrained Video Diffusion Model (VDM) can solve many challenging scenarios, including large or complex motion. However, VDMs require tedious diffusion sampling, making the inference slow. One possible way to accelerate is to distill a…

Cited by 0SourceScholar
2026

Reasoning as Representation: Rethinking Visual Reinforcement Learning in Image Quality Assessment

ICLR 2026oral

Reasoning-based image quality assessment (IQA) models trained through reinforcement learning (RL) exhibit exceptional generalization, yet the underlying mechanisms and critical factors driving this capability remain underexplored in current research. Moreover, despite their superior performance, the…

Cited by 0SourcecodeScholar
2026

S2R-HDR: A Large-Scale Rendered Dataset for HDR Fusion

ICLR 2026poster

The generalization of learning-based high dynamic range (HDR) fusion is often limited by the availability of training data, as collecting large-scale HDR images from dynamic scenes is both costly and technically challenging. To address these challenges, we propose S2R-HDR, the first large-scale high…

Cited by 0SourcecodeScholar
2026

Scaling Parallel Sequence Models to Vision Foundation Models

CVPR 2026

Scaling vision foundation models is constrained by the quadratic complexity of self-attention. Although subquadratic attention alternatives like linear attention variants and state-space models successfully reduce the model complexity, they typically serialize images into 1D token sequences, comprom

Cited by 0SourceScholar
2026

ToonComposer: Streamlining Cartoon Production with Generative Post-Keyframing

ICLR 2026poster

Traditional cartoon and anime production involves keyframing, inbetweening, and colorization stages, which require intensive manual effort. Despite recent advances in AI, existing methods often handle these stages separately, leading to error accumulation and artifacts. For instance, inbetweening ap…

Cited by 0SourcecodeScholar
2026

VDOT: Efficient Unified Video Creation via Optimal Transport Distillation

CVPR 2026

The rapid development of generative models has significantly advanced image and video applications. Among these, video creation, aimed at generating videos under various conditions, has gained substantial attention. However, existing video creation models either focus solely on a few specific condit

Cited by 0SourcecodeScholar
2025

A Physics-Informed Blur Learning Framework for Imaging Systems

CVPR 2025poster

Accurate blur estimation is essential for high-performance imaging across various applications. Blur is typically represented by the point spread function (PSF). In this paper, we propose a physics-informed PSF learning framework for imaging systems, consisting of a simple calibration followed by a…

2025

AdaptiveAE: An Adaptive Exposure Strategy for HDR Capturing in Dynamic Scenes

ICCV 2025poster

Mainstream high dynamic range imaging techniques typically rely on fusing multiple images captured with different exposure setups (shutter speed and ISO). A good balance between shutter speed and ISO is crucial for achieving high-quality HDR, as high ISO values introduce significant noise, while lon…

Cited by 0SourcePDFScholar
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…

2025

GLEAM: Learning Generalizable Exploration Policy for Active Mapping in Complex 3D Indoor Scene

ICCV 2025poster

Generalizable active mapping in complex unknown environments remains a critical challenge for mobile robots. Existing methods, constrained by limited training data and conservative exploration strategies, struggle to generalize across scenes with diverse layouts and complex connectivity. To enable s…

Cited by 0SourcePDFScholar
2025

Multi-identity Human Image Animation with Structural Video Diffusion

ICCV 2025poster

Generating human videos from a single image while ensuring high visual quality and precise control is a challenging task, especially in complex scenarios involving multiple individuals and interactions with objects. Existing methods, while effective for single-human cases, often fail to handle the i…

2025

NVComposer: Boosting Generative Novel View Synthesis with Multiple Sparse and Unposed Images

CVPR 2025poster

Recent advancements in generative models have significantly improved novel view synthesis (NVS) from multi-view data. However, existing methods depend on external multi-view alignment processes, such as explicit pose estimation or pre-reconstruction, which limits their flexibility and accessibility,…

Cited by 1SourcePDFScholar
2025

PolarFree: Polarization-based Reflection-Free Imaging

CVPR 2025poster

Reflection removal is challenging due to complex light interactions, where reflections obscure important details and hinder scene understanding. Polarization naturally provides a powerful cue to distinguish between reflected and transmitted light, enabling more accurate reflection removal. However,…

2025

Teaching Large Language Models to Regress Accurate Image Quality Scores Using Score Distribution

CVPR 2025poster

With the rapid advancement of Multi-modal Large Language Models (MLLMs), MLLM-based Image Quality Assessment (IQA) methods have shown promising performance in linguistic quality description. However, current methods still fall short in accurately scoring image quality. In this work, we aim to levera…

2025

Token-Efficient VLM: High-Resolution Image Understanding via Dynamic Region Proposal

ICCV 2025poster

Vision-Language Models (VLMs) excel at visual understanding by leveraging pretrained image encoders to generate visual tokens. However, they struggle with high-resolution images and zoomed-in regions due to the computational burden and token redundancy of uniform patch-based processing, often leadin…

Cited by 0SourcePDFScholar
2025

UltraFusion: Ultra High Dynamic Imaging using Exposure Fusion

CVPR 2025highlight

Capturing high dynamic range (HDR) scenes is one of the most important issues in camera design. Majority of cameras use exposure fusion, which fuses images captured by different exposure levels, to increase dynamic range. However, this approach can only handle images with limited exposure difference…

2025

Unifying Appearance Codes and Bilateral Grids for Driving Scene Gaussian Splatting

NeurIPS 2025poster

Neural rendering techniques, including NeRF and Gaussian Splatting (GS), rely on photometric consistency to produce high-quality reconstructions. However, in real-world driving scenarios, it is challenging to guarantee perfect photometric consistency in acquired images. Appearance codes have been wi…

Cited by 0SourcecodeScholar
2024

AdaptiveISP: Learning an Adaptive Image Signal Processor for Object Detection

NeurIPS 2024poster

Image Signal Processors (ISPs) convert raw sensor signals into digital images, which significantly influence the image quality and the performance of downstream computer vision tasks. Designing ISP pipeline and tuning ISP parameters are two key steps for building an imaging and vision system.…

2024

AutoDIR: Automatic All-in-One Image Restoration with Latent Diffusion

ECCV 2024poster

"We present AutoDIR, an innovative all-in-one image restoration system incorporating latent diffusion. AutoDIR excels in its ability to automatically identify and restore images suffering from a range of unknown degradations. AutoDIR offers intuitive open-vocabulary image editing, empowering users t…

2024

DualDn: Dual-domain Denoising via Differentiable ISP

ECCV 2024poster

"Image denoising is a critical component in a camera’s Image Signal Processing (ISP) pipeline. There are two typical ways to inject a denoiser into the ISP pipeline: applying a denoiser directly to captured raw frames (raw domain) or to the ISP’s output sRGB images (sRGB domain). However, both appro…

2024

EmbodiedScan: A Holistic Multi-Modal 3D Perception Suite Towards Embodied AI

CVPR 2024poster

In the realm of computer vision and robotics embodied agents are expected to explore their environment and carry out human instructions. This necessitates the ability to fully understand 3D scenes given their first-person observations and contextualize them into language for interaction. However tra…

2024

GenNBV: Generalizable Next-Best-View Policy for Active 3D Reconstruction

CVPR 2024poster

While recent advances in neural radiance field enable realistic digitization for large-scale scenes the image-capturing process is still time-consuming and labor-intensive. Previous works attempt to automate this process using the Next-Best-View (NBV) policy for active 3D reconstruction. However the…

2024

Goal Conditioned Reinforcement Learning for Photo Finishing Tuning

NeurIPS 2024poster

Photo finishing tuning aims to automate the manual tuning process of the photo finishing pipeline, like Adobe Lightroom or Darktable. Previous works either use zeroth-order optimization, which is slow when the set of parameters increases, or rely on a differentiable proxy of the target finishing pip…

Cited by 0SourcePDFScholar
2024

HDRFlow: Real-Time HDR Video Reconstruction with Large Motions

CVPR 2024poster

Reconstructing High Dynamic Range (HDR) video from image sequences captured with alternating exposures is challenging especially in the presence of large camera or object motion. Existing methods typically align low dynamic range sequences using optical flow or attention mechanism for deghosting. Ho…

Cited by 15SourcePDFScholar
2024

HumanVid: Demystifying Training Data for Camera-controllable Human Image Animation

NeurIPS 2024poster

Human image animation involves generating videos from a character photo, allowing user control and unlocking the potential for video and movie production. While recent approaches yield impressive results using high-quality training data, the inaccessibility of these datasets hampers fair and transpa…

2024

Interactive3D: Create What You Want by Interactive 3D Generation

CVPR 2024poster

3D object generation has undergone significant advancements yielding high-quality results. However fall short in achieving precise user control often yielding results that do not align with user expectations thus limiting their applicability. User-envisioning 3D object generation faces significant c…

2024

PhoCoLens: Photorealistic and Consistent Reconstruction in Lensless Imaging

NeurIPS 2024spotlight

Lensless cameras offer significant advantages in size, weight, and cost compared to traditional lens-based systems. Without a focusing lens, lensless cameras rely on computational algorithms to recover the scenes from multiplexed measurements. However, current algorithms struggle with inaccurate for…

Cited by 7SourcePDFScholar
2024

Text-to-3D Generation with Bidirectional Diffusion using both 2D and 3D priors

CVPR 2024poster

Most 3D generation research focuses on up-projecting 2D foundation models into the 3D space either by minimizing 2D Score Distillation Sampling (SDS) loss or fine-tuning on multi-view datasets. Without explicit 3D priors these methods often lead to geometric anomalies and multi-view inconsistency. R…

2024

TimeLens-XL: Real-time Event-based Video Frame Interpolation with Large Motion

ECCV 2024poster

"Video Frame Interpolation (VFI) aims to predict intermediate frames between consecutive low frame rate inputs. To handle the real-world complex motion between frames, event cameras, which capture high-frequency brightness changes at micro-second temporal resolution, are used to aid interpolation, d…

2023

AligNeRF: High-Fidelity Neural Radiance Fields via Alignment-Aware Training

CVPR 2023poster

Neural Radiance Fields (NeRFs) are a powerful representation for modeling a 3D scene as a continuous function. Though NeRF is able to render complex 3D scenes with view-dependent effects, few efforts have been devoted to exploring its limits in a high-resolution setting. Specifically, existing NeRF-…

2022

Fast and High Quality Image Denoising via Malleable Convolution

ECCV 2022poster

"Most image denoising networks apply a single set of static convolutional kernels across the entire input image. This is sub-optimal for natural images, as they often consist of heterogeneous visual patterns. Dynamic convolution tries to address this issue by using per-pixel convolution kernels, but…

Cited by 28SourcePDFScholar
2021

Defocus Map Estimation and Deblurring From a Single Dual-Pixel Image

ICCV 2021poster

We present a method that takes as input a single dual-pixel image, and simultaneously estimates the image's defocus map---the amount of defocus blur at each pixel---and recovers an all-in-focus image. Our method is inspired from recent works that leverage the dual-pixel sensors available in many con…

Cited by 45PDFScholar
2021

How To Train Neural Networks for Flare Removal

ICCV 2021poster

When a camera is pointed at a strong light source, the resulting photograph may contain lens flare artifacts. Flares appear in a wide variety of patterns (halos, streaks, color bleeding, haze, etc.) and this diversity in appearance makes flare removal challenging. Existing analytical solutions make…

Cited by 79PDFcodeScholar
2020

Joint Bilateral Learning for Real-time Universal Photorealistic Style Transfer

ECCV 2020poster

Photorealistic style transfer is the task of transferring the artistic style of an image onto a content target, producing a result that is plausibly taken with a camera. Recent approaches, based on deep neural networks, produce impressive results but are either too slow to run at practical resolutio…

Cited by 65SourcePDFScholar
2019

Unprocessing Images for Learned Raw Denoising

CVPR 2019oral

Machine learning techniques work best when the data used for training resembles the data used for evaluation. This holds true for learned single-image denoising algorithms, which are applied to real raw camera sensor readings but, due to practical constraints, are often trained on synthetic image da…

Cited by 553PDFScholar
2018

Pix3D: Dataset and Methods for Single-Image 3D Shape Modeling

CVPR 2018poster

We study 3D shape modeling from a single image and make contributions to it in three aspects. First, we present Pix3D, a large-scale benchmark of diverse image-shape pairs with pixel-level 2D-3D alignment. Pix3D has wide applications in shape-related tasks including reconstruction, retrieval, viewpo…

Cited by 590SourcePDFScholar
2018

Seeing Tree Structure from Vibration

ECCV 2018poster

Humans recognize object structure from both their appearance and motion; often, motion helps to resolve ambiguities in object structure that arise when we observe object appearance only. There are particular scenarios, however, where neither appearance nor spatial-temporal motion signals are informa…

Cited by 14SourcePDFScholar
2017

MarrNet: 3D Shape Reconstruction via 2.5D Sketches

NeurIPS 2017poster

3D object reconstruction from a single image is a highly under-determined problem, requiring strong prior knowledge of plausible 3D shapes. This introduces challenge for learning-based approaches, as 3D object annotations in real images are scarce. Previous work chose to train on synthetic data with…

Cited by 536SourcePDFScholar
2016

Learning a Probabilistic Latent Space of Object Shapes via 3D Generative-Adversarial Modeling

NeurIPS 2016poster

We study the problem of 3D object generation. We propose a novel framework, namely 3D Generative Adversarial Network (3D-GAN), which generates 3D objects from a probabilistic space by leveraging recent advances in volumetric convolutional networks and generative adversarial nets. The benefits of our…

Cited by 2495SourcePDFScholar
2016

Visual Dynamics: Probabilistic Future Frame Synthesis via Cross Convolutional Networks

NeurIPS 2016oral

We study the problem of synthesizing a number of likely future frames from a single input image. In contrast to traditional methods, which have tackled this problem in a deterministic or non-parametric way, we propose a novel approach which models future frames in a probabilistic manner. Our propose…

Cited by 521SourcePDFScholar