超高精度な顔面ランドマーク検出、爆誕!
🌟 ギャル的キラキラポイント✨ ● 顔のパーツ(ランドマーク)の位置を、超正確に特定できるようになったってこと!🥺 ● Transformer(トランスフォーマー)って、めっちゃ賢いAI技術を使ってるらしい!✨ ● D-ViTとLSCの組み合わせで、さらに精度UP! どんな顔でもイケる💖
詳細解説いくよ~!
背景 顔のランドマーク検出って、顔の目とか口とかの位置を特定することだよ! いろんなアプリとかで使われてるけど、もっと精度を上げたいってのが課題だったんだよね🤔
続きは「らくらく論文」アプリで
Facial landmark detection is a fundamental problem in computer vision for many downstream applications. This paper introduces a new facial landmark detector based on vision transformers, which consists of two unique designs: Dual Vision Transformer (D-ViT) and Long Skip Connections (LSC). Based on the observation that the channel dimension of feature maps essentially represents the linear bases of the heatmap space, we propose learning the interconnections between these linear bases to model the inherent geometric relations among landmarks via Channel-split ViT. We integrate such channel-split ViT into the standard vision transformer (i.e., spatial-split ViT), forming our Dual Vision Transformer to constitute the prediction blocks. We also suggest using long skip connections to deliver low-level image features to all prediction blocks, thereby preventing useful information from being discarded by intermediate supervision. Extensive experiments are conducted to evaluate the performance of our proposal on the widely used benchmarks, i.e., WFLW, COFW, and 300W, demonstrating that our model outperforms the previous SOTAs across all three benchmarks.