paper-with-me

Papers

Into Summarization Techniques for IoT Data Discovery Routing

2021-07-20 · Hieu Tran, Son Nguyen, I-Ling Yen, Farokh Bastani

In this paper, we consider the IoT data discovery problem in very large and growing scale networks. Specifically, we investigate in depth the routing table summarization techniques to support effective and space-efficient IoT data discovery routing. Novel summarization algorithms, including alphabetical based, hash based, and meaning based summarization and their corresponding coding schemes are proposed. The issue of potentially misleading routing due to summarization is also investigated. Subsequently, we analyze the strategy of when to summarize in order to balance the tradeoff between the routing table compression rate and the chance of causing misleading routing. For experimental study, we have collected 100K IoT data streams from various IoT databases as the input dataset. Experimental results show that our summarization solution can reduce the routing table size by 20 to 30 folds with 2-5% increase in latency when compared with similar peer-to-peer discovery routing algorithms without summarization. Also, our approach outperforms DHT based approaches by 2 to 6 folds in terms of latency and traffic.

📄 PDF Abstract BibTeX arXiv:2107.09558

Code (1)

saodem74/IoT-Data-Stream-Descriptions-Collection 공식 구현

Similar Papers 제목 키워드 기반

IoT Data Discovery: Routing Table and Summarization Techniques

2022-03-21 · Hieu Tran, Son Nguyen, I-Ling Yen, Farokh Bastani

In this paper, we consider the IoT data discovery problem in very large and growing scale networks. Through analysis, examples, and experimental studies, we show the importance of peer-to-peer, unstructured routing for I…

JADS: A Framework for Self-supervised Joint Aspect Discovery and Summarization

2024-05-28 · Xiaobo Guo, Jay Desai, Srinivasan H. Sengamedu

To generate summaries that include multiple aspects or topics for text documents, most approaches use clustering or topic modeling to group relevant sentences and then generate a summary for each group. These approaches …

ArticlesClustering

Machine Learning Applications in the Routing in Computer Networks

2021-04-05 · Ke Liang, Mitchel Myers

Development of routing algorithms is of clear importance as the volume of Internet traffic continues to increase. In this survey, there is much research into how Machine Learning techniques can be employed to improve the…

BIG-bench Machine LearningReinforcement Learning (RL)

Artificial Intelligence Based Cognitive Routing for Cognitive Radio Networks

2013-08-31 · Junaid Qadir

Cognitive radio networks (CRNs) are networks of nodes equipped with cognitive radios that can optimize performance by adapting to network conditions. While cognitive radio networks (CRN) are envisioned as intelligent net…

Decision Making

VRPAgent: LLM-Driven Discovery of Heuristic Operators for Vehicle Routing Problems

2025-10-08 · André Hottung, Federico Berto, Chuanbo Hua, Nayeli Gast Zepeda 외 arxiv

Designing high-performing heuristics for vehicle routing problems (VRPs) is a complex task that requires both intuition and deep domain knowledge. Large language model (LLM)-based code generation has recently shown promi…

Code Generation