ByteNet: Rethinking Multimedia File Fragment Classification through Visual Perspectives
Wenyang Liu, Kejun Wu, Tianyi Liu, Yi Wang, Kim-Hui Yap, Lap-Pui, Chau

TL;DR
This paper introduces ByteNet, a novel approach for multimedia file fragment classification that leverages intrabyte information by converting byte sequences into images and using a dual-branch neural network to improve accuracy.
Contribution
The paper proposes Byte2Image for intrabyte information encoding and ByteNet, a dual-branch network combining byte and image features, advancing multimedia fragment classification.
Findings
Outperforms state-of-the-art methods by up to 12.2%
Effectively mines interbyte and intrabyte correlations
Validates on 14 benchmark cases
Abstract
Multimedia file fragment classification (MFFC) aims to identify file fragment types, e.g., image/video, audio, and text without system metadata. It is of vital importance in multimedia storage and communication. Existing MFFC methods typically treat fragments as 1D byte sequences and emphasize the relations between separate bytes (interbytes) for classification. However, the more informative relations inside bytes (intrabytes) are overlooked and seldom investigated. By looking inside bytes, the bit-level details of file fragments can be accessed, enabling a more accurate classification. Motivated by this, we first propose Byte2Image, a novel visual representation model that incorporates previously overlooked intrabyte information into file fragments and reinterprets these fragments as 2D grayscale images. This model involves a sliding byte window to reveal the intrabyte information and…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsDigital and Cyber Forensics · Digital Media Forensic Detection · Advanced Data Storage Technologies
MethodsAttention Is All You Need · Linear Layer · Dense Connections · Label Smoothing · Byte Pair Encoding · Layer Normalization · Residual Connection · Multi-Head Attention · Softmax · Adam
