← Search

Baorui Ma

17 accepted papers

2026

Chain of World: World Model Thinking in Latent Motion

CVPR 2026

Vision-Language-Action (VLA) models are promising for embodied intelligence, yet they often overlook the predictive and temporal-causal structure underlying visual dynamics. World-model VLAs address this by predicting future frames, but waste capacity reconstructing redundant backgrounds. To overcom

Cited by 0SourcecodeScholar
2026

TIGaussian: Disentangle Gaussians for Spatial-Awared Text-Image-3D Alignment

ICLR 2026poster

While visual-language models have profoundly linked features between texts and images, the incorporation of 3D modality data, such as point clouds and 3D Gaussians, further enables pretraining for 3D-related tasks, e.g., cross-modal retrieval, zero-shot classification, and scene recognition. As chal…

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

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

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

Uni3D: Exploring Unified 3D Representation at Scale

ICLR 2024spotlight

Scaling up representations for images or text has been extensively investigated in the past few years and has led to revolutions in learning vision and language. However, scalable representation for 3D objects and scenes is relatively unexplored. In this work, we present Uni3D, a 3D foundation model…

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

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

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…

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

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

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…