首页 > 最新文献

Data Science and Engineering最新文献

英文 中文
Combining Graph Contrastive Embedding and Multi-head Cross-Attention Transfer for Cross-Domain Recommendation 结合图对比嵌入和多头交叉注意转移的跨领域推荐
IF 4.2 2区 计算机科学 Q1 Computer Science Pub Date : 2023-09-01 DOI: 10.1007/s41019-023-00226-7
Shuo Xiao, Dongqing Zhu, Chaogang Tang, Zhenzhen Huang
{"title":"Combining Graph Contrastive Embedding and Multi-head Cross-Attention Transfer for Cross-Domain Recommendation","authors":"Shuo Xiao, Dongqing Zhu, Chaogang Tang, Zhenzhen Huang","doi":"10.1007/s41019-023-00226-7","DOIUrl":"https://doi.org/10.1007/s41019-023-00226-7","url":null,"abstract":"","PeriodicalId":52220,"journal":{"name":"Data Science and Engineering","volume":null,"pages":null},"PeriodicalIF":4.2,"publicationDate":"2023-09-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"88603326","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":2,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Learning with Small Data: Subgraph Counting Queries 小数据学习:子图计数查询
2区 计算机科学 Q1 Computer Science Pub Date : 2023-09-01 DOI: 10.1007/s41019-023-00223-w
Kangfei Zhao, Zongyan He, Jeffrey Xu Yu, Yu Rong
Abstract Deep Learning (DL) has been widely used in many applications, and its success is achieved with large training data. A key issue is how to provide a DL solution when there is no large training data to learn initially. In this paper, we explore a meta-learning approach for a specific problem, subgraph isomorphism counting, which is a fundamental problem in graph analysis to count the number of a given pattern graph, p , in a data graph, g , that matches p . There are various data graphs and pattern graphs. A subgraph isomorphism counting query is specified by a pair, ( g , p ). This problem is NP-hard and needs large training data to learn by DL in nature. We design a Gaussian Process (GP) model which combines Graph Neural Network with Bayesian nonparametric, and we train the GP by a meta-learning algorithm on a small set of training data. By meta-learning, we can obtain a generalized meta-model to better encode the information of data and pattern graphs and capture the prior of small tasks. With the meta-model learned, we handle a collection of pairs ( g , p ), as a task, where some pairs may be associated with the ground-truth, and some pairs are the queries to answer. There are two cases. One is there are some with ground-truth (few-shot), and one is there is none with ground-truth (zero-shot). We provide our solutions for both. In particular, for zero-shot, we propose a new data-driven approach to predict the count values. Note that zero-shot learning for our regression tasks is difficult, and there is no hands-on solution in the literature. We conducted extensive experimental studies to confirm that our approach is robust to model degeneration on small training data, and our meta-model can fast adapt to new queries by few-shot and zero-shot learning.
深度学习(Deep Learning, DL)在许多应用中得到了广泛的应用,它的成功离不开大量的训练数据。一个关键问题是如何在最初没有大量训练数据可供学习的情况下提供DL解决方案。在本文中,我们探索了一个特定问题的元学习方法,即子图同构计数,这是图分析中的一个基本问题,用于计算数据图g中与p匹配的给定模式图p的个数。有各种各样的数据图和模式图。子图同构计数查询由一对(g, p)指定。这个问题本质上是np困难的,需要大量的训练数据来进行深度学习。我们设计了一个结合了图神经网络和贝叶斯非参数的高斯过程模型,并在一个小的训练数据集上使用元学习算法对高斯过程进行训练。通过元学习,我们可以得到一个广义的元模型来更好地编码数据和模式图的信息,并捕获小任务的先验。通过学习元模型,我们处理一组对(g, p),作为一个任务,其中一些对可能与基本事实相关联,一些对是要回答的查询。有两种情况。一种是有一些是基本事实(few-shot),一种是没有基本事实(zero-shot)。我们为这两方面提供解决方案。特别是对于零射,我们提出了一种新的数据驱动方法来预测计数值。请注意,我们的回归任务的零学习是困难的,并且在文献中没有实际的解决方案。我们进行了大量的实验研究,以证实我们的方法对小训练数据上的模型退化具有鲁棒性,并且我们的元模型可以通过few-shot和zero-shot学习快速适应新的查询。
{"title":"Learning with Small Data: Subgraph Counting Queries","authors":"Kangfei Zhao, Zongyan He, Jeffrey Xu Yu, Yu Rong","doi":"10.1007/s41019-023-00223-w","DOIUrl":"https://doi.org/10.1007/s41019-023-00223-w","url":null,"abstract":"Abstract Deep Learning (DL) has been widely used in many applications, and its success is achieved with large training data. A key issue is how to provide a DL solution when there is no large training data to learn initially. In this paper, we explore a meta-learning approach for a specific problem, subgraph isomorphism counting, which is a fundamental problem in graph analysis to count the number of a given pattern graph, p , in a data graph, g , that matches p . There are various data graphs and pattern graphs. A subgraph isomorphism counting query is specified by a pair, ( g , p ). This problem is NP-hard and needs large training data to learn by DL in nature. We design a Gaussian Process (GP) model which combines Graph Neural Network with Bayesian nonparametric, and we train the GP by a meta-learning algorithm on a small set of training data. By meta-learning, we can obtain a generalized meta-model to better encode the information of data and pattern graphs and capture the prior of small tasks. With the meta-model learned, we handle a collection of pairs ( g , p ), as a task, where some pairs may be associated with the ground-truth, and some pairs are the queries to answer. There are two cases. One is there are some with ground-truth (few-shot), and one is there is none with ground-truth (zero-shot). We provide our solutions for both. In particular, for zero-shot, we propose a new data-driven approach to predict the count values. Note that zero-shot learning for our regression tasks is difficult, and there is no hands-on solution in the literature. We conducted extensive experimental studies to confirm that our approach is robust to model degeneration on small training data, and our meta-model can fast adapt to new queries by few-shot and zero-shot learning.","PeriodicalId":52220,"journal":{"name":"Data Science and Engineering","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"2023-09-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"136355012","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":2,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
SSTP: Social and Spatial-Temporal Aware Next Point-of-Interest Recommendation SSTP:社会和时空感知下一个兴趣点建议
IF 4.2 2区 计算机科学 Q1 Computer Science Pub Date : 2023-08-30 DOI: 10.1007/s41019-023-00221-y
Junzhuang Wu, Yujing Zhang, Yuhua Li, Yixiong Zou, Rui Li, Zhenyu Zhang
{"title":"SSTP: Social and Spatial-Temporal Aware Next Point-of-Interest Recommendation","authors":"Junzhuang Wu, Yujing Zhang, Yuhua Li, Yixiong Zou, Rui Li, Zhenyu Zhang","doi":"10.1007/s41019-023-00221-y","DOIUrl":"https://doi.org/10.1007/s41019-023-00221-y","url":null,"abstract":"","PeriodicalId":52220,"journal":{"name":"Data Science and Engineering","volume":null,"pages":null},"PeriodicalIF":4.2,"publicationDate":"2023-08-30","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"85933086","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":2,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
A Neural Inference of User Social Interest for Item Recommendation 面向项目推荐的用户社会兴趣神经推理
IF 4.2 2区 计算机科学 Q1 Computer Science Pub Date : 2023-08-29 DOI: 10.1007/s41019-023-00225-8
Junyang Chen, Ziyi Chen, Mengzhu Wang, Ge Fan, Guo Zhong, Ou Liu, Wenfeng Du, Zhenghua Xu, Zhiguo Gong
{"title":"A Neural Inference of User Social Interest for Item Recommendation","authors":"Junyang Chen, Ziyi Chen, Mengzhu Wang, Ge Fan, Guo Zhong, Ou Liu, Wenfeng Du, Zhenghua Xu, Zhiguo Gong","doi":"10.1007/s41019-023-00225-8","DOIUrl":"https://doi.org/10.1007/s41019-023-00225-8","url":null,"abstract":"","PeriodicalId":52220,"journal":{"name":"Data Science and Engineering","volume":null,"pages":null},"PeriodicalIF":4.2,"publicationDate":"2023-08-29","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"80204113","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":2,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
A One-Size-Fits-Three Representation Learning Framework for Patient Similarity Search 一种适合三种患者相似度搜索的学习框架
IF 4.2 2区 计算机科学 Q1 Computer Science Pub Date : 2023-08-12 DOI: 10.1007/s41019-023-00216-9
Yefan Huang, Feng Luo, Xiaoli Wang, Zhu Di, Bo Li, Bin Luo
{"title":"A One-Size-Fits-Three Representation Learning Framework for Patient Similarity Search","authors":"Yefan Huang, Feng Luo, Xiaoli Wang, Zhu Di, Bo Li, Bin Luo","doi":"10.1007/s41019-023-00216-9","DOIUrl":"https://doi.org/10.1007/s41019-023-00216-9","url":null,"abstract":"","PeriodicalId":52220,"journal":{"name":"Data Science and Engineering","volume":null,"pages":null},"PeriodicalIF":4.2,"publicationDate":"2023-08-12","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"79643287","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":2,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 1
Signal Contrastive Enhanced Graph Collaborative Filtering for Recommendation 用于推荐的信号对比增强图协同过滤
IF 4.2 2区 计算机科学 Q1 Computer Science Pub Date : 2023-06-09 DOI: 10.1007/s41019-023-00215-w
Zhi-Yuan Li, Mansheng Chen, Yuefang Gao, Changjian Wang
{"title":"Signal Contrastive Enhanced Graph Collaborative Filtering for Recommendation","authors":"Zhi-Yuan Li, Mansheng Chen, Yuefang Gao, Changjian Wang","doi":"10.1007/s41019-023-00215-w","DOIUrl":"https://doi.org/10.1007/s41019-023-00215-w","url":null,"abstract":"","PeriodicalId":52220,"journal":{"name":"Data Science and Engineering","volume":null,"pages":null},"PeriodicalIF":4.2,"publicationDate":"2023-06-09","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"88512672","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":2,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 1
PosKHG: A Position-Aware Knowledge Hypergraph Model for Link Prediction PosKHG:一种用于链路预测的位置感知知识超图模型
IF 4.2 2区 计算机科学 Q1 Computer Science Pub Date : 2023-05-05 DOI: 10.1007/s41019-023-00214-x
Zi-Yuan Chen, Xin Wang, Chenxu Wang, Zhao Li
{"title":"PosKHG: A Position-Aware Knowledge Hypergraph Model for Link Prediction","authors":"Zi-Yuan Chen, Xin Wang, Chenxu Wang, Zhao Li","doi":"10.1007/s41019-023-00214-x","DOIUrl":"https://doi.org/10.1007/s41019-023-00214-x","url":null,"abstract":"","PeriodicalId":52220,"journal":{"name":"Data Science and Engineering","volume":null,"pages":null},"PeriodicalIF":4.2,"publicationDate":"2023-05-05","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"74459706","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":2,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
A Survey of Advanced Information Fusion System: from Model-Driven to Knowledge-Enabled 先进信息融合系统综述:从模型驱动到知识驱动
IF 4.2 2区 计算机科学 Q1 Computer Science Pub Date : 2023-04-26 DOI: 10.1007/s41019-023-00209-8
Di Zhu, Hai-Lian Yin, Yi Xu, Jiaqi Wu, Bowen Zhang, Yang Cheng, Zhanzuo Yin, Ziqiang Yu, Hao Wen, Bo-wen Li
{"title":"A Survey of Advanced Information Fusion System: from Model-Driven to Knowledge-Enabled","authors":"Di Zhu, Hai-Lian Yin, Yi Xu, Jiaqi Wu, Bowen Zhang, Yang Cheng, Zhanzuo Yin, Ziqiang Yu, Hao Wen, Bo-wen Li","doi":"10.1007/s41019-023-00209-8","DOIUrl":"https://doi.org/10.1007/s41019-023-00209-8","url":null,"abstract":"","PeriodicalId":52220,"journal":{"name":"Data Science and Engineering","volume":null,"pages":null},"PeriodicalIF":4.2,"publicationDate":"2023-04-26","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"86197356","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":2,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
A Framework to Maximize Group Fairness for Workers on Online Labor Platforms 在线劳动平台上最大化工人群体公平的框架
IF 4.2 2区 计算机科学 Q1 Computer Science Pub Date : 2023-04-26 DOI: 10.1007/s41019-023-00213-y
Anis El Rabaa, Shady Elbassuoni, Jihad Hanna, A. E. Mouawad, Ayham Olleik, S. Amer-Yahia
{"title":"A Framework to Maximize Group Fairness for Workers on Online Labor Platforms","authors":"Anis El Rabaa, Shady Elbassuoni, Jihad Hanna, A. E. Mouawad, Ayham Olleik, S. Amer-Yahia","doi":"10.1007/s41019-023-00213-y","DOIUrl":"https://doi.org/10.1007/s41019-023-00213-y","url":null,"abstract":"","PeriodicalId":52220,"journal":{"name":"Data Science and Engineering","volume":null,"pages":null},"PeriodicalIF":4.2,"publicationDate":"2023-04-26","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"89587192","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":2,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
UMP-MG: A Uni-directed Message-Passing Multi-label Generation Model for Hierarchical Text Classification 面向分层文本分类的单向消息传递多标签生成模型
IF 4.2 2区 计算机科学 Q1 Computer Science Pub Date : 2023-04-24 DOI: 10.1007/s41019-023-00210-1
Bo Ning, Deji Zhao, Xinjian Zhang, Chao Wang, Shuangyong Song
{"title":"UMP-MG: A Uni-directed Message-Passing Multi-label Generation Model for Hierarchical Text Classification","authors":"Bo Ning, Deji Zhao, Xinjian Zhang, Chao Wang, Shuangyong Song","doi":"10.1007/s41019-023-00210-1","DOIUrl":"https://doi.org/10.1007/s41019-023-00210-1","url":null,"abstract":"","PeriodicalId":52220,"journal":{"name":"Data Science and Engineering","volume":null,"pages":null},"PeriodicalIF":4.2,"publicationDate":"2023-04-24","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"82032200","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":2,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
期刊
Data Science and Engineering
全部 Acc. Chem. Res. ACS Applied Bio Materials ACS Appl. Electron. Mater. ACS Appl. Energy Mater. ACS Appl. Mater. Interfaces ACS Appl. Nano Mater. ACS Appl. Polym. Mater. ACS BIOMATER-SCI ENG ACS Catal. ACS Cent. Sci. ACS Chem. Biol. ACS Chemical Health & Safety ACS Chem. Neurosci. ACS Comb. Sci. ACS Earth Space Chem. ACS Energy Lett. ACS Infect. Dis. ACS Macro Lett. ACS Mater. Lett. ACS Med. Chem. Lett. ACS Nano ACS Omega ACS Photonics ACS Sens. ACS Sustainable Chem. Eng. ACS Synth. Biol. Anal. Chem. BIOCHEMISTRY-US Bioconjugate Chem. BIOMACROMOLECULES Chem. Res. Toxicol. Chem. Rev. Chem. Mater. CRYST GROWTH DES ENERG FUEL Environ. Sci. Technol. Environ. Sci. Technol. Lett. Eur. J. Inorg. Chem. IND ENG CHEM RES Inorg. Chem. J. Agric. Food. Chem. J. Chem. Eng. Data J. Chem. Educ. J. Chem. Inf. Model. J. Chem. Theory Comput. J. Med. Chem. J. Nat. Prod. J PROTEOME RES J. Am. Chem. Soc. LANGMUIR MACROMOLECULES Mol. Pharmaceutics Nano Lett. Org. Lett. ORG PROCESS RES DEV ORGANOMETALLICS J. Org. Chem. J. Phys. Chem. J. Phys. Chem. A J. Phys. Chem. B J. Phys. Chem. C J. Phys. Chem. Lett. Analyst Anal. Methods Biomater. Sci. Catal. Sci. Technol. Chem. Commun. Chem. Soc. Rev. CHEM EDUC RES PRACT CRYSTENGCOMM Dalton Trans. Energy Environ. Sci. ENVIRON SCI-NANO ENVIRON SCI-PROC IMP ENVIRON SCI-WAT RES Faraday Discuss. Food Funct. Green Chem. Inorg. Chem. Front. Integr. Biol. J. Anal. At. Spectrom. J. Mater. Chem. A J. Mater. Chem. B J. Mater. Chem. C Lab Chip Mater. Chem. Front. Mater. Horiz. MEDCHEMCOMM Metallomics Mol. Biosyst. Mol. Syst. Des. Eng. Nanoscale Nanoscale Horiz. Nat. Prod. Rep. New J. Chem. Org. Biomol. Chem. Org. Chem. Front. PHOTOCH PHOTOBIO SCI PCCP Polym. Chem.
×
引用
GB/T 7714-2015
复制
MLA
复制
APA
复制
导出至
BibTeX EndNote RefMan NoteFirst NoteExpress
×
0
微信
客服QQ
Book学术公众号 扫码关注我们
反馈
×
意见反馈
请填写您的意见或建议
请填写您的手机或邮箱
×
提示
您的信息不完整,为了账户安全,请先补充。
现在去补充
×
提示
您因"违规操作"
具体请查看互助需知
我知道了
×
提示
现在去查看 取消
×
提示
确定
Book学术官方微信
Book学术文献互助
Book学术文献互助群
群 号:481959085
Book学术
文献互助 智能选刊 最新文献 互助须知 联系我们:info@booksci.cn
Book学术提供免费学术资源搜索服务,方便国内外学者检索中英文文献。致力于提供最便捷和优质的服务体验。
Copyright © 2023 Book学术 All rights reserved.
ghs 京公网安备 11010802042870号 京ICP备2023020795号-1