← Search

Jean Kossaifi

14 accepted papers

2024

Equivariant Graph Neural Operator for Modeling 3D Dynamics

ICML 2024poster

Modeling the complex three-dimensional (3D) dynamics of relational systems is an important problem in the natural sciences, with applications ranging from molecular simulations to particle mechanics. Machine learning methods have achieved good success by learning graph neural networks to model spati…

2024

Guaranteed Approximation Bounds for Mixed-Precision Neural Operators

ICLR 2024poster

Neural operators, such as Fourier Neural Operators (FNO), form a principled approach for learning solution operators for partial differential equations (PDE) and other mappings between function spaces. However, many real-world problems require high-resolution training data, and the training time and…

2024

Pretraining Codomain Attention Neural Operators for Solving Multiphysics PDEs

NeurIPS 2024poster

Existing neural operator architectures face challenges when solving multiphysics problems with coupled partial differential equations (PDEs) due to complex geometries, interactions between physical variables, and the limited amounts of high-resolution training data. To address these issues, we prop…

Cited by 20SourcePDFScholar
2023

Geometry-Informed Neural Operator for Large-Scale 3D PDEs

NeurIPS 2023poster

We propose the geometry-informed neural operator (GINO), a highly efficient approach for learning the solution operator of large-scale partial differential equations with varying geometries. GINO uses a signed distance function (SDF) representation of the input shape and neural operators based on gr…

Cited by 106SourcePDFScholar
2022

Augmenting Deep Classifiers with Polynomial Neural Networks

ECCV 2022poster

"Deep neural networks have been the driving force behind the success in classification tasks, e.g., object and audio recognition. Impressive results and generalization have been achieved by a variety of recently proposed architectures, the majority of which are seemingly disconnected. In this work,…

2021

AugMax: Adversarial Composition of Random Augmentations for Robust Training

NeurIPS 2021poster

Data augmentation is a simple yet effective way to improve the robustness of deep neural networks (DNNs). Diversity and hardness are two complementary dimensions of data augmentation to achieve robustness. For example, AugMix explores random compositions of a diverse set of augmentations to enhance…

2021

Tesseract: Tensorised Actors for Multi-Agent Reinforcement Learning

ICML 2021spotlight

Reinforcement Learning in large action spaces is a challenging problem. This is especially true for cooperative multi-agent reinforcement learning (MARL), which often requires tractable learning while respecting various constraints like communication budget and information about other agents. In thi…

Cited by 45SourcePDFScholar
2020

Convolutional Tensor-Train LSTM for Spatio-Temporal Learning

NeurIPS 2020poster

Learning from spatio-temporal data has numerous applications such as human-behavior analysis, object tracking, video compression, and physics simulation. However, existing methods still perform poorly on challenging video tasks such as long-term forecasting. This is because these kinds of challengin…

2020

Factorized Higher-Order CNNs With an Application to Spatio-Temporal Emotion Estimation

CVPR 2020poster

Training deep neural networks with spatio-temporal (i.e., 3D) or multidimensional convolutions of higher-order is computationally challenging due to millions of unknown parameters across dozens of layers. To alleviate this, one approach is to apply low-rank tensor decompositions to convolution kerne…

Cited by 109PDFScholar
2020

Speech-Driven Facial Animation Using Polynomial Fusion of Features

ICASSP 2020accepted

Speech-driven facial animation involves using a speech signal to generate realistic videos of talking faces. Recent deep learning approaches to facial synthesis rely on extracting low-dimensional representations and concatenating them, followed by a decoding step of the concatenated vector. This acc…

Cited by 0SourceScholar
2019

Robust Conditional Generative Adversarial Networks

ICLR 2019poster

Conditional generative adversarial networks (cGAN) have led to large improvements in the task of conditional image generation, which lies at the heart of computer vision. The major focus so far has been on performance improvement, while there has been little effort in making cGAN more robust to nois…

2019

T-Net: Parametrizing Fully Convolutional Nets With a Single High-Order Tensor

CVPR 2019poster

Recent findings indicate that over-parametrization, while crucial for successfully training deep neural networks, also introduces large amounts of redundancy. Tensor methods have the potential to efficiently parametrize over-complete representations by leveraging this redundancy. In this paper, we p…

Cited by 93PDFScholar
2018

Stochastic Activation Pruning for Robust Adversarial Defense

ICLR 2018poster

Neural networks are known to be vulnerable to adversarial examples. Carefully chosen perturbations to real images, while imperceptible to humans, induce misclassification and threaten the reliability of deep learning systems in the wild. To guard against adversarial examples, we take inspiration fro…