← Search

Xin Wen

31 accepted papers

2026

The Better You Learn, the Smarter You Prune: Towards Efficient Vision-Language-Action Models Via Differentiable Token Pruning

ICRA 2026poster

We present LightVLA, a simple yet effective differentiable token pruning framework for vision-language-action (VLA) models. While VLA models have shown impressive capability in executing real-world robotic tasks, their deployment on resource-constrained platforms is often bottlenecked by the heavy a…

2026

TouchGuide: Inference-Time Steering of Visuomotor Policies via Touch Guidance

RSS 2026poster

Fine-grained and contact-rich manipulation remain challenging for robots, largely due to the underutilization of tactile feedback. To address this, we introduce TouchGuide, a novel cross-policy visuo-tactile fusion paradigm that fuses modalities within a low-dimensional action space. Specifically, T…

Cited by 0SourceScholar
2026

TransDiffuser: Diverse Trajectory Generation with Decorrelated Multi-Modal Representation for End-To-End Autonomous Driving

ICRA 2026poster

In recent years, diffusion models have demonstrated remarkable potential across diverse domains, from vision generation to language modeling. Transferring its generative capabilities to modern end-to-end autonomous driving systems has also emerged as a promising direction. However, existing diffusio…

2025

"Principal Components" Enable A New Language of Images

ICCV 2025poster

We introduce a novel visual tokenization framework that embeds a provable PCA-like structure into the latent token space. While existing visual tokenizers primarily optimize for reconstruction fidelity, they often neglect the structural properties of the latent space--a critical factor for both inte…

2025

A Data-Centric Revisit of Pre-Trained Vision Models for Robot Learning

CVPR 2025poster

Pre-trained vision models (PVMs) are fundamental to modern robotics, yet their optimal configuration remains unclear. Through systematic evaluation, we find that while DINO and iBOT outperform MAE across visuomotor control and perception tasks, they struggle when trained on non-(single-)object-centr…

2025

Equipping Vision Foundation Model with Mixture of Experts for Out-of-Distribution Detection

ICCV 2025poster

Pre-trained vision foundation models have transformed many computer vision tasks. Despite their strong ability to learn discriminative and generalizable features crucial for out-of-distribution (OOD) detection, their impact on this task remains underexplored. Motivated by this gap, we systematically…

Cited by 0SourcePDFScholar
2025

Generalizing Motion Planners with Mixture of Experts for Autonomous Driving

ICRA 2025

Large real-world driving datasets have sparked significant research into various aspects of learning-based motion planners for autonomous driving. These include data augmentation, model architecture, reward design, training strategies, and planner pipelines. In this paper, we review and benchmark pr

Cited by 23SourcecodeScholar
2025

Learning from Neighbors: Category Extrapolation for Long-Tail Learning

CVPR 2025poster

Balancing training on long-tail data distributions remains a long-standing challenge in deep learning. While methods such as re-weighting and re-sampling help alleviate the imbalance issue, limited sample diversity continues to hinder models from learning robust and generalizable feature representat…

Cited by 0SourcePDFScholar
2025

VasTSD: Learning 3D Vascular Tree-state Space Diffusion Model for Angiography Synthesis

CVPR 2025poster

Angiography imaging is a medical imaging technique that enhances the visibility of blood vessels within the body by using contrast agents. Angiographic images can effectively assist in the diagnosis of vascular diseases. However, contrast agents may bring extra radiation exposure which is harmful to…

Cited by 0SourcePDFScholar
2025

Vision Foundation Models as Effective Visual Tokenizers for Autoregressive Generation

NeurIPS 2025poster

In this work, we present a novel direction to build an image tokenizer directly on top of a frozen vision foundation model, which is a largely underexplored area. Specifically, we employ a frozen vision foundation model as the encoder of our tokenizer. To enhance its effectiveness, we introduce two…

Cited by 0SourcecodeScholar
2024

3D-OAE: Occlusion Auto-Encoders for Self-Supervised Learning on Point Clouds

ICRA 2024poster

The manual annotation for large-scale point clouds is still tedious and unavailable for many harsh real-world tasks. Self-supervised learning, which is used on raw and unlabeled data to pre-train deep neural networks, is a promising approach to address this issue. Existing works usually take the com…

Cited by 21SourcecodeScholar
2024

Can OOD Object Detectors Learn from Foundation Models?

ECCV 2024poster

"Out-of-distribution (OOD) object detection is a challenging task due to the absence of open-set OOD data. Inspired by recent advancements in text-to-image generative models, such as Stable Diffusion, we study the potential of generative models trained on large-scale open-set data to synthesize OOD…

2024

Classes Are Not Equal: An Empirical Study on Image Recognition Fairness

CVPR 2024poster

In this paper we present an empirical study on image recognition unfairness i.e. extreme class accuracy disparity on balanced data like ImageNet. We demonstrate that classes are not equal and unfairness is prevalent for image classification models across various datasets network architectures and mo…

2024

Towards Large-scale 3D Representation Learning with Multi-dataset Point Prompt Training

CVPR 2024poster

The rapid advancement of deep learning models is often attributed to their ability to leverage massive training data. In contrast such privilege has not yet fully benefited 3D deep learning mainly due to the limited availability of large-scale 3D datasets. Merging multiple available data sources and…

2024

What If the TV Was Off? Examining Counterfactual Reasoning Abilities of Multi-modal Language Models

CVPR 2024poster

Counterfactual reasoning a fundamental aspect of human cognition involves contemplating alternatives to established facts or past events significantly enhancing our abilities in planning and decision-making. In light of the advancements in current multi-modal large language models we explore their e…

2024

What Makes CLIP More Robust to Long-Tailed Pre-Training Data? A Controlled Study for Transferable Insights

NeurIPS 2024poster

Severe data imbalance naturally exists among web-scale vision-language datasets. Despite this, we find CLIP pre-trained thereupon exhibits notable robustness to the data imbalance compared to supervised learning, and demonstrates significant effectiveness in learning generalizable representations. W…

2023

CoDet: Co-occurrence Guided Region-Word Alignment for Open-Vocabulary Object Detection

NeurIPS 2023poster

Deriving reliable region-word alignment from image-text pairs is critical to learn object-level vision-language representations for open-vocabulary object detection. Existing methods typically rely on pre-trained or self-trained vision-language models for alignment, which are prone to limitations in…

2023

KT-Net: Knowledge Transfer for Unpaired 3D Shape Completion

AAAI 2023technical

Unpaired 3D object completion aims to predict a complete 3D shape from an incomplete input without knowing the correspondence between the complete and incomplete shapes. In this paper, we propose the novel KTNet to solve this task from the new perspective of knowledge transfer. KTNet elaborates a te…

2023

Learning Semi-supervised Gaussian Mixture Models for Generalized Category Discovery

ICCV 2023poster

In this paper, we address the problem of generalized category discovery (GCD), i.e., given a set of images where part of them are labelled and the rest are not, the task is to automatically cluster the images in the unlabelled data, leveraging the information from the labelled data, while the unlabe…

Cited by 118PDFcodeScholar
2023

Masked Scene Contrast: A Scalable Framework for Unsupervised 3D Representation Learning

CVPR 2023poster

As a pioneering work, PointContrast conducts unsupervised 3D representation learning via leveraging contrastive learning over raw RGB-D frames and proves its effectiveness on various downstream tasks. However, the trend of large-scale unsupervised learning in 3D has yet to emerge due to two stumblin…

2023

Parametric Classification for Generalized Category Discovery: A Baseline Study

ICCV 2023poster

Generalized Category Discovery (GCD) aims to discover novel categories in unlabelled datasets using knowledge learned from labelled samples. Previous studies argued that parametric classifiers are prone to overfitting to seen categories, and endorsed using a non-parametric classifier formed with sem…

Cited by 94PDFcodeScholar
2023

Retro-FPN: Retrospective Feature Pyramid Network for Point Cloud Semantic Segmentation

ICCV 2023poster

Learning per-point semantic features from the hierarchical feature pyramid is essential for point cloud semantic segmentation. However, most previous methods suffered from ambiguous region features or failed to refine per-point features effectively, which leads to information loss and ambiguous sema…

Cited by 15PDFcodeScholar
2022

3D Shape Reconstruction From 2D Images With Disentangled Attribute Flow

CVPR 2022poster

Reconstructing 3D shape from a single 2D image is a challenging task, which needs to estimate the detailed 3D structures based on the semantic attributes from 2D image. So far, most of the previous methods still struggle to extract semantic attributes for 3D reconstruction task. Since the semantic a…

Cited by 66PDFcodeScholar
2022

Learning Deep Implicit Functions for 3D Shapes With Dynamic Code Clouds

CVPR 2022poster

Deep Implicit Function (DIF) has gained popularity as an efficient 3D shape representation. To capture geometry details, current methods usually learn DIF using local latent codes, which discretize the space into a regular 3D grid (or octree) and store local codes in grid points (or octree nodes). G…

Cited by 60PDFcodeScholar
2022

Self-Supervised Visual Representation Learning with Semantic Grouping

NeurIPS 2022accept

In this paper, we tackle the problem of learning visual representations from unlabeled scene-centric data. Existing works have demonstrated the potential of utilizing the underlying complex structure within scene-centric data; still, they commonly rely on hand-crafted objectness priors or specialize…

2021

Cycle4Completion: Unpaired Point Cloud Completion Using Cycle Transformation With Missing Region Coding

CVPR 2021poster

In this paper, we present a novel unpaired point cloud completion network, named Cycle4Completion, to infer the complete geometries from a partial 3D object. Previous unpaired completion methods merely focus on the learning of geometric correspondence from incomplete shapes to complete shapes, and i…

Cited by 134PDFcodeScholar
2021

PMP-Net: Point Cloud Completion by Learning Multi-Step Point Moving Paths

CVPR 2021poster

The task of point cloud completion aims to predict the missing part for an incomplete 3D shape. A widely used strategy is to generate a complete point cloud from the incomplete one. However, the unordered nature of point clouds will degrade the generation of high-quality 3D shapes, as the detailed t…

Cited by 235PDFcodeScholar
2021

SnowflakeNet: Point Cloud Completion by Snowflake Point Deconvolution With Skip-Transformer

ICCV 2021poster

Point cloud completion aims to predict a complete shape in high accuracy from its partial observation. However, previous methods usually suffered from discrete nature of point cloud and unstructured prediction of points in local regions, which makes it hard to reveal fine local geometric details on…

Cited by 326PDFcodeScholar
2020

Adaptive Variance Based Label Distribution Learning For Facial Age Estimation

ECCV 2020poster

Estimating age from a single facial image is a classic and challenging topic in computer vision. One of its most intractable issues is label ambiguity, i.e., face images from adjacent age of the same person are often indistinguishable. Some existing methods adopt distribution learning to tackle this…

Cited by 78SourcePDFScholar
2020

Point Cloud Completion by Skip-Attention Network With Hierarchical Folding

CVPR 2020poster

Point cloud completion aims to infer the complete geometries for missing regions of 3D objects from incomplete ones. Previous methods usually predict the complete point cloud based on the global shape representation extracted from the incomplete input. However, the global representation often suffer…

Cited by 325PDFScholar
2016

Long-term general rank multiuser downlink beamforming with shaping constraints using QOSTBC

ICASSP 2016accepted

This paper addresses multiuser downlink beamforming with shaping constraints under the assumption that the transmitter has long-term covariance based channel state information (CSI). Beamformers are designed to maximize the minimum average signal-to-interference-plus-noise ratio (SINR) of users subj…

Cited by 0SourceScholar