# FiBiNET: Combining Feature Importance and Bilinear feature Interaction   for Click-Through Rate Prediction

**Authors:** Tongwen Huang, Zhiqi Zhang, Junlin Zhang

arXiv: 1905.09433 · 2019-11-13

## TL;DR

FiBiNET is a novel CTR prediction model that dynamically learns feature importance and interactions, outperforming existing shallow and deep models on real-world datasets.

## Contribution

The paper introduces FiBiNET, combining feature importance via SENET and bilinear interactions, advancing CTR prediction accuracy.

## Key findings

- FiBiNET outperforms FM and FFM on real datasets.
- Deep FiBiNET surpasses DeepFM and XDeepFM.
- Model effectively learns feature importance and interactions.

## Abstract

Advertising and feed ranking are essential to many Internet companies such as Facebook and Sina Weibo. Among many real-world advertising and feed ranking systems, click through rate (CTR) prediction plays a central role. There are many proposed models in this field such as logistic regression, tree based models, factorization machine based models and deep learning based CTR models. However, many current works calculate the feature interactions in a simple way such as Hadamard product and inner product and they care less about the importance of features. In this paper, a new model named FiBiNET as an abbreviation for Feature Importance and Bilinear feature Interaction NETwork is proposed to dynamically learn the feature importance and fine-grained feature interactions. On the one hand, the FiBiNET can dynamically learn the importance of features via the Squeeze-Excitation network (SENET) mechanism; on the other hand, it is able to effectively learn the feature interactions via bilinear function. We conduct extensive experiments on two real-world datasets and show that our shallow model outperforms other shallow models such as factorization machine(FM) and field-aware factorization machine(FFM). In order to improve performance further, we combine a classical deep neural network(DNN) component with the shallow model to be a deep model. The deep FiBiNET consistently outperforms the other state-of-the-art deep models such as DeepFM and extreme deep factorization machine(XdeepFM).

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1905.09433/full.md

## Figures

9 figures with captions in the complete paper: https://tomesphere.com/paper/1905.09433/full.md

## References

27 references — full list in the complete paper: https://tomesphere.com/paper/1905.09433/full.md

---
Source: https://tomesphere.com/paper/1905.09433