← Search

Zekun Wang

28 accepted papers

2026

Avoid Catastrophic Forgetting with Rank-1 Fisher from Diffusion Models

ICLR 2026poster

Catastrophic forgetting remains a central obstacle for continual learning in neural models. Popular approaches---replay and elastic weight consolidation (EWC)---have limitations: replay requires a strong generator and is prone to distributional drift, while EWC implicitly assumes a shared optimum ac…

Cited by 4SourceScholar
2026

Computer Vision Modeling of the Development of Geometric and Numerical Concepts in Humans

AAAI 2026technical

Mathematical thinking is a fundamental aspect of human cognition. Cognitive scientists have investigated the mechanisms that underlie our ability to thinking geometrically and numerically, to take two prominent examples, and developmental scientists have documented the trajectories of these abilitie

Cited by 0SourcePDFScholar
2026

Long-tailed Test-Time Adaptation for Vision-Language Models

ICLR 2026poster

Test-Time Adaptation (TTA) aims to further adapt models to unlabeled test sets arriving in a sequential datastream, thereby progressively strengthening the model's generalization ability. While existing TTA methods for Vision-Language Models (VLMs) are primarily designed and evaluated on (nearly) ba…

Cited by 0SourcecodeScholar
2026

Scalable Multilingual Multimodal Machine Translation with Speech-Text Fusion

ICLR 2026poster

Multimodal Large Language Models (MLLMs) have achieved notable success in enhancing translation performance by integrating multimodal information. However, existing research primarily focuses on image-guided methods, whose applicability is constrained by the scarcity of multilingual image-text pairs…

Cited by 0SourceScholar
2026

VideoAgentTrek: Computer-Use Pretraining from Unlabeled Videos

ICLR 2026poster

Training computer-use agents requires massive amounts of GUI interaction data, but manually annotating action trajectories at scale is prohibitively expensive. We present VideoAgentTrek, a scalable pipeline that automatically mines training data from publicly available screen-recorded videos, elimin…

Cited by 0SourcecodeScholar
2025

AgentTrek: Agent Trajectory Synthesis via Guiding Replay with Web Tutorials

ICLR 2025spotlight

Graphical User Interface (GUI) agents hold great potential for automating complex tasks across diverse digital environments, from web applications to desktop software. However, the development of such agents is hindered by the lack of high-quality, multi-step trajectory data required for effective t…

Cited by 11SourcePDFScholar
2025

Aguvis: Unified Pure Vision Agents for Autonomous GUI Interaction

ICML 2025poster

Automating GUI tasks remains challenging due to reliance on textual representations, platform-specific action spaces, and limited reasoning capabilities. We introduce Aguvis, a unified vision-based framework for autonomous GUI agents that directly operates on screen images, standardizes cross-platfo…

2025

Babysit A Language Model From Scratch: Interactive Language Learning by Trials and Demonstrations

NAACL 2025long

Humans are efficient language learners and inherently social creatures. Our language development is largely shaped by our social interactions, for example, the demonstration and feedback from caregivers. Contrary to human language learning, recent advancements in large language models have primarily…

2025

CFSP: An Efficient Structured Pruning Framework for LLMs with Coarse-to-Fine Activation Information

COLING 2025main

The colossal parameters and computational overhead of Large Language Models (LLMs) challenge their real-world applications. Network pruning, which targets unstructured or structured sparsity by removing redundant parameters, has recently been explored for LLM acceleration. Existing LLM pruning works…

2025

Deep Taxonomic Networks for Unsupervised Hierarchical Prototype Discovery

NeurIPS 2025poster

Inspired by the human ability to learn and organize knowledge into hierarchical taxonomies with prototypes, this paper addresses key limitations in current deep hierarchical clustering methods. Existing methods often tie the structure to the number of classes and underutilize the rich prototype inf…

Cited by 0SourceScholar
2025

Demons in the Detail: On Implementing Load Balancing Loss for Training Specialized Mixture-of-Expert Models

ACL 2025long

This paper revisits the implementation of Load-Balancing-Loss (LBL) when training Mixture-of-Experts (MoEs) models. Specifically, LBL for MoEs is defined as NE ∑i=1NE fipi, where NE is the total number of experts, fi represents the frequency of expert i being selected, and pi denotes the average gat…

2025

EffiVLM-BENCH: A Comprehensive Benchmark for Evaluating Training-Free Acceleration in Large Vision-Language Models

ACL 2025long

Large Vision-Language Models (LVLMs) have achieved remarkable success, yet their significant computational demands hinder practicaldeployment. While efforts to improve LVLM efficiency are growing, existing methods lack comprehensive evaluation across diverse backbones, benchmarks, and metrics. In th…

Cited by 0SourcePDFScholar
2025

Gated Attention for Large Language Models: Non-linearity, Sparsity, and Attention-Sink-Free

NeurIPS 2025oral

Gating mechanisms have been widely utilized, from early models like LSTMs and Highway Networks to recent state space models, linear attention, and also softmax attention. Yet, existing literature rarely examines the specific effects of gating. In this work, we conduct comprehensive experiments to sy…

Cited by 0SourcecodeScholar
2025

Human-Inspired Obfuscation for Model Unlearning: Local and Global Strategies with Hyperbolic Representations

EMNLP 2025

Large language models (LLMs) achieve remarkable performance across various domains, largely due to training on massive datasets. However, this also raises growing concerns over the exposure of sensitive and private information, making model unlearning increasingly critical.However, existing methods

Cited by 0SourcePDFScholar
2025

Improved Diffusion-based Generative Model with Better Adversarial Robustness

ICLR 2025poster

Diffusion Probabilistic Models (DPMs) have achieved significant success in generative tasks. However, their training and sampling processes suffer from the issue of distribution mismatch. During the denoising process, the input data distributions differ between the training and inference stages, pot…

2025

Scaling Computer-Use Grounding via User Interface Decomposition and Synthesis

NeurIPS 2025spotlight

Graphical user interface (GUI) grounding, the ability to map natural language instructions to specific actions on graphical user interfaces, remains a critical bottleneck in computer use agent development. Current benchmarks oversimplify grounding tasks as short referring expressions, failing to ca…

Cited by 0SourcecodeScholar
2025

Sheep’s Skin, Wolf’s Deeds: Are LLMs Ready for Metaphorical Implicit Hate Speech?

ACL 2025long

Implicit hate speech has become a significant challenge for online platforms, as it often avoids detection by large language models (LLMs) due to its indirectly expressed hateful intent. This study identifies the limitations of LLMs in detecting implicit hate speech, particularly when disguised as s…

Cited by 0SourcePDFScholar
2024

CogGPT: Unleashing the Power of Cognitive Dynamics on Large Language Models

EMNLP 2024finding

Cognitive dynamics, which refer to the evolution in human cognitive processes, are pivotal to advance human understanding of the world. Recent advancements in large language models (LLMs) highlight their potential for cognitive simulation. However, these LLM-based cognitive studies primarily focus o…

2024

Divide-and-Conquer Meets Consensus: Unleashing the Power of Functions in Code Generation

NeurIPS 2024oral

Despite recent progress made by large language models in code generation, they still struggle with programs that meet complex requirements. Recent work utilizes plan-and-solve decomposition to decrease the complexity and leverage self-tests to refine the generated program. Yet, planning deep-inside…

Cited by 3SourcePDFScholar
2024

GUIDE: A Guideline-Guided Dataset for Instructional Video Comprehension

IJCAI 2024poster

There are substantial instructional videos on the Internet, which provide us tutorials for completing various tasks. Existing instructional video datasets only focus on specific steps at the video level, lacking experiential guidelines at the task level, which can lead to beginners struggling to lea…

Cited by 1SourcePDFScholar
2024

Has It All Been Solved? Open NLP Research Questions Not Solved by Large Language Models

COLING 2024main

Recent progress in large language models (LLMs) has enabled the deployment of many generative NLP applications. At the same time, it has also led to a misleading public discourse that “it’s all been solved.” Not surprisingly, this has, in turn, made many NLP researchers – especially those at the beg…

Cited by 9SourcePDFScholar
2024

PsychoGAT: A Novel Psychological Measurement Paradigm through Interactive Fiction Games with LLM Agents

ACL 2024long

Psychological measurement is essential for mental health, self-understanding, and personal development. Traditional methods, such as self-report scales and psychologist interviews, often face challenges with engagement and accessibility. While game-based and LLM-based tools have been explored to imp…

Cited by 11SourcePDFScholar
2024

SmartTrim: Adaptive Tokens and Attention Pruning for Efficient Vision-Language Models

COLING 2024main

Despite achieving remarkable performance on various vision-language tasks, Transformer-based Vision-Language Models (VLMs) suffer from redundancy in inputs and parameters, significantly hampering their efficiency in real-world applications. Moreover, the degree of redundancy in token representations…

2023

GTR: A Grafting-Then-Reassembling Framework for Dynamic Scene Graph Generation

IJCAI 2023poster

Dynamic scene graph generation aims to identify visual relationships (subject-predicate-object) in frames based on spatio-temporal contextual information in the video. Previous work implicitly models the spatio-temporal interaction simultaneously, which leads to entanglement of spatio-temporal conte…

Cited by 2SourcePDFScholar
2023

MTGER: Multi-view Temporal Graph Enhanced Temporal Reasoning over Time-Involved Document

EMNLP 2023long findings

The facts and time in the document are intricately intertwined, making temporal reasoning over documents challenging. Previous work models time implicitly, making it difficult to handle such complex relationships. To address this issue, we propose MTGER, a novel Multi-view Temporal Graph Enhanced Re…

Cited by 0SourceScholar
2022

Distilled Dual-Encoder Model for Vision-Language Understanding

EMNLP 2022main

On vision-language understanding (VLU) tasks, fusion-encoder vision-language models achieve superior results but sacrifice efficiency because of the simultaneous encoding of images and text. On the contrary, the dual encoder model that separately encodes images and text has the advantage in efficien…

2021

Less Is More: Domain Adaptation with Lottery Ticket for Reading Comprehension

EMNLP 2021finding

In this paper, we propose a simple few-shot domain adaptation paradigm for reading comprehension. We first identify the lottery subnetwork structure within the Transformer-based source domain model via gradual magnitude pruning. Then, we only fine-tune the lottery subnetwork, a small fraction of the…

2020

Molweni: A Challenge Multiparty Dialogues-based Machine Reading Comprehension Dataset with Discourse Structure

COLING 2020main

Research into the area of multiparty dialog has grown considerably over recent years. We present the Molweni dataset, a machine reading comprehension (MRC) dataset with discourse structure built over multiparty dialog. Molweni’s source samples from the Ubuntu Chat Corpus, including 10,000 dialogs co…