← Search

Lan Zhang

21 accepted papers

2026

EAKV: An Entropy-Driven Adaptive KV Compression Framework for Long Video Understanding

ICML 2026poster

Although Multimodal Large Language Models have made remarkable progress, they still struggle with long-video understanding due to the massive memory footprint of KV Caches. Exsiting methods often resort to disjoint retrieval or attention-based static reduction to achieve compression. However, these …

Cited by 0SourceScholar
2026

Importance-Aware Data Selection for Efficient LLM Instruction Tuning

AAAI 2026technical

Instruction tuning plays a critical role in enhancing the performance and efficiency of Large Language Models (LLMs). Its success depends not only on the quality of the instruction data but also on the inherent capabilities of the LLM itself. Some studies suggest that even a small amount of high-qua

Cited by 0SourcePDFScholar
2026

Metis: Learning to Jailbreak LLMs via Self-Evolving Metacognitive Policy Optimization

ICML 2026poster

Red teaming is critical for uncovering vulnerabilities in Large Language Models (LLMs). While automated methods have improved scalability, existing approaches often rely on static heuristics or stochastic search, rendering them brittle against advanced safety alignment. To address this, we introduce…

Cited by 0SourceScholar
2026

Untraceable DeepFakes via Traceable Fingerprint Elimination

ICLR 2026poster

Recent advancements in DeepFakes attribution technologies have significantly enhanced forensic capabilities, enabling the extraction of traces left by generative models (GMs) in images, making DeepFakes traceable back to their source GMs. Meanwhile, several attacks have attempted to evade attributio…

Cited by 0SourceScholar
2025

Autoformalization in the Wild: Assessing LLMs on Real-World Mathematical Definitions

EMNLP 2025

Thanks to their linguistic capabilities, LLMs offer an opportunity to bridge the gap between informal mathematics and formal languages through autoformalization. However, it is still unclear how well LLMs generalize to sophisticated and naturally occurring mathematical statements. To address this ga

Cited by 0SourcePDFScholar
2025

RemoteRAG: A Privacy-Preserving LLM Cloud RAG Service

ACL 2025finding

Retrieval-augmented generation (RAG) improves the service quality of large language models by retrieving relevant documents from credible literature and integrating them into the context of the user query.Recently, the rise of the cloud RAG service has made it possible for users to query relevant do…

2025

Rethinking U-Net: Task-Adaptive Mixture of Skip Connections for Enhanced Medical Image Segmentation

AAAI 2025technical

U-Net is a widely used model for medical image segmentation, renowned for its strong feature extraction capabilities and U-shaped design, which incorporates skip connections to preserve critical information. However, its decoders exhibit information-specific preferences for the supplementary content…

2025

Safety Layers in Aligned Large Language Models: The Key to LLM Security

ICLR 2025poster

Aligned LLMs are secure, capable of recognizing and refusing to answer malicious questions. However, the role of internal parameters in maintaining such security is not well understood yet, further these models can be vulnerable to security degradation when subjected to fine-tuning attacks. To addre…

2024

An LLM-enhanced Agent-based Simulation Tool for Information Propagation

IJCAI 2024poster

Influence diffusion models are used for simulating information propagation in social networks. While most existing influence diffusion models are probabilistic, the emergence of Large Language Model (LLM) sheds light on the language-level inferences and interactions of user agents. This paper presen…

2024

BadFusion: 2D-Oriented Backdoor Attacks against 3D Object Detection

IJCAI 2024poster

3D object detection plays an important role in autonomous driving; however, its vulnerability to backdoor attacks has become evident. By injecting “triggers” to poison the training dataset, backdoor attacks manipulate the detector's prediction for inputs containing these triggers. Existing backdoor…

2024

Multi-Operational Mathematical Derivations in Latent Space

NAACL 2024long

This paper investigates the possibility of approximating multiple mathematical operations in latent space for expression derivation. To this end, we introduce different multi-operational representation paradigms, modelling mathematical operations as explicit geometric transformations. By leveraging…

2023

Workie-Talkie: Accelerating Federated Learning by Overlapping Computing and Communications via Contrastive Regularization

ICCV 2023poster

Federated learning (FL) over mobile devices is a promising distributed learning paradigm for various mobile applications. However, practical deployment of FL over mobile devices is very challenging because (i) conventional FL incurs huge training latency for mobile devices due to interleaved local c…

Cited by 6PDFScholar
2022

MLink: Linking Black-Box Models for Collaborative Multi-Model Inference

AAAI 2022technical

The cost efficiency of model inference is critical to real-world machine learning (ML) applications, especially for delay-sensitive tasks and resource-limited devices. A typical dilemma is: in order to provide complex intelligent services (e.g. smart city), we need inference results of multiple ML m…

2022

Topology-aware Generalization of Decentralized SGD

ICML 2022spotlight

This paper studies the algorithmic stability and generalizability of decentralized stochastic gradient descent (D-SGD). We prove that the consensus model learned by D-SGD is $\mathcal{O}{(m/N\unaryplus1/m\unaryplus\lambda^2)}$-stable in expectation in the non-convex non-smooth setting, where $N$ is…

2022

Towards Video Text Visual Question Answering: Benchmark and Baseline

NeurIPS 2022accept

There are already some text-based visual question answering (TextVQA) benchmarks for developing machine's ability to answer questions based on texts in images in recent years. However, models developed on these benchmarks cannot work effectively in many real-life scenarios (e.g. traffic monitoring,…