Seminar at CEFET, Rio de Janeiro, by Patrick Valduriez “Innovation : startup strategies” 5 August 2022.

See the announcement here.

Permanent link to this article: https://team.inria.fr/zenith/seminar-at-cefet-rio-de-janeiro-by-patrick-valduriez-innovation-startup-strategies-5-august-2022/

ICML 2022: paper by Camille Garcin et al.

The paper “Stochastic smoothing of the top-K calibrated hinge loss for deep imbalanced classification” by Camille Garcin, Maximilien Servajean, Alexis Joly, Joseph Salmon has been accepted for presentation at ICML 2022 (Acceptante rate: 21% of total number (5630) of submissions).

Abstract: In modern classification tasks, the number of labels is getting larger and larger, as is the size of the datasets encountered in practice. As the number of classes increases, class ambiguity and class imbalance become more and more problematic to achieve high top-1 accuracy. Meanwhile, Top-K metrics (metrics allowing K guesses) have become popular, especially for performance reporting. Yet, proposing top-K losses tailored for deep learning remains a challenge, both theoretically and practically. In this paper we introduce a stochastic top-K hinge loss inspired by recent developments on top-K calibrated losses. Our proposal is based on the smoothing of the top-K operator building on the flexible “perturbed optimizer” framework. We show that our loss function performs very well in the case of balanced datasets, while benefiting from a significantly lower computational time than the state-of-the-art top-K loss function. In addition, we propose a simple variant of our loss for the imbalanced case. Experiments on a heavy-tailed dataset show that our loss function significantly outperforms other baseline loss functions.

Permanent link to this article: https://team.inria.fr/zenith/icml-2022-paper-by-camille-garcin-et-al/

Habilitation (HDR) defense of Antoine Liutkus, 11 Feb. 2022, at 14h.

Antoine Liutkus will defend his habilitation (HDR) on February 11th at 2PM (UTC+1). The defense will take place at LIRMM, room 02.022.

 

The defense will be about the following topic:
Probabilistic and deep models for the processing of mixtures of waveforms
In this presentation, I will start by presentint a summary of the research I did in the past 15 years. Doing so, I will first present my effort on probabilistic audio modeling, in­cluding the separation of Gaussian and α­-stable stochastic processes. Second, I will mention my work on deep learning applied to audio, which rapidly turned into a large effort for community service.
As a conclusion, I will mention my research programme, that involves a theoretical revolving around probabilistic machine learning, and an applied part that concerns the processing of time series arising in both audio and life sciences.”
Committee:
Christian Jutten, Emeritus Professor, Grenoble Univ.
Rémi Gribonval, Research Director, Inria Lyon
Cédric Févotte, Research Director, CNRS IRIT Toulouse
Laurent Daudet, Chief Scientific Officier lighton.ai and Professor, Univ. Paris Diderot
Tuomas Virtanen, Professor Tampere University
Alexey Ozerov, Research Scientist, Ava, Rennes

Permanent link to this article: https://team.inria.fr/zenith/habilitation-hdr-defense-of-antoine-liutkus-11-feb-2022-at-14h/

Pl@ntnet numéro 2 des logiciels Inria les plus connus des entreprises, 10 juin 2021.

Selon le sondage de Inria Academy sur les logiciels diffusés par Inria et ses partenaires et les besoins des entreprises. Scikit-learn, Pl@ntNet, Coq, OpenVibe et Pharo arrivent dans le top 5 des logiciels les plus connus des entreprises !

Et Pl@ntnet arrive second derrière Scikit-learn.

Permanent link to this article: https://team.inria.fr/zenith/plntnet-numero-2-des-logiciels-inria-les-plus-connus-des-entreprises-10-juin-2021/

“Making the Right Move to Senior Researcher”, by P. Valduriez, May 2021.

Check out this short article  “Making the Right Move to Senior Researcher”, to  appear in the May 2021 issue of ACM SIGMOD Record, in a new series managed by Professor Tamer Özsu which seeks to provide advice to mid-career researchers.

Permanent link to this article: https://team.inria.fr/zenith/check-out-this-short-article-in-acm-sigmod-record-2021/

SIGKDD 2021: paper by Reza Akbarinia et al. accepted (research track).

The paper proposes PBA (Parallel Boundary Aggregator), a novel algorithm that computes incremental aggregations in parallel over massive data streams. The work has been done with Univ. Clermont-Auvergne (postdoc Chao Zhang and Professor Farouk Toumani).

Chao Zhang, Reza Akbarinia, Farouk Toumani. Efficient Incremental Computation of Aggregations over Sliding Windows. Int ACM Conference on Knowledge Discovery and Data Mining (SIGKDD), 2021.

Nowadays, we are witnessing the production of large volumes of continuous or real-time data in many application domains like traffic monitoring, medical monitoring, social networks, weather forecasting, network monitoring, etc. For example, every day around one trillion messages are processed through Uber data analytics infrastructure, and more than 500 million tweets are posted on Twitter. Efficient streaming algorithms are needed for analyzing data streams in such applications. In particular, aggregations having the inherent property of summarizing information from data, constitute a fundamental operator to compute real-time statistics in this context. In the streaming setting, aggregations are typically computed over finite subsets of a stream, called windows. In particular, sliding-window aggregation (SWAG) continuously computes a summary of the most recent data items in a given range r (aka window size) and using a given slide s.

One of the challenges faced by the SWAG algorithms is to incrementally compute aggregations over moving data, i.e., without recomputing the aggregation from scratch after inserting new data items or evicting old data items to/from the window. High throughput and low latency are essential requirements as stream processing systems are typically designed for real-time applications.

In this paper, we propose PBA (Parallel Boundary Aggregator), a novel algorithm that computes incremental aggregations in parallel. PBA groups continuous slices into chunks, and maintains two buffers for each chunk containing, respectively, the cumulative slice aggregations (denoted as csa) and the left cumulative slice aggregations (denoted as lcs) of the chunk’s slices. Using PBA, SWAGs can be computed in constant time for both amortized and worst-case time. We also propose an approach to optimize the chunk size, which guarantees the minimum latency for PBA. We conducted extensive empirical experiments using both synthetic and real-world datasets. Our experiments show that PBA behaves very well for average and large sliding windows (e.g., with sizes higher than 1024 values) compared to the state-of-the-art algorithms. For small-size windows, the results show the superiority of the non-parallel version of PBA (denoted as SBA) that outperforms other algorithms in terms of throughput.

Permanent link to this article: https://team.inria.fr/zenith/sigkdd-2021-paper-by-reza-akbarinia-et-al-accepted-research-track/

ICML 2021: paper by Antoine Liutkus et al. accepted (as long presentation).

The paper “Relative positional encoding for transformers with linear complexity” Liutkus et al. has been accepted for presentation at ICML 2021 as long paper (3% of total number of submissions). In 2021, of the 5513 articles submitted, only 1184 were accepted in short presentation (21.5%) and 166 in long presentation (3%).
Titre: Relative positional encoding for transformers with linear complexity
Auteurs: A. Liutkus and O. Cifka and S. Wu and U. Simsekli and Y. Yang and G. Richard,
Abstract: Recent advances in Transformer models allow for unprecedented sequence lengths, due to linear space and time complexity. In the meantime, relative positional encoding (RPE) was proposed as beneficial for classical Transformers and consists in exploiting lags instead of absolute positions for inference. Still, RPE is not available for the recent linear-variants of the Transformer, because it requires the explicit computation of the attention matrix, which is precisely what is avoided by such methods. In this paper, we bridge this gap and present \textit{Stochastic Positional Encoding} as a way to generate PE that can be used as a replacement to the classical additive (sinusoidal) PE and provably behaves like RPE. The main theoretical contribution is to make a connection between positional encoding and cross-covariance structures of correlated Gaussian processes. We illustrate the performance of our approach on the Long-Range Arena benchmark and on music generation.

Permanent link to this article: https://team.inria.fr/zenith/icml-2021-paper-by-antoine-liutkus-et-al-accepted-as-long-presentation/

Seminar by Patrick Valduriez “Innovation : startup strategies” 20 May 2021.

The 12th edition of the Marcus Evans “Innovation Strategies” conference will be held virtually from May 19 to 20, 2021.

https://drive.google.com/file/d/1HQ8AHzcPbK3eqap8hqGT43TGcHHYZSEt/preview

Check out my presentation on May 20, 14h40

Innovation : startup strategies
Patrick Valduriez
Inria and LIRMM, Univ. Montpellier, France

Technological innovation as driven by startups is hard to formalize (and manage) as the context may be unknown or quickly changing. To be successful, the innovation process involves not only inventions (new methods) but also context, e.g. user behavior, and timing, e.g. market readiness. In this talk, I illustrate various innovation strategies based on startup success stories, in particular LeanXcale, which delivers a new generation HTAP DBMS product. I also give hints to promote innovation within startups.

Permanent link to this article: https://team.inria.fr/zenith/2597-2/

New video with Gaëtan Heidsieck, Esther Pacitti and François Tardieu “The design of digital agriculture” May 2021.

Permanent link to this article: https://team.inria.fr/zenith/new-video-with-gaetan-heidsieck-esther-pacitti-and-francois-tardieu-the-design-of-digital-agriculture-may-2021/

Esther Pacitti at Online Seminar of Instituto de Computação – UFF on 17 March 2021.

Esther Pacitti gave an invited lecture at Seminários 2021, Instituto de Computação – UFF, Rio de Janeiro, on “Uma Perspectiva Evolutiva e Multidisciplinar do Tratamento de Dados”.

This work is in the context of the HPDaSc Inria associated team.

Watch the video on YouTube.

Permanent link to this article: https://team.inria.fr/zenith/esther-pacitti-at-online-seminar-at-instituto-de-computacao-uff-on-17-march-2021/