← Search

Yongxin Zhu

15 accepted papers

2026

Unveiling And Addressing Dimensional Collapse In Vector Quantization Models Via Codebook Regularization

ICML 2026poster

While recent advancements in Vector Quantization (VQ) models have successfully achieved complete codebook utilization, a critical bottleneck remains largely unexplored: the effective dimensionality of the codebook embedding space. We observe that discrete codebook representations tend to degenerate …

Cited by 0SourceScholar
2025

Addressing Representation Collapse in Vector Quantized Models with One Linear Layer

ICCV 2025poster

Vector Quantization (VQ) is essential for discretizing continuous representations in unsupervised learning but suffers from representation collapse, causing low codebook utilization and limiting scalability. Existing solutions often rely on complex optimizations or reduce latent dimensionality, whic…

2025

Dynamic Prefix as Instructor for Incremental Named Entity Recognition: A Unified Seq2Seq Generation Framework

ACL 2025finding

The Incremental Named Entity Recognition (INER) task aims to update a model to extract entities from an expanding set of entity type candidates due to concerns related to data privacy and scarcity. However, conventional sequence labeling approaches to INER often suffer from the catastrophic forgetti…

2025

HICD: Hallucination-Inducing via Attention Dispersion for Contrastive Decoding to Mitigate Hallucinations in Large Language Models

ACL 2025finding

Large Language Models (LLMs) often generate hallucinations, producing outputs that are contextually inaccurate or factually incorrect. We introduce HICD, a novel method designed to induce hallucinations for contrastive decoding to mitigate hallucinations. Unlike existing contrastive decoding methods…

2025

Scalable Data Synthesis through Human-like Cognitive Imitation and Data Recombination

EMNLP 2025

Large language models (LLMs) rely on massive amounts of training data, however, the quantity of empirically observed data is limited. To alleviate this issue, lots of LLMs leverage synthetic data to enhance the quantity of training data. Despite significant advancements in LLMs, the efficiency and s

Cited by 0SourcePDFScholar
2024

Empowering Diffusion Models on the Embedding Space for Text Generation

NAACL 2024long

Diffusion models have achieved state-of-the-art synthesis quality on both visual and audio tasks, and recent works further adapt them to textual data by diffusing on the embedding space. In this paper, we conduct systematic studies of the optimization challenges encountered with both the embedding s…

2024

Few-shot Temporal Pruning Accelerates Diffusion Models for Text Generation

COLING 2024main

Diffusion models have achieved significant success in computer vision and shown immense potential in natural language processing applications, particularly for text generation tasks. However, generating high-quality text using these models often necessitates thousands of iterations, leading to slow…

Cited by 1SourcePDFScholar
2024

Generative Pre-trained Speech Language Model with Efficient Hierarchical Transformer

ACL 2024long

While recent advancements in speech language models have achieved significant progress, they face remarkable challenges in modeling the long acoustic sequences of neural audio codecs. In this paper, we introduce Generative Pre-trained Speech Transformer (GPST), a hierarchical transformer designed fo…

2024

Stabilize the Latent Space for Image Autoregressive Modeling: A Unified Perspective

NeurIPS 2024poster

Latent-based image generative models, such as Latent Diffusion Models (LDMs) and Mask Image Models (MIMs), have achieved notable success in image generation tasks. These models typically leverage reconstructive autoencoders like VQGAN or VAE to encode pixels into a more compact latent space and lear…

2024

Talk With Human-like Agents: Empathetic Dialogue Through Perceptible Acoustic Reception and Reaction

ACL 2024long

Large Language Model (LLM)-enhanced agents become increasingly prevalent in Human-AI communication, offering vast potential from entertainment to professional domains. However, current multi-modal dialogue systems overlook the acoustic information present in speech, which is crucial for understandin…

2024

Visual Hallucination Elevates Speech Recognition

AAAI 2024technical

Due to the detrimental impact of noise on the conventional audio speech recognition (ASR) task, audio-visual speech recognition~(AVSR) has been proposed by incorporating both audio and visual video signals. Although existing methods have demonstrated that the aligned visual input of lip movements ca…

Cited by 5SourcePDFScholar
2023

DiffS2UT: A Semantic Preserving Diffusion Model for Textless Direct Speech-to-Speech Translation

EMNLP 2023long main

While Diffusion Generative Models have achieved great success on image generation tasks, how to efficiently and effectively incorporate them into speech generation especially translation tasks remains a non-trivial problem. Specifically, due to the low information density of speech data, the transfo…

Cited by 0SourceScholar
2023

Locate Then Generate: Bridging Vision and Language with Bounding Box for Scene-Text VQA

AAAI 2023technical

In this paper, we propose a novel multi-modal framework for Scene Text Visual Question Answering (STVQA), which requires models to read scene text in images for question answering. Apart from text or visual objects, which could exist independently, scene text naturally links text and visual modaliti…

Cited by 10SourcePDFScholar
2023

Span-level Aspect-based Sentiment Analysis via Table Filling

ACL 2023long

In this paper, we propose a novel span-level model for Aspect-Based Sentiment Analysis (ABSA), which aims at identifying the sentiment polarity of the given aspect. In contrast to conventional ABSA models that focus on modeling the word-level dependencies between an aspect and its corresponding opin…

Cited by 21SourcePDFScholar
2022

Sequence-to-Action: Grammatical Error Correction with Action Guided Sequence Generation

AAAI 2022technical

The task of Grammatical Error Correction (GEC) has received remarkable attention with wide applications in Natural Language Processing (NLP) in recent years. While one of the key principles of GEC is to keep the correct parts unchanged and avoid over-correction, previous sequence-to-sequence (seq2se…