← Search

Zhizhong Han

58 accepted papers

2026

3D Gaussian Splatting with Self-Constrained Priors for High Fidelity Surface Reconstruction

CVPR 2026

Rendering 3D surfaces has been revolutionized within the modeling of radiance fields through either 3DGS or NeRF. Although 3DGS has shown advantages over NeRF in terms of rendering quality or speed, there is still room for improvement in recovering high fidelity surfaces through 3DGS. To resolve thi

Cited by 0SourcecodeScholar
2026

Learning Compact Latent Space for Representing Neural Signed Distance Functions with High-fidelity Geometry Details

AAAI 2026technical

Neural signed distance functions (SDFs) have been a vital representation to represent 3D shapes or scenes with neural networks. An SDF is an implicit function that can query signed distances at specific coordinates for recovering a 3D surface. Although implicit functions work well on a single shape

Cited by 0SourcePDFScholar
2026

VGGS: VGGT-guided Gaussian Splatting for Efficient and Faithful Sparse-View Surface Reconstruction

AAAI 2026technical

Reconstructing a faithful geometric surface from sparse images remains a fundamental challenge in 3D computer vision. While recent methods have achieved remarkable progress, they still struggle to recover reliable geometry due to the lack of multi-view geometric cues, particularly in non-overlapping

Cited by 0SourcePDFScholar
2025

GaussianUDF: Inferring Unsigned Distance Functions through 3D Gaussian Splatting

CVPR 2025highlight

Reconstructing open surfaces from multi-view images is vital in digitalizing complex objects in daily life. A widely used strategy is to learn unsigned distance functions (UDFs) by checking if their appearance conforms to the image observations through neural rendering. However, it is still hard to…

Cited by 4SourcePDFScholar
2025

Learning Bijective Surface Parameterization for Inferring Signed Distance Functions from Sparse Point Clouds with Grid Deformation

CVPR 2025poster

Inferring signed distance functions (SDFs) from sparse point clouds remains a challenge in surface reconstruction. The key lies in the lack of detailed geometric information in sparse point clouds, which is essential for learning a continuous field. To resolve this issue, we present a novel approach…

Cited by 3SourcePDFScholar
2025

MaterialRefGS: Reflective Gaussian Splatting with Multi-view Consistent Material Inference

NeurIPS 2025poster

Modeling reflections from 2D images is essential for photorealistic rendering and novel view synthesis. Recent approaches enhance Gaussian primitives with reflection-related material attributes to enable physically based rendering (PBR) with Gaussian Splatting. However, the material inference often…

Cited by 0SourcecodeScholar
2025

MonoInstance: Enhancing Monocular Priors via Multi-view Instance Alignment for Neural Rendering and Reconstruction

CVPR 2025poster

Monocular depth priors have been widely adopted by neural rendering in multi-view based tasks such as 3D reconstruction and novel view synthesis. However, due to the inconsistent prediction on each view, how to more effectively leverage monocular cues in a multi-view context remains a challenge. Cur…

Cited by 4SourcePDFScholar
2025

NeRFPrior: Learning Neural Radiance Field as a Prior for Indoor Scene Reconstruction

CVPR 2025highlight

Recently, it has shown that priors are vital for neural implicit functions to reconstruct high-quality surfaces from multi-view RGB images. However, current priors require large-scale pre-training, and merely provide geometric clues without considering the importance of color. In this paper, we pres…

Cited by 3SourcePDFScholar
2025

Sensing Surface Patches in Volume Rendering for Inferring Signed Distance Functions

AAAI 2025technical

It is vital to recover 3D geometry from multi-view RGB images in many 3D computer vision tasks. The latest methods infer the geometry represented as a signed distance field by minimizing the rendering error on the field through volume rendering. However, it is still challenging to explicitly impose…

2025

Sharpening Neural Implicit Functions with Frequency Consolidation Priors

AAAI 2025technical

Signed Distance Functions (SDFs) are vital implicit representations to represent high fidelity 3D surfaces. Current methods mainly leverage a neural network to learn an SDF from various supervisions including signed distances, 3D point clouds, or multi-view images. However, due to various reasons in…

2025

SparseRecon: Neural Implicit Surface Reconstruction from Sparse Views with Feature and Depth Consistencies

ICCV 2025poster

Surface reconstruction from sparse views aims to reconstruct a 3D shape or scene from few RGB images. The latest methods are either generalization-based or overfitting-based. However, the generalization-based methods do not generalize well on views that were unseen during training, while the reconst…

2025

U-CAN: Unsupervised Point Cloud Denoising with Consistency-Aware Noise2Noise Matching

NeurIPS 2025poster

Point clouds captured by scanning sensors are often perturbed by noise, which have a highly negative impact on downstream tasks (e.g. surface reconstruction and shape understanding). Previous works mostly focus on training neural networks with noisy-clean point cloud pairs for learning denoising pri…

Cited by 0SourcecodeScholar
2025

VTGaussian-SLAM: RGBD SLAM for Large Scale Scenes with Splatting View-Tied 3D Gaussians

ICML 2025poster

Jointly estimating camera poses and mapping scenes from RGBD images is a fundamental task in simultaneous localization and mapping (SLAM). State-of-the-art methods employ 3D Gaussians to represent a scene, and render these Gaussians through splatting for higher efficiency and better rendering. Howe…

2024

3D-OAE: Occlusion Auto-Encoders for Self-Supervised Learning on Point Clouds

ICRA 2024poster

The manual annotation for large-scale point clouds is still tedious and unavailable for many harsh real-world tasks. Self-supervised learning, which is used on raw and unlabeled data to pre-train deep neural networks, is a promising approach to address this issue. Existing works usually take the com…

Cited by 21SourcecodeScholar
2024

Binocular-Guided 3D Gaussian Splatting with View Consistency for Sparse View Synthesis

NeurIPS 2024poster

Novel view synthesis from sparse inputs is a vital yet challenging task in 3D computer vision. Previous methods explore 3D Gaussian Splatting with neural priors (e.g. depth priors) as an additional supervision, demonstrating promising quality and efficiency compared to the NeRF based methods. Howeve…

Cited by 8SourcePDFScholar
2024

Inferring Neural Signed Distance Functions by Overfitting on Single Noisy Point Clouds through Finetuning Data-Driven based Priors

NeurIPS 2024poster

It is important to estimate an accurate signed distance function (SDF) from a point cloud in many computer vision applications. The latest methods learn neural SDFs using either a data-driven based or an overfitting-based strategy. However, these two kinds of methods are with either poor generalizat…

2024

Learning Continuous Implicit Field with Local Distance Indicator for Arbitrary-Scale Point Cloud Upsampling

AAAI 2024technical

Point cloud upsampling aims to generate dense and uniformly distributed point sets from a sparse point cloud, which plays a critical role in 3D computer vision. Previous methods typically split a sparse point cloud into several local patches, upsample patch points, and merge all upsampled patches. H…

2024

Learning Local Pattern Modularization for Point Cloud Reconstruction from Unseen Classes

ECCV 2024poster

"It is challenging to reconstruct 3D point clouds in unseen classes from single 2D images. Instead of object-centered coordinate system, current methods generalized global priors learned in seen classes to reconstruct 3D shapes from unseen classes in viewer-centered coordinate system. However, the r…

2024

Learning Unsigned Distance Functions from Multi-view Images with Volume Rendering Priors

ECCV 2024poster

"Unsigned distance functions (UDFs) have been a vital representation for open surfaces. With different differentiable renderers, current methods are able to train neural networks to infer a UDF by minimizing the rendering errors on the UDF to the multi-view ground truth. However, these differentiabl…

2024

MultiPull: Detailing Signed Distance Functions by Pulling Multi-Level Queries at Multi-Step

NeurIPS 2024poster

Reconstructing a continuous surface from a raw 3D point cloud is a challenging task. Latest methods employ supervised learning or pretrained priors to learn a signed distance function (SDF). However, neural networks tend to smooth local details due to the lack of ground truth signed distnaces or nor…

Cited by 8SourcePDFScholar
2024

Neural Signed Distance Function Inference through Splatting 3D Gaussians Pulled on Zero-Level Set

NeurIPS 2024poster

It is vital to infer a signed distance function (SDF) for multi-view based surface reconstruction. 3D Gaussian splatting (3DGS) provides a novel perspective for volume rendering, and shows advantages in rendering efficiency and quality. Although 3DGS provides a promising neural rendering option, it…

Cited by 14SourcePDFScholar
2024

UDiFF: Generating Conditional Unsigned Distance Fields with Optimal Wavelet Diffusion

CVPR 2024poster

Diffusion models have shown remarkable results for image generation editing and inpainting. Recent works explore diffusion models for 3D shape generation with neural implicit functions i.e. signed distance function and occupancy function. However they are limited to shapes with closed surfaces which…

2024

Zero-Shot Scene Reconstruction from Single Images with Deep Prior Assembly

NeurIPS 2024poster

Large language and vision models have been leading a revolution in visual computing. By greatly scaling up sizes of data and model parameters, the large models learn deep priors which lead to remarkable performance in various tasks. In this work, we present deep prior assembly, a novel framework tha…

2023

Coordinate Quantized Neural Implicit Representations for Multi-view Reconstruction

ICCV 2023poster

In recent years, huge progress has been made on learn- ing neural implicit representations from multi-view images for 3D reconstruction. As an additional input complement- ing coordinates, using sinusoidal functions as positional encodings plays a key role in revealing high frequency de- tails with…

Cited by 10PDFcodeScholar
2023

Differentiable Registration of Images and LiDAR Point Clouds with VoxelPoint-to-Pixel Matching

NeurIPS 2023spotlight

Cross-modality registration between 2D images captured by cameras and 3D point clouds from LiDARs is a crucial task in computer vision and robotic. Previous methods estimate 2D-3D correspondences by matching point and pixel patterns learned by neural networks, and use Perspective-n-Points (PnP) to e…

2023

GridPull: Towards Scalability in Learning Implicit Representations from 3D Point Clouds

ICCV 2023poster

Learning implicit representations has been a widely used solution for surface reconstruction from 3D point clouds. The latest methods infer a distance or occupancy field by overfitting a neural network on a single point cloud. However, these methods suffer from a slow inference due to the slow conve…

Cited by 26PDFcodeScholar
2023

LP-DIF: Learning Local Pattern-Specific Deep Implicit Function for 3D Objects and Scenes

CVPR 2023poster

Deep Implicit Function (DIF) has gained much popularity as an efficient 3D shape representation. To capture geometry details, current mainstream methods divide 3D shapes into local regions and then learn each one with a local latent code via a decoder, where the decoder shares the geometric similari…

2023

Learning Neural Implicit through Volume Rendering with Attentive Depth Fusion Priors

NeurIPS 2023poster

Learning neural implicit representations has achieved remarkable performance in 3D reconstruction from multi-view images. Current methods use volume rendering to render implicit representations into either RGB or depth images that are supervised by the multi-view ground truth. However, rendering a v…

Cited by 15SourcePDFScholar
2023

Learning Signed Distance Functions from Noisy 3D Point Clouds via Noise to Noise Mapping

ICML 2023oral

Learning signed distance functions (SDFs) from 3D point clouds is an important task in 3D computer vision. However, without ground truth signed distances, point normals or clean point clouds, current methods still struggle from learning SDFs from noisy point clouds. To overcome this challenge, we pr…

2023

Learning a More Continuous Zero Level Set in Unsigned Distance Fields through Level Set Projection

ICCV 2023poster

Latest methods represent shapes with open surfaces using unsigned distance functions (UDFs). They train neural networks to learn UDFs and reconstruct surfaces with the gradients around the zero level set of the UDF. However, the differential networks struggle from learning the zero level set where t…

Cited by 33PDFcodeScholar
2023

NeAF: Learning Neural Angle Fields for Point Normal Estimation

AAAI 2023technical

Normal estimation for unstructured point clouds is an important task in 3D computer vision. Current methods achieve encouraging results by mapping local patches to normal vectors or learning local surface fitting using neural networks. However, these methods are not generalized well to unseen scenar…

2023

NeuralGF: Unsupervised Point Normal Estimation by Learning Neural Gradient Function

NeurIPS 2023poster

Normal estimation for 3D point clouds is a fundamental task in 3D geometry processing. The state-of-the-art methods rely on priors of fitting local surfaces learned from normal supervision. However, normal supervision in benchmarks comes from synthetic shapes and is usually not available from real s…

2023

Parts2Words: Learning Joint Embedding of Point Clouds and Texts by Bidirectional Matching Between Parts and Words

CVPR 2023poster

Shape-Text matching is an important task of high-level shape understanding. Current methods mainly represent a 3D shape as multiple 2D rendered views, which obviously can not be understood well due to the structural ambiguity caused by self-occlusion in the limited number of views. To resolve this i…

2023

Retro-FPN: Retrospective Feature Pyramid Network for Point Cloud Semantic Segmentation

ICCV 2023poster

Learning per-point semantic features from the hierarchical feature pyramid is essential for point cloud semantic segmentation. However, most previous methods suffered from ambiguous region features or failed to refine per-point features effectively, which leads to information loss and ambiguous sema…

Cited by 15PDFcodeScholar
2023

SHS-Net: Learning Signed Hyper Surfaces for Oriented Normal Estimation of Point Clouds

CVPR 2023poster

We propose a novel method called SHS-Net for oriented normal estimation of point clouds by learning signed hyper surfaces, which can accurately predict normals with global consistent orientation from various point clouds. Almost all existing methods estimate oriented normals through a two-stage pipe…

2023

Towards Better Gradient Consistency for Neural Signed Distance Functions via Level Set Alignment

CVPR 2023poster

Neural signed distance functions (SDFs) have shown remarkable capability in representing geometry with details. However, without signed distance supervision, it is still a challenge to infer SDFs from point clouds or multi-view images using neural networks. In this paper, we claim that gradient cons…

2023

Unsupervised Inference of Signed Distance Functions From Single Sparse Point Clouds Without Learning Priors

CVPR 2023poster

It is vital to infer signed distance functions (SDFs) from 3D point clouds. The latest methods rely on generalizing the priors learned from large scale supervision. However, the learned priors do not generalize well to various geometric variations that are unseen during training, especially for extr…

2022

3D Shape Reconstruction From 2D Images With Disentangled Attribute Flow

CVPR 2022poster

Reconstructing 3D shape from a single 2D image is a challenging task, which needs to estimate the detailed 3D structures based on the semantic attributes from 2D image. So far, most of the previous methods still struggle to extract semantic attributes for 3D reconstruction task. Since the semantic a…

Cited by 66PDFcodeScholar
2022

HSurf-Net: Normal Estimation for 3D Point Clouds by Learning Hyper Surfaces

NeurIPS 2022accept

We propose a novel normal estimation method called HSurf-Net, which can accurately predict normals from point clouds with noise and density variations. Previous methods focus on learning point weights to fit neighborhoods into a geometric surface approximated by a polynomial function with a predefin…

2022

Learning Consistency-Aware Unsigned Distance Functions Progressively from Raw Point Clouds

NeurIPS 2022accept

Surface reconstruction for point clouds is an important task in 3D computer vision. Most of the latest methods resolve this problem by learning signed distance functions (SDF) from point clouds, which are limited to reconstructing shapes or scenes with closed surfaces. Some other methods tried to re…

Cited by 83SourcePDFScholar
2022

Learning Deep Implicit Functions for 3D Shapes With Dynamic Code Clouds

CVPR 2022poster

Deep Implicit Function (DIF) has gained popularity as an efficient 3D shape representation. To capture geometry details, current methods usually learn DIF using local latent codes, which discretize the space into a regular 3D grid (or octree) and store local codes in grid points (or octree nodes). G…

Cited by 60PDFcodeScholar
2022

Surface Reconstruction From Point Clouds by Learning Predictive Context Priors

CVPR 2022poster

Surface reconstruction from point clouds is vital for 3D computer vision. State-of-the-art methods leverage large datasets to first learn local context priors that are represented as neural network-based signed distance functions (SDFs) with some parameters encoding the local contexts. To reconstruc…

Cited by 95PDFcodeScholar
2021

Cycle4Completion: Unpaired Point Cloud Completion Using Cycle Transformation With Missing Region Coding

CVPR 2021poster

In this paper, we present a novel unpaired point cloud completion network, named Cycle4Completion, to infer the complete geometries from a partial 3D object. Previous unpaired completion methods merely focus on the learning of geometric correspondence from incomplete shapes to complete shapes, and i…

Cited by 134PDFcodeScholar
2021

Neural-Pull: Learning Signed Distance Function from Point clouds by Learning to Pull Space onto Surface

ICML 2021spotlight

Reconstructing continuous surfaces from 3D point clouds is a fundamental operation in 3D geometry processing. Several recent state-of-the-art methods address this problem using neural networks to learn signed distance functions (SDFs). In this paper, we introduce Neural-Pull, a new approach that is…

2021

PMP-Net: Point Cloud Completion by Learning Multi-Step Point Moving Paths

CVPR 2021poster

The task of point cloud completion aims to predict the missing part for an incomplete 3D shape. A widely used strategy is to generate a complete point cloud from the incomplete one. However, the unordered nature of point clouds will degrade the generation of high-quality 3D shapes, as the detailed t…

Cited by 235PDFcodeScholar
2021

SnowflakeNet: Point Cloud Completion by Snowflake Point Deconvolution With Skip-Transformer

ICCV 2021poster

Point cloud completion aims to predict a complete shape in high accuracy from its partial observation. However, previous methods usually suffered from discrete nature of point cloud and unstructured prediction of points in local regions, which makes it hard to reveal fine local geometric details on…

Cited by 326PDFcodeScholar
2021

Unsupervised Learning of Fine Structure Generation for 3D Point Clouds by 2D Projections Matching

ICCV 2021poster

Learning to generate 3D point clouds without 3D supervision is an important but challenging problem. Current solutions leverage various differentiable renderers to project the generated 3D point clouds onto a 2D image plane, and train deep neural networks using the per-pixel difference with 2D groun…

Cited by 47PDFcodeScholar
2020

DRWR: A Differentiable Renderer without Rendering for Unsupervised 3D Structure Learning from Silhouette Images

ICML 2020poster

Differentiable renderers have been used successfully for unsupervised 3D structure learning from 2D images because they can bridge the gap between 3D and 2D. To optimize 3D shape parameters, current renderers rely on pixel-wise losses between rendered images of 3D reconstructions and ground truth im…

Cited by 61SourcePDFScholar
2020

Point Cloud Completion by Skip-Attention Network With Hierarchical Folding

CVPR 2020poster

Point cloud completion aims to infer the complete geometries for missing regions of 3D objects from incomplete ones. Previous methods usually predict the complete point cloud based on the global shape representation extracted from the incomplete input. However, the global representation often suffer…

Cited by 325PDFScholar
2020

SDFDiff: Differentiable Rendering of Signed Distance Fields for 3D Shape Optimization

CVPR 2020oral

We propose SDFDiff, a novel approach for image-based shape optimization using differentiable rendering of 3D shapes represented by signed distance functions (SDFs). Compared to other representations, SDFs have the advantage that they can represent shapes with arbitrary topology, and that they guaran…

Cited by 271PDFcodeScholar
2020

SeqXY2SeqZ: Structure Learning for 3D Shapes by Sequentially Predicting 1D Occupancy Segments From 2D Coordinates

ECCV 2020poster

Structure learning for 3D shapes is vital for 3D computer vision. State-of-the-art methods show promising results by representing shapes using implicit functions in 3D that are learned using discriminative neural networks. However, learning implicit functions requires dense and irregular sampling in…

Cited by 35SourcePDFScholar
2019

Fast Low-rank Metric Learning for Large-scale and High-dimensional Data

NeurIPS 2019poster

Low-rank metric learning aims to learn better discrimination of data subject to low-rank constraints. It keeps the intrinsic low-rank structure of datasets and reduces the time cost and memory usage in metric learning. However, it is still a challenge for current methods to handle datasets with both…

2019

Multi-Angle Point Cloud-VAE: Unsupervised Feature Learning for 3D Point Clouds From Multiple Angles by Joint Self-Reconstruction and Half-to-Half Prediction

ICCV 2019poster

Unsupervised feature learning for point clouds has been vital for large-scale point cloud understanding. Recent deep learning based methods depend on learning global geometry from self-reconstruction. However, these methods are still suffering from ineffective learning of local geometry, which signi…

Cited by 162PDFScholar