CN117951376A - Integrated recommendation system capable of being regulated and controlled in real time - Google Patents

Integrated recommendation system capable of being regulated and controlled in real time Download PDF

Info

Publication number
CN117951376A
CN117951376A CN202410074989.4A CN202410074989A CN117951376A CN 117951376 A CN117951376 A CN 117951376A CN 202410074989 A CN202410074989 A CN 202410074989A CN 117951376 A CN117951376 A CN 117951376A
Authority
CN
China
Prior art keywords
recommendation
module
real time
regulated
portrait
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN202410074989.4A
Other languages
Chinese (zh)
Inventor
黄天财
黄俊杰
吕金松
黄海波
洪振
余承超
郑颖
罗浩
阮争志
李庆勇
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Xiamen Shequ Information Technology Co ltd
Original Assignee
Xiamen Huanqu Information Technology Co ltd
Xiamen Seal Cloud Information Technology Co ltd
Xiamen Shequ Information Technology Co ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Xiamen Huanqu Information Technology Co ltd, Xiamen Seal Cloud Information Technology Co ltd, Xiamen Shequ Information Technology Co ltd filed Critical Xiamen Huanqu Information Technology Co ltd
Priority to CN202410074989.4A priority Critical patent/CN117951376A/en
Publication of CN117951376A publication Critical patent/CN117951376A/en
Pending legal-status Critical Current

Links

Landscapes

  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

The invention discloses an integrated recommendation system capable of being regulated and controlled in real time, which comprises an image characteristic acquisition module, a recommendation algorithm module, an index module, a real-time rule configuration module and a recommendation result return module; the portrait characteristic acquisition module acquires portrait characteristics from a portrait characteristic platform FeatureServer and generates characteristic vectors; the recommendation algorithm module recalls and/or sorts the feature vectors to calculate and obtain embedded vectors, and requests FAISSSERVER a retrieval platform to calculate a recommendation result TopK; the real-time rule configuration module is used for acquiring dynamic ordering rules in real time, and carrying out rule ordering on the recommended result TopK according to the dynamic ordering rules, so as to intervene and regulate in real time to obtain a final personalized recommended result; the recommendation result returning module returns the final personalized recommendation result through TF SERVING service system. The system realizes the high integration of the recommendation platform module, reduces the deployment and development cost of enterprises, and brings high-efficiency and personalized recommendation service for users.

Description

Integrated recommendation system capable of being regulated and controlled in real time
Technical Field
The invention relates to the technical field of recommendation systems, in particular to an integrated recommendation system capable of being regulated and controlled in real time.
Background
With the rapid development of the internet, people are facing massive information resources such as commodities, social users, etc., and thus personalized recommendation systems are growing and becoming increasingly important. For example, in a social scenario, how to match to interested and boring users may require consideration from multiple angles, such as feature information of users' double-shot, geographic location, user preference content, etc., which has led to increasing emphasis and development of research on recommendation technologies.
The current mainstream recommendation system service is mainly based on various algorithms, such as knowledge-based recommendation, content-based recommendation, algorithm model-based combined recommendation and the like. The traditional recommendation system is mostly a service framework based on a model, has low coupling with a portrait feature platform and a retrieval service, is overlong in recommendation link, and has poor integration of the data feature, the retrieval service and rules by the traditional platform although the recommendation model with good effect can obtain the content of interest of the user, so that great development cost is brought to the establishment of the enterprise recommendation system.
For example: chinese patent CN201711449141.1 discloses a method, a device, an intelligent terminal and a readable storage medium for pushing digital content, which utilize grading information graded based on selected characteristics of the digital content to be pushed, and perform rule ordering and filtering through a digital content screening strategy including a recommended quality intervention strategy, so that different grades of content are displayed for different users at a recommending end.
And the following steps: chinese patent CN201510184770.0 discloses a geographic location-based community service recommendation method, which improves recommendation efficiency and accuracy by using the geographic location-based recommendation method, but the method is only suitable for small-scale recommended service scenes, and in large-scale recommended scenes, personalized content cannot be provided for users well only by geographic location information.
In addition, in order to be compatible with content consumption requirements of users with different levels, most content recommendation platforms cannot set other rules such as grading thresholds for content release, and the existing recommendation systems often intervene through means such as reordering and cannot regulate and control strategies in real time.
In summary, most of the existing recommendation systems are single systems aiming at a certain direction or function and are expanded, the recommendation algorithm model, the rule intervention calculation strategy and the portrait platform feature depth cannot be combined, the regulation strategy cannot be performed in real time, and efficient and personalized physical examination cannot be brought to users in a large-scale recommendation scene.
Disclosure of Invention
In order to solve the problems, the invention provides an integrated recommendation system capable of being regulated and controlled in real time, so as to solve the problems that the existing recommendation system is single in performance and cannot be regulated and controlled in real time.
The invention adopts the following technical scheme:
an integrated recommendation system capable of being regulated and controlled in real time comprises an image feature acquisition module, a recommendation algorithm module, an index module, a real-time rule configuration module and a recommendation result return module;
The portrait characteristic acquisition module acquires portrait characteristics from a portrait characteristic platform FeatureServer and generates characteristic vectors;
The recommendation algorithm module recalls and/or sorts the feature vectors to calculate and obtain embedded vectors, and requests FAISSSERVER a retrieval platform to calculate a recommendation result TopK;
The real-time rule configuration module is used for acquiring dynamic ordering rules in real time, and carrying out rule ordering on the recommended result TopK according to the dynamic ordering rules so as to acquire a final personalized recommended result;
and the recommendation result returning module returns a final personalized recommendation result through the TF SERVING service system.
Further, the dynamic ordering rule is dynamically configured by an operator according to the service scene and the requirement.
Further, the real-time rule configuration module obtains the dynamic ordering rule in real time through EtcdUtil or KafkaUtil.
Further, the portrait characteristics platform FeatureServer includes Hbase and Redis components.
Further, the portrait features acquired by the portrait feature acquisition module comprise any one or more of offline features, real-time features and sequence features.
Further, the portrait characteristic acquisition module identifies the acquired portrait characteristic as a user portrait characteristic or an article portrait characteristic according to the application scene of the portrait characteristic.
Further, the recommendation algorithm model comprises a recall model and a sort model, the recall model and the sort model are respectively used for recalling and sorting the feature vectors, the recall model comprises any one of a LightGBM model, an I2I model or a U2I model, and the sort model is an FM sort model.
Further, the portrait characteristic acquisition module and the recommendation algorithm module communicate through GRPC communication protocol or Http service protocol.
Further, the TF SERVING service system uses GRPC communication protocol or Http service protocol for communication.
Further, the recommendation algorithm module requests FAISSSERVER the platform to calculate a recommendation result TopK. .
After the technical scheme is adopted, compared with the background technology, the invention has the following advantages:
1. The integrated recommendation system capable of being regulated and controlled in real time firstly extracts and calculates image features efficiently through the integrated image feature platform FeatureServer, then recalls and sorts the image features through the recommendation algorithm module, rapidly calculates similar users or articles to obtain a recommendation result TopK by using the massive vector retrieval recommendation service FAISSSERVER retrieval platform, and then regularly sorts the recommendation result TopK according to the dynamic sorting rule, thereby realizing real-time intervention regulation and control under different scenes to obtain a final personalized recommendation result.
2. The system integrates the portrait feature platform, the recommendation algorithm model and the rule intervention, combines the massive vector retrieval service with the real-time rule configuration module, realizes the configuration and real-time updating of rules, provides one-stop data service and recommendation service platform for enterprises, achieves the high integration of the recommendation platform module, avoids the problem of overlong service links of conventional recommendation systems, ensures that enterprises do not need to develop and iterate complex rule calculation functions, reduces the deployment and development cost of the enterprises, is not only suitable for quickly constructing recommendation system services for small-scale enterprises, but also can support large and medium-scale enterprise merchant user recommendation services, accurately positions potential clients and generates recommendations, and brings efficient and personalized recommendation services for users.
Drawings
FIG. 1 is a schematic diagram of a system according to the present invention.
Detailed Description
The present invention will be described in further detail with reference to the drawings and examples, in order to make the objects, technical solutions and advantages of the present invention more apparent. It should be understood that the specific embodiments described herein are for purposes of illustration only and are not intended to limit the scope of the invention.
Examples
As shown in FIG. 1, the integrated recommendation system capable of being regulated and controlled in real time comprises an image feature acquisition module, a recommendation algorithm module, an index module, a real-time rule configuration module and a recommendation result return module;
(1) The portrait characteristic acquisition module acquires portrait characteristics from a portrait characteristic platform FeatureServer and generates characteristic vectors;
Wherein the portrait characteristics platform FeatureServer includes Hbase and Redis components. The portrait features acquired by the portrait feature acquisition module comprise offline features, real-time features and sequence features.
The portrait characteristic acquisition module identifies the acquired portrait characteristic as a user portrait characteristic or an article portrait characteristic according to the application scene of the portrait characteristic. The item portrait refers to the content to be recommended in the application scene, for example, in a social recommendation system, the item refers to a recommended user, and the user portrait is the party requesting the recommendation; in the e-commerce recommendation scenario, the item refers to the item being recommended and the user refers to the buyer.
(2) The recommendation algorithm module recalls and sorts the feature vectors to calculate and obtain embedded vectors, and requests FAISSSERVER a retrieval platform to calculate a recommendation result TopK;
the recommendation algorithm model comprises a recall model and a sorting model, wherein the recall model and the sorting model are respectively used for recalling and sorting the feature vectors, the recall model comprises any one of a LightGBM model, an I2I model or a U2I model, and the sorting model is an FM sorting model.
The recall model and the order model are not necessary at the same time, one or a combination of the recall model and the order model can be selected according to the service scene, and it is noted that if the recall model and the order model are used at the same time, the recall model and the order model are calculated firstly and then the order model is calculated.
The recall and the sequencing are special words in a recommendation algorithm system, the recall is to roughly select candidate articles, and the sequencing is to further finely select articles obtained by recall. The recall algorithm model and the sorting algorithm model calculation method in the recommendation algorithm are not included in the invention, and are calculation methods used in the prior art.
FAISSSERVER the retrieval platform is a high-performance distributed mass vector similarity calculation service based on Faiss, and it can be understood that different business services in the embodiment of the invention construct different index services through FAISSSERVER, and the index services are obtained in real time through EtcdUtil or KafkaUtil.
(3) The real-time rule configuration module is used for acquiring dynamic ordering rules in real time, and carrying out rule ordering on the recommended result TopK according to the dynamic ordering rules so as to acquire a final personalized recommended result;
The real-time rule configuration module obtains the dynamic ordering rule in real time through EtcdUtil or KafkaUtil. In order to be compatible with content consumption requirements of users with different levels, most content recommendation platforms do not set classification thresholds and other rules for content release, and a strategy method for performing real-time intervention regulation is provided, in this embodiment, the dynamic ordering rules are obtained in real time through EtcdUtil to achieve real-time intervention regulation, specifically, the rules are dynamically configured by operators according to service requirements, and the dynamic ordering rules are dynamically configured by operators according to service scenes and requirements.
(4) The recommendation return module returns the final personalized recommendation recommend via TF SERVING service system.
And the portrait characteristic acquisition module and the recommendation algorithm module are communicated through a GRPC communication protocol. The TF SERVING service system communicates using a GRPC communications protocol. The GRPC communication protocol defines conventions for services and messages, and code can be generated from end-to-end, saving significant development time.
The system integrates the portrait feature platform, the recommendation algorithm model and the rule intervention, combines the massive vector retrieval service with the real-time rule configuration module, realizes the configuration and real-time updating of rules, provides one-stop data service and recommendation service platform for enterprises, achieves the high integration of the recommendation platform module, avoids the problem of overlong service links of conventional recommendation systems, and enables the enterprises not to need to develop and iterate complex rule calculation functions, thereby reducing the deployment and development cost of the enterprises, being applicable to the quick establishment of recommendation system services for small-scale enterprises, simultaneously being capable of supporting large and medium-scale enterprise merchant user recommendation services, accurately positioning potential clients and generating recommendations, and bringing high-efficiency and personalized recommendation services for users.
The present invention is not limited to the above-mentioned embodiments, and any changes or substitutions that can be easily understood by those skilled in the art within the technical scope of the present invention are intended to be included in the scope of the present invention. Therefore, the protection scope of the present invention should be subject to the protection scope of the claims.

Claims (10)

1. The integrated recommendation system capable of being regulated and controlled in real time is characterized in that: the system comprises an image feature acquisition module, a recommendation algorithm module, an index module, a real-time rule configuration module and a recommendation result return module;
The portrait characteristic acquisition module acquires portrait characteristics from a portrait characteristic platform FeatureServer and generates characteristic vectors;
The recommendation algorithm module recalls and/or sorts the feature vectors to calculate and obtain embedded vectors, and requests FAISSSERVER a retrieval platform to calculate a recommendation result TopK;
The real-time rule configuration module is used for acquiring dynamic ordering rules in real time, and carrying out rule ordering on the recommended result TopK according to the dynamic ordering rules so as to acquire a final personalized recommended result;
and the recommendation result returning module returns a final personalized recommendation result through the TF SERVING service system.
2. The integrated recommendation system capable of being regulated and controlled in real time as claimed in claim 1, wherein: and the dynamic ordering rule is dynamically configured by an operator according to the service scene and the requirements.
3. The integrated recommendation system capable of being regulated and controlled in real time as claimed in claim 1, wherein: the real-time rule configuration module obtains the dynamic ordering rule in real time through EtcdUtil or KafkaUtil.
4. The integrated recommendation system capable of being regulated and controlled in real time as claimed in claim 2, wherein: the portrait characteristics platform FeatureServer includes Hbase and Redis components.
5. The integrated recommendation system capable of being regulated and controlled in real time as claimed in claim 4, wherein: the portrait features acquired by the portrait feature acquisition module comprise any one or more of offline features, real-time features and sequence features.
6. The integrated recommendation system capable of being regulated and controlled in real time as claimed in claim 5, wherein: the portrait characteristic acquisition module identifies the acquired portrait characteristic as a user portrait characteristic or an article portrait characteristic according to the application scene of the portrait characteristic.
7. The integrated recommendation system capable of being regulated and controlled in real time as claimed in claim 6, wherein: the recommendation algorithm model comprises a recall model and a sorting model, wherein the recall model and the sorting model are respectively used for recalling and sorting the feature vectors, the recall model comprises any one of a LightGBM model, an I2I model or a U2I model, and the sorting model is an FM sorting model.
8. The integrated recommendation system capable of being regulated and controlled in real time as claimed in claim 7, wherein: and the portrait characteristic acquisition module and the recommendation algorithm module are communicated through GRPC communication protocol or Http service protocol.
9. The integrated recommendation system capable of being regulated and controlled in real time as claimed in claim 8, wherein: the TF SERVING service system communicates using a GRPC communication protocol or an Http service protocol.
10. The integrated recommendation system capable of being regulated and controlled in real time according to any one of claims 1 to 9, wherein: the recommendation algorithm module requests FAISSSERVER the platform to calculate a recommendation result TopK.
CN202410074989.4A 2024-01-18 2024-01-18 Integrated recommendation system capable of being regulated and controlled in real time Pending CN117951376A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202410074989.4A CN117951376A (en) 2024-01-18 2024-01-18 Integrated recommendation system capable of being regulated and controlled in real time

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202410074989.4A CN117951376A (en) 2024-01-18 2024-01-18 Integrated recommendation system capable of being regulated and controlled in real time

Publications (1)

Publication Number Publication Date
CN117951376A true CN117951376A (en) 2024-04-30

Family

ID=90800482

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202410074989.4A Pending CN117951376A (en) 2024-01-18 2024-01-18 Integrated recommendation system capable of being regulated and controlled in real time

Country Status (1)

Country Link
CN (1) CN117951376A (en)

Similar Documents

Publication Publication Date Title
US7941430B2 (en) Multi-mode location based e-directory service enabling method, system, and apparatus
CN103069415B (en) Computer-implemented method, computer program and computer system for image procossing
CN110147437A (en) A kind of searching method and device of knowledge based map
CN102484740B (en) Systems and methods for managing video data
US20110145234A1 (en) Search method and system
CN113392646A (en) Data relay system, construction method and device
WO2017080173A1 (en) Nature information recognition-based push system and method and client
US20170132267A1 (en) Pushing system and method based on natural information recognition, and a client end
CN102955781A (en) Method and device for figure search
CN103401933B (en) The method and system that a kind of resource information and corresponding resource file batch are uploaded
CN110929893B (en) Method and device for managing recovery service
CN103077236A (en) System and method for realizing video knowledge acquisition and marking function of portable-type device
CN102855251A (en) Method and device for requirement identification
US20140289255A1 (en) Application of community-defined descriptors to mobile content
CN111414842A (en) Video comparison method and device, computer equipment and storage medium
CN101365190A (en) Search matching method and apparatus for customer mobile phone information string of mobile phone terminal
CN106407268A (en) Method and system for content retrieval based on rate-coverage optimization
CN111047387B (en) Recovery management method and device
CN111694971A (en) Content recommendation method and system
CN112559899A (en) User portrait generation method
CN108416645B (en) Recommendation method, device, storage medium and equipment for user
CN109600635A (en) A kind of system and method according to the on-demand pushed information of smart television video
CN101202717A (en) Method for searching instant communication user and instant communication server
CN117951376A (en) Integrated recommendation system capable of being regulated and controlled in real time
CN105740251B (en) Method and system for integrating different content sources in bus mode

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
TA01 Transfer of patent application right
TA01 Transfer of patent application right

Effective date of registration: 20240424

Address after: Room 902, No. 33 Xishanwei Road, Software Park Phase III, Xiamen City, Fujian Province, 361024

Applicant after: Xiamen Shequ Information Technology Co.,Ltd.

Country or region after: China

Address before: Room 902, No. 33 Xishanwei Road, Software Park Phase III, Xiamen City, Fujian Province, 361024

Applicant before: Xiamen Shequ Information Technology Co.,Ltd.

Country or region before: China

Applicant before: Xiamen Huanqu Information Technology Co.,Ltd.

Applicant before: Xiamen Seal Cloud Information Technology Co.,Ltd.

SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination