Daily Arxiv

This page organizes papers related to artificial intelligence published around the world.
This page is summarized using Google Gemini and is operated on a non-profit basis.
The copyright of the paper belongs to the author and the relevant institution. When sharing, simply cite the source.

Hierarchical Graph Neural Network for Compressed Speech Steganalysis

Created by
  • Haebom

Author

Mustapha Hemis, Hamza Kheddar, Mohamed Chahine Ghanem, Bachir Boudraa

Graph Neural Network-Based Steganography Analysis of VoIP Voice Streams

Outline

This paper presents the first application of a graph neural network (GNN) utilizing the GraphSAGE architecture to VoIP voice stream steganography to address the computational complexity and generalization challenges of deep learning-based steganography analysis. By constructing a simple graph from VoIP streams and using GraphSAGE to capture both fine-grained information and high-dimensional patterns, we achieve high detection accuracy. Experimental results demonstrate a detection accuracy of over 98% even with samples as short as 0.5 seconds, and even under challenging conditions with low embedding rates, we achieve 95.17% accuracy, a 2.8% improvement over the best-performing existing methods. Furthermore, our proposed method demonstrates efficiency with an average detection time of 0.016 seconds for 0.5-second samples, demonstrating its suitability for online steganography tasks.

Takeaways, Limitations

Takeaways:
Achieving high detection accuracy by effectively applying Graph Neural Network (GNN) to steganography analysis.
Excellent performance even under short sample and low embedding rate conditions
Improved efficiency compared to existing methods
Performance suitable for online steganography analysis
Limitations:
No specific mention of Limitations in the paper
👍