← Search

Xinke Li

9 accepted papers

2025

Controllable 3D Outdoor Scene Generation via Scene Graphs

ICCV 2025poster

Three-dimensional scene generation is crucial in computer vision, with applications spanning autonomous driving and gaming. However, current methods offer limited or non-intuitive user control. In this work, we propose a method that uses scene graph as a user-friendly control format to generate outd…

2025

Enhancing Sampling Protocol for Point Cloud Classification Against Corruptions

IJCAI 2025

Established sampling protocols for 3D point cloud learning, such as Farthest Point Sampling (FPS) and Fixed Sample Size (FSS), have long been relied upon. However, real-world data often suffer from corruptions, such as sensor noise, which violates the benign data assumption in current protocols. As

Cited by 0SourcePDFScholar
2024

PointCVaR: Risk-Optimized Outlier Removal for Robust 3D Point Cloud Classification

AAAI 2024technical

With the growth of 3D sensing technology, the deep learning system for 3D point clouds has become increasingly important, especially in applications such as autonomous vehicles where safety is a primary concern. However, there are growing concerns about the reliability of these systems when they enc…

2024

Pyramid Diffusion for Fine 3D Large Scene Generation

ECCV 2024oral

"Diffusion models have shown remarkable results in generating 2D images and small-scale 3D objects. However, their application to the synthesis of large-scale 3D scenes has been rarely explored. This is mainly due to the inherent complexity and bulky size of 3D scenery data, particularly outdoor sce…

2022

Primitive3D: 3D Object Dataset Synthesis From Randomly Assembled Primitives

CVPR 2022poster

Numerous advancements of deep learning can be attributed to access to large-scale and well-annotated datasets. However, such a dataset is prohibitively expensive in 3D computer vision due to the substantial collection cost. To alleviate this issue, we propose a cost-effective method for automaticall…

Cited by 5PDFScholar
2021

Directed Graph Contrastive Learning

NeurIPS 2021poster

Graph Contrastive Learning (GCL) has emerged to learn generalizable representations from contrastive views. However, it is still in its infancy with two concerns: 1) changing the graph structure through data augmentation to generate contrastive views may mislead the message passing scheme, as such g…

2021

PointBA: Towards Backdoor Attacks in 3D Point Cloud

ICCV 2021poster

3D deep learning has been increasingly more popular for a variety of tasks including many safety-critical applications. However, recently several works raise the security issues of 3D deep models. Although most of them consider adversarial attacks, we identify that backdoor attack is indeed a more s…

Cited by 64PDFScholar
2020

Digraph Inception Convolutional Networks

NeurIPS 2020poster

Graph Convolutional Networks (GCNs) have shown promising results in modeling graph-structured data. However, they have difficulty with processing digraphs because of two reasons: 1) transforming directed to undirected graph to guarantee the symmetry of graph Laplacian is not reasonable since it not…