首页 > 最新文献

International Conference of Distributed Computing and Networking最新文献

英文 中文
ATT-LSTM: An Interpretable Deep Learning Framework for COVID Outbreak Prediction ATT-LSTM:用于 COVID 爆发预测的可解释深度学习框架
Pub Date : 2024-01-04 DOI: 10.1145/3631461.3631959
Neeraj Choudhary, Jimson Mathew, R. Behera, Zenin Easa Panthakkalakath
{"title":"ATT-LSTM: An Interpretable Deep Learning Framework for COVID Outbreak Prediction","authors":"Neeraj Choudhary, Jimson Mathew, R. Behera, Zenin Easa Panthakkalakath","doi":"10.1145/3631461.3631959","DOIUrl":"https://doi.org/10.1145/3631461.3631959","url":null,"abstract":"","PeriodicalId":368371,"journal":{"name":"International Conference of Distributed Computing and Networking","volume":"92 6s1","pages":"322-327"},"PeriodicalIF":0.0,"publicationDate":"2024-01-04","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"139630723","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Concurrent Lock-Free Dynamic Graphs with wait-free snapshots using versioning 使用版本控制的无等待快照并发无锁动态图
Pub Date : 2024-01-04 DOI: 10.1145/3631461.3632510
Gaurav Bhardwaj, Ayaz Ahmed, Sathya Peri
{"title":"Concurrent Lock-Free Dynamic Graphs with wait-free snapshots using versioning","authors":"Gaurav Bhardwaj, Ayaz Ahmed, Sathya Peri","doi":"10.1145/3631461.3632510","DOIUrl":"https://doi.org/10.1145/3631461.3632510","url":null,"abstract":"","PeriodicalId":368371,"journal":{"name":"International Conference of Distributed Computing and Networking","volume":"38 1","pages":"258-259"},"PeriodicalIF":0.0,"publicationDate":"2024-01-04","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"139630063","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
K Circle Formation by Swarm Robots on a Grid 蜂群机器人在网格上形成 K 形圆圈
Pub Date : 2024-01-04 DOI: 10.1145/3631461.3632304
Moumita Mondal, Subodh Singh, S. Chaudhuri
{"title":"K Circle Formation by Swarm Robots on a Grid","authors":"Moumita Mondal, Subodh Singh, S. Chaudhuri","doi":"10.1145/3631461.3632304","DOIUrl":"https://doi.org/10.1145/3631461.3632304","url":null,"abstract":"","PeriodicalId":368371,"journal":{"name":"International Conference of Distributed Computing and Networking","volume":"36 s155","pages":"334-339"},"PeriodicalIF":0.0,"publicationDate":"2024-01-04","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"139630073","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Distributed Machine Learning 分布式机器学习
Pub Date : 2024-01-04 DOI: 10.1145/3631461.3632516
Bapi Chatterjee
The Web search ranking task has become increasingly important due to the rapid growth of the internet. With the growth of the Web and the number of Web search users, the amount of available training data for learning Web ranking models has also increased. We investigate the problem of learning to rank on a cluster using Web search data composed of 140,000 queries and approximately fourteen million URLs. For datasets much larger than this, distributed computing will become essential, due to both speed and memory constraints. We compare to a baseline algorithm that has been carefully engineered to allow training on the full dataset using a single machine, in order to evaluate the loss or gain incurred by the distributed algorithms we consider. The underlying algorithm we use is a boosted tree ranking algorithm called LambdaMART, where a split at a given vertex in each decision tree is determined by the split criterion for a particular feature. Our contributions are two-fold. First, we implement a method for improving the speed of training when the training data fits in main memory on a single machine by distributing the vertex split computations of the decision trees. The model produced is equivalent to the model produced from centralized training, but achieves faster training times. Second, we develop a training method for the case where the training data size exceeds the main memory of a single machine. Our second approach easily scales to far larger datasets, i.e., billions of examples, and is based on data distribution. Results of our methods on a real-world Web dataset indicate significant improvements in training speed. 4 Large-scale Learning to Rank using Boosted Decision Trees
随着互联网的快速发展,网络搜索排名任务变得越来越重要。随着网络和网络搜索用户数量的增长,用于学习网络排名模型的可用训练数据量也在增加。我们使用由 140,000 次查询和大约 1400 万个 URL 组成的网络搜索数据,研究了在一个集群上学习排名的问题。对于远大于此规模的数据集,由于速度和内存的限制,分布式计算将变得至关重要。为了评估我们所考虑的分布式计算算法的得失,我们将该算法与经过精心设计的基线算法进行了比较,该基线算法允许使用单机在完整数据集上进行训练。我们使用的基础算法是一种名为 LambdaMART 的提升树排序算法,其中每个决策树中给定顶点的分割由特定特征的分割标准决定。我们的贡献有两方面。首先,我们实现了一种方法,通过分配决策树的顶点分割计算,在训练数据适合单机主内存的情况下提高训练速度。生成的模型等同于集中训练生成的模型,但训练时间更短。其次,我们针对训练数据规模超过单机主内存的情况开发了一种训练方法。我们的第二种方法基于数据分布,可轻松扩展到更大的数据集,即数十亿个示例。我们的方法在实际网络数据集上的结果表明,训练速度有了显著提高。4 利用提升决策树进行大规模排名学习
{"title":"Distributed Machine Learning","authors":"Bapi Chatterjee","doi":"10.1145/3631461.3632516","DOIUrl":"https://doi.org/10.1145/3631461.3632516","url":null,"abstract":"The Web search ranking task has become increasingly important due to the rapid growth of the internet. With the growth of the Web and the number of Web search users, the amount of available training data for learning Web ranking models has also increased. We investigate the problem of learning to rank on a cluster using Web search data composed of 140,000 queries and approximately fourteen million URLs. For datasets much larger than this, distributed computing will become essential, due to both speed and memory constraints. We compare to a baseline algorithm that has been carefully engineered to allow training on the full dataset using a single machine, in order to evaluate the loss or gain incurred by the distributed algorithms we consider. The underlying algorithm we use is a boosted tree ranking algorithm called LambdaMART, where a split at a given vertex in each decision tree is determined by the split criterion for a particular feature. Our contributions are two-fold. First, we implement a method for improving the speed of training when the training data fits in main memory on a single machine by distributing the vertex split computations of the decision trees. The model produced is equivalent to the model produced from centralized training, but achieves faster training times. Second, we develop a training method for the case where the training data size exceeds the main memory of a single machine. Our second approach easily scales to far larger datasets, i.e., billions of examples, and is based on data distribution. Results of our methods on a real-world Web dataset indicate significant improvements in training speed. 4 Large-scale Learning to Rank using Boosted Decision Trees","PeriodicalId":368371,"journal":{"name":"International Conference of Distributed Computing and Networking","volume":"27 s79","pages":"4-7"},"PeriodicalIF":0.0,"publicationDate":"2024-01-04","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"139630335","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Security Framework for Non-public 5G Network Deployments 非公开 5G 网络部署的安全框架
Pub Date : 2024-01-04 DOI: 10.1145/3631461.3632513
Arpit Tripathi
{"title":"Security Framework for Non-public 5G Network Deployments","authors":"Arpit Tripathi","doi":"10.1145/3631461.3632513","DOIUrl":"https://doi.org/10.1145/3631461.3632513","url":null,"abstract":"","PeriodicalId":368371,"journal":{"name":"International Conference of Distributed Computing and Networking","volume":"98 10","pages":"248-249"},"PeriodicalIF":0.0,"publicationDate":"2024-01-04","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"139630425","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Binary Pattern Classification with Cellular Automata-based Algorithms 基于细胞自动机算法的二进制模式分类
Pub Date : 2024-01-04 DOI: 10.1145/3631461.3631952
Khitish Kumar Gadnayak, Himanshu Khaitan, Mousumi Saha
{"title":"Binary Pattern Classification with Cellular Automata-based Algorithms","authors":"Khitish Kumar Gadnayak, Himanshu Khaitan, Mousumi Saha","doi":"10.1145/3631461.3631952","DOIUrl":"https://doi.org/10.1145/3631461.3631952","url":null,"abstract":"","PeriodicalId":368371,"journal":{"name":"International Conference of Distributed Computing and Networking","volume":"25 s59","pages":"406-411"},"PeriodicalIF":0.0,"publicationDate":"2024-01-04","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"139630484","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Scalable Real-Time Control in Industrial Cyber-Physical Systems 工业网络物理系统中的可扩展实时控制
Pub Date : 2024-01-04 DOI: 10.1145/3631461.3631474
Md Ashikul Haque, Dali Ismail, Abusayeed Saifullah
{"title":"Scalable Real-Time Control in Industrial Cyber-Physical Systems","authors":"Md Ashikul Haque, Dali Ismail, Abusayeed Saifullah","doi":"10.1145/3631461.3631474","DOIUrl":"https://doi.org/10.1145/3631461.3631474","url":null,"abstract":"","PeriodicalId":368371,"journal":{"name":"International Conference of Distributed Computing and Networking","volume":"90 7","pages":"353-358"},"PeriodicalIF":0.0,"publicationDate":"2024-01-04","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"139630532","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
A Network Segmentation Architecture for Flow Aggregation and DDoS Mitigation in SDN Using RAPID Flow Rules 利用 RAPID 流量规则在 SDN 中实现流量聚合和 DDoS 缓解的网络分段架构
Pub Date : 2024-01-04 DOI: 10.1145/3631461.3631561
Himanshu, Kaushik Saha, Payali Das, Swades De
{"title":"A Network Segmentation Architecture for Flow Aggregation and DDoS Mitigation in SDN Using RAPID Flow Rules","authors":"Himanshu, Kaushik Saha, Payali Das, Swades De","doi":"10.1145/3631461.3631561","DOIUrl":"https://doi.org/10.1145/3631461.3631561","url":null,"abstract":"","PeriodicalId":368371,"journal":{"name":"International Conference of Distributed Computing and Networking","volume":"86 5","pages":"232-241"},"PeriodicalIF":0.0,"publicationDate":"2024-01-04","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"139630638","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Maximal Independent Set via Mobile Agents 通过移动代理实现最大独立集
Pub Date : 2024-01-04 DOI: 10.1145/3631461.3631543
Debasish Pattanayak, Subhash Bhagat, S. Chaudhuri, A. R. Molla
{"title":"Maximal Independent Set via Mobile Agents","authors":"Debasish Pattanayak, Subhash Bhagat, S. Chaudhuri, A. R. Molla","doi":"10.1145/3631461.3631543","DOIUrl":"https://doi.org/10.1145/3631461.3631543","url":null,"abstract":"","PeriodicalId":368371,"journal":{"name":"International Conference of Distributed Computing and Networking","volume":"94 11","pages":"74-83"},"PeriodicalIF":0.0,"publicationDate":"2024-01-04","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"139630697","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Integration of ROS and Gazebo Platform using MAVLINK Protocol for Real-Time UAV Applications 使用 MAVLINK 协议集成 ROS 和 Gazebo 平台,实现实时无人机应用
Pub Date : 2024-01-04 DOI: 10.1145/3631461.3631950
Ashutosh Kumar Jha, Vidyuth Sridhar, Victor Azad, Ram Narayan Yadav, Jagat Rath
{"title":"Integration of ROS and Gazebo Platform using MAVLINK Protocol for Real-Time UAV Applications","authors":"Ashutosh Kumar Jha, Vidyuth Sridhar, Victor Azad, Ram Narayan Yadav, Jagat Rath","doi":"10.1145/3631461.3631950","DOIUrl":"https://doi.org/10.1145/3631461.3631950","url":null,"abstract":"","PeriodicalId":368371,"journal":{"name":"International Conference of Distributed Computing and Networking","volume":"30 3","pages":"394-399"},"PeriodicalIF":0.0,"publicationDate":"2024-01-04","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"139630297","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
期刊
International Conference of Distributed Computing and Networking
全部 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