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

Feature Compression for Cloud-Edge Multimodal 3D Object Detection

inforesearchPeer-Reviewed
research
Mar 3, 2026

This paper presents a method for compressing visual data in multimodal 3D object detection systems (systems that use multiple types of sensors like cameras and LiDAR to identify and locate objects in 3D space) when processing happens across both edge devices (local computers) and cloud servers. The authors propose two compression approaches: T-FFC (Transmission-Friendly Feature Compression), which reduces data size by 4933 times with minimal accuracy loss, and A-FFC (Accuracy-Friendly Feature Compression), which reduces data by 733 times with almost no accuracy loss, allowing cloud and edge devices to work together more efficiently.

IEEE Xplore (Security & AI Journals)

Distributed Multi-Attribute Anonymous Certificate Management Scheme With Fine-Grained Revocation for Uncrewed Aerial Vehicles

inforesearchPeer-Reviewed
security

PSDO: Privacy-Preserving Distributed Optimization for Autonomous Prosumer Energy Management

inforesearchPeer-Reviewed
research

When Annotators Disagree: A Principled Approach to Learning With Noisy Labels

inforesearchPeer-Reviewed
research

OwnerHunter: Multilingual Website Owner Identification Powered by Large Language Model

inforesearchPeer-Reviewed
research

Living Off the LLM: How LLMs Will Change Adversary Tactics

inforesearchPeer-Reviewed
security

Complementary Text-Guided Attention for Zero-Shot Adversarial Robustness

inforesearchPeer-Reviewed
research

AdvDiffusion: Adversarial Patches Generation for Face Recognition With High Transferability in Physical Domain

inforesearchPeer-Reviewed
security

Split Learning With Local Epoch Regulation and Time-Aware Detection

inforesearchPeer-Reviewed
research

I’ve Got Proof! Dataset-Specific Watermarking for Detecting Excessive Dataset Usage in Text-to-Image Diffusion Model Fine-Tuning

inforesearchPeer-Reviewed
security

Heuristic Knowledge-Driven Spatio-Temporal Forecasting via Multigraph

inforesearchPeer-Reviewed
research

StrokePIN: Enhancing PIN Authentication With Keystroke Dynamics for Mobile Devices

inforesearchPeer-Reviewed
research

Cross-Image Federated Learning for Hyperspectral Image Classification

inforesearchPeer-Reviewed
research

A Mercurial-Based Secure Authentication and Reputation Framework for the Multi-Context Metaverse

inforesearchPeer-Reviewed
security

Ano2Rule: Rule-Based Global Interpretation for Unsupervised Anomaly Detection in Security

inforesearchPeer-Reviewed
research

Cert-SSBD: Certified Backdoor Defense With Sample-Specific Smoothing Noises

inforesearchPeer-Reviewed
security

A Novel Perspective on Gradient Defense: Layer-Specific Protection Against Privacy Leakage

inforesearchPeer-Reviewed
security

Risk-Aware Privacy Preservation for LLM Inference

inforesearchPeer-Reviewed
security

Fractional Order Federated Learning

inforesearchPeer-Reviewed
research

FAOSPA: Frequency-Adaptive Orthogonal Spatiotemporal Perturbation Attack for Exploiting Vulnerabilities in Video Anomaly Detection

inforesearchPeer-Reviewed
research
Previous45 / 61Next
Mar 2, 2026

This research proposes a new certificate management system for UAVs (unmanned aerial vehicles) that uses redactable signatures (digital signatures that can hide specific information) and dynamic accumulators (data structures that track which items are valid) to allow fine-grained revocation at the individual attribute level, while also using a distributed key-generation mechanism (spreading the key creation across multiple authorities rather than relying on one central authority) to reduce the burden of cross-regional certificate management.

IEEE Xplore (Security & AI Journals)
Mar 2, 2026

PSDO is a privacy-preserving framework for managing energy systems where prosumers (people who both consume and produce energy) can trade power without relying on a central authority. It combines decentralized optimization (a method where multiple parties solve problems together without one central controller) with differential privacy (a mathematical technique that adds noise to data to protect individual information), allowing prosumers to manage their energy autonomously while keeping their data private. Tests on an IEEE 33-bus system showed PSDO can find optimal solutions while protecting privacy better than existing methods.

IEEE Xplore (Security & AI Journals)
Mar 2, 2026

When multiple humans label the same data for training AI models, they often disagree, creating noise (errors) in the labels that can hurt model performance. This paper shows how to measure how much annotators agree with each other, use that agreement to estimate what kind of label noise exists, and then train models that work better despite the noisy labels. The researchers also provide theoretical guarantees about how well these models will perform on new data.

IEEE Xplore (Security & AI Journals)
Mar 2, 2026

OwnerHunter is a system that uses large language models (AI trained on vast amounts of text) to identify who owns a website by analyzing webpage content across multiple languages. It improves on older methods that struggled when webpages listed many names or were written in non-English languages, using strategies like checking multiple sources on a page and verifying results to accurately determine the true owner.

IEEE Xplore (Security & AI Journals)
safety
Mar 2, 2026

Living-off-the-land (LOTL) attacks use legitimate tools already built into a system to avoid being detected by security software. The article examines how attackers could use on-device large language models (AI systems running locally on a user's computer rather than in the cloud) as part of these attacks, though it does not detail specific attack methods or provide concrete defenses.

IEEE Xplore (Security & AI Journals)
safety
Mar 2, 2026

CLIP and similar vision-language models (AI systems trained on paired images and text to understand both) are vulnerable to adversarial examples (carefully crafted image modifications designed to fool AI systems). Researchers proposed two methods, TGA-ZSR and Comp-TGA, that use text-guided attention (the model's focus on image regions based on text descriptions) to make these models more robust, achieving 9.58% and 11.95% improvements in accuracy when tested on adversarial examples.

IEEE Xplore (Security & AI Journals)
research
Mar 2, 2026

Researchers developed AdvDiffusion, a method that creates adversarial patches (special sticker patterns) that can fool face recognition systems into misidentifying people, even in real-world physical environments. The technique uses a diffusion model (an AI that learns to remove noise from images) to generate patches that work against black-box models (AI systems the attacker cannot see inside). These adversarial patches are more effective and transferable across different face recognition systems than previous attack methods.

IEEE Xplore (Security & AI Journals)
security
Feb 27, 2026

Split learning (SL, a technique that splits AI model training across multiple computers to reduce computational burden) faces efficiency and security problems in edge computing (distributed computing done on devices near data sources) environments, where slow computers can hinder training and malicious actors may sabotage the model. The paper proposes CoDefend, a framework that uses local epoch regulation (dynamically adjusting how many training rounds each computer performs) and time-aware detection (monitoring for suspicious behavior within specific time windows) to improve both training speed and security while protecting privacy.

IEEE Xplore (Security & AI Journals)
research
Feb 27, 2026

This research proposes DSW, a dataset-specific watermarking method to detect when text-to-image diffusion models (AI systems that generate images from text descriptions) are illegally fine-tuned (customized for specific tasks) using protected datasets. The method embeds a hidden watermark image representing the dataset owner into training data, then extracts it from images generated by models that used that data, creating a one-to-one link between the watermark and the specific misused dataset to prove intellectual property theft.

IEEE Xplore (Security & AI Journals)
Feb 27, 2026

This research paper presents a new method for long-term spatio-temporal forecasting (LSTF, predicting values across space and time over extended periods) using improved graph neural networks (GNNs, AI models that process data organized as connected nodes and edges). The authors address limitations in existing multi-GNN approaches by proposing dynamic multigraph structures that better capture relationships between different data dimensions and use attention mechanisms (techniques that help the model focus on the most important information) to improve prediction accuracy for applications like parking availability and air quality monitoring.

IEEE Xplore (Security & AI Journals)
Feb 25, 2026

StrokePIN is an authentication system that uses keystroke dynamics (the unique way a person types, including timing and pressure patterns) combined with other data types to verify users' PIN (personal identification number) entries on mobile devices. The system uses a few-shot learning technique called Siamese Network (a machine learning approach that learns from very few examples) to work efficiently without needing to retrain constantly, and it includes security analysis showing that keystroke dynamics can provide meaningful protection against guessing attacks.

Fix: StrokePIN dynamically updates the template library (the stored reference patterns of how each user types) to mitigate the impact of user behavior drift over time, achieving a False Acceptance Rate of 8.3% and False Rejection Rate of 0.4%.

IEEE Xplore (Security & AI Journals)
Feb 25, 2026

This research proposes a federated learning (a decentralized machine learning approach where multiple computers train a model together without sharing raw data) approach for classifying hyperspectral images (images that capture many light wavelengths to reveal details about Earth's surface) across multiple satellite sources. The method addresses two key challenges: improving how well each local computer learns by sharing relevant features with others, and handling bias that arises when different computers have uneven amounts of training data.

IEEE Xplore (Security & AI Journals)
Feb 24, 2026

This paper describes SPARTA, a protocol designed to let people create multiple separate avatars (digital representations of users in virtual spaces) in the metaverse while keeping those avatars unlinkable, meaning no one can connect different avatars to the same real person. The protocol uses mercurial signatures (a cryptographic technique that allows flexible key usage) and zero-knowledge proofs (ways to prove something is true without revealing how you know it) to enable secure authentication and prevent misuse through a reputation system based on time-based hash chains (sequences of data linked by timestamps).

IEEE Xplore (Security & AI Journals)
Feb 24, 2026

Ano2Rule is a new method that makes unsupervised anomaly detection models (AI systems that find unusual patterns without being trained on examples of what's normal) more understandable to humans by converting them into simple rules. The approach breaks down how normal data is distributed into multiple parts and creates boundary rules that explain when the model flags something as anomalous (abnormal), making it easier for security experts to trust and deploy these systems in high-stakes situations like detecting network intrusions or protecting IoT devices (internet-connected devices).

IEEE Xplore (Security & AI Journals)
research
Feb 24, 2026

Deep neural networks can be attacked through backdoors, where attackers secretly poison training data to make the model misclassify certain inputs while appearing normal otherwise. This paper proposes Cert-SSBD, a defense method that uses randomized smoothing (adding random noise to samples) with sample-specific noise levels, optimized per sample using stochastic gradient ascent, combined with a new certification approach to make models more resistant to these attacks.

Fix: The proposed Cert-SSBD method addresses the issue by employing stochastic gradient ascent to optimize the noise magnitude for each sample, applying this sample-specific noise to multiple poisoned training sets to retrain smoothed models, aggregating predictions from multiple smoothed models, and introducing a storage-update-based certification method that dynamically adjusts each sample's certification region to improve certification performance.

IEEE Xplore (Security & AI Journals)
research
Feb 24, 2026

Gradient leakage attacks (methods that steal private data by analyzing the mathematical updates sent between computers in federated learning, where AI training happens across multiple devices) pose privacy risks in federated learning systems. Researchers discovered that different layers of neural networks (sections that process information at different stages) leak different amounts of private information, so they created Layer-Specific Gradient Protection (LSGP), which applies stronger privacy protection to layers that leak more sensitive data rather than protecting all layers equally.

IEEE Xplore (Security & AI Journals)
privacy
Feb 24, 2026

When users send prompts to LLM services like ChatGPT, sensitive personal information (such as names, addresses, or ID numbers) can leak out, even when basic privacy protections are used. This paper presents Rap-LI, a framework that identifies which parts of a user's input contain sensitive data and applies stronger privacy protection to those specific parts, rather than treating all data equally.

IEEE Xplore (Security & AI Journals)
Feb 23, 2026

This paper introduces FOFedAvg, an improved version of federated learning (a technique where multiple remote computers train an AI model together while keeping their data private) that uses fractional-order stochastic gradient descent (a math-based method that remembers past training steps to learn better). FOFedAvg addresses common problems in federated learning like slow training speed, heavy communication costs, and issues when different clients have different types of data by using memory-aware updates that improve both efficiency and stability.

IEEE Xplore (Security & AI Journals)
security
Feb 23, 2026

Researchers created FAOSPA, an attack method that exploits weaknesses in video anomaly detection (VAD, systems that automatically identify unusual events in surveillance footage) by manipulating the frequency domain (the mathematical representation of signals broken down by their different oscillation rates). The attack severely degrades VAD system performance, reducing detection accuracy from 91% to 34% with minimal changes to video data, and the researchers emphasize that stronger defenses are urgently needed.

IEEE Xplore (Security & AI Journals)