← Search

Yuhang Li

44 accepted papers

2026

Mamba Learns in Context: Structure-Aware Domain Generalization for Multi-Task Point Cloud Understanding

CVPR 2026

While recent Transformer and Mamba architectures have advanced point cloud representation learning, they are typically developed for single-task or single-domain settings. Directly applying them to multi-task domain generalization (DG) leads to degraded performance. Transformers effectively model gl

Cited by 0SourcecodeScholar
2026

Memba: Membrane-driven Parameter-Efficient Fine-Tuning for Mamba

ICLR 2026poster

State Space Models (SSMs) have emerged as powerful alternatives to attention-based Transformers, with Mamba demonstrating impressive efficiency and scalability. As these models grow increasingly larger, the need for Parameter-Efficient Fine-Tuning (PEFT) methods becomes critical to adapt pre-trained…

Cited by 0SourcecodeScholar
2026

QuRL: Low-Precision Reinforcement Learning for Efficient Reasoning

ICLR 2026poster

Reinforcement learning with verifiable rewards (RLVR) has become a trending paradigm for training reasoning large language models (LLMs). However, due to the autoregressive decoding nature of LLMs, the rollout process becomes the efficiency bottleneck of RL training, consisting of up to 70\% of the…

Cited by 0SourceScholar
2026

Samples Are Not Equal: A Sample Selection Approach for Deep Clustering

ICLR 2026poster

Deep clustering has recently achieved remarkable progress across various domains. However, existing clustering methods typically treat all samples equally, neglecting the inherent differences in their feature patterns and learning states. Such redundant learning often drives models to overemphasize…

Cited by 0SourcecodeScholar
2025

A Cost-effective Solution for Remote Sensing Image Segmentation via Train/Test-Time Adaptation

ICASSP 2025accepted

Remote Sensing Image (RSI) segmentation has made significant strides, emerging as a leading solution for interpreting remote sensing data. However, due to the substantial domain gap between different remote sensors and limited computational resources, existing RSI segmentation methods often suffer f…

Cited by 0SourceScholar
2025

Boosting Class Representation via Semantically Related Instances for Robust Long-Tailed Learning with Noisy Labels

ICCV 2025poster

The problem of learning from long-tailed noisy data, referred to as Long-Tailed Noisy Label Learning (LTNLL), presents significant challenges in deep learning. LTNLL datasets are typically affected by two primary issues: class imbalance and label noise. While previous methods have addressed these pr…

2025

Complementary Label Learning with Positive Label Guessing and Negative Label Enhancement

ICLR 2025poster

Complementary label learning (CLL) is a weakly supervised learning paradigm that constructs a multi-class classifier only with complementary labels, specifying classes that the instance does not belong to. We reformulate CLL as an inverse problem that infers the full label information from the outpu…

2025

DuoGPT: Training-free Dual Sparsity through Activation-aware Pruning in LLMs

NeurIPS 2025poster

Large language models (LLMs) deliver strong performance but are difficult to deploy due to high memory and compute costs. While pruning reduces these demands, most methods ignore activation sparsity observed at runtime. We reinterpret activation sparsity as dynamic structured weight sparsity and pro…

Cited by 0SourceScholar
2025

Exploiting Foundation Models for Label-Efficient Few-Shot Learning via Feature Coupling: A Case Study of cardiac CT Segmentation

ICASSP 2025accepted

The scarcity of labeled data poses a significant challenge for deep learning-based medical image segmentation. To address this, this study introduces the novel Foundation Model-based Few-Shot Segmentation (FM-FSS) paradigm. FM-FSS capitalizes on the knowledge distilled from pre-trained foundation mo…

Cited by 0SourceScholar
2025

GPTAQ: Efficient Finetuning-Free Quantization for Asymmetric Calibration

ICML 2025poster

We introduce GPTAQ, a novel finetuning-free quantization method for compressing large-scale transformer architectures. Unlike the previous GPTQ method, which independently calibrates each layer, we always match the quantized layer's output to the exact output in the full-precision model, resulting i…

2025

NATRA: Noise-Agnostic Framework for Trajectory Prediction with Noisy Observations

ICCV 2025poster

Trajectory prediction aims to forecast an agent's future trajectories based on its historical observed trajectories, which is a critical task for various applications such as autonomous driving, robotics, and surveillance systems. Most existing trajectory prediction methods assume that the observed…

Cited by 0SourcePDFScholar
2025

One Arrow, Two Hawks: Sharpness-aware Minimization for Federated Learning via Global Model Trajectory

ICML 2025poster

Federated learning (FL) presents a promising strategy for distributed and privacy-preserving learning, yet struggles with performance issues in the presence of heterogeneous data distributions. Recently, a series of works based on sharpness-aware minimization (SAM) have emerged to improve local lea…

2025

OpenWorldSAM: Extending SAM2 for Universal Image Segmentation with Language Prompts

NeurIPS 2025spotlight

The ability to segment objects based on open-ended language prompts remains a critical challenge, requiring models to ground textual semantics into precise spatial masks while handling diverse and unseen categories. We present OpenWorldSAM, a framework that extends the prompt-driven Segment Anything…

Cited by 0SourcecodeScholar
2025

Spiking Transformer with Spatial-Temporal Attention

CVPR 2025poster

Spike-based Transformer presents a compelling and energy-efficient alternative to traditional Artificial Neural Network (ANN)-based Transformers, achieving impressive results through sparse binary computations. However, existing spike-based transformers predominantly focus on spatial attention while…

2025

Tensor Decomposition Based Memory-Efficient Incremental Learning

ICML 2025poster

Class-Incremental Learning (CIL) has gained considerable attention due to its capacity to accommodate new classes during learning. Replay-based methods demonstrate state-of-the-art performance in CIL but suffer from high memory consumption to save a set of old exemplars for revisiting. To address th…

Cited by 0SourcePDFScholar
2024

A Primal-Dual-Critic Algorithm for Offline Constrained Reinforcement Learning

AISTATS 2024poster

Offline constrained reinforcement learning (RL) aims to learn a policy that maximizes the expected cumulative reward subject to constraints on expected cumulative cost using an existing dataset. In this paper, we propose Primal-Dual-Critic Algorithm (PDCA), a novel algorithm for offline constrained…

Cited by 12SourcePDFScholar
2024

A Simple Background Augmentation Method for Object Detection with Diffusion Model

ECCV 2024poster

"In computer vision, it is well-known that a lack of data diversity will impair model performance. In this study, we address the challenges of enhancing the dataset diversity problem in order to benefit various downstream tasks such as object detection and instance segmentation. We propose a simple…

Cited by 5SourcePDFScholar
2024

DG-PIC: Domain Generalized Point-In-Context Learning for Point Cloud Understanding

ECCV 2024poster

"Recent point cloud understanding research suffers from performance drops on unseen data, due to the distribution shifts across different domains. While recent studies use Domain Generalization (DG) techniques to mitigate this by learning domain-invariant features, most are designed for a single tas…

2024

FDNet: Feature Decoupling Framework for Trajectory Prediction

IROS 2024poster

Trajectory prediction plays a significant role in autonomous driving, with current challenges primarily focused on capturing complex interactions in traffic scenes. Previous methods usually directly encode non-interactive and interactive information together, and then decode them for trajectory pred…

Cited by 1SourceScholar
2024

LaKD: Length-agnostic Knowledge Distillation for Trajectory Prediction with Any Length Observations

NeurIPS 2024poster

Trajectory prediction is a crucial technology to help systems avoid traffic accidents, ensuring safe autonomous driving. Previous methods typically use a fixed-length and sufficiently long trajectory of an agent as observations to predict its future trajectory. However, in real-world scenarios, we o…

Cited by 1SourcePDFScholar
2024

PCoTTA: Continual Test-Time Adaptation for Multi-Task Point Cloud Understanding

NeurIPS 2024poster

In this paper, we present PCoTTA, an innovative, pioneering framework for Continual Test-Time Adaptation (CoTTA) in multi-task point cloud understanding, enhancing the model's transferability towards the continually changing target domain. We introduce a multi-task setting for PCoTTA, which is pract…

2023

An Optimization-based Algorithm for Non-stationary Kernel Bandits without Prior Knowledge

AISTATS 2023poster

We propose an algorithm for non-stationary kernel bandits that does not require prior knowledge of the degree of non-stationarity. The algorithm follows randomized strategies obtained by solving optimization problems that balance exploration and exploitation. It adapts to non-stationarity by restart…

Cited by 12SourcePDFScholar
2023

Augmentation Robust Self-Supervised Learning for Human Activity Recognition

ICASSP 2023accepted

Human Activity Recognition (HAR) is widely applied on wearable devices in our daily lives. However, acquiring high-quality wearable sensor data set with ground-truths is challenging due to the high cost in collecting data and necessity of domain experts. In order to achieve generalization from limit…

Cited by 0SourceScholar
2023

Exploring Temporal Information Dynamics in Spiking Neural Networks

AAAI 2023technical

Most existing Spiking Neural Network (SNN) works state that SNNs may utilize temporal information dynamics of spikes. However, an explicit analysis of temporal information dynamics is still missing. In this paper, we ask several important questions for providing a fundamental understanding of SNNs:…

2023

Outlier Suppression+: Accurate quantization of large language models by equivalent and effective shifting and scaling

EMNLP 2023long main

Post-training quantization (PTQ) of transformer language models faces significant challenges due to the existence of detrimental outliers in activations. We observe that these outliers are concentrated in specific channels and are asymmetric across channels. To address this issue, we propose the Out…

Cited by 0SourcecodeScholar
2023

SEENN: Towards Temporal Spiking Early Exit Neural Networks

NeurIPS 2023poster

Spiking Neural Networks (SNNs) have recently become more popular as a biologically plausible substitute for traditional Artificial Neural Networks (ANNs). SNNs are cost-efficient and deployment-friendly because they process input in both spatial and temporal manner using binary spikes. However, we o…

2023

Surrogate Module Learning: Reduce the Gradient Error Accumulation in Training Spiking Neural Networks

ICML 2023poster

Spiking neural networks provide an alternative solution to conventional artificial neural networks with energy-saving and high-efficiency characteristics after hardware implantation. However, due to its non-differentiable activation function and the temporally delayed accumulation in outputs, the di…

Cited by 24SourcePDFScholar
2022

AnimeRun: 2D Animation Visual Correspondence from Open Source 3D Movies

NeurIPS 2022accept

Visual correspondence of 2D animation is the core of many applications and deserves careful study. Existing correspondence datasets for 2D cartoon suffer from simple frame composition and monotonic movements, making them insufficient to simulate real animations. In this work, we present a new 2D an…

2022

Exploring Lottery Ticket Hypothesis in Spiking Neural Networks

ECCV 2022poster

"Spiking Neural Networks (SNNs) have recently emerged as a new generation of low-power deep neural networks, which is suitable to be implemented on low-power mobile/edge devices. As such devices have limited memory storage, neural pruning on SNNs has been widely explored in recent years. Most existi…

2022

Jet-HR2: A Flying Bipedal Robot Based on Thrust Vector Control

RA-L 2022

Achieving short-distance flight helps improve the efficiency of bipedal robots moving in complex environments (e.g., crossing large obstacles or reaching high places) for rapid emergency missions. This study proposes a design of a flying bipedal robot named Jet-HR2 ( <xref ref-type="fig" rid="fig1"

Cited by 10SourceScholar
2022

Neural Architecture Search for Spiking Neural Networks

ECCV 2022poster

"Spiking Neural Networks (SNNs) have gained huge attention as a potential energy-efficient alternative to conventional Artificial Neural Networks (ANNs) due to their inherent high-sparsity activation. However, most prior SNN methods use ANN-like architectures (e.g., VGG-Net or ResNet), which could p…

2022

Neuromorphic Data Augmentation for Training Spiking Neural Networks

ECCV 2022poster

"Developing neuromorphic intelligence on event-based datasets with Spiking Neural Networks (SNNs) has recently attracted much research attention. However, the limited size of event-based datasets makes SNNs prone to overfitting and unstable convergence. This issue remains unexplored by previous acad…

2022

QDrop: Randomly Dropping Quantization for Extremely Low-bit Post-Training Quantization

ICLR 2022poster

Recently, post-training quantization (PTQ) has driven much attention to produce efficient neural networks without long-time retraining. Despite the low cost, current PTQ works always fail under the extremely low-bit setting. In this study, we pioneeringly confirm that properly incorporating activati…

Cited by 192SourcePDFScholar
2022

Temporal Efficient Training of Spiking Neural Network via Gradient Re-weighting

ICLR 2022poster

Recently, brain-inspired spiking neuron networks (SNNs) have attracted widespread research interest because of their event-driven and energy-efficient characteristics. It is difficult to efficiently train deep SNNs due to the non-differentiability of its activation function, which disables the typic…

2021

A Free Lunch From ANN: Towards Efficient, Accurate Spiking Neural Networks Calibration

ICML 2021spotlight

Spiking Neural Network (SNN) has been recognized as one of the next generation of neural networks. Conventionally, SNN can be converted from a pre-trained ANN by only replacing the ReLU activation to spike activation while keeping the parameters intact. Perhaps surprisingly, in this work we show tha…

2021

BRECQ: Pushing the Limit of Post-Training Quantization by Block Reconstruction

ICLR 2021poster

We study the challenging task of neural network quantization without end-to-end retraining, called Post-training Quantization (PTQ). PTQ usually requires a small subset of training data but produces less powerful quantized models than Quantization-Aware Training (QAT). In this work, we propose a nov…

2021

Differentiable Spike: Rethinking Gradient-Descent for Training Spiking Neural Networks

NeurIPS 2021poster

Spiking Neural Networks (SNNs) have emerged as a biology-inspired method mimicking the spiking nature of brain neurons. This bio-mimicry derives SNNs' energy efficiency of inference on neuromorphic hardware. However, it also causes an intrinsic disadvantage in training high-performing SNNs from scra…

Cited by 288SourcePDFScholar
2021

Diversifying Sample Generation for Accurate Data-Free Quantization

CVPR 2021poster

Quantization has emerged as one of the most prevalent approaches to compress and accelerate neural networks. Recently, data-free quantization has been widely studied as a practical and promising solution. It synthesizes data for calibrating the quantized model according to the batch normalization (B…

Cited by 113PDFScholar
2021

Lvio-Fusion: A Self-adaptive Multi-sensor Fusion SLAM Framework Using Actor-critic Method

IROS 2021poster

State estimation with sensors is essential for mobile robots. Due to different performance of sensors in different environments, how to fuse measurements of various sensors is a problem. In this paper, we propose a tightly coupled multi-sensor fusion framework, Lvio-Fusion, which fuses stereo camera…

Cited by 48SourcecodeScholar
2021

MQBench: Towards Reproducible and Deployable Model Quantization Benchmark

NeurIPS 2021poster

Model quantization has emerged as an indispensable technique to accelerate deep learning inference. Although researchers continue to push the frontier of quantization algorithms, existing quantization work is often unreproducible and undeployable. This is because researchers do not choose consiste…

Cited by 62SourcecodeScholar
2021

MixMix: All You Need for Data-Free Compression Are Feature and Data Mixing

ICCV 2021poster

User data confidentiality protection is becoming a rising challenge in the present deep learning research. Without access to data, conventional data-driven model compression faces a higher risk of performance degradation. Recently, some works propose to generate images from a specific pretrained mod…

Cited by 40PDFScholar
2021

Once Quantization-Aware Training: High Performance Extremely Low-Bit Architecture Search

ICCV 2021poster

Quantization Neural Networks (QNN) have attracted a lot of attention due to their high efficiency. To enhance the quantization accuracy, prior works mainly focus on designing advanced quantization algorithms but still fail to achieve satisfactory results under the extremely low-bit case. In this wor…

Cited by 47PDFcodeScholar
2020

Additive Powers-of-Two Quantization: An Efficient Non-uniform Discretization for Neural Networks

ICLR 2020poster

We propose Additive Powers-of-Two~(APoT) quantization, an efficient non-uniform quantization scheme for the bell-shaped and long-tailed distribution of weights and activations in neural networks. By constraining all quantization levels as the sum of Powers-of-Two terms, APoT quantization enjoys high…

Cited by 377SourcecodeScholar