← Search

Francis Bach

92 accepted papers

2026

Betting on Equilibrium: Monitoring Strategic Behavior in Multi-Agent Systems

ICML 2026poster

In many multi-agent systems, agents interact repeatedly and are expected to settle into equilibrium behavior over time. Yet in practice, behavior often drifts, and detecting such deviations in real time remains an open challenge. We introduce a sequential testing framework that monitors whether obse…

Cited by 0SourceScholar
2026

Fast kernel methods: Sobolev, physics-informed, and additive models

ICML 2026poster

Kernel methods are powerful tools in statistical learning, but their cubic complexity in the sample size $n$ limits their use on large-scale datasets. In this work, we introduce a scalable framework for kernel regression with complexity $O(n \log n)$, fully leveraging GPU acceleration. The approach …

Cited by 0SourceScholar
2025

Convergence of the Gradient Flow for Shallow ReLU Networks on Weakly Interacting Data

NeurIPS 2025poster

We analyse the convergence of one-hidden-layer ReLU networks trained by gradient flow on $n$ data points. Our main contribution leverages the high dimensionality of the ambient space, which implies low correlation of the input samples, to demonstrate that a network with width of order $\log(n)$ neur…

Cited by 0SourceScholar
2025

Efficient Optimization Algorithms for Linear Adversarial Training

AISTATS 2025poster

Adversarial training can be used to learn models that are robust against perturbations. For linear models, it can be formulated as a convex optimization problem. Compared to methods proposed in the context of deep learning, leveraging the optimization structure allows significantly faster convergen…

Cited by 0SourceScholar
2025

Kernel Learning with Adversarial Features: Numerical Efficiency and Adaptive Regularization

NeurIPS 2025poster

Adversarial training has emerged as a key technique to enhance model robustness against adversarial input perturbations. Many of the existing methods rely on computationally expensive min-max problems that limit their application in practice. We propose a novel formulation of adversarial training in…

Cited by 0SourceScholar
2025

Scaling Laws for Gradient Descent and Sign Descent for Linear Bigram Models under Zipf’s Law

NeurIPS 2025poster

Recent works have highlighted the optimization difficulties encountered by gradient descent in training the first and last layer of transformer-based language models, which are overcome by optimizers such as Adam. The problem appears linked to the heavy-tailed distribution of words in text data, whe…

Cited by 0SourceScholar
2025

The Surprising Agreement Between Convex Optimization Theory and Learning-Rate Scheduling for Large Model Training

ICML 2025poster

We show that learning-rate schedules for large model training behave surprisingly similar to a performance bound from non-smooth convex optimization theory. We provide a bound for the constant schedule with linear cooldown; in particular, the practical benefit of cooldown is reflected in the bound d…

2024

On the Impact of Overparameterization on the Training of a Shallow Neural Network in High Dimensions

AISTATS 2024poster

We study the training dynamics of a shallow neural network with quadratic activation functions and quadratic cost in a teacher-student setup. In line with previous works on the same neural architecture, the optimization is performed following the gradient flow on the population risk, where the avera…

Cited by 11SourcePDFScholar
2024

Statistical and Geometrical properties of the Kernel Kullback-Leibler divergence

NeurIPS 2024poster

In this paper, we study the statistical and geometrical properties of the Kullback-Leibler divergence with kernel covariance operators (KKL) introduced by [Bach, 2022, Information Theory with Kernel Methods]. Unlike the classical Kullback-Leibler (KL) divergence that involves density ratios, the KKL…

Cited by 0SourcePDFScholar
2024

The Galerkin method beats Graph-Based Approaches for Spectral Algorithms

AISTATS 2024poster

Historically, the machine learning community has derived spectral decompositions from graph-based approaches. We break with this approach and prove the statistical and computational superiority of the Galerkin method, which consists in restricting the study to a small set of test functions. In parti…

2023

Differentiable Clustering with Perturbed Spanning Forests

NeurIPS 2023poster

We introduce a differentiable clustering method based on stochastic perturbations of minimum-weight spanning forests. This allows us to include clustering in end-to-end trainable pipelines, with efficient gradients. We show that our method performs well even in difficult settings, such as data sets…

2023

Explicit Regularization in Overparametrized Models via Noise Injection

AISTATS 2023poster

Injecting noise within gradient descent has several desirable features, such as smoothing and regularizing properties. In this paper, we investigate the effects of injecting noise before computing a gradient step. We demonstrate that small perturbations can induce explicit regularization for simple…

2023

On Bridging the Gap between Mean Field and Finite Width Deep Random Multilayer Perceptron with Batch Normalization

ICML 2023poster

Mean-field theory is widely used in theoretical studies of neural networks. In this paper, we analyze the role of depth in the concentration of mean-field predictions for Gram matrices of hidden representations in deep multilayer perceptron (MLP) with batch normalization (BN) at initialization. It i…

Cited by 4SourcePDFScholar
2023

On the impact of activation and normalization in obtaining isometric embeddings at initialization

NeurIPS 2023poster

In this paper, we explore the structure of the penultimate Gram matrix in deep neural networks, which contains the pairwise inner products of outputs corresponding to a batch of inputs. In several architectures it has been observed that this Gram matrix becomes degenerate with depth at initializatio…

2023

Regression as Classification: Influence of Task Formulation on Neural Network Features

AISTATS 2023poster

Neural networks can be trained to solve regression problems by using gradient-based methods to minimize the square loss. However, practitioners often prefer to reformulate regression as a classification problem, observing that training on the cross entropy loss results in better performance. By focu…

2023

Regularization properties of adversarially-trained linear regression

NeurIPS 2023spotlight

State-of-the-art machine learning models can be vulnerable to very small input perturbations that are adversarially constructed. Adversarial training is an effective approach to defend against it. Formulated as a min-max problem, it searches for the best solution when the training data were corrupte…

2023

Two Losses Are Better Than One: Faster Optimization Using a Cheaper Proxy

ICML 2023poster

We present an algorithm for minimizing an objective with hard-to-compute gradients by using a related, easier-to-access function as a proxy. Our algorithm is based on approximate proximal-point iterations on the proxy combined with relatively few stochastic gradients from the objective. When the dif…

Cited by 8SourcePDFScholar
2022

A Non-asymptotic Analysis of Non-parametric Temporal-Difference Learning

NeurIPS 2022accept

Temporal-difference learning is a popular algorithm for policy evaluation. In this paper, we study the convergence of the regularized non-parametric TD(0) algorithm, in both the independent and Markovian observation settings. In particular, when TD is performed in a universal reproducing kernel Hilb…

Cited by 3SourcePDFScholar
2022

Active Labeling: Streaming Stochastic Gradients

NeurIPS 2022accept

The workhorse of machine learning is stochastic gradient descent. To access stochastic gradients, it is common to consider iteratively input/output pairs of a training dataset. Interestingly, it appears that one does not need full supervision to access stochastic gradients, which is the main motivat…

2022

Anticorrelated Noise Injection for Improved Generalization

ICML 2022spotlight

Injecting artificial noise into gradient descent (GD) is commonly employed to improve the performance of machine learning models. Usually, uncorrelated noise is used in such perturbed gradient descent (PGD) methods. It is, however, not known if this is optimal or whether other types of noise could p…

Cited by 55SourcePDFScholar
2022

Asynchronous SGD Beats Minibatch SGD Under Arbitrary Delays

NeurIPS 2022accept

The existing analysis of asynchronous stochastic gradient descent (SGD) degrades dramatically when any delay is large, giving the impression that performance depends primarily on the delay. On the contrary, we prove much better guarantees for the same asynchronous SGD algorithm regardless of the del…

2022

Fast Stochastic Composite Minimization and an Accelerated Frank-Wolfe Algorithm under Parallelization

NeurIPS 2022accept

We consider the problem of minimizing the sum of two convex functions. One of those functions has Lipschitz-continuous gradients, and can be accessed via stochastic oracles, whereas the other is ``simple''. We provide a Bregman-type algorithm with accelerated convergence in function values to a ball…

2022

On the Theoretical Properties of Noise Correlation in Stochastic Optimization

NeurIPS 2022accept

Studying the properties of stochastic noise to optimize complex non-convex functions has been an active area of research in the field of machine learning. Prior work~\citep{zhou2019pgd, wei2019noise} has shown that the noise of stochastic gradient descent improves optimization by overcoming undesira…

Cited by 9SourcePDFScholar
2022

Variational inference via Wasserstein gradient flows

NeurIPS 2022accept

Along with Markov chain Monte Carlo (MCMC) methods, variational inference (VI) has emerged as a central computational approach to large-scale Bayesian inference. Rather than sampling from the true posterior $\pi$, VI aims at producing a simple but effective approximation $\hat \pi$ to $\pi$ for whic…

2021

Batch Normalization Orthogonalizes Representations in Deep Random Networks

NeurIPS 2021spotlight

This paper underlines an elegant property of batch-normalization (BN): Successive batch normalizations with random linear updates make samples increasingly orthogonal. We establish a non-asymptotic characterization of the interplay between depth, width, and the orthogonality of deep representations.…

2021

Continuized Accelerations of Deterministic and Stochastic Gradient Descents, and of Gossip Algorithms

NeurIPS 2021oral

We introduce the ``continuized'' Nesterov acceleration, a close variant of Nesterov acceleration whose variables are indexed by a continuous time parameter. The two variables continuously mix following a linear ordinary differential equation and take gradient steps at random times. This continuized…

Cited by 24SourcePDFScholar
2021

Disambiguation of Weak Supervision leading to Exponential Convergence rates

ICML 2021spotlight

Machine learning approached through supervised learning requires expensive annotation of data. This motivates weakly supervised learning, where data are annotated with incomplete yet discriminative information. In this paper, we focus on partial labelling, an instance of weak supervision where, from…

Cited by 22SourcePDFScholar
2021

Overcoming the curse of dimensionality with Laplacian regularization in semi-supervised learning

NeurIPS 2021poster

As annotations of data can be scarce in large-scale practical problems, leveraging unlabelled examples is one of the most important aspects of machine learning. This is the aim of semi-supervised learning. To benefit from the access to unlabelled data, it is natural to diffuse smoothly knowledge of…

2020

Consistent Structured Prediction with Max-Min Margin Markov Networks

ICML 2020poster

Max-margin methods for binary classification such as the support vector machine (SVM) have been extended to the structured prediction setting under the name of max-margin Markov networks ($M^3N$), or more generally structural SVMs. Unfortunately, these methods are statistically inconsistent when the…

2020

Learning With Subquadratic Regularization : A Primal-Dual Approach

IJCAI 2020poster

Subquadratic norms have been studied recently in the context of structured sparsity, which has been shown to be more beneficial than conventional regularizers in applications such as image denoising, compressed sensing, banded covariance estimation, etc. While existing works have been successful in…

Cited by 0SourcePDFScholar
2020

Statistical Estimation of the Poincaré constant and Application to Sampling Multimodal Distributions

AISTATS 2020poster

Poincaré inequalities are ubiquitous in probability and analysis and have various applications in statistics (concentration of measure, rate of convergence of Markov chains). The Poincaré constant, for which the inequality is tight, is related to the typical convergence rate of diffusions to their e…

Cited by 22SourcePDFScholar
2020

Statistically Preconditioned Accelerated Gradient Method for Distributed Optimization

ICML 2020poster

We consider the setting of distributed empirical risk minimization where multiple machines compute the gradients in parallel and a centralized server updates the model parameters. In order to reduce the number of communications required to reach a given accuracy, we propose a preconditioned accelera…

Cited by 68SourcePDFScholar
2020

Structured Prediction with Partial Labelling through the Infimum Loss

ICML 2020poster

Annotating datasets is one of the main costs in nowadays supervised learning. The goal of weak supervision is to enable models to learn using only forms of labelling which are cheaper to collect, as partial labelling. This is a type of incomplete annotation where, for each datapoint, supervision is…

Cited by 56SourcePDFScholar
2019

Accelerated Decentralized Optimization with Local Updates for Smooth and Strongly Convex Objectives

AISTATS 2019poster

In this paper, we study the problem of minimizing a sum of smooth and strongly convex functions split over the nodes of a network in a decentralized fashion. We propose the algorithm ESDACD, a decentralized accelerated algorithm that only requires local synchrony. Its rate depends on the condition n…

Cited by 51SourcePDFScholar
2019

An Accelerated Decentralized Stochastic Proximal Algorithm for Finite Sums

NeurIPS 2019poster

Modern large-scale finite-sum optimization relies on two key aspects: distribution and stochastic updates. For smooth and strongly convex problems, existing decentralized algorithms are slower than modern accelerated variance-reduced stochastic algorithms when run on a single machine, and are theref…

2019

Fast Decomposable Submodular Function Minimization using Constrained Total Variation

NeurIPS 2019poster

We consider the problem of minimizing the sum of submodular set functions assuming minimization oracles of each summand function. Most existing approaches reformulate the problem as the convex minimization of the sum of the corresponding Lov\'asz extensions and the squared Euclidean norm, leading to…

2019

Fast and Faster Convergence of SGD for Over-Parameterized Models and an Accelerated Perceptron

AISTATS 2019poster

Modern machine learning focuses on highly expressive models that are able to fit or interpolate the data completely, resulting in zero training loss. For such models, we show that the stochastic gradients of common loss functions satisfy a strong growth condition. Under this condition, we prove tha…

Cited by 390SourcePDFScholar
2019

Globally Convergent Newton Methods for Ill-conditioned Generalized Self-concordant Losses

NeurIPS 2019poster

In this paper, we study large-scale convex optimization algorithms based on the Newton method applied to regularized generalized self-concordant losses, which include logistic regression and softmax regression. We first prove that our new simple scheme based on a sequence of problems with decreasin…

2019

Implicit Regularization of Discrete Gradient Dynamics in Linear Neural Networks

NeurIPS 2019poster

When optimizing over-parameterized models, such as deep neural networks, a large set of parameters can achieve zero training error. In such cases, the choice of the optimization algorithm and its respective hyper-parameters introduces biases that will lead to convergence to specific minimizers of th…

2019

Massively scalable Sinkhorn distances via the Nyström method

NeurIPS 2019poster

The Sinkhorn "distance," a variant of the Wasserstein distance with entropic regularization, is an increasingly popular tool in machine learning and statistical inference. However, the time and memory requirements of standard algorithms for computing this distance grow quadratically with the size of…

Cited by 120SourcePDFScholar
2019

Overcomplete Independent Component Analysis via SDP

AISTATS 2019poster

We present a novel algorithm for overcomplete independent components analysis (ICA), where the number of latent sources k exceeds the dimension p of observed variables. Previous algorithms either suffer from high computational complexity or make strong assumptions about the form of the mixing matrix…

Cited by 28SourcePDFScholar
2019

Partially Encrypted Deep Learning using Functional Encryption

NeurIPS 2019poster

Machine learning on encrypted data has received a lot of attention thanks to recent breakthroughs in homomorphic encryption and secure multi-party computation. It allows outsourcing computation to untrusted servers without sacrificing privacy of sensitive data. We propose a practical framework to pe…

2019

Sample Complexity of Sinkhorn Divergences

AISTATS 2019poster

Optimal transport (OT) and maximum mean discrepancies (MMD) are now routinely used in machine learning to compare probability measures. We focus in this paper on Sinkhorn divergences (SDs), a regularized variant of OT distances which can interpolate, depending on the regularization strength $\varep…

Cited by 362SourcePDFScholar
2019

Stochastic algorithms with descent guarantees for ICA

AISTATS 2019poster

Independent component analysis (ICA) is a widespread data exploration technique, where observed signals are modeled as linear mixtures of independent components. From a machine learning point of view, it amounts to a matrix factorization problem with a statistical independence criterion. Infomax is…

2019

Towards closing the gap between the theory and practice of SVRG

NeurIPS 2019poster

Amongst the very first variance reduced stochastic methods for solving the empirical risk minimization problem was the SVRG method. SVRG is an inner-outer loop based method, where in the outer loop a reference full gradient is evaluated, after which $m \in \N$ steps of an inner loop are executed whe…

2019

UniXGrad: A Universal, Adaptive Algorithm with Optimal Guarantees for Constrained Optimization

NeurIPS 2019spotlight

We propose a novel adaptive, accelerated algorithm for the stochastic constrained convex optimization setting.Our method, which is inspired by the Mirror-Prox method, \emph{simultaneously} achieves the optimal rates for smooth/non-smooth problems with either deterministic/stochastic first-order ora…

Cited by 79SourcePDFScholar
2019

Unsupervised Image Matching and Object Discovery as Optimization

CVPR 2019poster

Learning with complete or partial supervision is power- ful but relies on ever-growing human annotation efforts. As a way to mitigate this serious problem, as well as to serve specific applications, unsupervised learning has emerged as an important field of research. In computer vision, unsu- pervis…

Cited by 77PDFcodeScholar
2018

A Generic Approach for Escaping Saddle points

AISTATS 2018poster

A central challenge to using first-order methods for optimizing nonconvex problems is the presence of saddle points. First-order methods often get stuck at saddle points, greatly deteriorating their performance. Typically, to escape from saddles one has to use second-order methods. However, most wor…

Cited by 0SourcePDFScholar
2018

Combinatorial Penalties: Which structures are preserved by convex relaxations?

AISTATS 2018poster

We consider the homogeneous and the non-homogeneous convex relaxations for combinatorial penalty functions defined on support sets. Our study identifies key differences in the tightness of the resulting relaxations through the notion of the lower combinatorial envelope of a set-function along with…

Cited by 0SourcePDFScholar
2018

Convex Optimization over Intersection of Simple Sets: improved Convergence Rate Guarantees via an Exact Penalty Approach

AISTATS 2018poster

We consider the problem of minimizing a convex function over the intersection of finitely many simple sets which are easy to project onto. This is an important problem arising in various domains such as machine learning. The main difficulty lies in finding the projection of a point in the intersect…

Cited by 0SourcePDFScholar
2018

On the Global Convergence of Gradient Descent for Over-parameterized Models using Optimal Transport

NeurIPS 2018poster

Many tasks in machine learning and signal processing can be solved by minimizing a convex function of a measure. This includes sparse spikes deconvolution or training a neural network with a single hidden layer. For these problems, we study a simple minimization method: the unknown measure is discre…

Cited by 961SourcePDFScholar
2018

Optimal Algorithms for Non-Smooth Distributed Optimization in Networks

NeurIPS 2018oral

In this work, we consider the distributed optimization of non-smooth convex functions using a network of computing units. We investigate this problem under two regularity assumptions: (1) the Lipschitz continuity of the global objective function, and (2) the Lipschitz continuity of local individual…

Cited by 194SourcePDFScholar
2018

Relating Leverage Scores and Density using Regularized Christoffel Functions

NeurIPS 2018poster

Statistical leverage scores emerged as a fundamental tool for matrix sketching and column sampling with applications to low rank approximation, regression, random feature learning and quadrature. Yet, the very nature of this quantity is barely understood. Borrowing ideas from the orthogonal polynomi…

Cited by 24SourcePDFScholar
2018

Rest-Katyusha: Exploiting the Solution's Structure via Scheduled Restart Schemes

NeurIPS 2018poster

We propose a structure-adaptive variant of the state-of-the-art stochastic variance-reduced gradient algorithm Katyusha for regularized empirical risk minimization. The proposed method is able to exploit the intrinsic low-dimensional structure of the solution, such as sparsity or low rank which is…

Cited by 20SourcePDFScholar
2018

SING: Symbol-to-Instrument Neural Generator

NeurIPS 2018poster

Recent progress in deep learning for audio synthesis opens the way to models that directly produce the waveform, shifting away from the traditional paradigm of relying on vocoders or MIDI synthesizers for speech or music generation. Despite their successes, current state-of-the-art neural audio synt…

2018

Statistical Optimality of Stochastic Gradient Descent on Hard Learning Problems through Multiple Passes

NeurIPS 2018poster

We consider stochastic gradient descent (SGD) for least-squares regression with potentially several passes over the data. While several passes have been widely reported to perform practically better in terms of predictive performance on unseen data, the existing theoretical analysis of SGD suggests…

Cited by 128SourcePDFScholar
2018

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

AISTATS 2018poster

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 c…

2017

Identifying Groups of Strongly Correlated Variables through Smoothed Ordered Weighted $L_1$-norms

AISTATS 2017poster

The failure of LASSO to identify groups of correlated predictors in linear regression has sparked significant research interest. Recently, various norms were proposed, which can be best described as instances of ordered weighted $\ell_1$ norms (OWL), as an alternative to $\ell_1$ regularizati…

Cited by 10SourcePDFScholar
2017

Integration Methods and Optimization Algorithms

NeurIPS 2017poster

We show that accelerated optimization methods can be seen as particular instances of multi-step integration schemes from numerical analysis, applied to the gradient flow equation. Compared with recent advances in this vein, the differential equation considered here is the basic gradient flow, and we…

Cited by 127SourcePDFScholar
2017

Kernel Square-Loss Exemplar Machines for Image Retrieval

CVPR 2017poster

Zepeda and Perez have recently demonstrated the promise of the exemplar SVM (ESVM) as a feature encoder for image retrieval. This paper extends this approach in several directions: We first show that replacing the hinge loss by the square loss in the ESVM cost function significantly reduces encoding…

Cited by 13PDFScholar
2017

On Structured Prediction Theory with Calibrated Convex Surrogate Losses

NeurIPS 2017oral

We provide novel theoretical insights on structured prediction in the context of efficient convex surrogate loss minimization with consistency guarantees. For any task loss, we construct a convex surrogate that can be optimized via stochastic gradient descent and we prove tight bounds on the so-call…

2017

Optimal Algorithms for Smooth and Strongly Convex Distributed Optimization in Networks

ICML 2017poster

In this paper, we determine the optimal convergence rates for strongly convex and smooth distributed optimization in two settings: centralized and decentralized communications over a network. For centralized (i.e. master/slave) algorithms, we show that distributing Nesterov’s accelerated gradient de…

Cited by 389SourcePDFScholar
2016

Beyond CCA: Moment Matching for Multi-View Models

ICML 2016poster

We introduce three novel semi-parametric extensions of probabilistic canonical correlation analysis with identifiability guarantees. We consider moment matching techniques for estimation in these models. For that, by drawing explicit links between the new models and a discrete version of independent…

2016

PAC-Bayesian Theory Meets Bayesian Inference

NeurIPS 2016poster

We exhibit a strong link between frequentist PAC-Bayesian bounds and the Bayesian marginal likelihood. That is, for the negative log-likelihood loss function, we show that the minimization of PAC-Bayesian generalization bounds maximizes the Bayesian marginal likelihood. This provides an alternative…

Cited by 228SourcePDFScholar
2016

Stochastic Optimization for Large-scale Optimal Transport

NeurIPS 2016poster

Optimal transport (OT) defines a powerful framework to compare probability distributions in a geometrically faithful way. However, the practical impact of OT is still limited because of its computational burden. We propose a new class of stochastic optimization algorithms to cope with large-scale pr…

Cited by 586SourcePDFScholar
2015

Averaged Least-Mean-Squares: Bias-Variance Trade-offs and Optimal Sampling Distributions

AISTATS 2015poster

We consider the least-squares regression problem and provide a detailed asymptotic analysis of the performance of averaged constant-step-size stochastic gradient descent. In the strongly-convex case, we provide an asymptotic expansion up to explicit exponentially decaying terms. Our analysis leads t…

Cited by 103SourcePDFScholar
2015

Rethinking LDA: Moment Matching for Discrete ICA

NeurIPS 2015poster

We consider moment matching techniques for estimation in Latent Dirichlet Allocation (LDA). By drawing explicit links between LDA and discrete versions of independent component analysis (ICA), we first derive a new set of cumulant-based tensors, with an improved sample complexity. Moreover, we reuse…

2015

Sequential Kernel Herding: Frank-Wolfe Optimization for Particle Filtering

AISTATS 2015poster

Recently, the Frank-Wolfe optimization algorithm was suggested as a procedure to obtain adaptive quadrature rules for integrals of functions in a reproducing kernel Hilbert space (RKHS) with a potentially faster rate of convergence than Monte Carlo integration (and “kernel herding” was shown to be a…

Cited by 94SourcePDFScholar
2015

Spectral Norm Regularization of Orthonormal Representations for Graph Transduction

NeurIPS 2015poster

Recent literature~\cite{ando} suggests that embedding a graph on an unit sphere leads to better generalization for graph transduction. However, the choice of optimal embedding and an efficient algorithm to compute the same remains open. In this paper, we show that orthonormal representations, a clas…

Cited by 8SourcePDFScholar
2015

Weakly-Supervised Alignment of Video With Text

ICCV 2015poster

Suppose that we are given a set of videos, along with natural language descriptions in the form of multiple sentences (e.g., manual annotations, movie scripts, sport summaries etc.), and that these sentences appear in the same temporal order as their visual counterparts. We propose in this paper a m…

Cited by 171PDFcodeScholar