Papers for

digital forensic teams

Papers whose findings have a practical use for this group, as judged from the abstract. Open a paper to read what it means in practice.

Neural audio codecs reveal traces of older compression methods

Tracing the Origins: Legacy Codec Identification in Neural Audio Transcoding

Abstract: Residual Vector Quantization (RVQ)-based neural audio codecs (NACs) enable high-fidelity audio distribution at unprecedentedly low bitrates through discrete token-based representations. However, this shift disrupts traditional forensics, as non-linear neural transcoding obscures the underlying traces of legacy compression. This study defines the forensic gap and proposes a Transformer-based framework designed to leverage the hierarchical and temporal dependencies inherent in RVQ sequences. By modeling inter-layer causal relationships and dynamic forensic significance, our model effectively disentangles superimposed artifacts from legacy-to-neural transcoding. Experimental results achieve 97%+ accuracy for codec identification and robust joint identification performance across 32-128 kbps. These results demonstrate that traditional codec traces persist even after neural transcoding, supporting the feasibility and necessity of neural-codec-aware audio forensics.

Mon 14 SeptSoundMultimedia
The gist
Audio files are often compressed to save space, but new neural audio codecs change how this is done. This makes it hard to tell what older compression methods were used before. The authors created a model that can look at how the new neural codecs work and figure out the old compression methods used earlier. Their method works very accurately, showing that old compression leaves behind hidden clues even after new processing.
Open 2609.14916v1

AI image detection improves by tracking continuous authenticity signals

Learning Continuous Source Responses For Generalizable AI-Generated Image Detection

Abstract: Advances in image generation have made synthetic images increasingly difficult to distinguish from real photographs, raising concerns about the trustworthiness of visual media. Existing AI-generated image detectors often perform well on in-domain data, but their robustness and cross-generator generalization remain limited. These limitations are commonly attributed to overfitting to shortcut cues. Although many methods seek to suppress shortcut learning, most retain binary classification as the training task without reconsidering how the task itself shapes the learned representations. We introduce CuRe, a framework for learning Continuous Source Responses that revisits authenticity detection from the perspective of the training task. CuRe reformulates backbone adaptation as regression of real-generated mixing ratios, providing finer supervision that encourages the model to capture authenticity-related variation beyond binary endpoint separation. We further select a compact source-response subspace to suppress nuisance variation and limit the final classifier's access to potential shortcut cues. Across ten public benchmarks, CuRe achieves an average balanced accuracy of 89.7%, exceeding the second-best method by 5.2 percentage points. Further experiments demonstrate consistent generalization gains across visual backbones and strong robustness to common image degradations. Code is available at https://github.com/manic-cui/CuRe

Sun 13 SeptComputer Vision and Pattern Recognition
The gist
It is becoming very hard to tell AI-made images apart from real photos. The authors propose a new method called CuRe that detects AI-generated images by not just labeling images as real or fake but by measuring how much an image looks like each source. This approach helps the system learn more detailed clues about image authenticity beyond a simple yes-or-no decision. Their method works better than others across many tests and stays accurate even when images are degraded or altered.
Open 2609.14316v1