← Search

Min Li

54 accepted papers

2026

Back to Point: Exploring Point-Language Models for Zero-Shot 3D Anomaly Detection

CVPR 2026

Zero-shot (ZS) 3D anomaly detection is crucial for reliable industrial inspection, as it enables detecting and localizing defects without requiring any target-category training data. Existing approaches render 3D point clouds into 2D images and leverage pre-trained Vision-Language Models (VLMs) for

Cited by 0SourceScholar
2026

Low-Rank and Sparsity Are All You Need: Exploring Robust Hierarchical Latent Subspaces for Transferable Adversarial Attack

ICML 2026poster

Adversarial examples pose serious threats to deep neural networks (DNNs), revealing fundamental vulnerabilities in model robustness. However, most existing adversarial attacks directly manipulate densely activated and highly redundant feature representations, which often leads to overfitting on surr…

Cited by 0SourceScholar
2026

Metric, Inertially Aligned Monocular State Estimation Via Kinetodynamic Priors

ICRA 2026poster

Accurate state estimation for flexible robotic systems poses significant challenges, particularly for platforms with dynamically deforming structures that invalidate rigid-body assumptions. This paper addresses this problem and enables the extension of existing rigid-body pose estimation methods to …

2026

OR-PRM: A Process Reward Model for Algorithmic Problem in Operations Research

ICLR 2026poster

Large language models (LLMs) with Process Reward Models (PRMs) have shown strong reasoning ability, yet their potential in Operations Research (OR) remains unexplored. We present the first PRM tailored for OR, but find that directly training on mainstream datasets yields surprisingly weak performanc…

Cited by 0SourceScholar
2026

Reasoning Scaffolding: Distilling the Flow of Thought from LLMs

ICLR 2026poster

The prevailing approach to distilling reasoning from Large Language Models (LLMs)—behavioral cloning from textual rationales—is fundamentally limited. It teaches Small Language Models (SLMs) to mimic surface-level patterns rather than the underlying algorithmic structure of thought, resulting in a c…

Cited by 0SourceScholar
2026

Residual Decoder Adapter: ID-Preserving Tokenizer Adaption for Autoregressive Text Rendering

CVPR 2026

Visual Autoregressive (AR) models generate images by predicting discrete tokens that are decoded by a visual tokenizer.Despite demonstrating strong overall image generation ability, they still underperform on text rendering with blur strokes and disrupt letter shapes. In this work, we trace this lim

Cited by 0SourcecodeScholar
2026

Skeletons Speak Louder than Text: A Motion-Aware Pretraining Paradigm for Video-Based Person Re-Identification

AAAI 2026technical

Multimodal pretraining has revolutionized visual understanding, but its impact on video-based person re-identification (ReID) remains underexplored. Existing approaches often rely on video-text pairs, yet suffer from two fundamental limitations: (1) lack of genuine multimodal pretraining, and (2) te

Cited by 0SourcePDFScholar
2026

TextAtlas5M: A Large-Scale Dataset for Long Text Image Generation

ICML 2026poster

Text-conditioned image generation has made rapid progress, yet rendering images with long-form text remains challenging due to the limitations of existing datasets, which predominantly focus on short and simple text. We introduce TextAtlas5M, a large-scale dataset designed to evaluate long-text rend…

Cited by 0SourceScholar
2026

Towards 3D Proprioception for Supernumerary Robotic Limbs: Design and Validation of a Mixed-Content Audio Feedback Scheme

RA-L 2026

Supernumerary robotic limbs (SRLs) are extra robotic appendages that require sensory-motor integration for intuitive control, yet most lack proprioceptive feedback. Existing approaches using vibrotactile or electrotactile cues often feel unnatural and offer limited resolution. We present a real-time

Cited by 0SourceScholar
2026

VarWrist: An Anthropomorphic Soft Wrist with Variable Stiffness

ICRA 2026poster

Robotic wrists play a crucial role in enhancing the dexterity and stability of robotic end-effectors. Existing rigid robotic wrists tend to be complex and lack flexibility, while soft robotic wrists often struggle with limited load-bearing capacity and lower accuracy. Human wrists feature multi-degr…

Cited by 0SourceScholar
2025

CoMT: A Novel Benchmark for Chain of Multi-modal Thought on Large Vision-Language Models

AAAI 2025technical

Large Vision-Language Models (LVLMs) have recently demonstrated amazing success in multi-modal tasks, including advancements in Multi-modal Chain-of-Thought (MCoT) reasoning. Despite these successes, current benchmarks still follow a traditional paradigm with multi-modal input and text-modal output,…

2025

Dependency Matters: Enhancing LLM Reasoning with Explicit Knowledge Grounding

NeurIPS 2025poster

Large language models (LLMs) often produce reasoning steps that are superficially coherent yet internally inconsistent, leading to unreliable outputs. Since such failures typically arise from implicit or poorly-grounded knowledge, we introduce \emph{Grounded Reasoning in Dependency (GRiD)}, a novel…

Cited by 0SourcecodeScholar
2025

Diffusion Counterfactual-Based Anomaly Detection in Class-Imbalanced Data

ICASSP 2025accepted

Anomaly detection suffers from data imbalance, as anomalies are typically rare. Due to the smaller number of anomaly samples, models may overfit the features of the normal samples, resulting in poor performance when detecting anomalies. Historically, this issue has typically been addressed by unders…

Cited by 0SourceScholar
2025

Divide-Solve-Combine: An Interpretable and Accurate Prompting Framework for Zero-shot Multi-Intent Detection

AAAI 2025technical

Zero-shot multi-intent detection is capable of capturing multiple intents within a single utterance without any training data, which gains increasing attention. Building on the success of large language models (LLM), dominant approaches in the literature explore prompting techniques to enable zero-s…

2025

Do Large Language Models have an English Accent? Evaluating and Improving the Naturalness of Multilingual LLMs

ACL 2025long

Current Large Language Models (LLMs) are predominantly designed with English as the primary language, and even the few that are multilingual tend to exhibit strong English-centric biases. Much like speakers who might produce awkward expressions when learning a second language, LLMs often generate un…

2025

Enhanced 3D LiDAR Features TLG: Multi-Feature Fusion and LiDAR Inertial Odometry Applications

RA-L 2025

In order to address the shortcomings of limited point cloud feature description capability, insufficient real-time performance, and severe feature homogenization in the field of 3D LiDAR SLAM. In this letter, a novel feature extraction and matching method TLG is proposed. First, the method makes ful

Cited by 4SourceScholar
2025

Joint Modeling of fMRI and EEG Imaging Using Ordinary Differential Equation-Based Hypergraph Neural Networks

NeurIPS 2025poster

Fusing multimodal brain imaging has been a hot topic since different modalities of brain imaging can provide complementary information. However, due to the size of simultaneous recorded fMRI-EEG dataset being limited and the substantial discrepancy between hemodynamic responses of fMRI and neural os…

Cited by 0SourceScholar
2025

KG-TRICK: Unifying Textual and Relational Information Completion of Knowledge for Multilingual Knowledge Graphs

COLING 2025main

Multilingual knowledge graphs (KGs) provide high-quality relational and textual information for various NLP applications, but they are often incomplete, especially in non-English languages. Previous research has shown that combining information from KGs in different languages aids either Knowledge G…

2025

MLDebugging: Towards Benchmarking Code Debugging Across Multi-Library Scenarios

ACL 2025finding

Code debugging is a crucial task in software engineering, which attracts increasing attention. While remarkable success has been made in the era of large language models (LLMs), current research still focuses on the simple no-library or single-library setting, ignoring the complex multi-library scen…

2025

Relation-aware Semantic Alignment Network for Text-to-Image Person Retrieval

ICASSP 2025accepted

Text-to-Image Person Retrieval (TIPR) aims to utilize natural language descriptions as queries to retrieve pedestrian images. However, existing methods only concentrated on aligning individual text-image pairs and ignored the specific self-representations within both visible images and textual descr…

Cited by 0SourceScholar
2025

Tabula: A Tabular Self-Supervised Foundation Model for Single-Cell Transcriptomics

NeurIPS 2025poster

Foundation models (FMs) have shown great promise in single-cell genomics, yet current approaches, such as scGPT, Geneformer, and scFoundation, rely on centralized training and language modeling objectives that overlook the tabular nature of single-cell data and raise significant privacy concerns. We…

Cited by 0SourceScholar
2025

VarWrist: An Anthropomorphic Soft Wrist With Variable Stiffness

RA-L 2025

Robotic wrists play a crucial role in enhancing the dexterity and stability of robotic end-effectors. Existing rigid robotic wrists tend to be complex and lack flexibility, while soft robotic wrists often struggle with limited load-bearing capacity and lower accuracy. Human wrists feature multi-degr

Cited by 1SourceScholar
2025

mRAKL: Multilingual Retrieval-Augmented Knowledge Graph Construction for Low-Resourced Languages

ACL 2025finding

Knowledge Graphs represent real-world entities and the relationships between them. Multilingual Knowledge Graph Construction (mKGC) refers to the task of automatically constructing or predicting missing entities and links for knowledge graphs in a multilingual setting. In this work, we reformulate t…

2024

AutoCAP: Towards Automatic Cross-lingual Alignment Planning for Zero-shot Chain-of-Thought

ACL 2024findings

Cross-lingual chain-of-thought can effectively complete reasoning tasks across languages, which gains increasing attention.Recently, dominant approaches in the literature improve cross-lingual alignment capabilities by integrating reasoning knowledge from different languages. Despite achieving excel…

2024

Enhancing Machine Translation Experiences with Multilingual Knowledge Graphs

AAAI 2024technical

Translating entity names, especially when a literal translation is not correct, poses a significant challenge. Although Machine Translation (MT) systems have achieved impressive results, they still struggle to translate cultural nuances and language-specific context. In this work, we show that the i…

Cited by 2SourcePDFScholar
2024

LabCLIP: Label-Enhanced Clip for Improving Zero-Shot Text Classification

ICASSP 2024accepted

Zero-shot text classification aims to handle the text classification task without any annotated training data, which can greatly alleviate the data scarcity problem. Current dominant approaches follow a novel text-image matching paradigm, reformulating zero-shot text classification into a text-image…

Cited by 0SourceScholar
2024

Leveraging Visual Tokens for Extended Text Contexts in Multi-Modal Learning

NeurIPS 2024poster

Training models with longer in-context lengths is a significant challenge for multimodal machine learning due to substantial GPU memory and computational costs. This exploratory study does not present state-of-the-art models; rather, it introduces an innovative method designed to increase in-context…

2024

MV-ROPE: Multi-view Constraints for Robust Category-level Object Pose and Size Estimation

IROS 2024poster

Recently there has been a growing interest in category-level object pose and size estimation, and prevailing methods commonly rely on single view RGB-D images. However, one disadvantage of such methods is that they require accurate depth maps which cannot be produced by consumer-grade sensors. Furth…

Cited by 2SourceScholar
2024

Towards Cross-Cultural Machine Translation with Retrieval-Augmented Generation from Multilingual Knowledge Graphs

EMNLP 2024main

Translating text that contains entity names is a challenging task, as cultural-related references can vary significantly across languages. These variations may also be caused by transcreation, an adaptation process that entails more than transliteration and word-for-word translation. In this paper,…

2024

What Factors Affect Multi-Modal In-Context Learning? An In-Depth Exploration

NeurIPS 2024poster

Recently, rapid advancements in Multi-Modal In-Context Learning (MM-ICL) have achieved notable success, which is capable of achieving superior performance across various tasks without requiring additional parameter tuning. However, the underlying rules for the effectiveness of MM-ICL remain under-ex…

Cited by 7SourcePDFScholar
2023

An Anthropomorphic Robotic Hand With a Soft-Rigid Hybrid Structure and Positive- Negative Pneumatic Actuation

RA-L 2023

Anthropomorphic robotic hands are seeking to achieve key features such as multi-degree-of-freedom motion ability, bi-directional actuation, high adaptability, and sufficient stiffness. In this research, we propose a 10 active degrees-of-freedom anthropomorphic robotic hand with a soft-rigid hybrid s

Cited by 22SourceScholar
2023

Anchor-Intermediate Detector: Decoupling and Coupling Bounding Boxes for Accurate Object Detection

ICCV 2023poster

Anchor-based detectors have been continuously developed for object detection. However, the individual anchor box makes it difficult to predict the boundary's offset accurately. Instead of taking each bounding box as a closed individual, we consider using multiple boxes together to get prediction box…

Cited by 8PDFcodeScholar
2023

End-to-end Task-oriented Dialogue: A Survey of Tasks, Methods, and Future Directions

EMNLP 2023long main

End-to-end task-oriented dialogue (EToD) can directly generate responses in an end-to-end fashion without modular training, which attracts escalating popularity. The advancement of deep neural networks, especially the successful use of large pre-trained models, has further led to significant progres…

Cited by 0SourceScholar
2023

HFMRE: Constructing Huffman Tree in Bags to Find Excellent Instances for Distantly Supervised Relation Extraction

EMNLP 2023long findings

Since the introduction of distantly supervised relation extraction methods, numerous approaches have been developed, the most representative of which is multi-instance learning (MIL). To find reliable features that are most representative of multi-instance bags, aggregation strategies such as AVG (a…

Cited by 0SourceScholar
2023

Increasing Coverage and Precision of Textual Information in Multilingual Knowledge Graphs

EMNLP 2023long main

Recent work in Natural Language Processing and Computer Vision has been using textual information – e.g., entity names and descriptions – available in knowledge graphs to ground neural models to high-quality structured data. However, when it comes to non-English languages, the quantity and quality o…

Cited by 0SourcecodeScholar
2023

Peak-First CTC: Reducing the Peak Latency of CTC Models by Applying Peak-First Regularization

ICASSP 2023accepted

The CTC model has been widely applied to many application scenarios because of its simple structure, excellent performance, and fast inference speed. There are many peaks in the probability distribution predicted by the CTC models, and each peak represents a non-blank token. The recognition latency…

Cited by 0SourceScholar
2023

Robust Watermarking Scheme in Encrypted Domain Based on Integer Lifting Wavelet Transform and Compressed Sensing

ICASSP 2023accepted

Watermarking schemes in plaintext domain usually suffer from high exposure risk of the cover signal. Data hiding in encrypted image (DHEI) can guarantee the security of the cover signal by embedding secret information into encrypted signal. Based on the above, we propose a robust watermarking scheme…

Cited by 0SourceScholar
2023

Singularformer: Learning to Decompose Self-Attention to Linearize the Complexity of Transformer

IJCAI 2023poster

Transformers achieve excellent performance in a variety of domains since they can capture long-distance dependencies through the self-attention mechanism. However, self-attention is computationally costly due to its quadratic complexity and high memory consumption. In this paper, we propose a novel…

2023

UCoL: Unsupervised Learning of Discriminative Facial Representations via Uncertainty-Aware Contrast

AAAI 2023technical

This paper presents Uncertainty-aware Contrastive Learning (UCoL): a fully unsupervised framework for discriminative facial representation learning. Our UCoL is built upon a momentum contrastive network, referred to as Dual-path Momentum Network. Specifically, two flows of pairwise contrastive train…

Cited by 4SourcePDFScholar
2023

Vis2Hap: Vision-based Haptic Rendering by Cross-modal Generation

ICRA 2023poster

To assist robots in teleoperation tasks, haptic rendering which allows human operators access a virtual touch feeling has been developed in recent years. Most previous haptic rendering methods strongly rely on data collected by tactile sensors. However, tactile data is not widely available for robot…

Cited by 20SourceScholar
2022

Coded Residual Transform for Generalizable Deep Metric Learning

NeurIPS 2022accept

A fundamental challenge in deep metric learning is the generalization capability of the feature embedding network model since the embedding network learned on training classes need to be evaluated on new test classes. To address this challenge, in this paper, we introduce a new method called coded…

Cited by 4SourcePDFScholar
2022

Facial Expressions-Controlled Flight Game With Haptic Feedback for Stroke Rehabilitation: A Proof-of-Concept Study

RA-L 2022

Most stroke patients suffer from a combination of motor and sensory dysfunction and central facial paralysis. Specific rehabilitation training is required to restore those functions. Current research focuses on developing stimulating and straightforward rehabilitation training processes so that pati

Cited by 4SourceScholar
2022

Fusing Topology Optimization and Pseudo-Rigid-Body Method For the Development of a Finger Exoskeleton

RA-L 2022

Robotic hand exoskeletons can assist people who suffer from hand.functional disabilities caused by a stroke. However, currently existing hand exoskeletons remain inadequate in terms of user-friendly design, lightweight structure, and accurate modeling of hand motion. In this study, a large displacem

Cited by 19SourceScholar
2022

MCS: An In-battle Commentary System for MOBA Games

COLING 2022main

This paper introduces a generative system for in-battle real-time commentary in mobile MOBA games. Event commentary is important for battles in MOBA games, which is applicable to a wide range of scenarios like live streaming, e-sports commentary and combat information analysis. The system takes real…

Cited by 1SourcePDFScholar
2022

T-WaveNet: A Tree-Structured Wavelet Neural Network for Time Series Signal Analysis

ICLR 2022poster

Time series signal analysis plays an essential role in many applications, e.g., activity recognition and healthcare monitoring. Recently, features extracted with deep neural networks (DNNs) have shown to be more effective than conventional hand-crafted ones. However, most existing solutions rely sol…

Cited by 16SourcePDFScholar
2022

TA-MoE: Topology-Aware Large Scale Mixture-of-Expert Training

NeurIPS 2022accept

Sparsely gated Mixture-of-Expert (MoE) has demonstrated its effectiveness in scaling up deep neural networks to an extreme scale. Despite that numerous efforts have been made to improve the performance of MoE from the model design or system optimization perspective, existing MoE dispatch patterns ar…

2021

An Attention-Seq2Seq Model Based on CRNN Encoding for Automatic Labanotation Generation from Motion Capture Data

ICASSP 2021accepted

Labanotation is an important notation system widely used for recording dances. Numerous methods have been proposed for automatic Labanotation generation from motion capture data. Recently, the sequence-to-sequence (seq2seq) model is proposed. However, the encoder of the model only encodes the tempor…

Cited by 0SourceScholar
2021

Developing of A Rigid-Compliant Finger Joint Exoskeleton Using Topology Optimization Method

ICRA 2021poster

Robotic hand exoskeletons can provide assistance to people who suffer from hand functional disability or spinal cord injury (SCI). However, the current hand exoskeletons remain challenging with respect to having a user-friendly design that satisfies human motion with a lightweight structure. Here we…

Cited by 6SourceScholar
2021

TestRank: Bringing Order into Unlabeled Test Instances for Deep Learning Tasks

NeurIPS 2021poster

Deep learning (DL) systems are notoriously difficult to test and debug due to the lack of correctness proof and the huge test input space to cover. Given the ubiquitous unlabeled test data and high labeling cost, in this paper, we propose a novel test prioritization technique, namely TestRank, which…

Cited by 31SourcePDFScholar
2015

<30 mW rectangular-to-polar conversion processor in 802.11ad polar transmitter

ICASSP 2015accepted

This paper presents an energy-efficient digital signal processor (DSP) for rectangular-to-polar conversion in 802.11ad polar transmitter working on 60 GHz band. Firstly, system simulations with a complete transmission chain are conducted with regard to error vector magnitude and output spectrum, whi…

Cited by 0SourceScholar
2015

Adaptive Primal-Dual Splitting Methods for Statistical Learning and Image Processing

NeurIPS 2015poster

The alternating direction method of multipliers (ADMM) is an important tool for solving complex optimization problems, but it involves minimization sub-steps that are often difficult to solve efficiently. The Primal-Dual Hybrid Gradient (PDHG) method is a powerful alternative that often has simple…

Cited by 109SourcePDFScholar