← Search

Mingchao Sun

4 accepted papers

2026

CLoD-GS: Continuous Level-of-Detail via 3D Gaussian Splatting

ICLR 2026poster

Level of Detail (LoD) is a fundamental technique in real-time computer graphics for managing the rendering costs of complex scenes while preserving visual fidelity. Traditionally, LoD is implemented using discrete levels (DLoD), where multiple, distinct versions of a model are swapped out at differe…

Cited by 0SourcecodeScholar
2026

PointCNN++: Performant Convolution on Native Points

CVPR 2026

Existing convolutional learning methods for 3D point cloud data are divided into two paradigms: point-based methods that preserve geometric precision but often face performance challenges, and voxel-based methods that achieve high efficiency through quantization at the cost of geometric fidelity. Th

Cited by 0SourcecodeScholar
2026

SocialNav: Training Human-Inspired Foundation Model for Socially-Aware Embodied Navigation

CVPR 2026

Embodied navigation that adheres to social norms remains an open research challenge. Our SocialNav is a foundational model for socially-aware navigation with a hierarchical "brain-action" architecture, capable of understanding high-level social norms and generating low-level, socially compliant traj

Cited by 0SourcecodeScholar
2018

PointCNN: Convolution On X-Transformed Points

NeurIPS 2018poster

We present a simple and general framework for feature learning from point cloud. The key to the success of CNNs is the convolution operator that is capable of leveraging spatially-local correlation in data represented densely in grids (e.g. images). However, point cloud are irregular and unordered,…