← Search

Shuhai Zhang

13 accepted papers

2026

Beyond Raw Detection Scores: Markov-Informed Calibration for Boosting Machine-Generated Text Detection

ICLR 2026poster

While machine-generated texts (MGTs) offer great convenience, they also pose risks such as disinformation and phishing, highlighting the need for reliable detection. Metric-based methods, which extract statistically distinguishable features of MGTs, are often more practical than complex model-based…

Cited by 0SourcecodeScholar
2026

Zero-source LLM Hallucination Detection with Human-like Criteria Probing

ICML 2026poster

Large language models (LLMs) often hallucinate by generating factually incorrect or unfaithful content, posing significant risks to their safe use. Detecting such hallucinations is particularly challenging under the zero-source constraint, where no model internals or external references are availabl…

Cited by 0SourceScholar
2025

Core Context Aware Transformers for Long Context Language Modeling

ICML 2025poster

Transformer-based Large Language Models (LLMs) have exhibited remarkable success in extensive tasks primarily attributed to self-attention mechanism, which requires a token to consider all preceding tokens as its context to compute attention. However, when the context length L becomes very large (e.…

Cited by 12SourcePDFScholar
2025

Curse of High Dimensionality Issue in Transformer for Long Context Modeling

ICML 2025poster

Transformer-based large language models (LLMs) excel in natural language processing tasks by capturing long-range dependencies through self-attention mechanisms. However, long-context modeling faces significant computational inefficiencies due to redundant attention computations: while attention wei…

2025

Deep Electromagnetic Structure Design Under Limited Evaluation Budgets

ICML 2025poster

Electromagnetic structure (EMS) design plays a critical role in developing advanced antennas and materials, but remains challenging due to high-dimensional design spaces and expensive evaluations. While existing methods commonly employ high-quality predictors or generators to alleviate evaluations,…

Cited by 0SourcePDFScholar
2025

Deep Kernel Relative Test for Machine-generated Text Detection

ICLR 2025poster

Recent studies demonstrate that two-sample test can effectively detect machine-generated texts (MGTs) with excellent adaptation ability to texts generated by newer LLMs. However, two-sample test-based detection relies on the assumption that human-written texts (HWTs) must follow the distribution of…

2025

Efficient Dynamic Ensembling for Multiple LLM Experts

IJCAI 2025

LLMs have demonstrated impressive performance across various language tasks. However, the strengths of LLMs can vary due to different architectures, model sizes, areas of training data, etc. Therefore, ensemble reasoning for the strengths of different LLM experts is critical to achieving consistent

2025

Physics-Driven Spatiotemporal Modeling for AI-Generated Video Detection

NeurIPS 2025spotlight

AI-generated videos have achieved near-perfect visual realism (e.g., Sora), urgently necessitating reliable detection mechanisms. However, detecting such videos faces significant challenges in modeling high-dimensional spatiotemporal dynamics and identifying subtle anomalies that violate physical la…

Cited by 0SourcecodeScholar
2024

Cross-Device Collaborative Test-Time Adaptation

NeurIPS 2024poster

In this paper, we propose test-time Collaborative Lifelong Adaptation (CoLA), which is a general paradigm that can be incorporated with existing advanced TTA methods to boost the adaptation performance and efficiency in a multi-device collaborative manner. Specifically, we maintain and store a set o…

2024

Detecting Machine-Generated Texts by Multi-Population Aware Optimization for Maximum Mean Discrepancy

ICLR 2024poster

Large language models (LLMs) such as ChatGPT have exhibited remarkable performance in generating human-like texts. However, machine-generated texts (MGTs) may carry critical risks, such as plagiarism issues and hallucination information. Therefore, it is very urgent and important to detect MGTs in m…

2024

HiLo: Detailed and Robust 3D Clothed Human Reconstruction with High-and Low-Frequency Information of Parametric Models

CVPR 2024poster

Reconstructing 3D clothed human involves creating a detailed geometry of individuals in clothing with applications ranging from virtual try-on movies to games. To enable practical and widespread applications recent advances propose to generate a clothed human from an RGB image. However they struggle…

2023

Cross-Ray Neural Radiance Fields for Novel-View Synthesis from Unconstrained Image Collections

ICCV 2023oral

Neural Radiance Fields (NeRF) is a revolutionary approach for rendering scenes by sampling a single ray per pixel and it has demonstrated impressive capabilities in novel-view synthesis from static scene images. However, in practice, we usually need to recover NeRF from unconstrained image collectio…

Cited by 26PDFcodeScholar
2023

Detecting Adversarial Data by Probing Multiple Perturbations Using Expected Perturbation Score

ICML 2023poster

Adversarial detection aims to determine whether a given sample is an adversarial one based on the discrepancy between natural and adversarial distributions. Unfortunately, estimating or comparing two data distributions is extremely difficult, especially in high-dimension spaces. Recently, the gradie…