← Search

Shen Li

34 accepted papers

2026

3ViewSense: Spatial and Mental Perspective Reasoning from Orthographic Views in Vision-Language Models

ICML 2026oral

Current Large Language Models have achieved Olympiad-level logic, yet Vision-Language Models paradoxically falter on elementary spatial tasks like block counting. This capability mismatch reveals a critical "spatial intelligence gap," where models fail to construct coherent 3D mental representations…

Cited by 0SourceScholar
2026

Co-EPG: A Framework for Co-Evolution of Planning and Grounding in Autonomous GUI Agents

AAAI 2026technical

Graphical User Interface (GUI) task automation constitutes a critical frontier in artificial intelligence research. While effective GUI agents synergistically integrate planning and grounding capabilities, current methodologies exhibit two fundamental limitations: (1) insufficient exploitation of cr

Cited by 0SourcePDFScholar
2026

Enhancing Diffusion Policies with Distribution-Matching Generator in Offline Reinforcement Learning

AAAI 2026technical

Offline reinforcement learning (RL) can learn policies from pre-collected offline datasets without interacting with the environment, but it suffers from the issue of out-of-distribution (OOD). Recent methods use the generative adversarial paradigm to learn policies, but easily fail to handle the con

Cited by 0SourcePDFScholar
2026

Importance-Aware Data Selection for Efficient LLM Instruction Tuning

AAAI 2026technical

Instruction tuning plays a critical role in enhancing the performance and efficiency of Large Language Models (LLMs). Its success depends not only on the quality of the instruction data but also on the inherent capabilities of the LLM itself. Some studies suggest that even a small amount of high-qua

Cited by 0SourcePDFScholar
2026

Intention Chain-of-Thought Prompting with Dynamic Routing for Code Generation

AAAI 2026technical

Large language models (LLMs) exhibit strong generative capabilities and have shown great potential in code generation. Existing chain-of-thought (CoT) prompting methods enhance model reasoning by eliciting intermediate steps, but suffer from two major limitations: First, their uniform application te

Cited by 0SourcePDFScholar
2026

Principled Synthetic Data Enables the First Scaling Laws for LLMs in Recommendation

ICML 2026poster

Large Language Models (LLMs) represent a promising frontier for recommender systems, yet their development has been impeded by the absence of predictable scaling laws, which are crucial for guiding research and optimizing resource allocation. We hypothesize that this may be attributed to the inheren…

Cited by 0SourceScholar
2025

ASER: Activation Smoothing and Error Reconstruction for Large Language Model Quantization

AAAI 2025technical

Quantization stands as a pivotal technique for large language model (LLM) serving, yet it poses significant challenges particularly in achieving effective low-bit quantization. The limited numerical mapping makes the quantized model produce a non-trivial error, bringing out intolerable performance d…

2025

Automated Fine-Grained Mixture-of-Experts Quantization

ACL 2025finding

The Mixture of Experts (MoE) architecture enables efficient model scaling through conditional computation, where only subset of parameters are activated per input. However, this distributed architecture poses unprecedented challenges for model compression, as conventional quantization methods optimi…

2025

EyeSeg: An Uncertainty-Aware Eye Segmentation Framework for AR/VR

IJCAI 2025

Human-machine interaction through augmented reality (AR) and virtual reality (VR) is increasingly prevalent, requiring accurate and efficient gaze estimation which hinges on the accuracy of eye segmentation to enable smooth user experiences. We introduce EyeSeg, a novel eye segmentation framework de

Cited by 0SourcePDFScholar
2025

Safety Layers in Aligned Large Language Models: The Key to LLM Security

ICLR 2025poster

Aligned LLMs are secure, capable of recognizing and refusing to answer malicious questions. However, the role of internal parameters in maintaining such security is not well understood yet, further these models can be vulnerable to security degradation when subjected to fine-tuning attacks. To addre…

2025

Semantic Alignment and Reinforcement for Data-Free Quantization of Vision Transformers

ICCV 2025poster

Data-free quantization (DFQ) enables model quantization without accessing real data, addressing concerns regarding data security and privacy. With the growing adoption of Vision Transformers (ViTs), DFQ for ViTs has garnered significant attention. However, existing DFQ methods exhibit two limitation…

2025

Treasures in Discarded Weights for LLM Quantization

AAAI 2025technical

In recent years, large language models (LLMs) have developed rapidly and revolutionized natural language processing. However, high storage overhead and computing costs limit LLM deployment in resource-constrained environments. Quantization algorithms can effectively compress LLMs and accelerate infe…

Cited by 0SourcePDFScholar
2024

$\text{ID}^3$: Identity-Preserving-yet-Diversified Diffusion Models for Synthetic Face Recognition

NeurIPS 2024poster

Synthetic face recognition (SFR) aims to generate synthetic face datasets that mimic the distribution of real face data, which allows for training face recognition models in a privacy-preserving manner. Despite the remarkable potential of diffusion models in image generation, current diffusion-based…

Cited by 4SourcePDFScholar
2024

Enhancing Preference-based Linear Bandits via Human Response Time

NeurIPS 2024oral

Interactive preference learning systems infer human preferences by presenting queries as pairs of options and collecting binary choices. Although binary choices are simple and widely used, they provide limited information about preference strength. To address this, we leverage human response times,…

2024

Wukong: Towards a Scaling Law for Large-Scale Recommendation

ICML 2024poster

Scaling laws play an instrumental role in the sustainable improvement in model quality. Unfortunately, recommendation models to date do not exhibit such laws similar to those observed in the domain of large language models, due to the inefficiencies of their upscaling mechanisms. This limitation pos…

Cited by 21SourcePDFScholar
2023

Probabilistic Knowledge Distillation of Face Ensembles

CVPR 2023poster

Mean ensemble (i.e. averaging predictions from multiple models) is a commonly-used technique in machine learning that improves the performance of each individual model. We formalize it as feature alignment for ensemble in open-set face recognition and generalize it into Bayesian Ensemble Averaging (…

2023

Proximity-Informed Calibration for Deep Neural Networks

NeurIPS 2023spotlight

Confidence calibration is central to providing accurate and interpretable uncertainty estimates, especially under safety-critical scenarios. However, we find that existing calibration algorithms often overlook the issue of proximity bias, a phenomenon where models tend to be more overconfident in lo…

2022

"Trust, but Verify: Using Self-Supervised Probing to Improve Trustworthiness"

ECCV 2022poster

"Trustworthy machine learning is of primary importance to the practical deployment of deep learning models. While state-of-the-art models achieve astonishingly good performance in terms of accuracy, recent literature reveals that their predictive confidence scores unfortunately cannot be trusted: e.…

2022

Parameter-Efficient Sparsity for Large Language Models Fine-Tuning

IJCAI 2022poster

With the dramatically increased number of parameters in language models, sparsity methods have received ever-increasing research focus to compress and accelerate the models. While most research focuses on how to accurately retain appropriate weights while maintaining the performance of the compresse…

2022

Set-Based State Estimation With Probabilistic Consistency Guarantee Under Epistemic Uncertainty

RA-L 2022

Consistent state estimation is challenging, especially under the epistemic uncertainties arising from learned (nonlinear) dynamic and observation models. In this work, we propose a set-based estimation algorithm, named Gaussian Process-Zonotopic Kalman Filter (GP-ZKF), that produces zonotopic state

Cited by 12SourceScholar
2022

Temporal Logic Imitation: Learning Plan-Satisficing Motion Policies from Demonstrations

CoRL 2022oral

Learning from demonstration (LfD) has successfully solved tasks featuring a long time horizon. However, when the problem complexity also includes human-in-the-loop perturbations, state-of-the-art approaches do not guarantee the successful reproduction of a task. In this work, we identify the roots o…

Cited by 26SourceScholar
2021

PipeTransformer: Automated Elastic Pipelining for Distributed Training of Large-scale Models

ICML 2021spotlight

The size of Transformer models is growing at an unprecedented rate. It has taken less than one year to reach trillion-level parameters since the release of GPT-3 (175B). Training such models requires both substantial engineering efforts and enormous computing resources, which are luxuries most resea…

Cited by 36SourcePDFScholar
2021

Provably Safe and Efficient Motion Planning with Uncertain Human Dynamics

RSS 2021poster

Ensuring human safety without unnecessarily impacting task efficiency during human-robot interactive manipulation tasks is a critical challenge. In this work; we formally define human physical safety as collision avoidance or safe impact in the event of a collision. We developed a motion planner tha…

Cited by 29SourcePDFScholar
2021

Reactive Task and Motion Planning under Temporal Logic Specifications

ICRA 2021poster

We present a task-and-motion planning (TAMP) algorithm robust against a human operator's cooperative or adversarial interventions. Interventions often invalidate the current plan and require replanning on the fly. Replanning can be computationally expensive and often interrupts seamless task executi…

Cited by 54SourceScholar
2021

Spherical Confidence Learning for Face Recognition

CVPR 2021poster

An emerging line of research has found that spherical spaces better match the underlying geometry of facial images, as evidenced by the state-of-the-art facial recognition methods which benefit empirically from spherical representations. Yet, these approaches rely on deterministic embeddings and hen…

Cited by 92PDFcodeScholar
2019

Adversarial Examples for Improving End-to-end Attention-based Small-footprint Keyword Spotting

ICASSP 2019accepted

In this paper, we explore the use of adversarial examples for improving a neural network based keyword spotting (KWS) system. Specially, in our system, an effective and small-footprint attention-based neural network model is used. Adversarial example is defined as a misclassified example by a model,…

Cited by 0SourceScholar
2019

Fast Online Segmentation of Activities from Partial Trajectories

ICRA 2019poster

Augmenting a robot with the capacity to understand the activities of the people it collaborates with in order to then label and segment those activities allows the robot to generate an efficient and safe plan for performing its own actions. In this work, we introduce an online activity segmentation…

Cited by 22SourceScholar
2019

Safe and Efficient High Dimensional Motion Planning in Space-Time with Time Parameterized Prediction

ICRA 2019poster

In this work, we propose an algorithm that can plan safe and efficient robot trajectories in real time, given time-parameterized motion predictions, in order to avoid fast-moving obstacles in human-robot collaborative environments. Our algorithm is able to reduce the robot configuration space and th…

Cited by 22SourceScholar
2019

Semi-Supervised Learning of Decision-Making Models for Human-Robot Collaboration

CoRL 2019

We consider human-robot collaboration in sequential tasks with known task objectives. For interaction planning in this setting, the utility of models for decision-making under uncertainty has been demonstrated across domains. However, in practice, specifying the model parameters remains challenging,

Cited by 0SourcePDFScholar
2018

Bayesian Inference of Temporal Task Specifications from Demonstrations

NeurIPS 2018poster

When observing task demonstrations, human apprentices are able to identify whether a given task is executed correctly long before they gain expertise in actually performing that task. Prior research into learning from demonstrations (LfD) has failed to capture this notion of the acceptability of an…

Cited by 106SourcePDFScholar