← Search

Kaixiong Zhou

34 accepted papers

2026

Catastrophic Forgetting in Kolmogorov-Arnold Networks

AAAI 2026technical

Catastrophic forgetting is a longstanding challenge in continual learning, where models lose knowledge from earlier tasks when learning new ones. While various mitigation strategies have been proposed for Multi-Layer Perceptrons (MLPs), recent architectural advances like Kolmogorov-Arnold Networks (

Cited by 0SourcePDFScholar
2025

DAMO: Decoding by Accumulating Activations Momentum for Mitigating Hallucinations in Vision-Language Models

ICLR 2025poster

Large Vision-Language Models (VLMs) exhibit significant potential in multimodal tasks but often struggle with hallucinations—responses that are plausible yet visually ungrounded. In this work, we investigate the layer-wise prediction tendencies of VLMs and conduct an in-depth analysis of their decod…

Cited by 0SourcePDFScholar
2025

Flexible Group Count Enables Hassle-Free Structured Pruning

CVPR 2025poster

Densely structured pruning methods -- which generate pruned models in a fully dense format, allowing immediate compression benefits without additional demands -- are evolving owing to their practical significance. Traditional techniques in this domain mainly revolve around coarser granularities, suc…

Cited by 0SourcePDFScholar
2025

Layer-Level Self-Exposure and Patch: Affirmative Token Mitigation for Jailbreak Attack Defense

NAACL 2025long

As large language models (LLMs) are increasingly deployed in diverse applications, including chatbot assistants and code generation, aligning their behavior with safety and ethical standards has become paramount. However, jailbreak attacks, which exploit vulnerabilities to elicit unintended or harmf…

2025

MQuAKE-Remastered: Multi-Hop Knowledge Editing Can Only Be Advanced with Reliable Evaluations

ICLR 2025spotlight

Large language models (LLMs) can give out erroneous answers to factually rooted questions either as a result of undesired training outcomes or simply because the world has moved on after a certain knowledge cutoff date. Under such scenarios, *knowledge editing* often comes to the rescue by deliverin…

2025

Retrieval Augmented Zero-Shot Enzyme Generation for Specified Substrate

ICML 2025poster

Generating novel enzymes for target molecules in zero-shot scenarios is a fundamental challenge in biomaterial synthesis and chemical production. Without known enzymes for a target molecule, training generative models becomes difficult due to the lack of direct supervision. To address this, we propo…

Cited by 0SourcePDFScholar
2025

The Efficiency vs. Accuracy Trade-off: Optimizing RAG-Enhanced LLM Recommender Systems Using Multi-Head Early Exit

ACL 2025long

The deployment of Large Language Models (LLMs) in recommender systems for Click-Through Rate (CTR) prediction requires a careful balance between computational efficiency and predictive accuracy. This paper introduces OptiRAG-Rec, a comprehensive framework that integrates Retrieval-Augmented Generati…

Cited by 0SourcePDFScholar
2025

Unveiling Privacy Risks in Multi-modal Large Language Models: Task-specific Vulnerabilities and Mitigation Challenges

ACL 2025finding

Privacy risks in text-only Large Language Models (LLMs) are well studied, particularly their tendency to memorize and leak sensitive information. However, Multi-modal Large Language Models (MLLMs), which process both text and images, introduce unique privacy challenges that remain underexplored. Com…

2025

Vision Language Model Helps Private Information De-Identification in Vision Data

ACL 2025finding

Visual Language Models (VLMs) have gained significant popularity due to their remarkable ability. While various methods exist to enhance privacy in text-based applications, privacy risks associated with visual inputs remain largely overlooked such as Protected Health Information (PHI) in medical ima…

2024

Cross-Lingual Multi-Hop Knowledge Editing

EMNLP 2024finding

Large language models (LLMs) are often expected to be constantly adapted to new sources of knowledge and knowledge editing techniques aim to efficiently patch the outdated model knowledge, with minimal modification. Most prior works focus on monolingual knowledge editing in English, even though new…

2024

Efficient Sharpness-Aware Minimization for Molecular Graph Transformer Models

ICLR 2024poster

Sharpness-aware minimization (SAM) has received increasing attention in computer vision since it can effectively eliminate the sharp local minima from the training trajectory and mitigate generalization degradation. However, SAM requires two sequential gradient computations during the optimization o…

2024

GNNs Also Deserve Editing, and They Need It More Than Once

ICML 2024poster

Suppose a self-driving car is crashing into pedestrians, or a chatbot is instructing its users to conduct criminal wrongdoing; the stakeholders of such products will undoubtedly want to patch these catastrophic errors as soon as possible. To address such concerns, *Model Editing:* the study of effic…

2024

Gradient Rewiring for Editable Graph Neural Network Training

NeurIPS 2024poster

Deep neural networks are ubiquitously adopted in many applications, such as computer vision, natural language processing, and graph analytics. However, well-trained neural networks can make prediction errors after deployment as the world changes. \textit{Model editing} involves updating the base mod…

2024

Knowledge Graphs Can be Learned with Just Intersection Features

ICML 2024poster

Knowledge Graphs (KGs) are potent frameworks for knowledge representation and reasoning. Nevertheless, KGs are inherently incomplete, leaving numerous uncharted relationships and facts awaiting discovery. Deep learning methodologies have proven effective in enhancing KG completion by framing it as a…

Cited by 3SourcePDFScholar
2024

Molecular Data Programming: Towards Molecule Pseudo-labeling with Systematic Weak Supervision

CVPR 2024poster

The premise for the great advancement of molecular machine learning is dependent on a considerable amount of labeled data. In many real-world scenarios the labeled molecules are limited in quantity or laborious to derive. Recent pseudo-labeling methods are usually designed based on a single domain k…

Cited by 1SourcePDFScholar
2024

Pioneering Reliable Assessment in Text-to-Image Knowledge Editing: Leveraging a Fine-Grained Dataset and an Innovative Criterion

EMNLP 2024finding

During pre-training, the Text-to-Image (T2I) diffusion models encode factual knowledge into their parameters. These parameterized facts enable realistic image generation, but they may become obsolete over time, thereby misrepresenting the current state of the world. Knowledge editing techniques aim…

2024

PokeMQA: Programmable knowledge editing for Multi-hop Question Answering

ACL 2024long

Multi-hop question answering (MQA) is one of the challenging tasks to evaluate machine’s comprehension and reasoning abilities, where large language models (LLMs) have widely achieved the human-comparable performance. Due to the dynamics of knowledge facts in real world, knowledge editing has been e…

2024

QUEST: Efficient Extreme Multi-Label Text Classification with Large Language Models on Commodity Hardware

EMNLP 2024finding

Extreme multi-label text classification (EMTC) involves predicting multiple labels from a vast pool of candidates based on a user’s textual query. While traditional BERT-based methods have shown limited success, large language models (LLMs) have brought new possibilities. It is promising to leverage…

Cited by 1SourcePDFScholar
2024

Rethinking Independent Cross-Entropy Loss For Graph-Structured Data

ICML 2024poster

Graph neural networks (GNNs) have exhibited prominent performance in learning graph-structured data. Considering node classification task, based on the i.i.d assumption among node labels, the traditional supervised learning simply sums up cross-entropy losses of the independent training nodes and ap…

2024

Soft Prompt Recovers Compressed LLMs, Transferably

ICML 2024poster

Model compression is one of the most popular approaches to improve the accessibility of Large Language Models (LLMs) by reducing their memory footprint. However, the gaining of such efficiency benefits often simultaneously demands extensive engineering efforts and intricate designs to mitigate the p…

2024

TVE: Learning Meta-attribution for Transferable Vision Explainer

ICML 2024poster

Explainable machine learning significantly improves the transparency of deep neural networks. However, existing work is constrained to explaining the behavior of individual model predictions, and lacks the ability to transfer the explanation across various models and tasks. This limitation results i…

2023

Probabilistic Masked Attention Networks for Explainable Sequential Recommendation

IJCAI 2023poster

Transformer-based models are powerful for modeling temporal dynamics of user preference in sequential recommendation. Most of the variants adopt the Softmax transformation in the self-attention layers to generate dense attention probabilities. However, real-world item sequences are often noisy, cont…

Cited by 11SourcePDFScholar
2023

RSC: Accelerate Graph Neural Networks Training via Randomized Sparse Computations

ICML 2023poster

Training graph neural networks (GNNs) is extremely time consuming because sparse graph-based operations are hard to be accelerated by community hardware. Prior art successfully reduces the computation cost of dense matrix based operations (e.g., convolution and linear) via sampling-based approximati…

Cited by 28SourcePDFScholar
2023

Winner-Take-All Column Row Sampling for Memory Efficient Adaptation of Language Model

NeurIPS 2023poster

As the model size grows rapidly, fine-tuning the large pre-trained language model has become increasingly difficult due to its extensive memory usage. Previous works usually focus on reducing the number of trainable parameters in the network. While the model parameters do contribute to memory usag…

2022

A Comprehensive Study on Large-Scale Graph Training: Benchmarking and Rethinking

NeurIPS 2022accept

Large-scale graph training is a notoriously challenging problem for graph neural networks (GNNs). Due to the nature of evolving graph structures into the training process, vanilla GNNs usually fail to scale up, limited by the GPU memory space. Up to now, though numerous scalable GNN architectures ha…

2022

An Information Fusion Approach to Learning with Instance-Dependent Label Noise

ICLR 2022poster

Instance-dependent label noise (IDN) widely exists in real-world datasets and usually misleads the training of deep neural networks. Noise transition matrix (NTM) (i.e., the probability that clean labels flip into noisy labels) is used to characterize the label noise and can be adopted to bridge the…

Cited by 45SourcePDFScholar
2022

EXACT: Scalable Graph Neural Networks Training via Extreme Activation Compression

ICLR 2022poster

Training Graph Neural Networks (GNNs) on large graphs is a fundamental challenge due to the high memory usage, which is mainly occupied by activations (e.g., node embeddings). Previous works usually focus on reducing the number of nodes retained in memory. In parallel, unlike what has been developed…

Cited by 67SourcePDFScholar
2022

Table2Graph: Transforming Tabular Data to Unified Weighted Graph

IJCAI 2022poster

Learning useful interactions between input features is crucial for tabular data modeling. Recent efforts start to explicitly model the feature interactions with graph, where each feature is treated as an individual node. However, the existing graph construction methods either heuristically formula…

Cited by 26SourcePDFScholar
2021

Dirichlet Energy Constrained Learning for Deep Graph Neural Networks

NeurIPS 2021poster

Graph neural networks (GNNs) integrate deep architectures and topological structure modeling in an effective way. However, the performance of existing GNNs would decrease significantly when they stack many layers, because of the over-smoothing issue. Node embeddings tend to converge to similar vecto…

Cited by 142SourcePDFScholar
2021

DivAug: Plug-In Automated Data Augmentation With Explicit Diversity Maximization

ICCV 2021poster

Human-designed data augmentation strategies havebeen replaced by automatically learned augmentation pol-icy in the past two years. Specifically, recent works haveexperimentally shown that the superior performance of theautomated methods stems from increasing the diversity ofaugmented data. However,…

Cited by 25PDFcodeScholar
2020

Detecting Interactions from Neural Networks via Topological Analysis

NeurIPS 2020poster

Detecting statistical interactions between input features is a crucial and challenging task. Recent advances demonstrate that it is possible to extract learned interactions from trained neural networks. It has also been observed that, in neural networks, any interacting features must follow a strong…

Cited by 14SourcePDFScholar
2020

Towards Deeper Graph Neural Networks with Differentiable Group Normalization

NeurIPS 2020poster

Graph neural networks (GNNs), which learn the representation of a node by aggregating its neighbors, have become an effective computational tool in downstream applications. Over-smoothing is one of the key issues which limit the performance of GNNs as the number of layers increases. It is because th…