AI Navigate

GenLie: A Global-Enhanced Lie Detection Network under Sparsity and Semantic Interference

arXiv cs.CV / 3/19/2026

📰 NewsModels & Research

Key Points

  • GenLie proposes a Global-Enhanced Lie Detection Network that captures sparse, subtle deceptive cues at the local level while applying global supervision to suppress identity-related noise.
  • The method combines local feature modeling with global optimization to produce robust, discriminative representations for video-based lie detection.
  • Experimental results on three public datasets show GenLie consistently outperforms state-of-the-art methods across both high- and low-stakes scenarios.
  • The authors have released the source code on GitHub, enabling reproducibility and further research.

Abstract

Video-based lie detection aims to identify deceptive behaviors from visual cues. Despite recent progress, its core challenge lies in learning sparse yet discriminative representations. Deceptive signals are typically subtle and short-lived, easily overwhelmed by redundant information, while individual and contextual variations introduce strong identity-related noise. To address this issue, we propose GenLie, a Global-Enhanced Lie Detection Network that performs local feature modeling under global supervision. Specifically, sparse and subtle deceptive cues are captured at the local level, while global supervision and optimization ensure robust and discriminative representations by suppressing identity-related noise. Experiments on three public datasets, covering both high- and low-stakes scenarios, show that GenLie consistently outperforms state-of-the-art methods. Source code is available at https://github.com/AliasDictusZ1/GenLie.