Skip to main content

Showing 1–35 of 35 results for author: Roux, N L

  1. arXiv:2405.11157  [pdf, other

    cs.LG cs.CL

    Towards Modular LLMs by Building and Reusing a Library of LoRAs

    Authors: Oleksiy Ostapenko, Zhan Su, Edoardo Maria Ponti, Laurent Charlin, Nicolas Le Roux, Matheus Pereira, Lucas Caccia, Alessandro Sordoni

    Abstract: The growing number of parameter-efficient adaptations of a base large language model (LLM) calls for studying whether we can reuse such trained adapters to improve performance for new tasks. We study how to best build a library of adapters given multi-task data and devise techniques for both zero-shot and supervised task generalization through routing in such library. We benchmark existing approac… ▽ More

    Submitted 17 May, 2024; originally announced May 2024.

  2. arXiv:2402.16354  [pdf, other

    cs.LG cs.AI cs.CL

    Language-guided Skill Learning with Temporal Variational Inference

    Authors: Haotian Fu, Pratyusha Sharma, Elias Stengel-Eskin, George Konidaris, Nicolas Le Roux, Marc-Alexandre Côté, Xingdi Yuan

    Abstract: We present an algorithm for skill discovery from expert demonstrations. The algorithm first utilizes Large Language Models (LLMs) to propose an initial segmentation of the trajectories. Following that, a hierarchical variational inference framework incorporates the LLM-generated segmentation information to discover reusable skills by merging trajectory segments. To further control the trade-off be… ▽ More

    Submitted 27 May, 2024; v1 submitted 26 February, 2024; originally announced February 2024.

    Comments: ICML 2024

  3. arXiv:2306.12509  [pdf, other

    cs.CL cs.LG

    Joint Prompt Optimization of Stacked LLMs using Variational Inference

    Authors: Alessandro Sordoni, Xingdi Yuan, Marc-Alexandre Côté, Matheus Pereira, Adam Trischler, Ziang Xiao, Arian Hosseini, Friederike Niedtner, Nicolas Le Roux

    Abstract: Large language models (LLMs) can be seen as atomic units of computation mapping sequences to a distribution over sequences. Thus, they can be seen as stochastic language layers in a language network, where the learnable parameters are the natural language prompts at each layer. By stacking two such layers and feeding the output of one layer to the next, we obtain a Deep Language Network (DLN). We… ▽ More

    Submitted 4 December, 2023; v1 submitted 21 June, 2023; originally announced June 2023.

    Comments: NeurIPS 2023

  4. arXiv:2306.10043  [pdf, ps, other

    cs.CY cs.AI cs.LG

    Unraveling the Interconnected Axes of Heterogeneity in Machine Learning for Democratic and Inclusive Advancements

    Authors: Maryam Molamohammadi, Afaf Taik, Nicolas Le Roux, Golnoosh Farnadi

    Abstract: The growing utilization of machine learning (ML) in decision-making processes raises questions about its benefits to society. In this study, we identify and analyze three axes of heterogeneity that significantly influence the trajectory of ML products. These axes are i) values, culture and regulations, ii) data composition, and iii) resource and infrastructure capacity. We demonstrate how these ax… ▽ More

    Submitted 11 June, 2023; originally announced June 2023.

  5. arXiv:2305.15249  [pdf, other

    cs.LG cs.AI math.OC

    Decision-Aware Actor-Critic with Function Approximation and Theoretical Guarantees

    Authors: Sharan Vaswani, Amirreza Kazemi, Reza Babanezhad, Nicolas Le Roux

    Abstract: Actor-critic (AC) methods are widely used in reinforcement learning (RL) and benefit from the flexibility of using any policy gradient method as the actor and value-based method as the critic. The critic is usually trained by minimizing the TD error, an objective that is potentially decorrelated with the true goal of achieving a high reward with the actor. We address this mismatch by designing a j… ▽ More

    Submitted 30 October, 2023; v1 submitted 24 May, 2023; originally announced May 2023.

    Comments: NeurIPS 2023

  6. arXiv:2302.02607  [pdf, other

    cs.LG math.OC

    Target-based Surrogates for Stochastic Optimization

    Authors: Jonathan Wilder Lavington, Sharan Vaswani, Reza Babanezhad, Mark Schmidt, Nicolas Le Roux

    Abstract: We consider minimizing functions for which it is expensive to compute the (possibly stochastic) gradient. Such functions are prevalent in reinforcement learning, imitation learning and adversarial training. Our target optimization framework uses the (expensive) gradient computation to construct surrogate functions in a \emph{target space} (e.g. the logits output by a linear model for classificatio… ▽ More

    Submitted 8 June, 2023; v1 submitted 6 February, 2023; originally announced February 2023.

  7. arXiv:2211.03831  [pdf, other

    cs.AI

    Multi-Head Adapter Routing for Cross-Task Generalization

    Authors: Lucas Caccia, Edoardo Ponti, Zhan Su, Matheus Pereira, Nicolas Le Roux, Alessandro Sordoni

    Abstract: Parameter-efficient fine-tuning (PEFT) for cross-task generalization consists in pre-training adapters on a multi-task training set before few-shot adaptation to test tasks. Polytropon [Ponti et al., 2023] ($\texttt{Poly}$) jointly learns an inventory of adapters and a routing function that selects a (variable-size) subset of adapters for each task during both pre-training and few-shot adaptation.… ▽ More

    Submitted 13 November, 2023; v1 submitted 7 November, 2022; originally announced November 2022.

    Comments: Accepted at NeurIPS 2023. Code is available at https://github.com/microsoft/mttl

  8. arXiv:2108.05828  [pdf, other

    cs.LG cs.AI stat.ML

    A general class of surrogate functions for stable and efficient reinforcement learning

    Authors: Sharan Vaswani, Olivier Bachem, Simone Totaro, Robert Mueller, Shivam Garg, Matthieu Geist, Marlos C. Machado, Pablo Samuel Castro, Nicolas Le Roux

    Abstract: Common policy gradient methods rely on the maximization of a sequence of surrogate functions. In recent years, many such surrogate functions have been proposed, most without strong theoretical guarantees, leading to algorithms such as TRPO, PPO or MPO. Rather than design yet another surrogate function, we instead propose a general framework (FMA-PG) based on functional mirror ascent that gives ris… ▽ More

    Submitted 30 October, 2023; v1 submitted 12 August, 2021; originally announced August 2021.

    Comments: Fixed minor typos

  9. arXiv:2108.03489  [pdf, other

    cs.CV cs.LG

    Impact of Aliasing on Generalization in Deep Convolutional Networks

    Authors: Cristina Vasconcelos, Hugo Larochelle, Vincent Dumoulin, Rob Romijnders, Nicolas Le Roux, Ross Goroshin

    Abstract: We investigate the impact of aliasing on generalization in Deep Convolutional Networks and show that data augmentation schemes alone are unable to prevent it due to structural limitations in widely used architectures. Drawing insights from frequency analysis theory, we take a closer look at ResNet and EfficientNet architectures and review the trade-off between aliasing and information loss in each… ▽ More

    Submitted 7 August, 2021; originally announced August 2021.

    Comments: Accepted to ICCV 2021. arXiv admin note: text overlap with arXiv:2011.10675

  10. arXiv:2107.00464  [pdf, other

    math.OC cs.GT cs.LG stat.ML

    On the Convergence of Stochastic Extragradient for Bilinear Games using Restarted Iteration Averaging

    Authors: Chris Junchi Li, Yaodong Yu, Nicolas Loizou, Gauthier Gidel, Yi Ma, Nicolas Le Roux, Michael I. Jordan

    Abstract: We study the stochastic bilinear minimax optimization problem, presenting an analysis of the same-sample Stochastic ExtraGradient (SEG) method with constant step size, and presenting variations of the method that yield favorable convergence. In sharp contrasts with the basic SEG method whose last iterate only contracts to a fixed neighborhood of the Nash equilibrium, SEG augmented with iteration a… ▽ More

    Submitted 8 April, 2022; v1 submitted 30 June, 2021; originally announced July 2021.

    Comments: Camera-ready version appeared at AISTATS 2022; short version appeared at NeurIPS OPT 2021 Workshop

  11. arXiv:2102.08868  [pdf, other

    cs.LG cs.CV stat.ML

    Bridging the Gap Between Adversarial Robustness and Optimization Bias

    Authors: Fartash Faghri, Sven Gowal, Cristina Vasconcelos, David J. Fleet, Fabian Pedregosa, Nicolas Le Roux

    Abstract: We demonstrate that the choice of optimizer, neural network architecture, and regularizer significantly affect the adversarial robustness of linear neural networks, providing guarantees without the need for adversarial training. To this end, we revisit a known result linking maximally robust classifiers and minimum norm solutions, and combine it with recent results on the implicit bias of optimize… ▽ More

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

    Comments: New CIFAR-10 experiments and Fourier attack variations

  12. arXiv:2011.10675  [pdf, other

    cs.CV

    An Effective Anti-Aliasing Approach for Residual Networks

    Authors: Cristina Vasconcelos, Hugo Larochelle, Vincent Dumoulin, Nicolas Le Roux, Ross Goroshin

    Abstract: Image pre-processing in the frequency domain has traditionally played a vital role in computer vision and was even part of the standard pipeline in the early days of deep learning. However, with the advent of large datasets, many practitioners concluded that this was unnecessary due to the belief that these priors can be learned from the data itself. Frequency aliasing is a phenomenon that may occ… ▽ More

    Submitted 20 November, 2020; originally announced November 2020.

  13. arXiv:2008.13773  [pdf, other

    cs.LG stat.ML

    Beyond variance reduction: Understanding the true impact of baselines on policy optimization

    Authors: Wesley Chung, Valentin Thomas, Marlos C. Machado, Nicolas Le Roux

    Abstract: Bandit and reinforcement learning (RL) problems can often be framed as optimization problems where the goal is to maximize average performance while having access only to stochastic estimates of the true gradient. Traditionally, stochastic optimization theory predicts that learning dynamics are governed by the curvature of the loss function and the noise of the gradient estimates. In this paper we… ▽ More

    Submitted 19 February, 2021; v1 submitted 31 August, 2020; originally announced August 2020.

  14. arXiv:2006.11266  [pdf, other

    cs.LG cs.AI stat.ML

    An operator view of policy gradient methods

    Authors: Dibya Ghosh, Marlos C. Machado, Nicolas Le Roux

    Abstract: We cast policy gradient methods as the repeated application of two operators: a policy improvement operator $\mathcal{I}$, which maps any policy $π$ to a better one $\mathcal{I}π$, and a projection operator $\mathcal{P}$, which finds the best approximation of $\mathcal{I}π$ in the set of realizable policies. We use this framework to introduce operator-based versions of traditional policy gradient… ▽ More

    Submitted 22 October, 2020; v1 submitted 19 June, 2020; originally announced June 2020.

    Comments: NeurIPS 2020

  15. arXiv:2006.06821  [pdf, other

    cs.LG stat.ML

    To Each Optimizer a Norm, To Each Norm its Generalization

    Authors: Sharan Vaswani, Reza Babanezhad, Jose Gallego-Posada, Aaron Mishkin, Simon Lacoste-Julien, Nicolas Le Roux

    Abstract: We study the implicit regularization of optimization methods for linear models interpolating the training data in the under-parametrized and over-parametrized regimes. Since it is difficult to determine whether an optimizer converges to solutions that minimize a known norm, we flip the problem and investigate what is the corresponding norm minimized by an interpolating solution. Using this reasoni… ▽ More

    Submitted 11 June, 2020; originally announced June 2020.

  16. arXiv:2002.08056  [pdf, other

    cs.LG stat.ML

    The Geometry of Sign Gradient Descent

    Authors: Lukas Balles, Fabian Pedregosa, Nicolas Le Roux

    Abstract: Sign-based optimization methods have become popular in machine learning due to their favorable communication cost in distributed optimization and their surprisingly good performance in neural network training. Furthermore, they are closely connected to so-called adaptive gradient methods like Adam. Recent works on signSGD have used a non-standard "separable smoothness" assumption, whereas some old… ▽ More

    Submitted 19 February, 2020; originally announced February 2020.

  17. arXiv:1906.07774  [pdf, other

    cs.LG stat.ML

    On the interplay between noise and curvature and its effect on optimization and generalization

    Authors: Valentin Thomas, Fabian Pedregosa, Bart van Merriënboer, Pierre-Antoine Mangazol, Yoshua Bengio, Nicolas Le Roux

    Abstract: The speed at which one can minimize an expected loss using stochastic methods depends on two properties: the curvature of the loss and the variance of the gradients. While most previous works focus on one or the other of these properties, we explore how their interaction affects optimization speed. Further, as the ultimate goal is good generalization performance, we clarify how both curvature and… ▽ More

    Submitted 6 April, 2020; v1 submitted 18 June, 2019; originally announced June 2019.

    Comments: Accepted to AISTATS 2020

  18. arXiv:1906.03532  [pdf, other

    cs.LG math.OC stat.ML

    Reducing the variance in online optimization by transporting past gradients

    Authors: Sébastien M. R. Arnold, Pierre-Antoine Manzagol, Reza Babanezhad, Ioannis Mitliagkas, Nicolas Le Roux

    Abstract: Most stochastic optimization methods use gradients once before discarding them. While variance reduction methods have shown that reusing past gradients can be beneficial when there is a finite number of datapoints, they do not easily extend to the online setting. One issue is the staleness due to using past gradients. We propose to correct this staleness using the idea of implicit gradient transpo… ▽ More

    Submitted 18 June, 2019; v1 submitted 8 June, 2019; originally announced June 2019.

    Comments: Open-source implementation available at: https://github.com/seba-1511/igt.pth

  19. arXiv:1902.05083  [pdf, other

    cs.LG stat.AP stat.ML

    Anytime Tail Averaging

    Authors: Nicolas Le Roux

    Abstract: Tail averaging consists in averaging the last examples in a stream. Common techniques either have a memory requirement which grows with the number of samples to average, are not available at every timestep or do not accomodate growing windows. We propose two techniques with a low constant memory cost that perform tail averaging with access to the average at every time step. We also show how one ca… ▽ More

    Submitted 19 February, 2019; v1 submitted 13 February, 2019; originally announced February 2019.

    Comments: Added a specific section on the case of multiple accumulators when k_t is a constant

  20. arXiv:1902.03149  [pdf, other

    cs.LG stat.ML

    Distributional reinforcement learning with linear function approximation

    Authors: Marc G. Bellemare, Nicolas Le Roux, Pablo Samuel Castro, Subhodeep Moitra

    Abstract: Despite many algorithmic advances, our theoretical understanding of practical distributional reinforcement learning methods remains limited. One exception is Rowland et al. (2018)'s analysis of the C51 algorithm in terms of the Cramér distance, but their results only apply to the tabular setting and ignore C51's use of a softmax to produce normalized distributions. In this paper we adapt the Cramé… ▽ More

    Submitted 8 February, 2019; originally announced February 2019.

    Comments: To appear

    Journal ref: Proceedings of AISTATS 2019

  21. arXiv:1902.02366  [pdf, other

    cs.LG math.OC stat.ML

    Negative eigenvalues of the Hessian in deep neural networks

    Authors: Guillaume Alain, Nicolas Le Roux, Pierre-Antoine Manzagol

    Abstract: The loss function of deep networks is known to be non-convex but the precise nature of this nonconvexity is still an active area of research. In this work, we study the loss landscape of deep networks through the eigendecompositions of their Hessian matrix. In particular, we examine how important the negative eigenvalues are and the benefits one can observe in handling them appropriately.

    Submitted 6 February, 2019; originally announced February 2019.

  22. arXiv:1901.11530  [pdf, other

    cs.LG cs.AI stat.ML

    A Geometric Perspective on Optimal Representations for Reinforcement Learning

    Authors: Marc G. Bellemare, Will Dabney, Robert Dadashi, Adrien Ali Taiga, Pablo Samuel Castro, Nicolas Le Roux, Dale Schuurmans, Tor Lattimore, Clare Lyle

    Abstract: We propose a new perspective on representation learning in reinforcement learning based on geometric properties of the space of value functions. We leverage this perspective to provide formal evidence regarding the usefulness of value functions as auxiliary tasks. Our formulation considers adapting the representation to minimize the (linear) approximation of the value function of all stationary po… ▽ More

    Submitted 25 June, 2019; v1 submitted 31 January, 2019; originally announced January 2019.

  23. arXiv:1901.11524  [pdf, other

    cs.LG cs.AI stat.ML

    The Value Function Polytope in Reinforcement Learning

    Authors: Robert Dadashi, Adrien Ali Taïga, Nicolas Le Roux, Dale Schuurmans, Marc G. Bellemare

    Abstract: We establish geometric and topological properties of the space of value functions in finite state-action Markov decision processes. Our main contribution is the characterization of the nature of its shape: a general polytope (Aigner et al., 2010). To demonstrate this result, we exhibit several properties of the structural relationship between policies and value functions including the line theorem… ▽ More

    Submitted 15 May, 2019; v1 submitted 31 January, 2019; originally announced January 2019.

  24. arXiv:1811.11214  [pdf, other

    cs.LG stat.ML

    Understanding the impact of entropy on policy optimization

    Authors: Zafarali Ahmed, Nicolas Le Roux, Mohammad Norouzi, Dale Schuurmans

    Abstract: Entropy regularization is commonly used to improve policy optimization in reinforcement learning. It is believed to help with \emph{exploration} by encouraging the selection of more stochastic policies. In this work, we analyze this claim using new visualizations of the optimization landscape based on randomly perturbing the loss function. We first show that even with access to the exact gradient,… ▽ More

    Submitted 7 June, 2019; v1 submitted 27 November, 2018; originally announced November 2018.

    Comments: Accepted to ICML 2019

  25. arXiv:1710.07462  [pdf, other

    math.OC cs.LG stat.ML

    Tracking the gradients using the Hessian: A new look at variance reducing stochastic methods

    Authors: Robert M. Gower, Nicolas Le Roux, Francis Bach

    Abstract: Our goal is to improve variance reducing stochastic methods through better control variates. We first propose a modification of SVRG which uses the Hessian to track gradients over time, rather than to recondition, increasing the correlation of the control variates and leading to faster theoretical convergence close to the optimum. We then propose accurate and computationally efficient approximatio… ▽ More

    Submitted 31 March, 2018; v1 submitted 20 October, 2017; originally announced October 2017.

    Comments: 17 pages, 2 figures, 1 table

    MSC Class: 90C15; 90C25; 68W20

  26. arXiv:1705.10405  [pdf, other

    math.OC cs.LG

    Distributed SAGA: Maintaining linear convergence rate with limited communication

    Authors: Clément Calauzènes, Nicolas Le Roux

    Abstract: In recent years, variance-reducing stochastic methods have shown great practical performance, exhibiting linear convergence rate when other stochastic methods offered a sub-linear rate. However, as datasets grow ever bigger and clusters become widespread, the need for fast distribution methods is pressing. We propose here a distribution scheme for SAGA which maintains a linear convergence rate, ev… ▽ More

    Submitted 29 May, 2017; originally announced May 2017.

  27. arXiv:1704.00773  [pdf, other

    stat.ML cs.LG

    A comparative study of counterfactual estimators

    Authors: Thomas Nedelec, Nicolas Le Roux, Vianney Perchet

    Abstract: We provide a comparative study of several widely used off-policy estimators (Empirical Average, Basic Importance Sampling and Normalized Importance Sampling), detailing the different regimes where they are individually suboptimal. We then exhibit properties optimal estimators should possess. In the case where examples have been gathered using multiple policies, we show that fused estimators domina… ▽ More

    Submitted 29 January, 2019; v1 submitted 3 April, 2017; originally announced April 2017.

  28. arXiv:1612.08967  [pdf, other

    cs.AI cs.LG cs.RO

    Efficient iterative policy optimization

    Authors: Nicolas Le Roux

    Abstract: We tackle the issue of finding a good policy when the number of policy updates is limited. This is done by approximating the expected policy reward as a sequence of concave lower bounds which can be efficiently maximized, drastically reducing the number of policy updates required to achieve good performance. We also extend existing methods to negative rewards, enabling the use of control variates.

    Submitted 28 December, 2016; originally announced December 2016.

    Comments: 12 pages

  29. arXiv:1606.09202  [pdf, other

    cs.LG stat.ML

    Tighter bounds lead to improved classifiers

    Authors: Nicolas Le Roux

    Abstract: The standard approach to supervised classification involves the minimization of a log-loss as an upper bound to the classification error. While this is a tight bound early on in the optimization, it overemphasizes the influence of incorrectly classified examples far from the decision boundary. Updating the upper bound during the optimization leads to improved classification rates while transformin… ▽ More

    Submitted 28 December, 2016; v1 submitted 29 June, 2016; originally announced June 2016.

  30. arXiv:1309.2388  [pdf, other

    math.OC cs.LG stat.CO stat.ML

    Minimizing Finite Sums with the Stochastic Average Gradient

    Authors: Mark Schmidt, Nicolas Le Roux, Francis Bach

    Abstract: We propose the stochastic average gradient (SAG) method for optimizing the sum of a finite number of smooth convex functions. Like stochastic gradient (SG) methods, the SAG method's iteration cost is independent of the number of terms in the sum. However, by incorporating a memory of previous gradient values the SAG method achieves a faster convergence rate than black-box SG methods. The convergen… ▽ More

    Submitted 11 May, 2016; v1 submitted 10 September, 2013; originally announced September 2013.

    Comments: Revision from January 2015 submission. Major changes: updated literature follow and discussion of subsequent work, additional Lemma showing the validity of one of the formulas, somewhat simplified presentation of Lyapunov bound, included code needed for checking proofs rather than the polynomials generated by the code, added error regions to the numerical experiments

  31. arXiv:1202.6258  [pdf, other

    math.OC cs.LG

    A Stochastic Gradient Method with an Exponential Convergence Rate for Finite Training Sets

    Authors: Nicolas Le Roux, Mark Schmidt, Francis Bach

    Abstract: We propose a new stochastic gradient method for optimizing the sum of a finite set of smooth functions, where the sum is strongly convex. While standard stochastic gradient methods converge at sublinear rates for this problem, the proposed method incorporates a memory of previous gradient values in order to achieve a linear convergence rate. In a machine learning context, numerical experiments ind… ▽ More

    Submitted 11 March, 2013; v1 submitted 28 February, 2012; originally announced February 2012.

    Comments: The notable changes over the current version: - worked example of convergence rates showing SAG can be faster than first-order methods - pointing out that the storage cost is O(n) for linear models - the more-stable line-search - comparison to additional optimal SG methods - comparison to rates of coordinate descent methods in quadratic case

  32. arXiv:1109.2415  [pdf, other

    cs.LG math.OC

    Convergence Rates of Inexact Proximal-Gradient Methods for Convex Optimization

    Authors: Mark Schmidt, Nicolas Le Roux, Francis Bach

    Abstract: We consider the problem of optimizing the sum of a smooth convex function and a non-smooth convex function using proximal-gradient methods, where an error is present in the calculation of the gradient of the smooth term or in the proximity operator with respect to the non-smooth term. We show that both the basic proximal-gradient method and the accelerated proximal-gradient method achieve the same… ▽ More

    Submitted 1 December, 2011; v1 submitted 12 September, 2011; originally announced September 2011.

    Comments: Neural Information Processing Systems (2011)

  33. arXiv:1109.0093  [pdf, ps, other

    cs.LG

    Local Component Analysis

    Authors: Nicolas Le Roux, Francis Bach

    Abstract: Kernel density estimation, a.k.a. Parzen windows, is a popular density estimation method, which can be used for outlier detection or clustering. With multivariate data, its performance is heavily reliant on the metric used within the kernel. Most earlier work has focused on learning only the bandwidth of the kernel (i.e., a scalar multiplicative factor). In this paper, we propose to learn a full E… ▽ More

    Submitted 10 December, 2012; v1 submitted 1 September, 2011; originally announced September 2011.

  34. arXiv:1107.3823  [pdf, ps, other

    cs.LG cs.CV

    Weakly Supervised Learning of Foreground-Background Segmentation using Masked RBMs

    Authors: Nicolas Heess, Nicolas Le Roux, John Winn

    Abstract: We propose an extension of the Restricted Boltzmann Machine (RBM) that allows the joint shape and appearance of foreground objects in cluttered images to be modeled independently of the background. We present a learning scheme that learns this representation directly from cluttered images with only very weak supervision. The model generates plausible samples and performs foreground-background segm… ▽ More

    Submitted 19 July, 2011; originally announced July 2011.

    Journal ref: International Conference on Artificial Neural Networks (2011)

  35. arXiv:0804.2181  [pdf, ps, other

    cs.SC

    Products of Ordinary Differential Operators by Evaluation and Interpolation

    Authors: Alin Bostan, Frédéric Chyzak, Nicolas Le Roux

    Abstract: It is known that multiplication of linear differential operators over ground fields of characteristic zero can be reduced to a constant number of matrix products. We give a new algorithm by evaluation and interpolation which is faster than the previously-known one by a constant factor, and prove that in characteristic zero, multiplication of differential operators and of matrices are computation… ▽ More

    Submitted 14 April, 2008; originally announced April 2008.

    Journal ref: Dans ISSAC'08 (2008)