← Search

Taiqiang Wu

15 accepted papers

2026

BPDQ: Bit-Plane Decomposition Quantization on a Variable Grid for Large Language Models

ICML 2026poster

Large language model (LLM) inference is often bounded by memory footprint and memory bandwidth in resource-constrained deployments, making quantization a fundamental technique for efficient serving. While post-training quantization (PTQ) maintains high fidelity at 4-bit, it deteriorates at 2–3 bits.…

Cited by 0SourceScholar
2026

SWINGARENA: Adversarial Programming Arena for Long-context GitHub Issue Solving

ICLR 2026oral

We present \textsc{SwingArena}, a adversarial evaluation framework for Large Language Models (LLMs) that closely mirrors real-world software development workflows. Unlike traditional static benchmarks, \textsc{SwingArena} models the collaborative process of software iteration by pairing LLMs as \tex…

Cited by 0SourcecodeScholar
2025

Edge-free but Structure-aware: Prototype-Guided Knowledge Distillation from GNNs to MLPs

COLING 2025main

Distilling high-accuracy Graph Neural Networks (GNNs) to low-latency multilayer perceptrons (MLPs) on graph tasks has become a hot research topic. However, conventional MLP learning relies almost exclusively on graph nodes and fails to effectively capture the graph structural information. Previous m…

Cited by 8SourcePDFScholar
2025

Enhancing Robustness of Implicit Neural Representations Against Weight Perturbations

ICASSP 2025accepted

Implicit Neural Representations (INRs) encode discrete signals in a continuous manner using neural networks, demonstrating significant value across various multimedia applications. However, the vulnerability of INRs presents a critical challenge for their real-world deployments, as the network weigh…

Cited by 0SourceScholar
2025

LiT: Delving into a Simple Linear Diffusion Transformer for Image Generation

ICCV 2025poster

In this paper, we investigate how to convert a pre-trained Diffusion Transformer (DiT) into a linear DiT, as its simplicity, parallelism, and efficiency for image generation. Through detailed exploration, we offer a suite of ready-to-use solutions, ranging from linear attention design to optimizatio…

Cited by 0SourcePDFScholar
2025

MINR: Efficient Implicit Neural Representations for Multi-Image Encoding

ICASSP 2025accepted

Implicit Neural Representations (INRs) aim to parameterize discrete signals through implicit continuous functions. However, formulating each image with a separate neural network (typically, a Multi-Layer Perceptron (MLP)) leads to computational and storage inefficiencies when encoding multi-images.…

Cited by 0SourceScholar
2025

Perspective-aware 3D Gaussian Inpainting with Multi-view Consistency

ICCV 2025poster

3D Gaussian inpainting, a critical technique for numerous applications in virtual reality and multimedia, has made significant progress with pretrained diffusion models. However, ensuring multi-view consistency, an essential requirement for high-quality inpainting, remains a key challenge. In this w…

2025

Rethinking Kullback-Leibler Divergence in Knowledge Distillation for Large Language Models

COLING 2025main

Kullback-Leiber divergence has been widely used in Knowledge Distillation (KD) to compress Large Language Models (LLMs). Contrary to prior assertions that reverse Kullback-Leibler (RKL) divergence is mode-seeking and thus preferable over the mean-seeking forward Kullback-Leibler (FKL) divergence, th…

2024

Unchosen Experts Can Contribute Too: Unleashing MoE Models’ Power by Self-Contrast

NeurIPS 2024poster

Mixture-of-Experts (MoE) has emerged as a prominent architecture for scaling model size while maintaining computational efficiency. In MoE, each token in the input sequence activates a different subset of experts determined by a routing mechanism. However, the unchosen experts in MoE models do not c…

2024

Weight-Inherited Distillation for Task-Agnostic BERT Compression

NAACL 2024findings

Knowledge Distillation (KD) is a predominant approach for BERT compression.Previous KD-based methods focus on designing extra alignment losses for the student model to mimic the behavior of the teacher model.These methods transfer the knowledge in an indirect way.In this paper, we propose a novel We…

2023

RIFormer: Keep Your Vision Backbone Effective but Removing Token Mixer

CVPR 2023poster

This paper studies how to keep a vision backbone effective while removing token mixers in its basic building blocks. Token mixers, as self-attention for vision transformers (ViTs), are intended to perform information communication between different spatial tokens but suffer from considerable computa…

Cited by 37SourcePDFScholar
2023

Recouple Event Field via Probabilistic Bias for Event Extraction

ICASSP 2023accepted

Event Extraction (EE), aiming to identify and classify event triggers and arguments from event mentions, has benefited from pre-trained language models (PLMs). However, existing PLM-based methods ignore the information of trigger/argument fields, which is crucial for understanding event schemas. To…

Cited by 0SourceScholar
2023

Syngen: A Syntactic Plug-And-Play Module for Generative Aspect-Based Sentiment Analysis

ICASSP 2023accepted

Aspect-based Sentiment Analysis (ABSA) is a sentiment analysis task at fine-grained level. Recently, generative frameworks have attracted increasing attention in ABSA due to their ability to unify subtasks and their continuity to upstream pre-training tasks. However, these generative models suffer f…

Cited by 0SourceScholar
2022

Multi-stage Distillation Framework for Cross-Lingual Semantic Similarity Matching

NAACL 2022findings

Previous studies have proved that cross-lingual knowledge distillation can significantly improve the performance of pre-trained models for cross-lingual similarity matching tasks. However, the student model needs to be large in this operation. Otherwise, its performance will drop sharply, thus makin…