← Search

Kwang Moo Yi

39 accepted papers

2026

Semantic Foam: Unifying Spatial and Semantic Scene Decomposition

CVPR 2026

Modern scene reconstruction methods, such as 3D Gaussian Splatting, deliver photo-realistic novel view synthesis at real-time speeds, yet their adoption in interactive graphics applications has been limited. A major bottleneck is the difficulty of interacting with these representations compared to t

Cited by 0SourceScholar
2025

HyperNet Fields: Efficiently Training Hypernetworks without Ground Truth by Learning Weight Trajectories

CVPR 2025poster

To efficiently adapt large models or to train generative models of neural representations, Hypernetworks have drawn interest. While hypernetworks work well, training them is cumbersome, and often requires ground truth optimized weights for each sample. However, obtaining each of these weights is a t…

Cited by 0SourcePDFScholar
2025

Radiant Foam: Real-Time Differentiable Ray Tracing

ICCV 2025poster

Research on differentiable scene representations is consistently moving towards more efficient, real-time models. Recently, this has led to the popularization of splatting methods, which eschew the traditional ray-based rendering of radiance fields in favor of rasterization. This has yielded a signi…

Cited by 0SourcePDFScholar
2025

StochasticSplats: Stochastic Rasterization for Sorting-Free 3D Gaussian Splatting

ICCV 2025poster

3D Gaussian splatting (3DGS) is a popular radiance field method, with many application-specific extensions. Most variants rely on the same core algorithm: depth-sorting of Gaussian splats then rasterizing in primitive order. This ensures correct alpha compositing, but can cause rendering artifacts d…

Cited by 0SourcePDFScholar
2024

3D Gaussian Splatting as Markov Chain Monte Carlo

NeurIPS 2024spotlight

While 3D Gaussian Splatting has recently become popular for neural rendering, current methods rely on carefully engineered cloning and splitting strategies for placing Gaussians, which does not always generalize and may lead to poor-quality renderings. For many real-world scenes this leads to their…

2024

Accelerating Neural Field Training via Soft Mining

CVPR 2024poster

We present an approach to accelerate Neural Field training by efficiently selecting sampling locations. While Neural Fields have recently become popular it is often trained by uniformly sampling the training domain or through handcrafted heuristics. We show that improved convergence and final traini…

2024

BANF: Band-Limited Neural Fields for Levels of Detail Reconstruction

CVPR 2024poster

Largely due to their implicit nature neural fields lack a direct mechanism for filtering as Fourier analysis from discrete signal processing is not directly applicable to these representations. Effective filtering of neural fields is critical to enable level-of-detail processing in downstream applic…

Cited by 3SourcePDFScholar
2024

Lagrangian Hashing for Compressed Neural Field Representations

ECCV 2024poster

"We present Lagrangian Hashing, a representation for neural fields combining the characteristics of fast training NeRF methods that rely on Eulerian grids (i.e. InstantNGP), with those that employ points equipped with features as a way to represent information (e.g. 3D Gaussian Splatting or PointNeR…

Cited by 1SourcePDFScholar
2024

Neural Fields as Distributions: Signal Processing Beyond Euclidean Space

CVPR 2024poster

Neural fields have emerged as a powerful and broadly applicable method for representing signals. However in contrast to classical discrete digital signal processing the portfolio of tools to process such representations is still severely limited and restricted to Euclidean domains. In this paper we…

Cited by 1SourcePDFScholar
2024

Prompting Hard or Hardly Prompting: Prompt Inversion for Text-to-Image Diffusion Models

CVPR 2024poster

The quality of the prompts provided to text-to-image diffusion models determines how faithful the generated content is to the user's intent often requiring `prompt engineering'. To harness visual concepts from target images without prompt engineering current approaches largely rely on embedding inve…

Cited by 16SourcePDFScholar
2024

Salience-Based Adaptive Masking: Revisiting Token Dynamics for Enhanced Pre-training

ECCV 2024poster

"In this paper, we introduce Saliency-Based Adaptive Masking (SBAM), a novel and cost-effective approach that significantly enhances the pre-training performance of Masked Image Modeling (MIM) approaches by prioritizing token salience. Our method provides robustness against variations in masking rat…

2024

Unsupervised Keypoints from Pretrained Diffusion Models

CVPR 2024highlight

Unsupervised learning of keypoints and landmarks has seen significant progress with the help of modern neural network architectures but performance is yet to match the supervised counterpart making their practicability questionable. We leverage the emergent knowledge within text-to-image diffusion m…

2024

ViVid-1-to-3: Novel View Synthesis with Video Diffusion Models

CVPR 2024highlight

Generating novel views of an object from a single image is a challenging task. It requires an understanding of the underlying 3D structure of the object from an image and rendering high-quality spatially consistent new views. While recent methods for view synthesis based on diffusion have shown grea…

Cited by 35SourcePDFScholar
2023

BlendFields: Few-Shot Example-Driven Facial Modeling

CVPR 2023poster

Generating faithful visualizations of human faces requires capturing both coarse and fine-level details of the face geometry and appearance. Existing methods are either data-driven, requiring an extensive corpus of data not publicly accessible to the research community, or fail to capture fine detai…

Cited by 8SourcePDFScholar
2023

Pointersect: Neural Rendering With Cloud-Ray Intersection

CVPR 2023poster

We propose a novel method that renders point clouds as if they are surfaces. The proposed method is differentiable and requires no scene-specific optimization. This unique capability enables, out-of-the-box, surface normal estimation, rendering room-scale point clouds, inverse rendering, and ray tra…

Cited by 20SourcePDFScholar
2023

Unsupervised Semantic Correspondence Using Stable Diffusion

NeurIPS 2023poster

Text-to-image diffusion models are now capable of generating images that are often indistinguishable from real images. To generate such images, these models must understand the semantics of the objects they are asked to generate. In this work we show that, without any training, one can leverage this…

2022

CoNeRF: Controllable Neural Radiance Fields

CVPR 2022poster

We extend neural 3D representations to allow for intuitive and interpretable user control beyond novel view rendering (i.e. camera control). We allow the user to annotate which part of the scene one wishes to control with just a small number of mask annotations in the training images. Our key idea i…

Cited by 109PDFcodeScholar
2022

Kubric: A Scalable Dataset Generator

CVPR 2022poster

Data is the driving force of machine learning, with the amount and quality of training data often being more important for the performance of a system than architecture and training details. But collecting, processing and annotating real data at scale is difficult, expensive, and frequently raises a…

Cited by 249PDFcodeScholar
2022

NeuMan: Neural Human Radiance Field from a Single Video

ECCV 2022poster

"Photorealistic rendering and reposing of humans is important for enabling augmented reality experiences. We propose a novel framework to reconstruct the human and the scene that can be rendered with novel human poses and views from just a single in-the-wild video. Given a video captured by a moving…

2021

COTR: Correspondence Transformer for Matching Across Images

ICCV 2021poster

We propose a novel framework for finding correspondences in images based on a deep neural network that, given two images and a query point in one of them, finds its correspondence in the other. By doing so, one has the option to query only the points of interest and retrieve sparse correspondences,…

Cited by 320PDFcodeScholar
2021

Canonical Capsules: Self-Supervised Capsules in Canonical Pose

NeurIPS 2021poster

We propose a self-supervised capsule architecture for 3D point clouds. We compute capsule decompositions of objects through permutation-equivariant attention, and self-supervise the process by training with pairs of randomly rotated objects. Our key idea is to aggregate the attention masks into sema…

2021

MIST: Multiple Instance Spatial Transformer

CVPR 2021poster

We propose a deep network that can be trained to tackle image reconstruction and classification problems that involve detection of multiple object instances, without any supervision regarding their whereabouts. The network learns to extract the most significant top-K patches, and feeds these patches…

Cited by 15PDFcodeScholar
2021

VaB-AL: Incorporating Class Imbalance and Difficulty With Variational Bayes for Active Learning

CVPR 2021poster

Active Learning for discriminative models has largely been studied with the focus on individual samples, with less emphasis on how classes are distributed or which classes are hard to deal with. In this work, we show that this is harmful. We propose a method based on the Bayes' rule, that can natura…

Cited by 57PDFScholar
2020

ACNe: Attentive Context Normalization for Robust Permutation-Equivariant Learning

CVPR 2020poster

Many problems in computer vision require dealing with sparse, unordered data in the form of point clouds. Permutation-equivariant networks have become a popular solution - they operate on individual data points with simple perceptrons and extract contextual information with global pooling. This can…

Cited by 196PDFcodeScholar
2019

Beyond Cartesian Representations for Local Descriptors

ICCV 2019poster

The dominant approach for learning local patch descriptors relies on small image regions whose scale must be properly estimated a priori by a keypoint detector. In other words, if two patches are not in correspondence, their descriptors will not match. A strategy often used to alleviate this problem…

Cited by 135PDFcodeScholar
2019

Linearized Multi-Sampling for Differentiable Image Transformation

ICCV 2019oral

We propose a novel image sampling method for differentiable image transformation in deep neural networks. The sampling schemes currently used in deep learning, such as Spatial Transformer Networks, rely on bilinear interpolation, which performs poorly under severe scale changes, and more importantly…

Cited by 27PDFcodeScholar
2018

Eigendecomposition-free Training of Deep Networks with Zero Eigenvalue-based Losses

ECCV 2018poster

Many classical Computer Vision problems, such as essential matrix computation and pose estimation from 3D to 2D correspondences, can be solved by finding the eigenvector corresponding to the smallest, or zero, eigenvalue of a matrix representing a linear system. Incorporating this in deep learning f…

Cited by 54SourcePDFScholar
2018

Learning to Find Good Correspondences

CVPR 2018poster

We develop a deep architecture to learn to find good correspondences for wide-baseline stereo. Given a set of putative sparse matches and the camera intrinsics, we train our network in an end-to-end fashion to label the correspondences as inliers or outliers, while simultaneously using them to recov…

Cited by 685SourcePDFScholar
2015

A Novel Representation of Parts for Accurate 3D Object Detection and Tracking in Monocular Images

ICCV 2015poster

We present a method that estimates in real-time and under challenging conditions the 3D pose of a known object. Our method relies only on grayscale images since depth cameras fail on metallic objects; it can handle poorly textured objects, and cluttered, changing environments; the pose it predi…

Cited by 135PDFScholar