← Search

Shuang Liang

33 accepted papers

2026

On the Impact of Weight Quantization on Deep Neural Network Uncertainty

AAAI 2026technical

Weight Quantization (WQ) is a key technique for lightweight Deep Neural Network (DNN) computations. While existing algorithms often pursue memory compression and inference acceleration with accuracy comparable to full-precision models, the effect of WQ on DNN uncertainty remains largely unexplored.

Cited by 0SourcePDFScholar
2026

PADA-Coder: Improving Plan-Following Code Generation via Perturbation-Verified Attention Distillation and Dynamic Alignment

ICML 2026poster

The Plan-then-Code paradigm effectively enhances Large Language Models (LLMs) in complex code generation by decomposing reasoning into explicit, interpretable steps. However, introducing the plan and verification report substantially enlarges the context, which in turn misdirects the model’s attenti…

Cited by 0SourceScholar
2026

Stop When Further Reasoning Won’t Help: Attention-State Adaptive Generation in Reasoning Models

ICML 2026spotlight

By incorporating test-time compute scaling, large reasoning models (LRMs) are able to solve complex problems by generating explicit chain-of-thought (CoT) reasoning processes. However, they often suffer from overthinking during generation, resulting in redundant token outputs and degraded accuracy. …

Cited by 0SourceScholar
2026

Toward Safe Quantization-Aware Fine-tuning: Understanding and Mitigating Safety Alignment Degradation

ICML 2026poster

Large language models (LLMs) are increasingly adapted to downstream tasks in resource-constrained scenarios, making quantization-aware fine-tuning (QAF) a common practice for practical deployment. However, we find that quantized LLMs are substantially more vulnerable to safety alignment degradation …

Cited by 0SourceScholar
2025

Beyond Random: Automatic Inner-loop Optimization in Dataset Distillation

NeurIPS 2025poster

The growing demand for efficient deep learning has positioned dataset distillation as a pivotal technique for compressing training dataset while preserving model performance. However, existing inner-loop optimization methods for dataset distillation typically rely on random truncation strategies, wh…

Cited by 0SourceScholar
2025

Convolutional Retentive Network for EEG Decoding

ICASSP 2025accepted

The self-attention mechanism of Transformer has gained considerable attention for its potential in modeling long-term temporal dependencies in electroencephalogram (EEG) signals. Despite recent advancements, Transformer-based decoding methods often neglect the explicit temporal priors inherent in EE…

Cited by 0SourceScholar
2025

DSAS: A Universal Plug-and-Play Framework for Attention Optimization in Multi-Document Question Answering

NeurIPS 2025poster

While large language models (LLMs) show considerable promise across various fields, they have notable limitations in handling multi-document question answering (Multi-doc QA) tasks. The first challenge is long-range dependency modeling, where LLMs struggle to focus on key information in long texts,…

Cited by 0SourceScholar
2025

INFP: Audio-Driven Interactive Head Generation in Dyadic Conversations

CVPR 2025poster

Imagine having a conversation with a socially intelligent agent. It can attentively listen to your words and offer visual and linguistic feedback promptly. This seamless interaction allows for multiple rounds of conversation to flow smoothly and naturally. In pursuit of actualizing it, we propose IN…

Cited by 4SourcePDFScholar
2025

Implicit Bias of Mirror Flow for Shallow Neural Networks in Univariate Regression

ICLR 2025spotlight

We examine the implicit bias of mirror flow in least squares error regression with wide and shallow neural networks. For a broad class of potential functions, we show that mirror flow exhibits lazy training and has the same implicit bias as ordinary gradient flow when the network width tends to infi…

Cited by 0SourcePDFScholar
2025

NeuroPath: Neurobiology-Inspired Path Tracking and Reflection for Semantically Coherent Retrieval

NeurIPS 2025poster

Retrieval-augmented generation (RAG) greatly enhances large language models (LLMs) performance in knowledge-intensive tasks. However, naive RAG methods struggle with multi-hop question answering due to their limited capacity to capture complex dependencies across documents. Recent studies employ gra…

Cited by 0SourcecodeScholar
2025

Retrieval-Augmented Language Model for Knowledge-aware Protein Encoding

ICML 2025poster

Protein language models often struggle to capture biological functions due to their lack of factual knowledge (e.g., gene descriptions). Existing solutions leverage protein knowledge graphs (PKGs) as auxiliary pre-training objectives, but lack explicit integration of task-oriented knowledge, making…

Cited by 0SourcePDFScholar
2024

DTGB: A Comprehensive Benchmark for Dynamic Text-Attributed Graphs

NeurIPS 2024poster

Dynamic text-attributed graphs (DyTAGs) are prevalent in various real-world scenarios, where each node and edge are associated with text descriptions, and both the graph structure and text descriptions evolve over time. Despite their broad applicability, there is a notable scarcity of benchmark data…

2024

Decoupling Meta-Reinforcement Learning with Gaussian Task Contexts and Skills

AAAI 2024technical

Offline meta-reinforcement learning (meta-RL) methods, which adapt to unseen target tasks with prior experience, are essential in robot control tasks. Current methods typically utilize task contexts and skills as prior experience, where task contexts are related to the information within each task a…

2024

EgoVM: Achieving Precise Ego-Localization using Lightweight Vectorized Maps

IROS 2024poster

Accurate and reliable ego-localization is critical for autonomous driving. In this paper, we present EgoVM, an end-to-end localization network that achieves comparable localization accuracy to prior state-of-the-art methods, but uses lightweight vectorized maps instead of heavy point-based maps. To…

Cited by 10SourceScholar
2024

Spatial-Temporal Perceiving: Deciphering User Hierarchical Intent in Session-Based Recommendation

IJCAI 2024poster

Session-based recommendation (SBR) aims to predict the next-interacted item based on anonymous users' behavior sequences. The main challenge is how to recognize the user intent with limited interactions to achieve a more accurate inference of user behavior. Existing works usually regard several cons…

2023

Category Query Learning for Human-Object Interaction Classification

CVPR 2023poster

Unlike most previous HOI methods that focus on learning better human-object features, we propose a novel and complementary approach called category query learning. Such queries are explicitly associated to interaction categories, converted to image specific category representation via a transformer…

2023

Described Object Detection: Liberating Object Detection with Flexible Expressions

NeurIPS 2023poster

Detecting objects based on language information is a popular task that includes Open-Vocabulary object Detection (OVD) and Referring Expression Comprehension (REC). In this paper, we advance them to a more practical setting called *Described Object Detection* (DOD) by expanding category names to fle…

2023

FedEEG: Federated EEG Decoding Via inter-Subject Structure Matching

ICASSP 2023accepted

With sufficient centralized training data coming from multiple subjects, deep learning methods have achieved powerful EEG decoding performance. However, sending each individuals’ EEG data directly to a centralized server might cause privacy leakage. To overcome this issue, we present an inter-subjec…

Cited by 0SourceScholar
2022

Gan-Based Joint Activity Detection and Channel Estimation for Grant-Free Random Access

ICASSP 2022accepted

Joint activity detection and channel estimation (JADCE) for grant-free random access is a critical issue that needs to be addressed to support massive connectivity in IoT networks. However, the existing model-free learning method can only achieve either activity detection or channel estimation, but…

Cited by 0SourceScholar
2022

TA-GATES: An Encoding Scheme for Neural Network Architectures

NeurIPS 2022accept

Neural architecture search tries to shift the manual design of neural network (NN) architectures to algorithmic design. In these cases, the NN architecture itself can be viewed as data and needs to be modeled. A better modeling could help explore novel architectures automatically and open the black…

2021

Evaluating Efficient Performance Estimators of Neural Architectures

NeurIPS 2021poster

Conducting efficient performance estimations of neural architectures is a major challenge in neural architecture search (NAS). To reduce the architecture training costs in NAS, one-shot estimators (OSEs) amortize the architecture training costs by sharing the parameters of one supernet between all a…

2021

Unsupervised Learning for Multi-Style Speech Synthesis with Limited Data

ICASSP 2021accepted

Existing multi-style speech synthesis methods require either style labels or large amounts of unlabeled training data, making data acquisition difficult. In this paper, we present an unsupervised multi-style speech synthesis method that can be trained with limited data. We leverage instance discrimi…

Cited by 0SourceScholar
2020

Flow-TTS: A Non-Autoregressive Network for Text to Speech Based on Flow

ICASSP 2020accepted

In this work, we propose Flow-TTS, a non-autoregressive end-to-end neural TTS model based on generative flow. Unlike other non-autoregressive models, Flow-TTS can achieve high-quality speech generation by using a single feed-forward network. To our knowledge, Flow-TTS is the first TTS model utilizin…

Cited by 0SourceScholar
2015

Object Proposal by Multi-Branch Hierarchical Segmentation

CVPR 2015poster

Hierarchical segmentation based object proposal methods have become an important step in modern object detection paradigm. However, standard single-way hierarchical methods are fundamentally flawed in that the errors in early steps cannot be corrected and accumulate. In this work, we propose a novel…

Cited by 45SourcePDFScholar