An Expert Collaborative Filtering Algorithm Integrating Multimodal Information

Shuo Wang,Jing Yang,Fanshu Shang
DOI: https://doi.org/10.1109/icise60366.2023.00052
2023-01-01
Abstract:To solve the problem of data sparsity in recommendation system, this paper proposes an expert collaborative filtering algorithm integrating multimodal information. Firstly, the algorithm uses a multimodal feature extractor to capture the text features formed by expert review text and item text and the visual features extracted from item images. The item's multimodal information is effectively integrated using bilinear pooling method, and the multimodal representation of the item is obtained. Then, the multimodal representation is input into the neural network model together with user vectors and item vectors, and the user preference is represented by the Euclidean distance between user vectors and item vectors. At the same time, to avoid the phenomenon of "default positive comments" that may exist among users and the ambiguity of text sentiment, the paper extracts the sentiment score of text and user facial features and calculates their similarity to correct the rating matrix, making the rating matrix closer to the user's real preferences. The effectiveness of the model is verified on the MovieLens and Amazon Book multimodal datasets.
What problem does this paper attempt to address?