← Search

Xuyang BAI

11 accepted papers

2026

Less Gaussians, Texture More: 4K Feed-Forward Textured Splatting

ICLR 2026poster

Existing feed-forward 3D Gaussian Splatting methods typically rely on pixel-aligned primitives, which makes scaling to higher resolutions (e.g., 4K) prohibitive as the number of Gaussians grows quadratically with image resolution. We introduce LGTM (Less Gaussians, Texture More), a feed-forward and…

Cited by 0SourcecodeScholar
2026

Sharp Monocular View Synthesis in Less Than a Second

ICLR 2026poster

We present SHARP, an approach to photorealistic view synthesis from a single image. Given a single photograph, SHARP regresses the parameters of a 3D Gaussian representation of the depicted scene. This is done in less than a second on a standard GPU via a single feedforward pass through a neural net…

Cited by 0SourcecodeScholar
2023

One Training for Multiple Deployments: Polar-based Adaptive BEV Perception for Autonomous Driving

ICRA 2023poster

Current on-board chips usually have different computing power, which means multiple training processes are needed for adapting the same learning-based algorithm to different chips, costing huge computing resources. The situation becomes even worse for 3D perception methods with large models. Previou…

Cited by 5SourceScholar
2022

LiDAL: Inter-Frame Uncertainty Based Active Learning for 3D LiDAR Semantic Segmentation

ECCV 2022poster

"We propose LiDAL, a novel active learning method for 3D LiDAR semantic segmentation by exploiting inter-frame uncertainty among LiDAR frames. Our core idea is that a well-trained model should generate robust results irrespective of viewpoints for scene scanning and thus the inconsistencies in model…

2022

TransFusion: Robust LiDAR-Camera Fusion for 3D Object Detection With Transformers

CVPR 2022poster

LiDAR and camera are two important sensors for 3D object detection in autonomous driving. Despite the increasing popularity of sensor fusion in this field, the robustness against inferior image conditions, e.g., bad illumination and sensor misalignment, is under-explored. Existing fusion methods are…

Cited by 806PDFcodeScholar
2021

Learning To Match Features With Seeded Graph Matching Network

ICCV 2021poster

Matching local features across images is a fundamental problem in computer vision. Targeting towards high accuracy and efficiency, we propose Seeded Graph Matching Network, a graph neural network with sparse structure to reduce redundant connectivity and learn compact representation. The network con…

Cited by 142PDFcodeScholar
2021

PointDSC: Robust Point Cloud Registration Using Deep Spatial Consistency

CVPR 2021poster

Removing outlier correspondences is one of the critical steps for successful feature-based point cloud registration. Despite the increasing popularity of introducing deep learning methods in this field, spatial consistency, which is essentially established by a Euclidean transformation between point…

Cited by 355PDFcodeScholar
2021

VMNet: Voxel-Mesh Network for Geodesic-Aware 3D Semantic Segmentation

ICCV 2021poster

In recent years, sparse voxel-based methods have become the state-of-the-arts for 3D semantic segmentation of indoor scenes, thanks to the powerful 3D CNNs. Nevertheless, being oblivious to the underlying geometry, voxel-based methods suffer from ambiguous features on spatially close objects and str…

Cited by 75PDFcodeScholar
2020

ASLFeat: Learning Local Features of Accurate Shape and Localization

CVPR 2020poster

This work focuses on mitigating two limitations in the joint learning of local feature detectors and descriptors. First, the ability to estimate the local shape (scale, orientation, etc.) of feature points is often neglected during dense feature extraction, while the shape-awareness is crucial to ac…

Cited by 379PDFcodeScholar
2020

D3Feat: Joint Learning of Dense Detection and Description of 3D Local Features

CVPR 2020oral

A successful point cloud registration often lies on robust establishment of sparse matches through discriminative 3D local features. Despite the fast evolution of learning-based 3D feature descriptors, little attention has been drawn to the learning of 3D feature detectors, even less for a joint lea…

Cited by 528PDFcodeScholar
2020

JSENet: Joint Semantic Segmentation and Edge Detection Network for 3D Point Clouds

ECCV 2020poster

Semantic segmentation and semantic edge detection can be seen as two dual problems with close relationships in computer vision. Despite the fast evolution of learning-based 3D semantic segmentation methods, little attention has been drawn to the learning of 3D semantic edge detectors, even less to a…