← Search

Stéphane d'Ascoli

10 accepted papers

2026

Disentangling the Factors of Convergence between Brains and Computer Vision Models

ICLR 2026poster

Many AI models trained on natural images develop representations that resemble those of the human brain. However, the factors that drive this brain-model similarity remain poorly understood. To disentangle how the model, training and data independently lead a neural network to develop brain-like rep…

Cited by 0SourceScholar
2026

TRIBE: TRImodal Brain Encoder for whole-brain fMRI response prediction

ICLR 2026poster

Historically, neuroscience has progressed by fragmenting into specialized domains, each focusing on isolated modalities, tasks, or brain regions. While fruitful, this approach hinders the development of a unified model of cognition. Here, we introduce TRIBE, the first deep neural network trained to…

Cited by 0SourcecodeScholar
2025

Scaling and context steer LLMs along the same computational path as the human brain

NeurIPS 2025spotlight

Recent studies suggest that the representations learned by large language models (LLMs) are partially aligned to those of the human brain. However, whether this representational alignment arises from a similar sequence of computations remains elusive. In this study, we explore this question by ex…

Cited by 0SourceScholar
2024

A Polar coordinate system represents syntax in large language models

NeurIPS 2024poster

Originally formalized with symbolic representations, syntactic trees may also be effectively represented in the activations of large language models (LLMs). Indeed, a ''Structural Probe'' can find a subspace of neural activations, where syntactically-related words are relatively close to one-another…

Cited by 2SourcePDFScholar
2024

Elucidating the Hierarchical Nature of Behavior with Masked Autoencoders

ECCV 2024poster

"Natural behavior is hierarchical. Yet, there is a paucity of benchmarks addressing this aspect. Recognizing the scarcity of large-scale hierarchical behavioral benchmarks, we create a novel synthetic basketball playing benchmark (Shot7M2). Beyond synthetic data, we extend BABEL into a hierarchical…

2024

ODEFormer: Symbolic Regression of Dynamical Systems with Transformers

ICLR 2024spotlight

We introduce ODEFormer, the first transformer able to infer multidimensional ordinary differential equation (ODE) systems in symbolic form from the observation of a single solution trajectory. We perform extensive evaluations on two datasets: (i) the existing ‘Strogatz’ dataset featuring two-dimensi…

2022

End-to-end Symbolic Regression with Transformers

NeurIPS 2022accept

Symbolic regression, the task of predicting the mathematical expression of a function from the observation of its values, is a difficult task which usually involves a two-step procedure: predicting the "skeleton" of the expression up to the choice of numerical constants, then fitting the constants b…

2021

On the interplay between data structure and loss function in classification problems

NeurIPS 2021poster

One of the central features of modern machine learning models, including deep neural networks, is their generalization ability on structured data in the over-parametrized regime. In this work, we consider an analytically solvable setup to investigate how properties of data impact learning in classi…

2020

Triple descent and the two kinds of overfitting: where & why do they appear?

NeurIPS 2020spotlight

A recent line of research has highlighted the existence of a ``double descent'' phenomenon in deep learning, whereby increasing the number of training examples N causes the generalization error of neural networks to peak when N is of the same order as the number of parameters P. In earlier works, a…

2019

Finding the Needle in the Haystack with Convolutions: on the benefits of architectural bias

NeurIPS 2019poster

Despite the phenomenal success of deep neural networks in a broad range of learning tasks, there is a lack of theory to understand the way they work. In particular, Convolutional Neural Networks (CNNs) are known to perform much better than Fully-Connected Networks (FCNs) on spatially structured data…