← Search

Zixin Luo

17 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
2022

ASpanFormer: Detector-Free Image Matching with Adaptive Span Transformer

ECCV 2022poster

"Generating robust and reliable correspondences across images is a fundamental task for a diversity of applications. To capture context at both global and local granularity, we propose ASpanFormer, a Transformer-based detector-free matcher that is built on hierarchical attention structure, adopting…

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
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

BlendedMVS: A Large-Scale Dataset for Generalized Multi-View Stereo Networks

CVPR 2020poster

While deep learning has recently achieved great success on multi-view stereo (MVS), limited training data makes the trained model hard to be generalized to unseen scenarios. Compared with other computer vision tasks, it is rather difficult to collect a large-scale MVS dataset as it requires expensiv…

Cited by 534PDFcodeScholar
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

KFNet: Learning Temporal Camera Relocalization Using Kalman Filtering

CVPR 2020oral

Temporal camera relocalization estimates the pose with respect to each video frame in sequence, as opposed to one-shot relocalization which focuses on a still image. Even though the time dependency has been taken into account, current temporal relocalization methods still generally underperform the…

Cited by 99PDFcodeScholar
2020

Stochastic Bundle Adjustment for Efficient and Scalable 3D Reconstruction

ECCV 2020poster

Current bundle adjustment solvers such as the Levenberg-Marquardt (LM) algorithm are limited by the bottleneck in solving the Reduced Camera System (RCS) whose dimension is proportional to the camera number. When the problem is scaled up, this step is neither efficient in computation nor manageable…

2019

Beyond Photometric Loss for Self-Supervised Ego-Motion Estimation

ICRA 2019poster

Accurate relative pose is one of the key components in visual odometry (VO) and simultaneous localization and mapping (SLAM). Recently, the self-supervised learning framework that jointly optimizes the relative pose and target image depth has attracted the attention of the community. Previous works…

Cited by 113SourcecodeScholar
2019

ContextDesc: Local Descriptor Augmentation With Cross-Modality Context

CVPR 2019oral

Most existing studies on learning local features focus on the patch-based descriptions of individual keypoints, whereas neglecting the spatial relations established from their keypoint locations. In this paper, we go beyond the local detail representation by introducing context awareness to augment…

Cited by 315PDFcodeScholar
2019

Cross-Atlas Convolution for Parameterization Invariant Learning on Textured Mesh Surface

CVPR 2019poster

We present a convolutional network architecture for direct feature learning on mesh surfaces through their atlases of texture maps. The texture map encodes the parameterization from 3D to 2D domain, rendering not only RGB values but also rasterized geometric features if necessary. Since the paramete…

Cited by 21PDFScholar
2019

Learning Two-View Correspondences and Geometry Using Order-Aware Network

ICCV 2019poster

Establishing correspondences between two images requires both local and global spatial context. Given putative correspondences of feature points in two views, in this paper, we propose Order-Aware Network, which infers the probabilities of correspondences being inliers and regresses the relative pos…

Cited by 468PDFcodeScholar
2019

Recurrent MVSNet for High-Resolution Multi-View Stereo Depth Inference

CVPR 2019poster

Deep learning has recently demonstrated its excellent performance for multi-view stereo (MVS). However, one major limitation of current learned MVS approaches is the scalability: the memory-consuming cost volume regularization makes the learned MVS hard to be applied to high-resolution scenes. In th…

Cited by 706PDFcodeScholar
2018

GeoDesc: Learning Local Descriptors by Integrating Geometry Constraints

ECCV 2018poster

Learned local descriptors based on Convolutional Neural Networks (CNNs) have achieved significant improvements on patch-based benchmarks, whereas not having demonstrated strong generalization ability on recent benchmarks of image-based 3D reconstruction. In this paper, we mitigate this limitation by…

Cited by 216SourcePDFScholar
2018

Learning and Matching Multi-View Descriptors for Registration of Point Clouds

ECCV 2018poster

Critical to the registration of point clouds is the establishment of a set of accurate correspondences between points in 3D space. The correspondence problem is generally addressed by the design of discriminative 3D local descriptors on the one hand, and the development of robust matching strategies…

Cited by 58SourcePDFScholar
2018

MVSNet: Depth Inference for Unstructured Multi-view Stereo

ECCV 2018poster

We present an end-to-end deep learning architecture for depth map inference from multi-view images. In the network, we first extract deep visual image features, and then build the 3D cost volume upon the reference camera frustum via the differentiable homography warping. Next, we apply 3D convolutio…