← Search

Guandao Yang

24 accepted papers

2026

From Pairwise Affinities to Functional Correspondences: Rethinking Attention

ICML 2026poster

Learning mappings between infinite-dimensional function spaces, or operator learning, is essential for many machine learning applications. Although transformer-based operators are popular, they often rely on token-wise attention. These methods treat continuous fields as discrete tokens and usually i…

Cited by 0SourceScholar
2025

AIpparel: A Multimodal Foundation Model for Digital Garments

CVPR 2025highlight

Apparel is essential to human life, offering protection, mirroring cultural identities, and showcasing personal style. Yet, the creation of garments remains a time-consuming process, largely due to the manual work involved in designing them. To simplify this process, we introduce AIpparel, a multimo…

2025

Accurate Differential Operators for Hybrid Neural Fields

CVPR 2025poster

Neural fields have become widely used in various fields, from shape representation to neural rendering, and for solving partial differential equations (PDEs). With the advent of hybrid neural field representations like Instant NGP that leverage small MLPs and explicit representations, these models t…

2025

BlenderGym: Benchmarking Foundational Model Systems for Graphics Editing

CVPR 2025highlight

3D graphics editing is crucial in applications like movie production and game design, yet it remains a time-consuming process that demands highly specialized domain expertise. Automating this process is challenging because graphical editing requires performing a variety of tasks, each requiring dist…

2025

FlashDepth: Real-time Streaming Video Depth Estimation at 2K Resolution

ICCV 2025poster

A versatile video depth estimation model should be consistent and accurate across frames, produce high-resolution depth maps, and support real-time streaming. We propose a method, FlashDepth, that satisfies all three requirements, performing depth estimation for a 2044x1148 streaming video at 24 FPS…

2025

ImageGem: In-the-wild Generative Image Interaction Dataset for Generative Model Personalization

ICCV 2025poster

We introduce ImageGem, a dataset for studying generative models that understand fine-grained individual preferences. We posit that a key challenge hindering the development of such a generative model is the lack of in-the-wild and fine-grained user preference annotations. Our dataset features real-w…

2025

InfoGS: Efficient Structure-Aware 3D Gaussians via Lightweight Information Shaping

ICLR 2025poster

3D Gaussians, as an explicit scene representation, typically involve thousands to millions of elements per scene. This makes it challenging to control the scene in ways that reflect the underlying semantics, where the number of independent entities is typically much smaller. Especially, if one wants…

2025

Self-Calibrating Gaussian Splatting for Large Field-of-View Reconstruction

ICCV 2025poster

Large field-of-view (FOV) cameras can simplify and accelerate scene capture because they provide complete coverage with fewer views. However, existing reconstruction pipelines fail to take full advantage of large-FOV input data because they convert input views to perspective images, resulting in str…

2024

BlenderAlchemy: Editing 3D Graphics with Vision-Language Models

ECCV 2024poster

"Graphics design is important for various applications, including movie production and game design. To create a high-quality scene, designers usually need to spend hours in software like Blender, in which they might need to interleave and repeat operations, such as connecting material nodes, hundred…

2024

DiffusionPDE: Generative PDE-Solving under Partial Observation

NeurIPS 2024poster

We introduce a general framework for solving partial differential equations (PDEs) using generative diffusion models. In particular, we focus on the scenarios where we do not have the full knowledge of the scene necessary to apply classical solvers. Most existing forward or inverse PDE approaches pe…

2024

FiVA: Fine-grained Visual Attribute Dataset for Text-to-Image Diffusion Models

NeurIPS 2024poster

Recent advances in text-to-image generation have enabled the creation of high-quality images with diverse applications. However, accurately describing desired visual attributes can be challenging, especially for non-experts in art and photography. An intuitive solution involves adopting favorable at…

Cited by 1SourcePDFScholar
2024

GPT-4V(ision) is a Human-Aligned Evaluator for Text-to-3D Generation

CVPR 2024poster

Despite recent advances in text-to-3D generative methods there is a notable absence of reliable evaluation metrics. Existing metrics usually focus on a single criterion each such as how well the asset aligned with the input text. These metrics lack the flexibility to generalize to different evaluati…

2024

MegaScenes: Scene-Level View Synthesis at Scale

ECCV 2024poster

"Scene-level novel view synthesis (NVS) is fundamental to many vision and graphics applications. Recently, pose-conditioned diffusion models have led to significant progress by extracting 3D information from 2D foundation models, but these methods are limited by the lack of scene-level training data…

2024

Orthogonal Adaptation for Modular Customization of Diffusion Models

CVPR 2024highlight

Customization techniques for text-to-image models have paved the way for a wide range of previously unattainable applications enabling the generation of specific concepts across diverse contexts and styles. While existing methods facilitate high-fidelity customization for individual concepts or a li…

Cited by 25SourcePDFScholar
2024

PhysAvatar: Learning the Physics of Dressed 3D Avatars from Visual Observations

ECCV 2024poster

"[width=0.9]figure/teaserv 4.pdf Figure 1: PhysAvatar is a novel framework that captures the physics of dressed 3D avatars from visual observations, enabling a wide spectrum of applications, such as (a) animation, (b) relighting, and (c) redressing, with high-fidelity rendering results."

2023

NeRF Revisited: Fixing Quadrature Instability in Volume Rendering

NeurIPS 2023poster

Neural radiance fields (NeRF) rely on volume rendering to synthesize novel views. Volume rendering requires evaluating an integral along each ray, which is numerically approximated with a finite sum that corresponds to the exact integral along the ray under piecewise constant volume density. As a co…

2022

Polynomial Neural Fields for Subband Decomposition and Manipulation

NeurIPS 2022accept

Neural fields have emerged as a new paradigm for representing signals, thanks to their ability to do it compactly while being easy to optimize. In most applications, however, neural fields are treated like a black box, which precludes many signal manipulation tasks. In this paper, we propose a new c…

2021

Stay Positive: Non-Negative Image Synthesis for Augmented Reality

CVPR 2021poster

In applications such as optical see-through and projector augmented reality, producing images amounts to solving non-negative image generation, where one can only add light to an existing image. Most image generation methods, however, are ill-suited to this problem setting, as they make the assumpti…

Cited by 7PDFcodeScholar
2020

Learning Gradient Fields for Shape Generation

ECCV 2020poster

In this work, we propose a novel technique to generate shapes from point cloud data. A point cloud can be viewed as samples from a distribution of 3D points whose density is concentrated near the surface of the shape. Point cloud generation thus amounts to moving randomly sampled points to high-dens…

2019

PointFlow: 3D Point Cloud Generation With Continuous Normalizing Flows

ICCV 2019oral

As 3D point clouds become the representation of choice for multiple vision and graphics applications, the ability to synthesize or reconstruct high-resolution, high-fidelity point clouds becomes crucial. Despite the recent success of deep learning models in discriminative tasks of point clouds, gene…

Cited by 798PDFcodeScholar
2019

SWALP : Stochastic Weight Averaging in Low Precision Training

ICML 2019oral

Low precision operations can provide scalability, memory savings, portability, and energy efficiency. This paper proposes SWALP, an approach to low precision training that averages low-precision SGD iterates with a modified learning rate schedule. SWALP is easy to implement and can match the perform…

2018

Learning Single-View 3D Reconstruction with Limited Pose Supervision

ECCV 2018poster

It is expensive to label images with 3D structure or precise camera pose. Yet, this is precisely the kind of annotation required to train single-view 3D reconstruction models. In contrast, unlabeled images or images with just category labels are easy to acquire, but few current models can use this w…