← Search

Jie Shi

20 accepted papers

2026

Beyond Magnitude: Scale-Invariant Evidential Fusion for Multi-View Classification

ICML 2026poster

Evidential Deep Learning (EDL) enables trustworthy multi-view classification, yet suffers from a critical vulnerability: the Scale Mismatch Problem. We theoretically demonstrate that existing evidential fusion rules erroneously equate logit magnitude with semantic confidence, rendering them suscepti…

Cited by 0SourceScholar
2026

Discern Truth from Falsehood: Reducing Over-Refusal via Contrastive Refinement

ICLR 2026poster

Large language models (LLMs) aligned for safety often suffer from over-refusal—the tendency to reject seemingly toxic or benign prompts by misclassifying them as toxic. This behavior undermines models' helpfulness and restricts usability in sensitive or nuanced contexts. While prior work has propose…

Cited by 0SourceScholar
2026

Let OOD Feature Exploring Vast Predefined Classifiers

ICLR 2026poster

Real-world out-of-distribution (OOD) data exhibit broad, continually evolving distributions, rendering reliance solely on in-distribution (ID) data insufficient for robust detection. Consequently, methods leveraging auxiliary Outlier Exposure (OE) data have emerged, substantially enhancing generaliz…

Cited by 0SourcecodeScholar
2026

Not All Inconsistency Is Equal: Decomposing LVLM Uncertainty into Belief Divergence and Belief Conflict

AAAI 2026technical

Uncertainty Quantification (UQ) is critical for detecting hallucinations in black-box Large Vision-Language Models (LVLMs). However, prevailing methods like Discrete Semantic Entropy (DSE) are unreliable, as their scores are primarily dominated by the number of semantic clusters. This renders them i

Cited by 0SourcePDFScholar
2025

ADBM: Adversarial Diffusion Bridge Model for Reliable Adversarial Purification

ICLR 2025poster

Recently Diffusion-based Purification (DiffPure) has been recognized as an effective defense method against adversarial examples. However, we find DiffPure which directly employs the original pre-trained diffusion models for adversarial purification, to be suboptimal. This is due to an inherent trad…

2025

AlphaEdit: Null-Space Constrained Knowledge Editing for Language Models

ICLR 2025oral

Large language models (LLMs) often exhibit hallucinations, producing incorrect or outdated knowledge. Hence, model editing methods have emerged to enable targeted knowledge updates. To achieve this, a prevailing paradigm is the locating-then-editing approach, which first locates influential parame…

2025

Dialect-SQL: An Adaptive Framework for Bridging the Dialect Gap in Text-to-SQL

EMNLP 2025

Text-to-SQL is the task of translating natural language questions into SQL queries based on relational databases. Different databases implement their own SQL dialects, leading to variations in syntax. As a result, SQL queries designed for one database may not execute properly in another, creating a

2025

Gen-SQL: Efficient Text-to-SQL By Bridging Natural Language Question And Database Schema With Pseudo-Schema

COLING 2025main

With the prevalence of Large Language Models (LLMs), recent studies have shifted paradigms and leveraged LLMs to tackle the challenging task of Text-to-SQL. Because of the complexity of real world databases, previous works adopt the retrieve-then-generate framework to retrieve relevant database sche…

2025

Governance in Motion: Co-evolution of Constitutions and AI models for Scalable Safety

EMNLP 2025

Aligning large language models (LLMs) with human preferences is a central challenge for building reliable AI systems. Most existing alignment approaches rely on static signals, such as predefined principles or offline human annotations to guide model behavior toward a fixed approximation of human pr

Cited by 0SourcePDFScholar
2025

Multi-Turn Jailbreaking Large Language Models via Attention Shifting

AAAI 2025technical

Large Language Models (LLMs) have achieved significant performance in various natural language processing tasks but also pose safety and ethical threats, thus requiring red teaming and alignment processes to bolster their safety. To effectively exploit these aligned LLMs, recent studies have introdu…

Cited by 0SourcePDFScholar
2025

PBCAT: Patch-Based Composite Adversarial Training against Physically Realizable Attacks on Object Detection

ICCV 2025poster

Object detection plays a crucial role in many security-sensitive applications, such as autonomous driving and video surveillance. However, several recent studies have shown that object detectors can be easily fooled by physically realizable attacks, e.g., adversarial patches and recent adversarial t…

Cited by 0SourcePDFScholar
2025

SilentStriker: Toward Stealthy Bit-Flip Attacks on Large Language Models

NeurIPS 2025poster

The rapid adoption of large language models (LLMs) in critical domains has spurred extensive research into their security issues. While input manipulation attacks (e.g., prompt injection) have been well-studied, Bit-Flip Attacks (BFAs)—which exploit hardware vulnerabilities to corrupt model paramete…

Cited by 0SourceScholar
2025

Skeletons Matter: Dynamic Data Augmentation for Text-to-Query

EMNLP 2025

The task of translating natural language questions into query languages has long been a central focus in semantic parsing. Recent advancements in Large Language Models (LLMs) have significantly accelerated progress in this field. However, existing studies typically focus on a single query language,

2024

ADVSV: An Over-the-Air Adversarial Attack Dataset for Speaker Verification

ICASSP 2024accepted

It is known that deep neural networks are vulnerable to adversarial attacks. Although Automatic Speaker Verification (ASV) built on top of deep neural networks exhibits robust performance in controlled scenarios, many studies confirm that ASV is vulnerable to adversarial attacks. The lack of a stand…

Cited by 0SourceScholar
2024

Towards Neuron Attributions in Multi-Modal Large Language Models

NeurIPS 2024poster

As Large Language Models (LLMs) demonstrate impressive capabilities, demystifying their internal mechanisms becomes increasingly vital. Neuron attribution, which attributes LLM outputs to specific neurons to reveal the semantic properties they learn, has emerged as a key interpretability approach. H…

Cited by 3SourcePDFScholar
2022

MExMI: Pool-based Active Model Extraction Crossover Membership Inference

NeurIPS 2022accept

With increasing popularity of Machine Learning as a Service (MLaaS), ML models trained from public and proprietary data are deployed in the cloud and deliver prediction services to users. However, as the prediction API becomes a new attack surface, growing concerns have arisen on the confidentiality…

Cited by 13SourcePDFScholar
2021

Towards a Unified Game-Theoretic View of Adversarial Perturbations and Robustness

NeurIPS 2021poster

This paper provides a unified view to explain different adversarial attacks and defense methods, i.e. the view of multi-order interactions between input variables of DNNs. Based on the multi-order interaction, we discover that adversarial attacks mainly affect high-order interactions to fool the DNN…