← Search

Jianshu Zhang

26 accepted papers

2026

AdvEvo-MARL: Shaping Internalized Safety through Adversarial Co-Evolution in Multi-Agent Reinforcement Learning

ICML 2026poster

LLM-based multi-agent systems excel at planning, tool use, and role coordination, but their openness and interaction complexity also expose them to jailbreak and adversarial collaboration. Existing defenses fall into two lines: (i) self-verification that asks each agent to pre-filter unsafe instruct…

Cited by 0SourceScholar
2026

LABO: LLM-Accelerated Bayesian Optimization through Broad Exploration and Selective Experimentation

ICML 2026poster

The high cost and data scarcity in scientific exploration have motivated the use of large language models (LLMs) as knowledge-driven components in Bayesian optimization (BO). However, existing approaches typically embed LLMs directly into the sampling or surrogate modeling pipeline, without fully le…

Cited by 0SourceScholar
2026

THOR: Tool-Integrated Hierarchical Optimization via RL for Mathematical Reasoning

ICLR 2026poster

Large Language Models (LLMs) have made remarkable progress in mathematical reasoning, but still continue to struggle with high-precision tasks like numerical computation and formal symbolic manipulation. Integrating external tools has emerged as a promising approach to bridge this gap. Despite recen…

Cited by 0SourcecodeScholar
2026

Understanding VLMs Spatial Mental Modeling Capability from Limited Views

ICLR 2026poster

Can Vision Language Models (VLMs) imagine the full scene from just a few views, like humans do? Humans form spatial mental models, internal representations of unseen space, to reason about layout, perspective, and motion. Our new MindCube benchmark with 21,154 questions across 3,268 images exposes t…

Cited by 0SourcecodeScholar
2026

Unleashing LLMs in Bayesian Optimization: Preference-Guided Framework for Scientific Discovery

ICLR 2026poster

Scientific discovery is increasingly constrained by costly experiments and limited budgets, making efficient optimization essential for AI for science. Bayesian Optimization (BO), while widely adopted for balancing exploration and exploitation, suffers from slow cold-start performance and poor scala…

Cited by 0SourceScholar
2025

Bridge-Coder: Transferring Model Capabilities from High-Resource to Low-Resource Programming Language

ACL 2025finding

Most LLMs universally excel at generating code for high-resource programming languages (HRPLs) like Python, a capability that has become standard due to the abundance of training data. However, they struggle significantly with low-resource programming languages (LRPLs) such as D, exacerbating the di…

2025

CAN: Leveraging Clients As Navigators for Generative Replay in Federated Continual Learning

ICML 2025poster

Generative replay (GR) has been extensively validated in continual learning as a mechanism to synthesize data and replay past knowledge to mitigate forgetting. By leveraging synthetic rather than real data for the replay, GR has been adopted in some federated continual learning (FCL) approaches to…

Cited by 0SourcePDFScholar
2025

DocMamba: Efficient Document Pre-training with State Space Model

AAAI 2025technical

In recent years, visually-rich document understanding has attracted increasing attention. Transformer-based pre-trained models have become the mainstream approach, yielding significant performance gains in this field. However, the self-attention mechanism's quadratic computational complexity hinders…

2025

Less is More: an Attention-free Sequence Prediction Modeling for Offline Embodied Learning

NeurIPS 2025poster

Offline reinforcement learning (offline RL) is increasingly approached as a sequence modeling task, with methods leveraging advanced architectures like Transformers to capture trajectory dependencies. Despite significant progress, the mechanisms underlying their effectiveness and limitations remain…

Cited by 0SourcecodeScholar
2025

MultiVerse: A Multi-Turn Conversation Benchmark for Evaluating Large Vision and Language Models

ICCV 2025poster

Vision-and-Language Models (VLMs) have shown impressive capabilities on single-turn benchmarks, yet real-world applications often demand more intricate multi-turn dialogues. Existing multi-turn datasets (e.g, MMDU, ConvBench) only partially capture the breadth and depth of conversational scenarios e…

Cited by 0SourcePDFScholar
2025

Personalized Visual Instruction Tuning

ICLR 2025poster

Recent advancements in multimodal large language models (MLLMs) have demonstrated significant progress; however, these models exhibit a notable limitation, which we refer to as "face blindness." Specifically, they can engage in general conversations but fail to conduct personalized dialogues targeti…

2025

VLM2-Bench: A Closer Look at How Well VLMs Implicitly Link Explicit Matching Visual Cues

ACL 2025long

Visually linking matching cues is a crucial ability in daily life, such as identifying the same person in multiple photos based on their cues, even without knowing who they are. Despite the extensive knowledge that vision-language models (VLMs) possess, it remains largely unexplored whether they are…

Cited by 0SourcePDFScholar
2025

WebCoT: Enhancing Web Agent Reasoning by Reconstructing Chain-of-Thought in Reflection, Branching, and Rollback

EMNLP 2025

Web agents powered by Large Language Models (LLMs) show promise for next-generation AI, but their limited reasoning in uncertain, dynamic web environments hinders robust deployment. In this paper, we identify key reasoning skills essential for effective web agents, i.e., reflection & lookahead, bran

2024

FIRST: Teach A Reliable Large Language Model Through Efficient Trustworthy Distillation

EMNLP 2024main

Large language models (LLMs) have become increasingly prevalent in our daily lives, leading to an expectation for LLMs to be trustworthy —- both accurate and well-calibrated (the prediction confidence should align with its ground truth correctness likelihood). Nowadays, fine-tuning has become the mo…

2024

Image Textualization: An Automatic Framework for Generating Rich and Detailed Image Descriptions

NeurIPS 2024poster

Image description datasets play a crucial role in the advancement of various applications such as image understanding, text-to-image generation, and text-image retrieval. Currently, image description datasets primarily originate from two sources. One source is the scraping of image-text pairs from t…

Cited by 0SourcePDFScholar
2024

MLLM-Protector: Ensuring MLLM’s Safety without Hurting Performance

EMNLP 2024main

The deployment of multimodal large language models (MLLMs) has brought forth a unique vulnerability: susceptibility to malicious attacks through visual inputs. This paper investigates the novel challenge of defending MLLMs against such attacks. Compared to large language models (LLMs), MLLMs include…

2024

SRFUND: A Multi-Granularity Hierarchical Structure Reconstruction Benchmark in Form Understanding

NeurIPS 2024poster

Accurately identifying and organizing textual content is crucial for the automation of document processing in the field of form understanding. Existing datasets, such as FUNSD and XFUND, support entity classification and relationship prediction tasks but are typically limited to local and entity-lev…

2024

UniTabNet: Bridging Vision and Language Models for Enhanced Table Structure Recognition

EMNLP 2024finding

In the digital era, table structure recognition technology is a critical tool for processing and analyzing large volumes of tabular data. Previous methods primarily focus on visual aspects of table structure recovery but often fail to effectively comprehend the textual semantics within tables, parti…

2023

HRDoc: Dataset and Baseline Method toward Hierarchical Reconstruction of Document Structures

AAAI 2023technical

The problem of document structure reconstruction refers to converting digital or scanned documents into corresponding semantic structures. Most existing works mainly focus on splitting the boundary of each element in a single document page, neglecting the reconstruction of semantic structure in mult…

2022

TDv2: A Novel Tree-Structured Decoder for Offline Mathematical Expression Recognition

AAAI 2022technical

In recent years, tree decoders become more popular than LaTeX string decoders in the field of handwritten mathematical expression recognition (HMER) as they can capture the hierarchical tree structure of mathematical expressions. However previous tree decoders converted the tree structure labels int…

2020

A Tree-Structured Decoder for Image-to-Markup Generation

ICML 2020poster

Recent encoder-decoder approaches typically employ string decoders to convert images into serialized strings for image-to-markup. However, for tree-structured representational markup, string representations can hardly cope with the structural complexity. In this work, we first show via a set of toy…

Cited by 89SourcePDFScholar
2019

Episodic Training for Domain Generalization

ICCV 2019oral

Domain generalization (DG) is the challenging and topical problem of learning models that generalize to novel testing domains with different statistics than a set of known training domains. The simple approach of aggregating data from all source domains and training a single deep neural network end-…

Cited by 565PDFcodeScholar
2017

Design of space-time block coded unique word OFDM systems

ICASSP 2017accepted

In this paper we develop space-time block codes for unique word - orthogonal frequency division multiplexing (UW-OFDM) systems to fully exploit the diversity gain when the channel state information is not available at the transmitter. To this end, we propose two novel space-time block codes (STBCs)…

Cited by 0SourceScholar
2017

Efficient multidimensional parameter estimation for joint wideband radar and communication systems based on OFDM

ICASSP 2017accepted

In this paper we study the parameter estimation problem of an OFDM based joint wideband SIMO radar and communication system. The parameters to be estimated are time delays, relative velocities, and angle of arrival (DoA) pairs of radar targets. Due to the wideband assumption the received signal on d…

Cited by 0SourceScholar
2016

Low rank approximation based hybrid precoding schemes for multi-carrier single-user massive MIMO systems

ICASSP 2016accepted

In this paper we study the hybrid precoding design problem for a frequency selective massive MIMO channel, e.g., the millimeter wave (mmWave) massive MIMO channel. In contrast to a traditional MIMO system, a hybrid analog-digital MIMO scheme is preferred for massive MIMO systems due to the high cost…

Cited by 0SourceScholar
2015

Joint design of multi-tap filters and power control for FBMC/OQAM based two-way decode-and-forward relaying systems in highly frequency selective channels

ICASSP 2015accepted

In this paper we study the achievable rate region of an FBMC based two-way decode-and-forward relaying system. Unlike a CPOFDM system, the FBMC based systems experience inter-carrier interference and inter-symbol interference especially in a highly frequency selective channel. To calculate the resul…

Cited by 0SourceScholar