Learning an Ensemble Token from Task-driven Priors in Facial Analysis
Sunyong Seo, Semin Kim, Jongha Lee
TL;DR
The paper tackles the challenge of leveraging multiple pre-trained priors for facial analysis without incurring heavy computation. It introduces KT-Adapter, which learns a knowledge token via self-attention over prior embeddings and fuses it with a canonical task while keeping encoders frozen, achieving efficiency and performance gains. Extensive experiments across landmark detection, age estimation, and recognition demonstrate robust improvements with low overhead, supported by ablations on mask strategies and the number of priors. The work highlights both the practical impact for real-time facial analysis and avenues for extending task-prior fusion beyond facial analysis, while noting overfitting as a potential limitation.
Abstract
Facial analysis exhibits task-specific feature variations. While Convolutional Neural Networks (CNNs) have enabled the fine-grained representation of spatial information, Vision Transformers (ViTs) have facilitated the representation of semantic information at the patch level. While advances in backbone architectures have improved over the past decade, combining high-fidelity models often incurs computational costs on feature representation perspective. In this work, we introduce KT-Adapter, a novel methodology for learning knowledge token which enables the integration of high-fidelity feature representation in computationally efficient manner. Specifically, we propose a robust prior unification learning method that generates a knowledge token within a self-attention mechanism, sharing the mutual information across the pre-trained encoders. This knowledge token approach offers high efficiency with negligible computational cost. Our results show improved performance across facial analysis, with statistically significant enhancements observed in the feature representations.
