aisecwatch.com
DashboardVulnerabilitiesNewsResearchArchiveStatsDatasetFor devs
Subscribe
aisecwatch.com

Real-time AI security monitoring. Tracking AI-related vulnerabilities, safety and security incidents, privacy risks, research developments, and policy changes.

Navigation

VulnerabilitiesNewsResearchDigest ArchiveNewsletter ArchiveSubscribeData SourcesStatisticsDatasetAPIIntegrationsWidgetRSS Feed

Maintained by

Truong (Jack) Luu

Information Systems Researcher

Research

Academic papers, new techniques, benchmarks, and theoretical findings in AI/LLM security.

to
Export CSV
1217 items

Understanding Hallucinations in Large Visual and Language Models

inforesearchPeer-Reviewed
researchsafety
Jun 25, 2026

This academic survey examines hallucinations in large visual and language models, which are instances where AI systems generate false or nonsensical information that appears plausible. The paper, published in ACM Computing Surveys in October 2026, provides a comprehensive overview spanning 36 pages of research on this problem affecting both language models (AI systems trained on text) and multimodal models (AI systems that process both images and text).

ACM Digital Library (TOPS, DTRAP, CSUR)

Harmful Fine-tuning Attacks and Defenses for Large Language Models: A Survey

inforesearchPeer-Reviewed
security

Metrics for Privacy-Preserving Generative Models: A Comprehensive Survey

inforesearchPeer-Reviewed
research

Efficient Privacy-Preserving User Tracking From Threshold Multi-Party Private Set Intersection

inforesearchPeer-Reviewed
research

Stego-Vector Driven Simultaneous Covert Channels in Streaming Applications

inforesearchPeer-Reviewed
research

Classification Task-Oriented Method of Differentially Private Data Publishing With Fine-Grained Correlations Preservation and Class Labels Preservation

inforesearchPeer-Reviewed
research

Extensible Post Quantum Cryptography-Based Authentication

inforesearchPeer-Reviewed
security

Kernel PCA for Out-of-Distribution Detection: Non-Linear Kernel Selection and Approximation

inforesearchPeer-Reviewed
research

SALT: Semantic-guided adaptive latent space truncation sampling watermarking for diffusion models

inforesearchPeer-Reviewed
security

NOAE: Noise-Optimized Adversarial Examples for Multivariate Time Series Anomaly Detection of the Industrial Internet of Things

inforesearchPeer-Reviewed
security

Protecting Against Unauthorized Dataset Use in Fine-Tuning Text-to-Image Diffusion Models

inforesearchPeer-Reviewed
security

TabHGIF: A Unified Hypergraph Influence Framework for Efficient Unlearning in Tabular Data

inforesearchPeer-Reviewed
research

Double-Blind Cleanser: Blindly Unlearning Backdoors Without Clean Data

inforesearchPeer-Reviewed
security

External Data Extraction Attacks Against Retrieval-Augmented Large Language Models

inforesearchPeer-Reviewed
security

MicroPatch: Directed Backdoor Erasing via Victim Parameter Decoupling

inforesearchPeer-Reviewed
security

A Unified Framework of Private Set Operations With Stronger Security

inforesearchPeer-Reviewed
security

TEASE: A Leak-Resilient Strong PUFs Construction via Statistically Deficient Data Release

inforesearchPeer-Reviewed
security

Graph-Based Contrastive Learning and Clustering for Open-World Encrypted Traffic Classification

inforesearchPeer-Reviewed
research

Post-Quantum Secure Semantic Communication With Discrete Latent Representations

inforesearchPeer-Reviewed
security

Improving Viewpoint Robustness for Visual Recognition via Adversarial Training

inforesearchPeer-Reviewed
research
Previous18 / 61Next
research
Jun 24, 2026

This academic survey examines harmful fine-tuning attacks (methods where attackers modify an AI model's training process to make it behave dangerously) and the defenses designed to stop them. The paper reviews different types of attacks, how they work, and various protection strategies researchers have developed to keep large language models safe from this threat.

ACM Digital Library (TOPS, DTRAP, CSUR)
privacy
Jun 24, 2026

This academic survey paper examines metrics, or measurement methods, used to evaluate privacy-preserving generative models (AI systems that create new data while protecting personal information). The paper provides a comprehensive overview of different ways researchers measure how well these models protect privacy while still functioning effectively.

ACM Digital Library (TOPS, DTRAP, CSUR)
Jun 22, 2026

This research paper describes a new method for tracking users across multiple databases without exposing their private information. The method, called threshold multi-party private set intersection (T-MPSI, a technique where multiple parties can find matching data without revealing the full datasets to each other), improves the speed of existing approaches by 3 to 6 times, making privacy-preserving user tracking more practical for real-world deployment.

IEEE Xplore (Security & AI Journals)
Jun 22, 2026

This research presents a method for creating network covert channels (hidden communication paths that bypass detection) in streaming applications like video calls by using a stego-vector model that treats different types of network traffic as independent channels. The approach uses an orchestration algorithm (a coordination system) to manage these channels simultaneously, achieving 3-25% better data transmission capacity and 10% better security compared to existing methods.

IEEE Xplore (Security & AI Journals)
privacy
Jun 22, 2026

This paper presents a new method for publishing data while protecting privacy using differential privacy (a technique that adds noise to data to hide individual information). The method is designed specifically for classification tasks (training AI models to categorize data), and it improves performance by keeping class labels (the correct categories for data records) unchanged and preserving correlations (relationships between different data attributes) using large language models and clustering algorithms.

IEEE Xplore (Security & AI Journals)
Jun 22, 2026

This research presents a new authentication protocol designed to work with quantum-safe cryptography (security methods that will remain secure even after powerful quantum computers are built). The protocol uses lattice-based algorithms (mathematical approaches based on complex grid structures) for digital signatures and key exchange, and is built to work in resource-limited environments while maintaining forward secrecy (ensuring that even if current keys are compromised, past communications remain protected).

IEEE Xplore (Security & AI Journals)
Jun 22, 2026

This research proposes a new method for detecting Out-of-Distribution data (inputs that differ significantly from the data an AI model was trained on) by using Kernel Principal Component Analysis, or KPCA (a technique that finds patterns in data using non-linear transformations). The method creates a special non-linear subspace (a mathematical space with special properties) from normal training data and checks if new inputs fit that pattern, while also addressing practical challenges like choosing the right mathematical kernel (transformation function) and handling large amounts of data efficiently.

IEEE Xplore (Security & AI Journals)
research
Jun 19, 2026

SALT is a watermarking technique for diffusion models (AI systems that generate images by gradually removing noise from random data) that uses semantic guidance and adaptive latent space truncation to embed hidden ownership marks. The method aims to protect diffusion models from unauthorized use while maintaining the quality of generated images. This research addresses the need for better ownership verification and copyright protection in generative AI systems.

Elsevier Security Journals
research
Jun 19, 2026

Deep-learning models used for anomaly detection (finding unusual patterns in data) in industrial systems are vulnerable to adversarial attacks (deliberate manipulations designed to fool AI systems). Researchers created NOAE (noise-optimized adversarial examples, a method for crafting attacks on time series data) to demonstrate this vulnerability and proposed HAD (a defensive training approach using adversarial examples to make models more robust).

Fix: The source proposes a Hybrid Adversarial Defense (HAD) training approach, which uses adversarial examples to improve the robustness of anomaly detection models through data-end random segments replacement augmentation (randomly replacing portions of training data to make models more resistant to attacks).

IEEE Xplore (Security & AI Journals)
research
Jun 19, 2026

Text-to-image AI models like Stable Diffusion can create realistic images but their training datasets risk being used without permission, which violates the rights of data owners. Researchers propose a dataset watermarking framework (a technique that embeds hidden markers into data to track and detect unauthorized use) that can detect when datasets are misused during fine-tuning (the process of adapting a pre-trained AI model to a specific task) while keeping the images high-quality and usable. The framework was tested on Stable Diffusion and showed it can reliably identify and trace dataset misuse with minimal changes to the original data.

IEEE Xplore (Security & AI Journals)
privacy
Jun 18, 2026

TabHGIF is a framework for machine unlearning (removing a model's memory of specific training data) on tabular data, which is faster than retraining from scratch but traditionally struggles to preserve both privacy and model accuracy. The method represents tabular data as a hypergraph (a graph structure that captures relationships between multiple features at once) and uses a Hypergraph Influence Function to predict how deleting data will affect the model without needing to access the original data again. In experiments, TabHGIF achieved speedups of 2.18–7.67 times compared to full retraining while maintaining accuracy close to a fully retrained model.

IEEE Xplore (Security & AI Journals)
research
Jun 18, 2026

Backdoor attacks compromise AI models by injecting hidden triggers into training data that cause the model to misclassify inputs containing those triggers. This paper introduces Double-Blind Cleanser (DBC), a method that removes backdoors without needing access to clean data or knowing what the triggers look like, using two techniques: catastrophic forgetting (making the model forget the backdoor behavior) and Sharpness-Aware Minimization (SAM, which smooths the model's decision boundaries to restore normal functionality).

Fix: The paper describes DBC's approach: "It first leverages catastrophic forgetting to eliminate the backdoor behavior. It then applies Sharpness-Aware Minimization (SAM) to flatten the loss landscape, improving generalization and restoring legitimate functionality without requiring prior knowledge of triggers or poisoned samples. To further enhance the flatness of the loss landscape, DBC employs an importance sampling strategy that prioritizes samples most sensitive to weight perturbations, effectively reducing the impact of poisoned instances."

IEEE Xplore (Security & AI Journals)
research
Jun 18, 2026

Retrieval-augmented generation (RAG, a technique where AI systems pull in external documents to answer questions) enhances large language models but introduces a new security risk: external data extraction attacks (EDEAs), where attackers can trick the system into revealing sensitive or copyrighted information from its knowledge base. Researchers developed an attack called Secret that uses AI-optimized prompts and adaptive strategies to extract data from RAG systems, successfully extracting data from commercial models where previous attacks failed.

IEEE Xplore (Security & AI Journals)
research
Jun 18, 2026

Deep neural networks (large AI models inspired by how brains work) can be attacked through data poisoning, where attackers secretly add harmful examples to training data to make the model behave badly. Existing fixes reduce the attack's success but often make the model worse at normal tasks. Researchers propose MicroPatch, which identifies which parts of the model were corrupted by poisoned data and repairs just those parts by using reverse engineering (reconstructing the hidden attack pattern) and influence functions (mathematical tools that show how each piece of training data affected the final model).

Fix: The source describes MicroPatch as the approach: (1) use reverse engineering to reconstruct backdoor trigger patterns, (2) apply influence functions to quantify the impact of individual data points on model parameters, (3) decouple victim components of model parameters by comparing parameter influences of clean and poisoned data, and (4) patch these victim components to purify the model.

IEEE Xplore (Security & AI Journals)
research
Jun 18, 2026

This paper addresses security weaknesses in unified frameworks for private set operations (PSO, which are techniques that let multiple parties perform computations on their private data sets without revealing the data itself). Previous frameworks had vulnerabilities to inference attacks because they leaked information about the size of set intersections during operations like union and intersection-sum. The authors propose an improved unified framework that eliminates these leakages by introducing a new building block called permuted batched private membership test sharing, achieving stronger security with acceptable performance trade-offs.

Fix: The source proposes a new unified framework with stronger security that: (1) supports PSI-Sum/SS without cardinality leakage (removing information leaks about set sizes), (2) includes an enhanced PSU without during-execution leakage (preventing attackers from gaining information while the operation runs), and (3) uses a new central building block called permuted batched private membership test sharing with instantiation alternatives for both balanced and unbalanced scenarios. The paper provides experimental results showing PSI-Sum/SS achieves 0% leakages with performance costs of approximately 3.3x higher communication for balanced sets and less than 2x overhead for unbalanced sets, while the enhanced PSU achieves up to 1.6x to 60.5x lower communication and 1.4x to 15.6x faster execution compared to prior work.

IEEE Xplore (Security & AI Journals)
Jun 18, 2026

PUFs (Physical Unclonable Functions, hardware devices that generate unique digital fingerprints) are vulnerable to machine learning attacks that can predict their responses if attackers obtain leaked challenge-response pairs (CRPs, inputs and outputs used to test PUFs). This paper presents the TEASE algorithm, which selects CRPs more strategically instead of randomly so that even if attackers leak them, the algorithm forces machine learning models to achieve only about 50% accuracy, comparable to random guessing, while resisting multiple rounds of leaks and powerful attacks.

Fix: The TEASE algorithm addresses the vulnerability by using bilevel programming (an optimization technique that optimizes one problem while considering another problem inside it) to carefully select which challenge-response pairs to allow in circulation. According to the source, TEASE 'forces ML attacks to be content with a prediction accuracy of around 50% on non-leaked CRPs, comparable to random guessing' and 'can gracefully tolerate multiple rounds of CRP leaks' while maintaining 'lower hardware overhead than existing countermeasures.'

IEEE Xplore (Security & AI Journals)
Jun 18, 2026

This research proposes GCLC (Graph-based Contrastive Learning and Clustering), a framework for classifying encrypted network traffic (data sent over networks in coded form) in open-world scenarios where unknown traffic types may appear. The system uses Graph Neural Networks (machine learning models that work with interconnected data) and special learning techniques to identify traffic patterns even when data is imbalanced or new, achieving 95% accuracy at recognizing previously unseen traffic classes.

IEEE Xplore (Security & AI Journals)
research
Jun 18, 2026

This research paper proposes a post-quantum secure semantic communication (PQSC) framework that protects data transmission against both eavesdropping and future quantum computing threats. The framework combines learning with errors (LWE, a type of encryption believed to resist quantum attacks) with VQ-VAE (a neural network compression technique) to send information efficiently while keeping it secure. Experiments show this approach works better than existing methods across different network conditions and data types.

IEEE Xplore (Security & AI Journals)
safety
Jun 18, 2026

Visual recognition systems struggle when objects are viewed from different angles, even though the object hasn't changed. This paper proposes Viewpoint-Invariant Adversarial Training (VIAT), which treats different viewing angles as attacks and trains AI models to handle them better by learning from a distribution of challenging viewpoints. The researchers also created new datasets and evaluation methods to measure how well vision models can handle viewpoint changes.

IEEE Xplore (Security & AI Journals)