Skip to main content

Showing 1–15 of 15 results for author: Efraimidis, P S

Searching in archive cs. Search in all archives.
.
  1. arXiv:2310.00627  [pdf, other

    cs.LG cs.AI cs.DC

    Intelligent Client Selection for Federated Learning using Cellular Automata

    Authors: Nikolaos Pavlidis, Vasileios Perifanis, Theodoros Panagiotis Chatzinikolaou, Georgios Ch. Sirakoulis, Pavlos S. Efraimidis

    Abstract: Federated Learning (FL) has emerged as a promising solution for privacy-enhancement and latency minimization in various real-world applications, such as transportation, communications, and healthcare. FL endeavors to bring Machine Learning (ML) down to the edge by harnessing data from million of devices and IoT sensors, thus enabling rapid responses to dynamic environments and yielding highly pers… ▽ More

    Submitted 18 October, 2023; v1 submitted 1 October, 2023; originally announced October 2023.

    Comments: 18th IEEE International Workshop on Cellular Nanoscale Networks and their Applications

  2. arXiv:2309.10645  [pdf, other

    cs.LG cs.AI cs.DC cs.NI

    Towards Energy-Aware Federated Traffic Prediction for Cellular Networks

    Authors: Vasileios Perifanis, Nikolaos Pavlidis, Selim F. Yilmaz, Francesc Wilhelmi, Elia Guerra, Marco Miozzo, Pavlos S. Efraimidis, Paolo Dini, Remous-Aris Koutsiamanis

    Abstract: Cellular traffic prediction is a crucial activity for optimizing networks in fifth-generation (5G) networks and beyond, as accurate forecasting is essential for intelligent network design, resource allocation and anomaly mitigation. Although machine learning (ML) is a promising approach to effectively predict network traffic, the centralization of massive data in a single data center raises issues… ▽ More

    Submitted 19 September, 2023; originally announced September 2023.

    Comments: International Symposium on Federated Learning Technologies and Applications (FLTA), 2023

  3. arXiv:2309.04311  [pdf, other

    cs.LG cs.AI cs.DC

    Federated Learning for Early Dropout Prediction on Healthy Ageing Applications

    Authors: Christos Chrysanthos Nikolaidis, Vasileios Perifanis, Nikolaos Pavlidis, Pavlos S. Efraimidis

    Abstract: The provision of social care applications is crucial for elderly people to improve their quality of life and enables operators to provide early interventions. Accurate predictions of user dropouts in healthy ageing applications are essential since they are directly related to individual health statuses. Machine Learning (ML) algorithms have enabled highly accurate predictions, outperforming tradit… ▽ More

    Submitted 8 September, 2023; originally announced September 2023.

  4. arXiv:2308.00539  [pdf, other

    cs.LG cs.AI

    Predicting Early Dropouts of an Active and Healthy Ageing App

    Authors: Vasileios Perifanis, Ioanna Michailidi, Giorgos Stamatelatos, George Drosatos, Pavlos S. Efraimidis

    Abstract: In this work, we present a machine learning approach for predicting early dropouts of an active and healthy ageing app. The presented algorithms have been submitted to the IFMBE Scientific Challenge 2022, part of IUPESM WC 2022. We have processed the given database and generated seven datasets. We used pre-processing techniques to construct classification models that predict the adherence of users… ▽ More

    Submitted 1 August, 2023; originally announced August 2023.

  5. arXiv:2211.15220  [pdf, other

    cs.LG cs.AI cs.DC cs.NI

    Federated Learning for 5G Base Station Traffic Forecasting

    Authors: Vasileios Perifanis, Nikolaos Pavlidis, Remous-Aris Koutsiamanis, Pavlos S. Efraimidis

    Abstract: Cellular traffic prediction is of great importance on the path of enabling 5G mobile networks to perform intelligent and efficient infrastructure planning and management. However, available data are limited to base station logging information. Hence, training methods for generating high-quality predictions that can generalize to new observations across diverse parties are in demand. Traditional ap… ▽ More

    Submitted 26 August, 2023; v1 submitted 28 November, 2022; originally announced November 2022.

    Journal ref: Computer Networks, 109950, 2023

  6. arXiv:2112.11134  [pdf, other

    cs.LG cs.CR cs.IR

    FedPOIRec: Privacy Preserving Federated POI Recommendation with Social Influence

    Authors: Vasileios Perifanis, George Drosatos, Giorgos Stamatelatos, Pavlos S. Efraimidis

    Abstract: With the growing number of Location-Based Social Networks, privacy preserving location prediction has become a primary task for hel** users discover new points-of-interest (POIs). Traditional systems consider a centralized approach that requires the transmission and collection of users' private data. In this work, we present FedPOIRec, a privacy preserving federated learning approach enhanced wi… ▽ More

    Submitted 21 December, 2021; originally announced December 2021.

  7. arXiv:2110.00287  [pdf, other

    cs.DS

    An Exact, Linear Time Barabási-Albert Algorithm

    Authors: Giorgos Stamatelatos, Pavlos S. Efraimidis

    Abstract: This paper presents the development of a new class of algorithms that accurately implement the preferential attachment mechanism of the Barabási-Albert (BA) model to generate scale-free graphs. Contrary to existing approximate preferential attachment schemes, our methods are exact in terms of the proportionality of the vertex selection probabilities to their degree and run in linear time with resp… ▽ More

    Submitted 30 March, 2022; v1 submitted 1 October, 2021; originally announced October 2021.

  8. Federated Neural Collaborative Filtering

    Authors: Vasileios Perifanis, Pavlos S. Efraimidis

    Abstract: In this work, we present a federated version of the state-of-the-art Neural Collaborative Filtering (NCF) approach for item recommendations. The system, named FedNCF, enables learning without requiring users to disclose or transmit their raw data. Data localization preserves data privacy and complies with regulations such as the GDPR. Although federated learning enables model training without loca… ▽ More

    Submitted 16 February, 2022; v1 submitted 2 June, 2021; originally announced June 2021.

  9. arXiv:2105.10520  [pdf, other

    cs.DB

    Exploring Ethereum's Data Stores: A Cost and Performance Comparison

    Authors: P. Kostamis, A. Sendros, P. S. Efraimidis

    Abstract: The cost of using a blockchain infrastructure as well as the time required to search and retrieve information from it must be considered when designing a decentralized application. In this work, we examine a comprehensive set of data management approaches for Ethereum applications and assess the associated cost in gas as well as the retrieval performance. More precisely, we analyze the storage and… ▽ More

    Submitted 21 May, 2021; originally announced May 2021.

  10. arXiv:2105.07472  [pdf, ps, other

    cs.DM math.CO

    Lexicographic Enumeration of Set Partitions

    Authors: Giorgos Stamatelatos, Pavlos S. Efraimidis

    Abstract: In this report, we summarize the set partition enumeration problems and thoroughly explain the algorithms used to solve them. These algorithms iterate through the partitions in lexicographic order and are easy to understand and implement in modern high-level programming languages, without recursive structures and jump logic. We show that they require linear space in respect to the set cardinality… ▽ More

    Submitted 16 May, 2021; originally announced May 2021.

  11. arXiv:2102.08173  [pdf, other

    cs.DS cs.DM math.PR

    About Weighted Random Sampling in Preferential Attachment Models

    Authors: Giorgos Stamatelatos, Pavlos S. Efraimidis

    Abstract: The Barabási-Albert model is a popular scheme for creating scale-free graphs but has been previously shown to have ambiguities in its definition. In this paper we discuss a new ambiguity in the definition of the BA model by identifying the tight relation between the preferential attachment process and unequal probability random sampling. While the probability that each individual vertex is selecte… ▽ More

    Submitted 13 October, 2021; v1 submitted 16 February, 2021; originally announced February 2021.

  12. arXiv:1208.3747  [pdf, other

    cs.DS

    On Money as a Means of Coordination between Network Packets

    Authors: Pavlos S. Efraimidis, Remous-Aris Koutsiamanis

    Abstract: In this work, we apply a common economic tool, namely money, to coordinate network packets. In particular, we present a network economy, called PacketEconomy, where each flow is modeled as a population of rational network packets, and these packets can self-regulate their access to network resources by mutually trading their positions in router queues. Every packet of the economy has its price, an… ▽ More

    Submitted 18 August, 2012; originally announced August 2012.

  13. arXiv:1103.0116  [pdf

    cs.DS cs.NI

    An exact and O(1) time heaviest and lightest hitters algorithm for sliding-window data streams

    Authors: Remous-Aris Koutsiamanis, Pavlos S. Efraimidis

    Abstract: In this work we focus on the problem of finding the heaviest-k and lightest-k hitters in a sliding window data stream. The most recent research endeavours have yielded an epsilon-approximate algorithm with update operations in constant time with high probability and O(1/epsilon) query time for the heaviest hitters case. We propose a novel algorithm which for the first time, to our knowledge, provi… ▽ More

    Submitted 1 March, 2011; originally announced March 2011.

  14. arXiv:1012.0259  [pdf, ps, other

    cs.DS

    (α, β) Fibonacci Search

    Authors: Pavlos S. Efraimidis

    Abstract: Knuth [12, Page 417] states that "the (program of the) Fibonaccian search technique looks very mysterious at first glance" and that "it seems to work by magic". In this work, we show that there is even more magic in Fibonaccian (or else Fibonacci) search. We present a generalized Fibonacci procedure that follows perfectly the implicit optimal decision tree for search problems where the cost of eac… ▽ More

    Submitted 1 December, 2010; originally announced December 2010.

    Report number: Technical Report LPDP-2010-02

  15. arXiv:1012.0256  [pdf, other

    cs.DS

    Weighted Random Sampling over Data Streams

    Authors: Pavlos S. Efraimidis

    Abstract: In this work, we present a comprehensive treatment of weighted random sampling (WRS) over data streams. More precisely, we examine two natural interpretations of the item weights, describe an existing algorithm for each case ([2, 4]), discuss sampling with and without replacement and show adaptations of the algorithms for several WRS problems and evolving data streams.

    Submitted 28 July, 2015; v1 submitted 1 December, 2010; originally announced December 2010.

    Comments: Corrected minor typos. Infeasible items are now additionally called "overweight" items (WRS-N-P). Enriched the Introduction (Section 1) with more text and references to related work. Revised the description of sampling with a bounded number of replacements (Section 4.2)

    Report number: Technical Report LPDP-2010-03