← Search

Pascal Frossard

72 accepted papers

2026

Generating Directed Graphs with Dual Attention and Asymmetric Encoding

ICLR 2026poster

Directed graphs naturally model systems with asymmetric, ordered relationships, essential to applications in biology, transportation, social networks, or visual understanding. Generating such graphs enables simulation, data augmentation and novel instance discovery; however, this task remains undere…

Cited by 0SourcecodeScholar
2026

Semantic Document Derendering: SVG Reconstruction via Vision-Language Modeling

AAAI 2026technical

Multimedia documents such as slide presentations and posters are designed to be interactive and easy to modify. Yet, they are often distributed in a static raster format, which limits editing and customization. Restoring their editability requires converting these raster images back into structured

Cited by 0SourcePDFScholar
2026

Unsupervised Disentanglement Without Compromises : How Functional Orthogonality Enforces Identifiability

ICML 2026poster

This paper explores unsupervised disentangled representation learning from a functional perspective. We define latent concepts as factors that influence observations through locally orthogonal directions, formalized as an orthogonality constraint on the Jacobian of the generative mapping. We prove t…

Cited by 0SourceScholar
2025

DeFoG: Discrete Flow Matching for Graph Generation

ICML 2025oral

Graph generative models are essential across diverse scientific domains by capturing complex distributions over relational data. Among them, graph diffusion models achieve superior performance but face inefficient sampling and limited flexibility due to the tight coupling between training and sampli…

2025

Flow based approach for Dynamic Temporal Causal models with non-Gaussian or Heteroscedastic Noises

NeurIPS 2025poster

Understanding causal relationships in multivariate time series is crucial in many scenarios, such as those dealing with financial or neurological data. Many such time series exhibit multiple regimes, i.e., consecutive temporal segments with a priori unknown boundaries, with each regime having its ow…

Cited by 0SourceScholar
2025

How Compositional Generalization and Creativity Improve as Diffusion Models are Trained

ICML 2025poster

Natural data is often organized as a hierarchical composition of features. How many samples do generative models need in order to learn the composition rules, so as to produce a combinatorially large number of novel data? What signal in the data is exploited to learn those rules? We investigate thes…

Cited by 0SourcePDFScholar
2025

Inductive Domain Transfer In Misspecified Simulation-Based Inference

NeurIPS 2025poster

Simulation-based inference (SBI) of latent parameters in physical systems is often hindered by model misspecification--the mismatch between simulated and real-world observations caused by inherent modeling simplifications. RoPE, a recent SBI approach, addresses this challenge through a two-stage dom…

Cited by 0SourceScholar
2025

LiNeS: Post-training Layer Scaling Prevents Forgetting and Enhances Model Merging

ICLR 2025poster

Fine-tuning pre-trained models has become the standard approach to endow them with specialized knowledge, but it poses fundamental challenges. In particular, (i) fine-tuning often leads to catastrophic forgetting, where improvements on a target domain degrade generalization on other tasks, and (ii)…

2025

MEMOIR: Lifelong Model Editing with Minimal Overwrite and Informed Retention for LLMs

NeurIPS 2025poster

Language models deployed in real-world systems often require post-hoc updates to incorporate new or corrected knowledge. However, editing such models efficiently and reliably—without retraining or forgetting previous information—remains a major challenge. Existing methods for lifelong model editing…

Cited by 0SourceScholar
2025

OSLO-IC: On-the-Sphere Learned Omnidirectional Image Compression with Attention Modules and Spatial Context

ICASSP 2025accepted

Developing effective 360-degree (spherical) image compression techniques is crucial for technologies like virtual reality and automated driving. This paper advances the state-of-the-art in on-the-sphere learning (OSLO) for omnidirectional image compression framework by proposing spherical attention…

Cited by 0SourceScholar
2025

Pareto Low-Rank Adapters: Efficient Multi-Task Learning with Preferences

ICLR 2025poster

Multi-task trade-offs in machine learning can be addressed via Pareto Front Learning (PFL) methods that parameterize the Pareto Front (PF) with a single model. PFL permits to select the desired operational point during inference, contrary to traditional Multi-Task Learning (MTL) that optimizes for a…

Cited by 6SourcePDFScholar
2024

Generative Modelling of Structurally Constrained Graphs

NeurIPS 2024poster

Graph diffusion models have emerged as state-of-the-art techniques in graph generation; yet, integrating domain knowledge into these models remains challenging. Domain knowledge is particularly important in real-world scenarios, where invalid generated graphs hinder deployment in practical applicat…

2024

IS-Fusion: Instance-Scene Collaborative Fusion for Multimodal 3D Object Detection

CVPR 2024highlight

Bird's eye view (BEV) representation has emerged as a dominant solution for describing 3D space in autonomous driving scenarios. However objects in the BEV representation typically exhibit small sizes and the associated point cloud context is inherently sparse which leads to great challenges for rel…

2024

Localizing Task Information for Improved Model Merging and Compression

ICML 2024poster

Model merging and task arithmetic have emerged as promising scalable approaches to merge multiple single-task checkpoints to one multi-task model, but their applicability is reduced by significant performance loss. Previous works have linked these drops to interference in the weight space and erasur…

2024

Pi-DUAL: Using privileged information to distinguish clean from noisy labels

ICML 2024poster

Label noise is a pervasive problem in deep learning that often compromises the generalization performance of trained models. Recently, leveraging privileged information (PI) -- information available only during training but not at test time -- has emerged as an effective approach to mitigate this is…

Cited by 8SourcePDFScholar
2024

Sequential Representation Learning via Static-Dynamic Conditional Disentanglement

ECCV 2024poster

"This paper explores self-supervised disentangled representation learning within sequential data, focusing on separating time-indep- endent and time-varying factors in videos. We propose a new model that breaks the usual independence assumption between those factors by explicitly accounting for the…

2023

A Meta-Gnn Approach to Personalized Seizure Detection and Classification

ICASSP 2023accepted

In this paper, we propose a personalized seizure detection and classification framework that quickly adapts to a specific patient from limited seizure samples. We achieve this by combining two novel paradigms that have recently seen much success in a wide variety of real-world applications: graph ne…

Cited by 0SourceScholar
2023

DARE: Towards Robust Text Explanations in Biomedical and Healthcare Applications

ACL 2023long

Along with the successful deployment of deep neural networks in several application domains, the need to unravel the black-box nature of these networks has seen a significant increase recently. Several methods have been introduced to provide insight into the inference process of deep neural networks…

2023

DiGress: Discrete Denoising diffusion for graph generation

ICLR 2023poster

This work introduces DiGress, a discrete denoising diffusion model for generating graphs with categorical node and edge attributes. Our model utilizes a discrete diffusion process that progressively edits graphs with noise, through the process of adding or removing edges and changing the categories.…

2023

Pareto Manifold Learning: Tackling multiple tasks via ensembles of single-task models

ICML 2023poster

In Multi-Task Learning (MTL), tasks may compete and limit the performance achieved on each other, rather than guiding the optimization to a solution, superior to all its single-task trained counterparts. Since there is often not a unique solution optimal for all tasks, practitioners have to balance…

2023

SSDA3D: Semi-supervised Domain Adaptation for 3D Object Detection from Point Cloud

AAAI 2023technical

LiDAR-based 3D object detection is an indispensable task in advanced autonomous driving systems. Though impressive detection results have been achieved by superior 3D detectors, they suffer from significant performance degeneration when facing unseen domains, such as different LiDAR configurations,…

2023

Targeted Adversarial Attacks Against Neural Machine Translation

ICASSP 2023accepted

Neural Machine Translation (NMT) systems are used in various applications. However, it has been shown that they are vulnerable to very small perturbations of their inputs, known as adversarial attacks. In this paper, we propose a new targeted adversarial attack against NMT models. In particular, our…

Cited by 0SourceScholar
2023

Task Arithmetic in the Tangent Space: Improved Editing of Pre-Trained Models

NeurIPS 2023oral

Task arithmetic has recently emerged as a cost-effective and scalable approach to edit pre-trained models directly in weight space: By adding the fine-tuned weights of different tasks, the model's performance can be improved on these tasks, while negating them leads to task forgetting. Yet, our unde…

2022

A Structured Dictionary Perspective on Implicit Neural Representations

CVPR 2022poster

Implicit neural representations (INRs) have recently emerged as a promising alternative to classical discretized representations of signals. Nevertheless, despite their practical success, we still do not understand how INRs represent signals. We propose a novel unified perspective to theoretically a…

Cited by 95PDFcodeScholar
2022

Annihilation Filter Approach for Estimating Graph Dynamics from Diffusion Processes

ICASSP 2022accepted

We propose an approach for estimating graph diffusion processes using annihilation filters from a finite set of observations of the diffusion process made at regular intervals. Our approach is based on the key observation that a graph diffusion process can be entirely estimated by estimating the eig…

Cited by 0SourceScholar
2022

Block-Sparse Adversarial Attack to Fool Transformer-Based Text Classifiers

ICASSP 2022accepted

Recently, it has been shown that, in spite of the significant performance of deep neural networks in different fields, those are vulnerable to adversarial examples. In this pa-per, we propose a gradient-based adversarial attack against transformer-based text classifiers. The adversarial perturbation…

Cited by 0SourceScholar
2022

PRIME: A Few Primitives Can Boost Robustness to Common Corruptions

ECCV 2022poster

"Despite their impressive performance on image classification tasks, deep networks have a hard time generalizing to unforeseen corruptions of their data. To fix this vulnerability, prior works have built complex data augmentation strategies, combining multiple methods to enrich the training data. Ho…

2022

U-Boost NAS: Utilization-Boosted Differentiable Neural Architecture Search

ECCV 2022poster

"Optimizing resource utilization in target platforms is key to achieving high performance during DNN inference. While optimizations have been proposed for inference latency, memory footprint, and energy consumption, prior hardware-aware neural architecture search (NAS) methods have omitted resource…

2022

fGOT: Graph Distances Based on Filters and Optimal Transport

AAAI 2022technical

Graph comparison deals with identifying similarities and dissimilarities between graphs. A major obstacle is the unknown alignment of graphs, as well as the lack of accurate and inexpensive comparison metrics. In this work we introduce the filter graph distance. It is an optimal transport based dist…

2021

What can linearized neural networks actually say about generalization?

NeurIPS 2021poster

For certain infinitely-wide neural networks, the neural tangent kernel (NTK) theory fully characterizes generalization, but for the networks used in practice, the empirical NTK only provides a rough first-order approximation. Still, a growing body of work keeps leveraging this approximation to succe…

2020

Benchmark for Human-to-Robot Handovers of Unseen Containers With Unknown Filling

RA-L 2020

The real-time estimation through vision of the physical properties of objects manipulated by humans is important to inform the control of robots for performing accurate and safe grasps of objects handed over by humans. However, estimating the 3D pose and dimensions of previously unseen objects using

Cited by 43SourceScholar
2020

Building powerful and equivariant graph neural networks with structural message-passing

NeurIPS 2020poster

Message-passing has proved to be an effective way to design graph neural networks, as it is able to leverage both permutation equivariance and an inductive bias towards learning local structures in order to achieve good generalization. However, current message-passing architectures have a limited re…

2020

Forward-Backward Splitting for Optimal Transport Based Problems

ICASSP 2020accepted

Optimal transport aims to estimate a transportation plan that minimizes a displacement cost. This is realized by optimizing the scalar product between the sought plan and the given cost, over the space of doubly stochastic matrices. When the entropy regularization is added to the problem, the transp…

Cited by 0SourceScholar
2020

GeoDA: A Geometric Framework for Black-Box Adversarial Attacks

CVPR 2020poster

Adversarial examples are known as carefully perturbed images fooling image classifiers. We propose a geometric framework to generate adversarial examples in one of the most challenging black-box settings where the adversary can only generate a small number of queries, each of them returning the top-…

Cited by 152PDFcodeScholar
2020

Hold me tight! Influence of discriminative features on deep network boundaries

NeurIPS 2020poster

Important insights towards the explainability of neural networks reside in the characteristics of their decision boundaries. In this work, we borrow tools from the field of adversarial robustness, and propose a new perspective that relates dataset features to the distance of samples to the decision…

2020

Multi-View Shape Estimation of Transparent Containers

ICASSP 2020accepted

The 3D localisation of an object and the estimation of its properties, such as shape and dimensions, are challenging under varying degrees of transparency and lighting conditions. In this paper, we propose a method for jointly localising container-like objects and estimating their dimensions using t…

Cited by 0SourceScholar
2020

Neural Anisotropy Directions

NeurIPS 2020poster

In this work, we analyze the role of the network architecture in shaping the inductive bias of deep classifiers. To that end, we start by focusing on a very simple problem, i.e., classifying a class of linearly separable distributions, and show that, depending on the direction of the discriminative…

2019

Automatic Segmentation of Nuclei in Histopathology Images Using Encoding-decoding Convolutional Neural Networks

ICASSP 2019accepted

Accurate and fast segmentation of nuclei in histopathological images plays a crucial role in cancer research for detection and grading, as well as personal treatment. Despite the important efforts, current algorithms are still suboptimal in terms of speed, adaptivity and generalizability. Popular De…

Cited by 0SourceScholar
2019

GOT: An Optimal Transport framework for Graph comparison

NeurIPS 2019poster

We present a novel framework based on optimal transport for the challenging problem of comparing graphs. Specifically, we exploit the probabilistic distribution of smooth graph signals defined with respect to the graph topology. This allows us to derive an explicit expression of the Wasserstein dist…

2019

Geometry Aware Convolutional Filters for Omnidirectional Images Representation

ICML 2019oral

Due to their wide field of view, omnidirectional cameras are frequently used by autonomous vehicles, drones and robots for navigation and other computer vision tasks. The images captured by such cameras, are often analyzed and classified with techniques designed for planar images that unfortunately…

2019

Kernel Regression for Graph Signal Prediction in Presence of Sparse Noise

ICASSP 2019accepted

In presence of sparse noise we propose kernel regression for predicting output vectors which are smooth over a given graph. Sparse noise models the training outputs being corrupted either with missing samples or large perturbations. The presence of sparse noise is handled using appropriate use of ℓ…

Cited by 0SourceScholar
2019

Robustness via Curvature Regularization, and Vice Versa

CVPR 2019poster

State-of-the-art classifiers have been shown to be largely vulnerable to adversarial perturbations. One of the most effective strategies to improve robustness is adversarial training. In this paper, we investigate the effect of adversarial training on the geometry of the classification landscape and…

Cited by 391PDFScholar
2019

Spherical Clustering of Users Navigating 360° Content

ICASSP 2019accepted

In Virtual Reality (VR) applications, understanding how users explore the omnidirectional content is important to optimize content creation, to develop user-centric services, or even to detect disorders in medical applications. Clustering users based on their common navigation patterns is a first di…

Cited by 0SourceScholar
2019

Stochastic Gradient Descent for Spectral Embedding with Implicit Orthogonality Constraint

ICASSP 2019accepted

In this paper, we propose a scalable algorithm for spectral embedding. The latter is a standard tool for graph clustering. However, its computational bottleneck is the eigendecomposition of the graph Laplacian matrix, which prevents its application to large-scale graphs. Our contribution consists of…

Cited by 0SourceScholar
2019

Universal Adversarial Attacks on Text Classifiers

ICASSP 2019accepted

Despite the vast success neural networks have achieved in different application domains, they have been proven to be vulnerable to adversarial perturbations (small changes in the input), which lead them to produce the wrong output. In this paper, we propose a novel method, based on gradient projecti…

Cited by 0SourceScholar
2018

Empirical Study of the Topology and Geometry of Deep Networks

CVPR 2018poster

The goal of this paper is to analyze the geometric properties of deep neural network image classifiers in the input space. We specifically study the topology of classification regions created by deep networks, as well as their associated decision boundary. Through a systematic empirical study, we sh…

Cited by 185SourcePDFScholar
2018

Geometric Robustness of Deep Networks: Analysis and Improvement

CVPR 2018poster

Deep convolutional neural networks have been shown to be vulnerable to arbitrary geometric transformations. However, there is no systematic method to measure the invariance properties of deep networks to such transformations. We propose ManiFool as a simple yet scalable algorithm to measure the inva…

2018

Robustness of Classifiers to Universal Perturbations: A Geometric Perspective

ICLR 2018poster

Deep networks have recently been shown to be vulnerable to universal perturbations: there exist very small image-agnostic perturbations that cause most natural images to be misclassified by such classifiers. In this paper, we provide a quantitative analysis of the robustness of classifiers to univer…

Cited by 66SourcePDFScholar
2016

DeepFool: A Simple and Accurate Method to Fool Deep Neural Networks

CVPR 2016poster

State-of-the-art deep neural networks have achieved impressive results on many image classification tasks. However, these same architectures have been shown to be unstable to small, well sought, perturbations of the images. Despite the importance of this phenomenon, no effective methods have been pr…

Cited by 6723PDFcodeScholar
2016

Graph-based representation and coding of 3D images for interactive multiview navigation

ICASSP 2016accepted

Instead of lossily coding depth images resulting in undesirable geometric distortion, graph-based representation (GBR) describes disparity information as a graph with a controllable accuracy. In this paper, we propose a more compact graphical representation called GBR-plus to code both disparity and…

Cited by 0SourceScholar
2016

Robustness of classifiers: from adversarial to random noise

NeurIPS 2016poster

Several recent works have shown that state-of-the-art classifiers are vulnerable to worst-case (i.e., adversarial) perturbations of the datapoints. On the other hand, it has been empirically observed that these same classifiers are relatively robust to random noise. In this paper, we propose to stud…

Cited by 450SourcePDFScholar
2015

A performance study of the tangent distance method in transformation-invariant image classification

ICASSP 2015accepted

A common problem in image analysis is the transformation-invariant estimation of the similarity between a query image and a set of reference images representing different classes. This typically requires the comparison of the distance between the query image and the transformation manifolds of the r…

Cited by 0SourceScholar
2015

Laplacian matrix learning for smooth graph signal representation

ICASSP 2015accepted

The construction of a meaningful graph plays a crucial role in the emerging field of signal processing on graphs. In this paper, we address the problem of learning graph Laplacians, which is similar to learning graph topologies, such that the input data form graph signals with smooth variations on t…

Cited by 0SourceScholar