← Search

Wei Zhao

57 accepted papers

2026

A Super-Resolution and Multi-Axis Tactile Sensor with Soft Artificial Skin

RSS 2026poster

To achieve human-like skin tactile perception with super-resolution, the method of introducing a soft layer on sensing array has attracted increasing attention. Due to the limitations of sensing units principle, most existing tactile sensors can only sense normal force. However, multi-dimensional fo…

Cited by 0SourceScholar
2026

Fairness-Aware Multi-view Evidential Learning with Adaptive Prior

ICLR 2026poster

Multi-view evidential learning aims to integrate information from multiple views to improve prediction performance and provide trustworthy uncertainty estimation. Most previous methods assume that view-specific evidence learning is naturally reliable. However, in practice, the evidence learning proc…

Cited by 0SourceScholar
2026

GUIDER: Uncertainty Guided Dynamic Re-ranking for Large Language Models Based Recommender Systems

AAAI 2026technical

Large Language Models (LLMs) are increasingly integral to recommendation systems, offering sophisticated language understanding and generation capabilities. However, their practical application is often hindered by challenges such as data sparsity, the generation of unreliable or hallucinated recomm

Cited by 0SourcePDFScholar
2026

MDGMIX: Boundary-Aware Subgraph Mixing for Multi-Domain Graph Pre-Training

ICML 2026poster

Multi-domain graph pre-training is a crucial step in constructing foundational graph models with cross-domain generalization capabilities. However, existing methods predominantly rely on jointly training all source domain graphs, resulting in high computational costs. Furthermore, it remains unclear…

Cited by 0SourceScholar
2026

MoCapAnything: Unified 3D Motion Capture for Arbitrary Skeletons from Monocular Videos

CVPR 2026

Motion capture now underpins content creation far beyond digital humans, yet most pipelines remain species- or template-specific. We formalize this gap as Category-Agnostic Motion Capture (CAMoCap): given a monocular video and an arbitrary rigged 3D asset as a prompt, the goal is to reconstruct a ro

Cited by 0SourcecodeScholar
2026

ProGMLP: A Progressive Framework for GNN-to-MLP Knowledge Distillation with Efficient Trade-offs

AAAI 2026technical

GNN-to-MLP (G2M) methods have emerged as a promising approach to accelerate Graph Neural Networks (GNNs) by distilling their knowledge into simpler Multi-Layer Perceptrons (MLPs). These methods bridge the gap between the expressive power of GNNs and the computational efficiency of MLPs, making them

Cited by 0SourcePDFScholar
2026

Rethinking the Practicality of Vision-Language-Action Model: A Comprehensive Benchmark and an Improved Baseline

ICRA 2026poster

Vision-Language-Action (VLA) models have emerged as a generalist robotic agent. However, existing VLAs are hindered by excessive parameter scales, prohibitive pre-training requirements, and limited applicability to diverse embodiments. To improve the practicality of VLAs, we propose a comprehensive …

2026

Robust Differentiable Collision Detection for General Objects

ICRA 2026poster

Collision detection is a core component of robotics applications such as simulation, control, and planning. Traditional algorithms like GJK+EPA compute textit{witness points}—the closest or deepest-penetration pairs between two objects—but are inherently non-differentiable, preventing gradient flow …

2026

Target-Agnostic Calibration under Distribution Shift with Frequency-Aware Gradient Rectification

ICML 2026poster

Real-world deployments inevitably encounter distribution shifts, rendering the confidence estimates of deep neural networks highly unreliable, posing severe risks in safety-critical applications. Existing methods improve calibration via training-time regularization or post-hoc adjustment, but often …

Cited by 0SourceScholar
2026

Universal EEG Epilepsy Detection via Evidential Multi-View De-Biasing

AAAI 2026technical

Epilepsy is a widespread neurological disorder characterized by highly patient-specific EEG patterns. Existing EEG-based seizure detection methods either train individualized models for each patient or adapt models pre-trained on known patients to new ones. However, when encountering previously unse

Cited by 0SourcePDFScholar
2026

VLA-Adapter: An Effective Paradigm for Tiny-Scale Vision-Language-Action Model

AAAI 2026technical

Vision-Language-Action (VLA) models typically bridge the gap between perceptual and action spaces by pre-training a large-scale Vision-Language Model (VLM) on robotic data. While this approach greatly enhances performance, it also incurs significant training costs. In this paper, we investigate how

Cited by 0SourcePDFScholar
2026

Where Did It Go Wrong? Attributing Undesirable LLM Behaviors via Representation Gradient Tracing

ICLR 2026poster

Large Language Models (LLMs) have demonstrated remarkable capabilities, yet their deployment is frequently undermined by undesirable behaviors such as generating harmful content, factual inaccuracies, and societal biases. Diagnosing the root causes of these failures poses a critical challenge for AI…

Cited by 0SourcecodeScholar
2025

AGMixup: Adaptive Graph Mixup for Semi-supervised Node Classification

AAAI 2025technical

Mixup is a data augmentation technique that enhances model generalization by interpolating between data points using a mixing ratio lambda in the image domain. Recently, the concept of mixup has been adapted to the graph domain through node-centric interpolations. However, these approaches often fai…

2025

Beyond Average Value Function in Precision Medicine: Maximum Probability-Driven Reinforcement Learning for Survival Analysis

NeurIPS 2025poster

Constructing multistage optimal decisions for alternating recurrent event data is critically important in medical and healthcare research. Current reinforcement learning (RL) algorithms have only been applied to time-to-event data, with the objective of maximizing expected survival time. However, al…

Cited by 0SourceScholar
2025

CARP: Visuomotor Policy Learning via Coarse-to-Fine Autoregressive Prediction

ICCV 2025accepted

In robotic visuomotor policy learning, diffusion-based models have achieved significant success in improving the accuracy of action trajectory generation compared to traditional autoregressive models. However, they suffer from inefficiency due to multiple denoising steps and limited flexibility from…

Cited by 0SourcePDFScholar
2025

Cobra: Extending Mamba to Multi-Modal Large Language Model for Efficient Inference

AAAI 2025technical

In recent years, applying multi-modal large language models (MLLMs) in various fields has achieved remarkable success. However, as the foundation model for many downstream tasks, MLLMs comprise the well-known Transformer network, which has a less efficient quadratic computation complexity. In this s…

2025

Cross-lingual Multimodal Sentiment Analysis for Low-Resource Languages via Language Family Disentanglement and Rethinking Transfer

ACL 2025finding

Existing multimodal sentiment analysis (MSA) methods have achieved significant success, leveraging cross-modal large-scale models (LLMs) and extensive pre-training data. However, these methods struggle to handle MSA tasks in low-resource languages. While multilingual LLMs enable cross-lingual transf…

2025

Date Fragments: A Hidden Bottleneck of Tokenization for Temporal Reasoning

EMNLP 2025

Modern BPE tokenisers often split calendar dates into meaningless fragments, e.g., “20250312” → “202”, “503”, “12”, inflating token counts and obscuring the inherent structure needed for robust temporal reasoning. In this work, we (1) introduce a simple yet interpretable metric, termed date fragment

Cited by 0SourcePDFScholar
2025

Defining and Discovering Hyper-meta-paths for Heterogeneous Hypergraphs

NeurIPS 2025poster

Heterogeneous hypergraph is a kind of structural data that contains multiple types of nodes and multiple types of hyperedges. Each hyperedge type corresponds to a specific multi-ary relation (called hyper-relation) among subsets of nodes, which goes beyond traditional pair-wise relations in simple g…

Cited by 0SourcecodeScholar
2025

Environment-Agnostic Pose: Generating Environment-independent Object Representations for 6D Pose Estimation

ICCV 2025poster

This paper introduces EA6D, a novel diffusion-based framework for 6D pose estimation that operates effectively in any environment. Traditional pose estimation methods struggle with the variability and complexity of real-world scenarios, often leading to overfitting on controlled datasets and poor ge…

2025

GD$^2$: Robust Graph Learning under Label Noise via Dual-View Prediction Discrepancy

NeurIPS 2025poster

Graph Neural Networks (GNNs) achieve strong performance in node classification tasks but exhibit substantial performance degradation under label noise. Despite recent advances in noise-robust learning, a principled approach that exploits the node-neighbor interdependencies inherent in graph data for…

Cited by 0SourceScholar
2025

Generative Multimodal Pretraining with Discrete Diffusion Timestep Tokens

CVPR 2025award

Recent endeavors in Multimodal Large Language Models (MLLMs) aim to unify visual comprehension and generation by combining LLM and diffusion models, the state-of-the-art in each task, respectively. Existing approaches rely on spatial visual tokens, where image patches are encoded and arranged accord…

2025

How Good Are LLMs for Literary Translation, Really? Literary Translation Evaluation with Humans and LLMs

NAACL 2025long

Recent research has focused on literary machine translation (MT) as a new challenge in MT. However, the evaluation of literary MT remains an open problem. We contribute to this ongoing discussion by introducing LITEVAL-CORPUS, a paragraph-level parallel corpus containing verified human translations…

2025

Learning Adaptive Spatial-temporal Structured Correlation Filters for UAV Object Tracking

ICASSP 2025accepted

In visual object tracking via unmanned aerial vehicle (UAV), discriminative correlation filtering (DCF) is one of the major methods owing to circulant samples which can be utilized not only for computing economically but also to hasten the optimization of filters. The universal DCF methods are seen…

Cited by 0SourceScholar
2025

Leveraging Peer-Informed Label Consistency for Robust Graph Neural Networks with Noisy Labels

IJCAI 2025

Graph Neural Networks (GNNs) excel in many applications but struggle when trained with noisy labels, especially as noise can propagate through the graph structure. Despite recent progress in developing robust GNNs, few methods exploit the intrinsic properties of graph data to filter out noise. In th

Cited by 0SourcePDFScholar
2025

LiTransProQA: An LLM-based Literary Translation Evaluation Metric with Professional Question Answering

EMNLP 2025

The impact of Large Language Models (LLMs) has extended into literary domains. However, existing evaluation metrics for literature prioritize mechanical accuracy over artistic expression and tend to overrate machine translation as being superior to human translation from experienced professionals. I

2025

Local Conditional Controlling for Text-to-Image Diffusion Models

AAAI 2025technical

Diffusion models have exhibited impressive prowess in the text-to-image task. Recent methods add image-level structure controls, e.g., edge and depth maps, to manipulate the generation process together with text prompts to obtain desired images. This controlling process is globally operated on the e…

2025

Long-VLA: Unleashing Long-Horizon Capability of Vision Language Action Model for Robot Manipulation

CoRL 2025poster

Vision-Language-Action (VLA) models have become a cornerstone in robotic policy learning, leveraging large-scale multimodal data for robust and scalable control. However, existing VLA frameworks primarily address short-horizon tasks, and their effectiveness on long-horizon, multi-step robotic manipu…

Cited by 0SourceScholar
2025

PD-VLA: Accelerating Vision-Language-Action Model Integrated with Action Chunking via Parallel Decoding

IROS 2025

Vision-Language-Action (VLA) models demonstrate remarkable potential for generalizable robotic manipulation. The performance of VLA models can be improved by integrating with action chunking, a critical technique for effective control. However, action chunking linearly scales up action dimensions in

Cited by 60SourceScholar
2025

Rethinking Latent Redundancy in Behavior Cloning: An Information Bottleneck Approach for Robot Manipulation

ICML 2025poster

Behavior Cloning (BC) is a widely adopted visual imitation learning method in robot manipulation. Current BC approaches often enhance generalization by leveraging large datasets and incorporating additional visual and textual modalities to capture more diverse information. However, these methods ove…

Cited by 0SourcePDFScholar
2025

Selftok-Zero: Reinforcement Learning for Visual Generation via Discrete and Autoregressive Visual Tokens

NeurIPS 2025poster

Reinforcement learning (RL) has become an indispensable post-training step for unlocking the full potential of Large Language Models (LLMs). Its core motivation is to incentivize the model’s inference trajectory via a reward model, effectively balancing the exploration–exploitation trade-off in scen…

Cited by 0SourceScholar
2025

VLAS: Vision-Language-Action Model with Speech Instructions for Customized Robot Manipulation

ICLR 2025poster

Vision-language-action models (VLAs) have recently become highly prevalent in robot manipulation due to its end-to-end architecture and impressive performance. However, current VLAs are limited to processing human instructions in textual form, neglecting the more natural speech modality for human in…

2025

Zero-Shot Defense Against Toxic Images via Inherent Multimodal Alignment in LVLMs

EMNLP 2025

Large Vision-Language Models (LVLMs) have made significant strides in multimodal comprehension, thanks to extensive pre-training and fine-tuning on large-scale visual datasets. However, despite their robust textual safety mechanisms, they remain vulnerable to harmful visual inputs. Existing safeguar

2024

C^2RV: Cross-Regional and Cross-View Learning for Sparse-View CBCT Reconstruction

CVPR 2024poster

Cone beam computed tomography (CBCT) is an important imaging technology widely used in medical scenarios such as diagnosis and preoperative planning. Using fewer projection views to reconstruct CT also known as sparse-view reconstruction can reduce ionizing radiation and further benefit intervention…

2024

Defending Large Language Models Against Jailbreak Attacks via Layer-specific Editing

EMNLP 2024finding

Large language models (LLMs) are increasingly being adopted in a wide range of real-world applications. Despite their impressive performance, recent studies have shown that LLMs are vulnerable to deliberately crafted adversarial prompts even when aligned via Reinforcement Learning from Human Feedbac…

2024

Entropy Induced Pruning Framework for Convolutional Neural Networks

AAAI 2024technical

Structured pruning techniques have achieved great compression performance on convolutional neural networks for image classification tasks. However, the majority of existing methods are sensitive with respect to the model parameters, and their pruning results may be unsatisfactory when the original m…

Cited by 3SourcePDFScholar
2024

H-LegalKI: A Hierarchical Legal Knowledge Integration Framework for Legal Community Question Answering

EMNLP 2024finding

Legal question answering (LQA) aims to bridge the gap between the limited availability of legal professionals and the high demand for legal assistance. Traditional LQA approaches typically either select the optimal answers from an answer set or extract answers from law texts. However, they often str…

2024

NodeMixup: Tackling Under-Reaching for Graph Neural Networks

AAAI 2024technical

Graph Neural Networks (GNNs) have become mainstream methods for solving the semi-supervised node classification problem. However, due to the uneven location distribution of labeled nodes in the graph, labeled nodes are only accessible to a small portion of unlabeled nodes, leading to the under-reach…

2024

SC2: Towards Enhancing Content Preservation and Style Consistency in Long Text Style Transfer

ACL 2024long

Text style transfer (TST) aims to vary the style polarity of text while preserving the semantic content. Although recent advancements have demonstrated remarkable progress in short TST, it remains a relatively straightforward task with limited practical applications. The more comprehensive long TST…

2023

Progressive Deep Multi-View Comprehensive Representation Learning

AAAI 2023technical

Multi-view Comprehensive Representation Learning (MCRL) aims to synthesize information from multiple views to learn comprehensive representations of data items. Prevalent deep MCRL methods typically concatenate synergistic view-specific representations or average aligned view-specific representation…

2022

Charge Prediction by Constitutive Elements Matching of Crimes

IJCAI 2022poster

Charge prediction is to automatically predict the judgemental charges for legal cases. To convict a person/unit of a charge, the case description must contain matching instances of the constitutive elements (CEs) of that charge. This knowledge of CEs is a valuable guide for the judge in making final…

2022

Learning Quality-Aware Dynamic Memory for Video Object Segmentation

ECCV 2022poster

"Recently, several spatial-temporal memory-based methods have verified that storing intermediate frames and their masks as memory are helpful to segment target objects in videos. However, they mainly focus on better matching between the current frame and the memory frames without explicitly paying a…

2022

Self-supervised Heterogeneous Graph Pre-training Based on Structural Clustering

NeurIPS 2022accept

Recent self-supervised pre-training methods on Heterogeneous Information Networks (HINs) have shown promising competitiveness over traditional semi-supervised Heterogeneous Graph Neural Networks (HGNNs). Unfortunately, their performance heavily depends on careful customization of various strategies…

2022

SimKGC: Simple Contrastive Knowledge Graph Completion with Pre-trained Language Models

ACL 2022long

Knowledge graph completion (KGC) aims to reason over known facts and infer the missing links. Text-based methods such as KGBERT (Yao et al., 2019) learn entity representations from natural language descriptions, and have the potential for inductive KGC. However, the performance of text-based methods…

2021

AP-10K: A Benchmark for Animal Pose Estimation in the Wild

NeurIPS 2021poster

Accurate animal pose estimation is an essential step towards understanding animal behavior, and can potentially benefit many downstream applications, such as wildlife conservation. Previous works only focus on specific animals while ignoring the diversity of animal species, limiting the generalizati…

Cited by 137SourcecodeScholar
2021

Global Explainability of BERT-Based Evaluation Metrics by Disentangling along Linguistic Factors

EMNLP 2021main

Evaluation metrics are a key ingredient for progress of text generation systems. In recent years, several BERT-based evaluation metrics have been proposed (including BERTScore, MoverScore, BLEURT, etc.) which correlate much better with human assessment of text generation quality than BLEU or ROUGE,…

2021

Sensorless Human-Robot Collaborative Assembly Considering Load and Friction Compensation

RA-L 2021

The collaboration of humans and robots can combine human flexibility with the efficiency of robots, so that robots can accomplish a variety of complex tasks, such as handling and assembly. However, most robots have poor collaboration capabilities and rely on expensive sensors to obtain the force int

Cited by 33SourceScholar
2020

Learning Deep Network for Detecting 3D Object Keypoints and 6D Poses

CVPR 2020poster

The state-of-art 6D object pose detection methods use convolutional neural networks to estimate objects' 6D poses from RGB images. However, they require huge numbers of images with explicit 3D annotations such as 6D poses, 3D bounding boxes and 3D keypoints, either obtained by manual labeling or inf…

Cited by 38PDFScholar
2020

Regularized Attentive Capsule Network for Overlapped Relation Extraction

COLING 2020main

Distantly supervised relation extraction has been widely applied in knowledge base construction due to its less requirement of human efforts. However, the automatically established training datasets in distant supervision contain low-quality instances with noisy words and overlapped relations, intro…

Cited by 9SourcePDFScholar