← Search

Xuhui Chen

9 accepted papers

2026

Focusing: View-Consistent Sparse Voxels for Efficient 3D VAE

ICML 2026poster

High-fidelity 3D generation remains difficult. Although some methods have proposed converting raw meshes to SDFs, it remains a lossy process. TripoSF presented a VAE training paradigm based on a rendering loss to circumvent this lossy SDF conversion, achieving high-precision surface reconstruction. …

Cited by 0SourceScholar
2026

Is On-Policy Data always the Best Choice for Direct Preference Optimization-Based LM Alignment?

ICLR 2026poster

The alignment of language models (LMs) with human preferences is critical for building reliable AI systems. The problem is typically framed as optimizing an LM policy to maximize the expected reward that reflects human preferences. Recently, Direct Preference Optimization (DPO) was proposed as a LM…

Cited by 0SourceScholar
2026

LycheeDecode: Accelerating Long-Context LLM Inference via Hybrid-Head Sparse Decoding

ICLR 2026poster

The proliferation of long-context large language models (LLMs) exposes a key bottleneck: the rapidly expanding key-value cache during decoding, which imposes heavy memory and latency costs. While recent approaches attempt to alleviate this by sharing a single set of crucial tokens across layers, suc…

Cited by 0SourceScholar
2026

Metric–-Phase Fields: Decoupling Distance and Sign for Thin-Structure Reconstruction from Unoriented Point Clouds

ICML 2026poster

Neural Signed Distance Functions (SDFs) excel at reconstructing watertight manifolds but fail on thin structures and open boundaries due to strict inside-outside constraints. Conversely, Unsigned Distance Fields (UDFs) accommodate general geometries but suffer from gradient singularities at the zero…

Cited by 0SourceScholar
2026

SONATA: Synergistic Coreset Informed Adaptive Temporal Tensor Factorization

ICLR 2026poster

Analyzing dynamic tensor streams is fundamentally challenged by complex, evolving temporal dynamics and the need to identify informative data from high-velocity streams. Existing methods often lack the expressiveness to model multi-scale temporal dependencies, limiting their ability to capture evolv…

Cited by 0SourceScholar
2026

T-GINEE: A Tensor-Based Multi-Graph Representation Learning

ICML 2026poster

While traditional network analysis focuses on single-layer networks, real-world systems often form multilayer networks with multiple relationship types. However, existing methods typically fail to capture complex inter-layer dependencies by treating layers independently or aggregating them. To addre…

Cited by 0SourceScholar
2025

MIND: Material Interface Generation from UDFs for Non-Manifold Surface Reconstruction

NeurIPS 2025poster

Unsigned distance fields (UDFs) are widely used in 3D deep learning due to their ability to represent shapes with arbitrary topology. While prior work has largely focused on learning UDFs from point clouds or multi-view images, extracting meshes from UDFs remains challenging, as the learned fields r…

Cited by 0SourcecodeScholar
2024

2S-UDF: A Novel Two-stage UDF Learning Method for Robust Non-watertight Model Reconstruction from Multi-view Images

CVPR 2024poster

Recently building on the foundation of neural radiance field various techniques have emerged to learn unsigned distance fields (UDF) to reconstruct 3D non-watertight models from multi-view images. Yet a central challenge in UDF-based volume rendering is formulating a proper way to convert unsigned d…

2024

From Transparent to Opaque: Rethinking Neural Implicit Surfaces with $\alpha$-NeuS

NeurIPS 2024poster

Traditional 3D shape reconstruction techniques from multi-view images, such as structure from motion and multi-view stereo, face challenges in reconstructing transparent objects. Recent advances in neural radiance fields and its variants primarily address opaque or transparent objects, encountering…