Skip to main content

Showing 1–21 of 21 results for author: Taïani, F

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

    cs.DC

    Asynchronous BFT Asset Transfer: Quasi-Anonymous, Light, and Consensus-Free

    Authors: Timothé Albouy, Emmanuelle Anceaume, Davide Frey, Mathieu Gestin, Arthur Rauch, Michel Raynal, François Taïani

    Abstract: This article introduces a new asynchronous Byzantine-tolerant asset transfer system (cryptocurrency) with three noteworthy properties: quasi-anonymity, lightness, and consensus-freedom. Quasi-anonymity means no information is leaked regarding the receivers and amounts of the asset transfers. Lightness means that the underlying cryptographic schemes are \textit{succinct}, and each process only stor… ▽ More

    Submitted 28 May, 2024; originally announced May 2024.

  2. arXiv:2405.14670  [pdf, other

    cs.LG

    Overcoming the Challenges of Batch Normalization in Federated Learning

    Authors: Rachid Guerraoui, Rafael Pinot, Geovani Rizk, John Stephan, François Taiani

    Abstract: Batch normalization has proven to be a very beneficial mechanism to accelerate the training and improve the accuracy of deep neural networks in centralized environments. Yet, the scheme faces significant challenges in federated learning, especially under high data heterogeneity. Essentially, the main challenges arise from external covariate shifts and inconsistent statistics across clients. We int… ▽ More

    Submitted 23 May, 2024; originally announced May 2024.

  3. arXiv:2403.11795  [pdf, other

    cs.LG cs.DC

    Low-Cost Privacy-Aware Decentralized Learning

    Authors: Sayan Biswas, Davide Frey, Romaric Gaudel, Anne-Marie Kermarrec, Dimitri Lerévérend, Rafael Pires, Rishi Sharma, François Taïani

    Abstract: This paper introduces ZIP-DL, a novel privacy-aware decentralized learning (DL) algorithm that exploits correlated noise to provide strong privacy protection against a local adversary while yielding efficient convergence guarantees for a low communication cost. The progressive neutralization of the added noise during the distributed aggregation process results in ZIP-DL fostering a high model accu… ▽ More

    Submitted 25 June, 2024; v1 submitted 18 March, 2024; originally announced March 2024.

  4. arXiv:2402.09043  [pdf, ps, other

    cs.LG

    Under manipulations, are some AI models harder to audit?

    Authors: Augustin Godinot, Gilles Tredan, Erwan Le Merrer, Camilla Penzo, Francois Taïani

    Abstract: Auditors need robust methods to assess the compliance of web platforms with the law. However, since they hardly ever have access to the algorithm, implementation, or training data used by a platform, the problem is harder than a simple metric estimation. Within the recent framework of manipulation-proof auditing, we study in this paper the feasibility of robust audits in realistic settings, in whi… ▽ More

    Submitted 14 February, 2024; originally announced February 2024.

    Comments: To appear in the IEEE Conference on Secure and Trustworthy Machine Learning, 2024

  5. arXiv:2312.16253  [pdf, ps, other

    cs.DC

    Towards Optimal Communication Byzantine Reliable Broadcast under a Message Adversary

    Authors: Timothé Albouy, Davide Frey, Ran Gelles, Carmit Hazay, Michel Raynal, Elad Michael Schiller, Francois Taiani, Vassilis Zikas

    Abstract: We address the problem of Reliable Broadcast in asynchronous message-passing systems with $n$ nodes, of which up to $t$ are malicious (faulty), in addition to a message adversary that can drop some of the messages sent by correct (non-faulty) nodes. We present a Message-Adversary-Tolerant Byzantine Reliable Broadcast (MBRB) algorithm that communicates an almost optimal amount of $O(|m|+n^2κ)$ bi… ▽ More

    Submitted 25 December, 2023; originally announced December 2023.

  6. arXiv:2311.13936  [pdf, other

    cs.DC

    Process-Commutative Distributed Objects: From Cryptocurrencies to Byzantine-Fault-Tolerant CRDTs

    Authors: Davide Frey, Lucie Guillou, Michel Raynal, François Taïani

    Abstract: This paper explores the territory that lies between best-effort Byzantine-Fault-Tolerant Conflict-free Replicated Data Types (BFT CRDTs) and totally ordered distributed ledgers, such as those implemented by Blockchains. It formally characterizes a novel class of distributed objects that only requires a First In First Out (FIFO) order on the object operations from each process (taken individually).… ▽ More

    Submitted 8 March, 2024; v1 submitted 23 November, 2023; originally announced November 2023.

    Comments: A preliminary version of this work appeared at the 2021 International Conference on Parallel Computing Technologies (PaCT 2021)

  7. arXiv:2311.08776  [pdf, other

    cs.DC

    Context Adaptive Cooperation

    Authors: Timothé Albouy, Davide Frey, Mathieu Gestin, Michel Raynal, François Taïani

    Abstract: Reliable broadcast and consensus are the two pillars that support a lot of non-trivial fault-tolerant distributed middleware and fault-tolerant distributed systems. While they have close definitions, they strongly differ in the underlying assumptions needed to implement each of them. Reliable broadcast can be implemented in asynchronous systems in the presence of crash or Byzantine failures while… ▽ More

    Submitted 15 November, 2023; originally announced November 2023.

    MSC Class: 68W15

  8. arXiv:2303.05152  [pdf, ps, other

    cs.DC

    Good-case Early-Stop** Latency of Synchronous Byzantine Reliable Broadcast: The Deterministic Case (Extended Version)

    Authors: Timothé Albouy, Davide Frey, Michel Raynal, François Taïani

    Abstract: This paper considers the good-case latency of Byzantine Reliable Broadcast (BRB), i.e., the time taken by correct processes to deliver a message when the initial sender is correct. This time plays a crucial role in the performance of practical distributed systems. Although significant strides have been made in recent years on this question, progress has mainly focused on either asynchronous or ran… ▽ More

    Submitted 10 March, 2023; v1 submitted 9 March, 2023; originally announced March 2023.

  9. arXiv:2205.09992  [pdf, ps, other

    cs.DC

    Asynchronous Byzantine Reliable Broadcast With a Message Adversary

    Authors: Timothé Albouy, Davide Frey, Michel Raynal, François Taïani

    Abstract: This paper considers the problem of reliable broadcast in asynchronous authenticated systems, in which n processes communicate using signed messages and up to t processes may behave arbitrarily (Byzantine processes). In addition, for each message m broadcast by a correct (i.e., non-Byzantine) process, a message adversary may prevent up to d correct processes from receiving m. (This message adversa… ▽ More

    Submitted 20 May, 2022; originally announced May 2022.

  10. arXiv:2204.13388  [pdf, other

    cs.DC

    Co** with Byzantine Processes and a Message Adversary: Modularity Helps!

    Authors: Davide Frey, Michel Raynal, François Taïani, Timothé Albouy

    Abstract: This paper explores how reliable broadcast can be implemented when facing a dual adversary that can both corrupt processes and remove messages.More precisely, we consider an asynchronous $n$-process message-passing systems in which up to $t_b$ processes are Byzantine and where, at the network level, for each message broadcast by a correct process, an adversary can prevent up to $t_m$ processes fro… ▽ More

    Submitted 2 June, 2022; v1 submitted 28 April, 2022; originally announced April 2022.

  11. arXiv:2107.12433  [pdf, other

    cs.NI cs.AI cs.GL cs.LG

    The Graph Neural Networking Challenge: A Worldwide Competition for Education in AI/ML for Networks

    Authors: José Suárez-Varela, Miquel Ferriol-Galmés, Albert López, Paul Almasan, Guillermo Bernárdez, David Pujol-Perich, Krzysztof Rusek, Loïck Bonniot, Christoph Neumann, François Schnitzler, François Taïani, Martin Happ, Christian Maier, Jia Lei Du, Matthias Herlich, Peter Dorfinger, Nick Vincent Hainke, Stefan Venz, Johannes Wegener, Henrike Wissing, Bo Wu, Shihan Xiao, Pere Barlet-Ros, Albert Cabellos-Aparicio

    Abstract: During the last decade, Machine Learning (ML) has increasingly become a hot topic in the field of Computer Networks and is expected to be gradually adopted for a plethora of control, monitoring and management tasks in real-world deployments. This poses the need to count on new generations of students, researchers and practitioners with a solid background in ML applied to networks. During 2020, the… ▽ More

    Submitted 26 July, 2021; originally announced July 2021.

    Journal ref: ACM SIGCOMM Computer Communication Review, Vol. 51, No. 3, pp. 9-16, 2021

  12. arXiv:2102.04063  [pdf, other

    cs.CR cs.DC cs.NI cs.SE cs.SI

    $\scriptstyle{BASALT}$: A Rock-Solid Foundation for Epidemic Consensus Algorithms in Very Large, Very Open Networks

    Authors: Alex Auvolat, Yérom-David Bromberg, Davide Frey, François Taïani

    Abstract: Recent works have proposed new Byzantine consensus algorithms for blockchains based on epidemics, a design which enables highly scalable performance at a low cost. These methods however critically depend on a secure random peer sampling service: a service that provides a stream of random network nodes where no attacking entity can become over-represented. To ensure this security property, current… ▽ More

    Submitted 8 February, 2021; originally announced February 2021.

  13. arXiv:2010.11497  [pdf, other

    cs.DB cs.DC cs.DS cs.LG

    Cluster-and-Conquer: When Randomness Meets Graph Locality

    Authors: George Giakkoupis, Anne-Marie Kermarrec, Olivier Ruas, François Taïani

    Abstract: K-Nearest-Neighbors (KNN) graphs are central to many emblematic data mining and machine-learning applications. Some of the most efficient KNN graph algorithms are incremental and local: they start from a random graph, which they incrementally improve by traversing neighbors-of-neighbors links. Paradoxically, this random start is also one of the key weaknesses of these algorithms: nodes are initial… ▽ More

    Submitted 22 October, 2020; originally announced October 2020.

  14. arXiv:2007.04766  [pdf, other

    cs.DC cs.AI cs.NI cs.SI

    Spores: Stateless Predictive Onion Routing for E-Squads

    Authors: Daniel Bosk, Yérom-David Bromberg, Sonja Buchegger, Adrien Luxey, François Taïani

    Abstract: Mass surveillance of the population by state agencies and corporate parties is now a well-known fact. Journalists and whistle-blowers still lack means to circumvent global spying for the sake of their investigations. With Spores, we propose a way for journalists and their sources to plan a posteriori file exchanges when they physically meet. We leverage on the multiplication of personal devices pe… ▽ More

    Submitted 2 July, 2020; originally announced July 2020.

  15. arXiv:2006.12276  [pdf, ps, other

    cs.DC

    Money Transfer Made Simple: a Specification, a Generic Algorithm, and its Proof

    Authors: Alex Auvolat, Davide Frey, Michel Raynal, François Taïani

    Abstract: It has recently been shown that, contrarily to a common belief, money transfer in the presence of faulty (Byzantine) processes does not require strong agreement such as consensus. This article goes one step further: namely, it first proposes a non-sequential specification of the money-transfer object, and then presents a generic algorithm based on a simple FIFO order between each pair of processes… ▽ More

    Submitted 17 February, 2021; v1 submitted 18 June, 2020; originally announced June 2020.

    Journal ref: Bulletin of Association for Theoretical Computer Science (BEATCS), Kazuo Iwama, RIMS, Kyoto University Kitashirakawa-Oiwakecho, Kyoto 606-8502, Japan, 2020, 132

  16. arXiv:2006.07273  [pdf, other

    cs.LG cs.DC stat.ML

    FLeet: Online Federated Learning via Staleness Awareness and Performance Prediction

    Authors: Georgios Damaskinos, Rachid Guerraoui, Anne-Marie Kermarrec, Vlad Nitu, Rhicheek Patra, Francois Taiani

    Abstract: Federated Learning (FL) is very appealing for its privacy benefits: essentially, a global model is trained with updates computed on mobile devices while kee** the data of users local. Standard FL infrastructures are however designed to have no energy or performance impact on mobile devices, and are therefore not suitable for applications that require frequent (online) model updates, such as news… ▽ More

    Submitted 3 December, 2020; v1 submitted 12 June, 2020; originally announced June 2020.

  17. arXiv:2004.03343  [pdf, other

    cs.AI cs.LG cs.NE cs.NI

    DiagNet: towards a generic, Internet-scale root cause analysis solution

    Authors: Loïck Bonniot, Christoph Neumann, François Taïani

    Abstract: Diagnosing problems in Internet-scale services remains particularly difficult and costly for both content providers and ISPs. Because the Internet is decentralized, the cause of such problems might lie anywhere between an end-user's device and the service datacenters. Further, the set of possible problems and causes is not known in advance, making it impossible in practice to train a classifier wi… ▽ More

    Submitted 7 April, 2020; originally announced April 2020.

  18. arXiv:1911.03291  [pdf, other

    cs.DB cs.DC

    PnyxDB: a Lightweight Leaderless Democratic Byzantine Fault Tolerant Replicated Datastore

    Authors: Loïck Bonniot, Christoph Neumann, François Taïani

    Abstract: Byzantine-Fault-Tolerant (BFT) systems are rapidly emerging as a viable technology for production-grade systems, notably in closed consortia deployments for nancial and supply-chain applications. Unfortunately, most algorithms proposed so far to coordinate these systems suffer from substantial scalability issues, and lack important features to implement Internet-scale governance mechanisms. In thi… ▽ More

    Submitted 8 November, 2019; originally announced November 2019.

  19. arXiv:1803.10494  [pdf, other

    cs.DC cs.CR

    Dietcoin: shortcutting the Bitcoin verification process for your smartphone

    Authors: Davide Frey, Marc X. Makkes, Pierre-Louis Roman, François Taïani, Spyros Voulgaris

    Abstract: Blockchains have a storage scalability issue. Their size is not bounded and they grow indefinitely as time passes. As of August 2017, the Bitcoin blockchain is about 120 GiB big while it was only 75 GiB in August 2016. To benefit from Bitcoin full security model, a bootstrap** node has to download and verify the entirety of the 120 GiB. This poses a challenge for low-resource devices such as sma… ▽ More

    Submitted 28 March, 2018; originally announced March 2018.

    Comments: HAL link: https://hal.inria.fr/hal-01743995v1

    Report number: RR-9162

  20. arXiv:1604.03356  [pdf, ps, other

    cs.DC

    Vertex Coloring with Communication and Local Memory Constraints in Synchronous Broadcast Networks

    Authors: Hicham Lakhlef, Michel Raynal, François Taïani

    Abstract: The vertex coloring problem has received a lot of attention in the context of synchronous round-based systems where, at each round, a process can send a message to all its neighbors, and receive a message from each of them. Hence, this communication model is particularly suited to point-to-point communication channels. Several vertex coloring algorithms suited to these systems have been proposed.… ▽ More

    Submitted 12 April, 2016; originally announced April 2016.

  21. arXiv:1411.6478  [pdf, other

    cs.DC

    Fisheye Consistency: Kee** Data in Synch in a Georeplicated World

    Authors: Roy Friedman, Michel Raynal, François Taïani

    Abstract: Over the last thirty years, numerous consistency conditions for replicated data have been proposed and implemented. Popular examples of such conditions include linearizability (or atomicity), sequential consistency, causal consistency, and eventual consistency. These consistency conditions are usually defined independently from the computing entities (nodes) that manipulate the replicated data; i.… ▽ More

    Submitted 22 October, 2015; v1 submitted 24 November, 2014; originally announced November 2014.