paper-with-me

홈 › Papers

DCRNN: A Deep Cross approach based on RNN for Partial Parameter Sharing in Multi-task Learning

2023-10-18 · Jie zhou, Qian Yu

In recent years, DL has developed rapidly, and personalized services are exploring using DL algorithms to improve the performance of the recommendation system. For personalized services, a successful recommendation consists of two parts: attracting users to click the item and users being willing to consume the item. If both tasks need to be predicted at the same time, traditional recommendation systems generally train two independent models. This approach is cumbersome and does not effectively model the relationship between the two subtasks of "click-consumption". Therefore, in order to improve the success rate of recommendation and reduce computational costs, researchers are trying to model multi-task learning. At present, existing multi-task learning models generally adopt hard parameter sharing or soft parameter sharing architecture, but these two architectures each have certain problems. Therefore, in this work, we propose a novel recommendation model based on real recommendation scenarios, Deep Cross network based on RNN for partial parameter sharing (DCRNN). The model has three innovations: 1) It adopts the idea of cross network and uses RNN network to cross-process the features, thereby effectively improves the expressive ability of the model; 2) It innovatively proposes the structure of partial parameter sharing; 3) It can effectively capture the potential correlation between different tasks to optimize the efficiency and methods for learning different tasks.

📄 PDF Abstract BibTeX arXiv:2310.11777

Code (0)

등록된 구현이 없습니다.

Tasks

Multi-Task LearningRecommendation Systems

Similar Papers 제목 키워드 기반

Deep Cellular Recurrent Network for Efficient Analysis of Time-Series Data with Spatial Information

2021-01-12 · Lasitha Vidyaratne, Mahbubul Alam, Alexander Glandon, Anna Shabalina 외

Efficient processing of large-scale time series data is an intricate problem in machine learning. Conventional sensor signal processing pipelines with hand engineered feature extraction often involve huge computational c…

EEGElectroencephalogram (EEG)Fault DetectionSeizure Detection+2

Graph-Partitioning-Based Diffusion Convolutional Recurrent Neural Network for Large-Scale Traffic Forecasting

2019-09-24 · Tanwi Mallick, Prasanna Balaprakash, Eric Rask, Jane Macfarlane

Traffic forecasting approaches are critical to developing adaptive strategies for mobility. Traffic patterns have complex spatial and temporal dependencies that make accurate forecasting on large highway networks a chall…

graph partitioningManagement

A Dynamically Controlled Recurrent Neural Network for Modeling Dynamical Systems

2019-10-31 · Yiwei Fu, Samer Saab Jr, Asok Ray, Michael Hauser

This work proposes a novel neural network architecture, called the Dynamically Controlled Recurrent Neural Network (DCRNN), specifically designed to model dynamical systems that are governed by ordinary differential equa…

State Space Models

Deep-Ensemble-Based Uncertainty Quantification in Spatiotemporal Graph Neural Networks for Traffic Forecasting

2022-04-04 · Tanwi Mallick, Prasanna Balaprakash, Jane Macfarlane

Deep-learning-based data-driven forecasting methods have produced impressive results for traffic forecasting. A major limitation of these methods, however, is that they provide forecasts without estimates of uncertainty,…

Bayesian OptimizationHyperparameter OptimizationUncertainty Quantification

Transfer Learning with Graph Neural Networks for Short-Term Highway Traffic Forecasting

2020-04-17 · Tanwi Mallick, Prasanna Balaprakash, Eric Rask, Jane Macfarlane

Highway traffic modeling and forecasting approaches are critical for intelligent transportation systems. Recently, deep-learning-based traffic forecasting methods have emerged as state of the art for a wide range of traf…

Graph Neural NetworkTime Series AnalysisTransfer Learning