Zum Hauptinhalt springen

Showing 1–5 of 5 results for author: Roux, A

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

    cs.LG cs.CL

    Mixtral of Experts

    Authors: Albert Q. Jiang, Alexandre Sablayrolles, Antoine Roux, Arthur Mensch, Blanche Savary, Chris Bamford, Devendra Singh Chaplot, Diego de las Casas, Emma Bou Hanna, Florian Bressand, Gianna Lengyel, Guillaume Bour, Guillaume Lample, Lélio Renard Lavaud, Lucile Saulnier, Marie-Anne Lachaux, Pierre Stock, Sandeep Subramanian, Sophia Yang, Szymon Antoniak, Teven Le Scao, Théophile Gervet, Thibaut Lavril, Thomas Wang, Timothée Lacroix , et al. (1 additional authors not shown)

    Abstract: We introduce Mixtral 8x7B, a Sparse Mixture of Experts (SMoE) language model. Mixtral has the same architecture as Mistral 7B, with the difference that each layer is composed of 8 feedforward blocks (i.e. experts). For every token, at each layer, a router network selects two experts to process the current state and combine their outputs. Even though each token only sees two experts, the selected e… ▽ More

    Submitted 8 January, 2024; originally announced January 2024.

    Comments: See more details at https://mistral.ai/news/mixtral-of-experts/

  2. arXiv:2009.12570  [pdf

    eess.IV cs.LG q-bio.QM

    Quantifying the effect of image compression on supervised learning applications in optical microscopy

    Authors: Enrico Pomarico, Cédric Schmidt, Florian Chays, David Nguyen, Arielle Planchette, Audrey Tissot, Adrien Roux, Stéphane Pagès, Laura Batti, Christoph Clausen, Theo Lasser, Aleksandra Radenovic, Bruno Sanguinetti, Jérôme Extermann

    Abstract: The impressive growth of data throughput in optical microscopy has triggered a widespread use of supervised learning (SL) models running on compressed image datasets for efficient automated analysis. However, since lossy image compression risks to produce unpredictable artifacts, quantifying the effect of data compression on SL applications is of pivotal importance to assess their reliability, esp… ▽ More

    Submitted 26 September, 2020; originally announced September 2020.

    Comments: 26 pages, 8 figures

  3. arXiv:1904.02076  [pdf, other

    cs.NI

    Lightweight FEC: Rectangular Codes with Minimum Feedback Information

    Authors: Binh-Minh Bui-Xuan, Pierre Meyer, Antoine Roux

    Abstract: We propose a hybrid protocol combining a rectangular error-correcting code - paired with an error-detecting code - and a backward error correction in order to send packages of information over a noisy channel. We depict a linear-time algorithm the receiver can use to determine the minimum amount of information to be requested from the sender in order to repair all transmission errors. Repairs may… ▽ More

    Submitted 3 April, 2019; originally announced April 2019.

  4. arXiv:1812.08615  [pdf, other

    cs.DS

    Temporal Matching

    Authors: Julien Baste, Binh-Minh Bui-Xuan, Antoine Roux

    Abstract: A link stream is a sequence of pairs of the form $(t,\{u,v\})$, where $t\in\mathbb N$ represents a time instant and $u\neq v$. Given an integer $γ$, the $γ$-edge between vertices $u$ and $v$, starting at time $t$, is the set of temporally consecutive edges defined by $\{(t',\{u,v\}) | t' \in [t,t+γ-1]\}$. We introduce the notion of temporal matching of a link stream to be an independent $γ$-edge s… ▽ More

    Submitted 7 February, 2019; v1 submitted 20 December, 2018; originally announced December 2018.

    Comments: Submitted

  5. arXiv:1110.2477  [pdf, ps, other

    cs.DC q-fin.CP

    Parallel Binomial American Option Pricing with (and without) Transaction Costs

    Authors: Nan Zhang, Alet Roux, Tomasz Zastawniak

    Abstract: We present a parallel algorithm that computes the ask and bid prices of an American option when proportional transaction costs apply to the trading of the underlying asset. The algorithm computes the prices on recombining binomial trees, and is designed for modern multi-core processors. Although parallel option pricing has been well studied, none of the existing approaches takes transaction costs… ▽ More

    Submitted 11 October, 2011; originally announced October 2011.

    MSC Class: 62L15; 90C15; 91B28; 60G42 ACM Class: G.4