FSCA-Net: Feature-Separated Cross-Attention Network for Robust Multi-Dataset Training
Yuehai Chen
TL;DR
FSCA-Net tackles cross-domain crowd counting by explicitly disentangling features into domain-invariant and domain-specific subspaces, then enabling adaptive cross-domain interaction through a cross-attention fusion module. Mutual information harmonization—maximizing DI consistency via a lower-bound MI term and minimizing DS redundancy via a CLUB-based upper bound—drives complementary shared-private representations. Empirical results show state-of-the-art cross-dataset generalization and robust in-domain performance across multiple benchmarks, with ablations confirming the necessity of each component. The approach offers practical robustness for real-world crowd analysis, reducing negative transfer without requiring target-domain annotations during training. Overall, FSCA-Net provides a scalable framework for robust, multi-dataset crowd counting with strong generalization to unseen environments.
Abstract
Crowd counting plays a vital role in public safety, traffic regulation, and smart city management. However, despite the impressive progress achieved by CNN- and Transformer-based models, their performance often deteriorates when applied across diverse environments due to severe domain discrepancies. Direct joint training on multiple datasets, which intuitively should enhance generalization, instead results in negative transfer, as shared and domain-specific representations become entangled. To address this challenge, we propose the Feature Separation and Cross-Attention Network FSCA-Net, a unified framework that explicitly disentangles feature representations into domain-invariant and domain-specific components. A novel cross-attention fusion module adaptively models interactions between these components, ensuring effective knowledge transfer while preserving dataset-specific discriminability. Furthermore, a mutual information optimization objective is introduced to maximize consistency among domain-invariant features and minimize redundancy among domain-specific ones, promoting complementary shared-private representations. Extensive experiments on multiple crowd counting benchmarks demonstrate that FSCA-Net effectively mitigates negative transfer and achieves state-of-the-art cross-dataset generalization, providing a robust and scalable solution for real-world crowd analysis.
