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

Toward High Accuracy and Strong Security: Cancellable Templates for Multimodal Biometric Recognition Based on Feature Fusion

inforesearchPeer-Reviewed
researchsecurity
Aug 12, 2026

This research proposes a secure system for multimodal biometric recognition (using multiple biological measurements like palmprints and vein patterns together) that protects user privacy by creating cancellable templates (protected versions of biometric data that can't be reversed to recover the original). The system uses a neural network to combine features from different biometric sources and a novel random projection method to generate templates that are irreversible, revocable (can be replaced if compromised), and resistant to various attacks.

Fix: The proposed mitigation involves a 'novel cancellable random projection method, which generates protected templates through SoftMax-based random projection (SoRP) combined with other hashing algorithms, effectively avoiding the reversibility problem of random projection under certain conditions.' The framework is designed to satisfy security requirements including 'irreversibility, revocability, unlinkability, and resistance to various attacks.'

IEEE Xplore (Security & AI Journals)

Patronus: Safeguarding Text-to-Image Models Against Adversarial Fine-Tuning

inforesearchPeer-Reviewed
safety

Post-Quantum Secure Lattice-Based Lightweight Authentication Scheme for Energy Internet-Based V2G Communication

inforesearchPeer-Reviewed
security

LICA: Making Quantum Incorrect-Plaintext Attack Detectable in Data Sharing Protocol

inforesearchPeer-Reviewed
security

Privacy-Preserving Deduplication and Data Integrity Auditing for Compressed Cloud Storage

inforesearchPeer-Reviewed
research

Adaptive Detection of Unknown Threats in Smart Contracts via Multimodal Self-Learning

inforesearchPeer-Reviewed
research

DiEL: Disentangled Evolutionary Learning for Identity-Preserving Face Enhancement and Recognition

inforesearchPeer-Reviewed
research

Sparsity-Controllable Normality Learning With Vision–Language Models for Scenario-Related Video Anomaly Detection

inforesearchPeer-Reviewed
research

Facilitating Logical Flaw Detection for Autonomous Driving Systems Through LLM-Empowered Oracle Generation

inforesearchPeer-Reviewed
research

Expressive Dynamic Threshold Attribute-Based Anonymous Credentials With Succinct Showing

inforesearchPeer-Reviewed
research

Suspicious Frequency Amplified Hybrid Framework for Generalizable AIGC Image Detection

inforesearchPeer-Reviewed
research

ESecDT: Communication-Efficient and Secure Decision Tree Training Framework

inforesearchPeer-Reviewed
research

Two Heads Are Better Than One: Models-to-Model Learning for Encrypted Traffic Analysis

inforesearchPeer-Reviewed
research

GraphWave: A Dynamic Context-Adaptive Multimodal Feature Fusion Framework for Threat Detection

inforesearchPeer-Reviewed
research

MDIGuess: Improving Targeted Password Guessing by Combining Multi-Dimensional Heterogeneous Information

inforesearchPeer-Reviewed
security

Information Bottleneck-Driven Cross-Receiver RF Fingerprinting for Physical-Layer Security

inforesearchPeer-Reviewed
research

SymSyz: Improving Hybrid Kernel Fuzzing With Environment Synchronization and Optimized Symbolic Execution

inforesearchPeer-Reviewed
security

FVCC: Enabling Fast and Verifiable Coded Computation for Robust Distributed Learning

inforesearchPeer-Reviewed
research

Fed-CBE: Client-Side Backdoor Elimination in Federated Learning via Persistent Parameter Disruption

inforesearchPeer-Reviewed
security

PACT: Enhancing Privacy and Efficiency in Tree Evaluation via Secure Parallel Comparison and Oblivious Tree Aggregation

inforesearchPeer-Reviewed
security
Previous9 / 61Next
research
Aug 12, 2026

Text-to-image models (AI systems that generate pictures from text descriptions) can be tricked by attackers who fine-tune them (adjust their parameters on new data) to bypass safety protections and create unsafe images. This paper introduces Patronus, a defensive framework that makes these models more resistant to such attacks by using a specially trained safety decoder (a component that processes the model's internal representations) that produces corrupted outputs for unsafe content while preserving normal image generation for safe requests.

Fix: The Patronus framework implements two main defenses: (1) a co-trained safety decoder that produces deliberately corrupted output for latent representations (internal data encodings) associated with unsafe content while preserving normal decoding for benign content, and (2) strengthening the decoder and U-Net (the neural network component that generates images) with a non-fine-tunable learning mechanism to resist gradient-based adversarial fine-tuning attacks.

IEEE Xplore (Security & AI Journals)
Aug 12, 2026

This research presents a new authentication protocol (a method for verifying identity between two parties) designed for Vehicle-to-Grid (V2G) communication, which allows electric vehicles to securely exchange energy with charging stations. The protocol uses lattice-based cryptography (a type of math-based encryption resistant to attacks from quantum computers, which are extremely powerful future computers) and was tested for security using both automated tools and manual analysis to ensure it works safely in real-world situations.

IEEE Xplore (Security & AI Journals)
Aug 12, 2026

This paper introduces LICA, a new security method that can detect Incorrect-Plaintext Attacks (IPA, where someone encrypts wrong data or falsely claims decryption failed) even against adversaries with quantum computers. LICA uses lattice-based cryptography (mathematical problems believed to be hard even for quantum computers) combined with commitments (binding agreements on encryption parameters) to identify which party is acting maliciously, and presents LICADS, a data sharing protocol that catches quantum IPA by having a trusted arbitrator challenge suspicious parties and assign penalties to the dishonest one.

Fix: The paper proposes LICA, a lattice-based IBE (Identity-Based Encryption, a type of encryption using a person's identity as their public key) scheme with commitment assistance to detect quantum IPA. Upon suspected quantum IPA, "a trusted arbitration authority initiates a probabilistic challenge with the DO and collects evidence from the DO and DU. Then the arbitration authority identifies the malicious party using LICA and signatures to apply penalties." The scheme uses commitment to bind encryption random parameters and prevents malicious data users from forging verification proofs.

IEEE Xplore (Security & AI Journals)
security
Aug 12, 2026

This research proposes a new method for cloud storage that combines data deduplication (removing duplicate copies of files) with integrity auditing (verifying data hasn't been corrupted or altered) while protecting user privacy. The key innovation is using lightweight algebraic operations (simple mathematical calculations) instead of expensive BLS signatures (complex cryptographic signatures), and applying randomized blinding techniques (adding random noise to hide identifying information) to prevent auditors from discovering who owns which files.

IEEE Xplore (Security & AI Journals)
security
Aug 12, 2026

Existing AI systems for finding bugs in smart contracts (programs that run on blockchains) struggle because they only learn from known vulnerabilities and use limited types of information about the code. This paper presents Synesthete, a new detection method that combines multiple types of code features (text, graph structures, and images from different code representations) and uses self-learning to better identify both known and previously unseen vulnerabilities in smart contracts.

IEEE Xplore (Security & AI Journals)
Aug 12, 2026

DiEL is a method for improving face images while keeping the person's identity recognizable, especially in difficult conditions like extreme angles, blurriness, or poor lighting. The approach uses evolutionary learning (a technique that evolves solutions over time) to separate identity information from pose information (head angle), then reconstructs faces using a pose dictionary (a library of standard face angles learned from many images) to maintain consistency. The method outperforms existing approaches by an average of 4.66% on six benchmark datasets, with particularly strong improvements on challenging cross-pose tests.

IEEE Xplore (Security & AI Journals)
Aug 12, 2026

This research presents SCVLM (Sparsity-Controllable Vision-Language Model), a system that detects unusual events in videos by learning what normal behavior looks like from unlabeled data, rather than requiring rare examples of anomalies. The system combines vision (image) and language (text) understanding to identify anomalies as deviations from learned normal patterns, while explaining its decisions in a way that matches human reasoning.

IEEE Xplore (Security & AI Journals)
safety
Aug 12, 2026

Autonomous driving systems (ADS, self-driving car software) often have logical flaws (errors in decision-making rather than traditional bugs) that cause safety accidents and traffic violations, but there are no reliable automated tools to detect them. This paper introduces LawSentry, a framework that uses large language models (LLMs, AI systems trained to understand and generate text) to automatically convert traffic laws into executable test cases called violation oracles that can detect when an ADS behaves illegally, achieving 95.5% accuracy at identifying traffic violations across simulation platforms.

IEEE Xplore (Security & AI Journals)
Aug 12, 2026

This paper describes EDT-ABC, a new system for threshold attribute-based anonymous credentials (a type of digital credential that lets multiple independent organizations issue permissions without revealing the user's identity). EDT-ABC improves on previous systems by being faster and more flexible, allowing thresholds (minimum numbers of approvals needed) to be adjusted for different services and supporting selective disclosure (where users can prove they have certain permissions without revealing all their information). The researchers demonstrate their system runs significantly faster than existing solutions, reducing credential issuing time by at least 67% and showing time by at least 29%.

IEEE Xplore (Security & AI Journals)
Aug 12, 2026

Researchers developed a new detection system for AI-generated images (AIGC, or AI-generated content) that combines three techniques to identify fake images created by generative models (AI systems that can create new images from scratch). The system works by examining noise patterns at the sensor level, identifying unusual patterns in the frequency domain (how colors and patterns repeat), and highlighting suspicious regions in images, allowing it to detect synthetic images even when faced with new or unknown generative models.

IEEE Xplore (Security & AI Journals)
security
Aug 12, 2026

ESecDT is a framework that allows multiple parties to train decision trees (machine learning models used to make predictions by sorting data into categories) together while keeping their individual data private. It combines two cryptographic techniques called Function Secret Sharing (FSS, a method where a secret is split into parts that only work together) and Replicated Secret Sharing (RSS, another way to distribute secrets across parties) to reduce the amount of data that must be sent between parties during training while maintaining strong privacy protections.

IEEE Xplore (Security & AI Journals)
Aug 12, 2026

This research addresses a problem in encrypted traffic analysis (ETA, the process of identifying what data is being sent over the internet by examining encrypted network traffic patterns), where existing machine learning methods require lots of manually labeled training data. The authors propose Models-to-Model Learning (M2ML), a new approach that learns from existing ETA models instead of requiring labeled data, using a large language model to align different models' feature spaces (the variables they measure) and resolve disagreements between them based on credibility.

IEEE Xplore (Security & AI Journals)
Aug 12, 2026

GraphWave is a new AI framework designed to detect malicious network traffic by analyzing multiple types of data together, including the relationships between attackers and targets over time. Unlike older methods that only look at individual data flows, GraphWave combines graph-based analysis (mapping connections between network entities) with deep learning techniques to better distinguish between legitimate and malicious traffic, even when attackers try to hide their patterns through evasion techniques (methods to avoid detection).

IEEE Xplore (Security & AI Journals)
research
Aug 12, 2026

MDIGuess is an AI system that improves targeted password guessing attacks by combining multiple types of information about a user, including their past passwords, personal details (PII, or personally identifiable information), and passwords leaked from other services. The system uses an autoregressive neural framework (a type of AI that predicts passwords one piece at a time based on patterns) and achieves a 35% success rate cracking passwords within 1,000 guesses, significantly outperforming existing attack methods.

IEEE Xplore (Security & AI Journals)
Aug 12, 2026

This research paper presents a new method for radio frequency fingerprinting (RFF, a technique that identifies wireless devices by analyzing unique hardware distortions in their signals) that works better when signals are received by different types of receivers. The proposed approach uses an information bottleneck (IB, a principle that keeps only the most important information while removing unnecessary details) to learn compact representations of device fingerprints without needing labeled data about which receiver collected the signal, outperforming existing methods on real-world datasets.

IEEE Xplore (Security & AI Journals)
Aug 12, 2026

SymSyz is a hybrid kernel fuzzing framework that combines kernel fuzzing (automated testing that sends random inputs to find bugs) with symbolic execution (a technique that analyzes code paths mathematically to reach difficult-to-access code). The framework addresses three main problems: inconsistent states between the fuzzer and symbolic engine, overhead from tracking too much symbolic information, and slow constraint solving. SymSyz improves testing speed and bug detection by using snapshot-based environment synchronization, limiting symbolic tracking to specific code origins, and prioritizing constraint solving.

IEEE Xplore (Security & AI Journals)
Aug 12, 2026

Distributed Learning (DL, training AI models across multiple computers) faces problems when some computers are slow (stragglers) or malicious (Byzantine nodes, computers that send incorrect data). FVCC is a new framework that uses coded computing (a technique that adds redundancy so missing data can be recovered) with faster decoding and verification methods to make distributed learning more robust and efficient. The system uses a bidirectional two-dimensional ZigZag Decoding algorithm to recover data quickly and Freivalds' algorithm (a lightweight verification method) to detect dishonest computers.

Fix: The source proposes FVCC's technical solutions: employing two-dimensional Shift-and-Add encoding and ZigZag Decoding strategies, implementing a bidirectional two-dimensional ZigZag Decoding (4D-ZD) algorithm for parallel processing, and introducing a lightweight verification mechanism based on Freivalds' algorithm to defend against Byzantine attacks. According to the paper, these approaches achieve approximately 2x faster decoding compared to existing methods and reduce training time by 38.55% for small-scale and 42.87% for large-scale distributed learning tasks.

IEEE Xplore (Security & AI Journals)
research
Aug 12, 2026

Federated learning (a way to train AI models where data stays on users' devices instead of being sent to a central server) is vulnerable to backdoor attacks (hidden malicious behaviors inserted into models by attackers), which existing defenses cannot fully stop, especially when attackers poison the model over multiple rounds. Researchers propose Fed-CBE, a defense method that uses three techniques: periodically resetting certain model layers, making the model forget incorrect categories using entropy maximization (spreading predictions evenly across wrong answers), and recovering original task performance through knowledge distillation (copying learned knowledge from older model versions), achieving near-zero attack success rates without hurting normal performance.

Fix: The source proposes Fed-CBE as a defense mechanism employing three specific techniques: '1) periodic alternating layer resetting disrupts deep parameters to dismantle cross-round backdoor accumulation; 2) indiscriminate forgetting employs entropy maximization on non-ground-truth classes to decouple backdoor associations without prior trigger knowledge; and 3) knowledge distillation with historical local models restores primary task performance.' The paper reports that this approach achieves 'near-zero levels' attack success rates in most settings while maintaining primary task performance.

IEEE Xplore (Security & AI Journals)
research
Aug 12, 2026

This research paper presents PACT, a new method for evaluating decision tree models (algorithms that make predictions by asking yes/no questions in a sequence) while protecting privacy. PACT uses additive homomorphic encryption (a type of math that lets computers do calculations on secret, scrambled data without unscrambling it first) to keep both the tree model and the user's data private, while running faster than previous privacy-preserving approaches.

IEEE Xplore (Security & AI Journals)