← Search

Zhi-Hong Deng

22 accepted papers

2026

Efficient Thought Space Exploration Through Strategic Intervention

AAAI 2026technical

While large language models (LLMs) demonstrate emerging reasoning capabilities, current inference-time expansion methods incur prohibitive computational costs through exhaustive sampling. Through analyzing decoding trajectories, we observe that most next-token predictions align well with the golden

Cited by 0SourcePDFScholar
2025

SpeCache: Speculative Key-Value Caching for Efficient Generation of LLMs

ICML 2025poster

Transformer-based large language models (LLMs) have already achieved remarkable results on long-text tasks, but the limited GPU memory (VRAM) resources struggle to accommodate the linearly growing demand for key-value (KV) cache as the sequence length increases, which has become a bottleneck for the…

Cited by 0SourcePDFScholar
2024

Memory-Space Visual Prompting for Efficient Vision-Language Fine-Tuning

ICML 2024poster

Current solutions for efficiently constructing large vision-language (VL) models follow a two-step paradigm: projecting the output of pre-trained vision encoders to the input space of pre-trained language models as visual prompts; and then transferring the models to downstream VL tasks via end-to-en…

2023

Are More Layers Beneficial to Graph Transformers?

ICLR 2023poster

Despite that going deep has proven successful in many neural architectures, the existing graph transformers are relatively shallow. In this work, we explore whether more layers are beneficial to graph transformers, and find that current graph transformers suffer from the bottleneck of improving perf…

2023

Dual-Alignment Pre-training for Cross-lingual Sentence Embedding

ACL 2023long

Recent studies have shown that dual encoder models trained with the sentence-level translation ranking task are effective methods for cross-lingual sentence embedding. However, our research indicates that token-level alignment is also crucial in multilingual scenarios, which has not been fully explo…

2023

GIMLET: A Unified Graph-Text Model for Instruction-Based Molecule Zero-Shot Learning

NeurIPS 2023poster

Molecule property prediction has gained significant attention in recent years. The main bottleneck is the label insufficiency caused by expensive lab experiments. In order to alleviate this issue and to better leverage textual knowledge for tasks, this study investigates the feasibility of employing…

2023

Masked Image Modeling With Local Multi-Scale Reconstruction

CVPR 2023highlight

Masked Image Modeling (MIM) achieves outstanding success in self-supervised representation learning. Unfortunately, MIM models typically have huge computational burden and slow learning process, which is an inevitable obstacle for their industrial applications. Although the lower layers play the key…

2023

Revisiting the Parameter Efficiency of Adapters from the Perspective of Precision Redundancy

ICCV 2023poster

Current state-of-the-art results in computer vision depend in part on fine-tuning large pre-trained vision models. However, with the exponential growth of model sizes, the conventional full fine-tuning, which needs to store a individual network copy for each tasks, leads to increasingly huge storage…

Cited by 34PDFcodeScholar
2022

Certified Robustness Against Natural Language Attacks by Causal Intervention

ICML 2022spotlight

Deep learning models have achieved great success in many fields, yet they are vulnerable to adversarial examples. This paper follows a causal perspective to look into the adversarial vulnerability and proposes Causal Intervention by Semantic Smoothing (CISS), a novel framework towards robustness aga…

2022

Domain Adaptation via Maximizing Surrogate Mutual Information

IJCAI 2022poster

Unsupervised domain adaptation (UDA), which is an important topic in transfer learning, aims to predict unlabeled data from target domain with access to labeled data from the source domain. In this work, we propose a novel framework called SIDA (Surrogate Mutual Information Maximization Domain Adapt…

2022

Pessimistic Bootstrapping for Uncertainty-Driven Offline Reinforcement Learning

ICLR 2022spotlight

Offline Reinforcement Learning (RL) aims to learn policies from previously collected datasets without exploring the environment. Directly applying off-policy algorithms to offline RL usually fails due to the extrapolation error caused by the out-of-distribution (OOD) actions. Previous methods tackle…

2020

Dynamically Pruned Message Passing Networks for Large-scale Knowledge Graph Reasoning

ICLR 2020poster

We propose Dynamically Pruned Message Passing Networks (DPMPN) for large-scale knowledge graph reasoning. In contrast to existing models, embedding-based or path-based, we learn an input-dependent subgraph to explicitly model a sequential reasoning process. Each subgraph is dynamically constructed,…

Cited by 86SourcecodeScholar
2019

RotatE: Knowledge Graph Embedding by Relational Rotation in Complex Space

ICLR 2019poster

We study the problem of learning representations of entities and relations in knowledge graphs for predicting missing links. The success of such a task heavily relies on the ability of modeling and inferring the patterns of (or between) the relations. In this paper, we present a new approach for kno…