TL;DR
Detecting AI-generated and partially edited videos is challenging due to their subtle alterations. SPLIT introduces a training-free method that identifies inconsistencies in spatial patches and temporal roughness.
✦ Why It Matters
Implement SPLIT in your video processing pipeline to enhance the detection of manipulated content in real-time applications.
Key Takeaways
How It Works
SPLIT operates by analyzing video content through patch tokens from a frozen vision encoder. It computes Two-step Temporal Roughness (TTR) to evaluate the smoothness of patch movements and Local Spatial Motion Incoherence (LSMI) to detect spatial inconsistencies in motion.
These two metrics are combined multiplicatively with gamma correction to enhance the detection of fake videos, allowing for effective real-fake separation even at strict thresholds.
Related