Skip to main content

Showing 1–50 of 178 results for author: Frossard, P

  1. arXiv:2407.08056  [pdf, other

    cs.LG

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

    Authors: Nikolaos Dimitriadis, Pascal Frossard, Francois Fleuret

    Abstract: Dealing with multi-task trade-offs during inference can be addressed via Pareto Front Learning (PFL) methods that parameterize the Pareto Front with a single model, contrary to traditional Multi-Task Learning (MTL) approaches that optimize for a single trade-off which has to be decided prior to training. However, recent PFL methodologies suffer from limited scalability, slow convergence and excess… ▽ More

    Submitted 10 July, 2024; originally announced July 2024.

    Comments: 19 pages, 11 figures

  2. arXiv:2406.19767  [pdf, other

    cs.IT eess.SP

    Subgraph Matching via Partial Optimal Transport

    Authors: Wen-Xin Pan, Isabel Haasler, Pascal Frossard

    Abstract: In this work, we propose a novel approach for subgraph matching, the problem of finding a given query graph in a large source graph, based on the fused Gromov-Wasserstein distance. We formulate the subgraph matching problem as a partial fused Gromov-Wasserstein problem, which allows us to build on existing theory and computational methods in order to solve this challenging problem. We extend our m… ▽ More

    Submitted 28 June, 2024; originally announced June 2024.

  3. arXiv:2406.17341  [pdf, other

    cs.LG

    Generative Modelling of Structurally Constrained Graphs

    Authors: Manuel Madeira, Clement Vignac, Dorina Thanou, Pascal Frossard

    Abstract: 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 applications. Unconstrained and conditioned graph generative models fail to guarantee such domain-specific str… ▽ More

    Submitted 25 June, 2024; originally announced June 2024.

  4. arXiv:2405.07813  [pdf, other

    cs.LG cs.CV

    Localizing Task Information for Improved Model Merging and Compression

    Authors: Ke Wang, Nikolaos Dimitriadis, Guillermo Ortiz-Jimenez, François Fleuret, Pascal Frossard

    Abstract: 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 erasure of important task-specific features. Instead, in this work we show that the information required t… ▽ More

    Submitted 13 May, 2024; originally announced May 2024.

    Comments: Accepted ICML 2024; The first two authors contributed equally to this work; Project website: https://tall-masks.github.io

  5. arXiv:2405.06298  [pdf, other

    cs.LG

    PUMA: margin-based data pruning

    Authors: Javier Maroto, Pascal Frossard

    Abstract: Deep learning has been able to outperform humans in terms of classification accuracy in many tasks. However, to achieve robustness to adversarial perturbations, the best methodologies require to perform adversarial training on a much larger training set that has been typically augmented using generative models (e.g., diffusion models). Our main objective in this work, is to reduce these data requi… ▽ More

    Submitted 10 May, 2024; originally announced May 2024.

  6. arXiv:2403.15241  [pdf, other

    cs.CV

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

    Authors: Junbo Yin, Jianbing Shen, Runnan Chen, Wei Li, Ruigang Yang, Pascal Frossard, Wenguan Wang

    Abstract: 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 reliable 3D perception. In this paper, we propose IS-Fusion, an innovative multimodal fusion framewo… ▽ More

    Submitted 22 March, 2024; originally announced March 2024.

    Comments: Accepted to CVPR 2024; Code: https://github.com/yinjunbo/IS-Fusion

  7. arXiv:2402.02239  [pdf, other

    cs.LG stat.ML

    Distributional Reduction: Unifying Dimensionality Reduction and Clustering with Gromov-Wasserstein

    Authors: Hugues Van Assel, Cédric Vincent-Cuaz, Nicolas Courty, Rémi Flamary, Pascal Frossard, Titouan Vayer

    Abstract: Unsupervised learning aims to capture the underlying structure of potentially large and high-dimensional datasets. Traditionally, this involves using dimensionality reduction (DR) methods to project data onto lower-dimensional spaces or organizing points into meaningful clusters (clustering). In this work, we revisit these approaches under the lens of optimal transport and exhibit relationships wi… ▽ More

    Submitted 22 May, 2024; v1 submitted 3 February, 2024; originally announced February 2024.

    Comments: 38 pages, 15 figures

  8. arXiv:2311.02142  [pdf, other

    cs.LG cs.AI

    Sparse Training of Discrete Diffusion Models for Graph Generation

    Authors: Yiming Qin, Clement Vignac, Pascal Frossard

    Abstract: Generative graph models struggle to scale due to the need to predict the existence or type of edges between all node pairs. To address the resulting quadratic complexity, existing scalable models often impose restrictive assumptions such as a cluster structure within graphs, thus limiting their applicability. To address this, we introduce SparseDiff, a novel diffusion model based on the observatio… ▽ More

    Submitted 22 May, 2024; v1 submitted 3 November, 2023; originally announced November 2023.

  9. arXiv:2311.01412  [pdf, other

    cs.LG cs.AI stat.ME

    Causal Temporal Regime Structure Learning

    Authors: Abdellah Rahmani, Pascal Frossard

    Abstract: We address the challenge of structure learning from multivariate time series that are characterized by a sequence of different, unknown regimes. We introduce a new optimization-based method (CASTOR), that concurrently learns the Directed Acyclic Graph (DAG) for each regime and determine the number of regimes along with their sequential arrangement. Through the optimization of a score function via… ▽ More

    Submitted 27 May, 2024; v1 submitted 2 November, 2023; originally announced November 2023.

  10. arXiv:2310.06661  [pdf, other

    cs.LG

    Tertiary Lymphoid Structures Generation through Graph-based Diffusion

    Authors: Manuel Madeira, Dorina Thanou, Pascal Frossard

    Abstract: Graph-based representation approaches have been proven to be successful in the analysis of biomedical data, due to their capability of capturing intricate dependencies between biological entities, such as the spatial organization of different cell types in a tumor tissue. However, to further enhance our understanding of the underlying governing biological mechanisms, it is important to accurately… ▽ More

    Submitted 10 October, 2023; originally announced October 2023.

  11. arXiv:2310.06600  [pdf, other

    cs.LG cs.CV

    Pi-DUAL: Using Privileged Information to Distinguish Clean from Noisy Labels

    Authors: Ke Wang, Guillermo Ortiz-Jimenez, Rodolphe Jenatton, Mark Collier, Efi Kokiopoulou, Pascal Frossard

    Abstract: 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 issue. Yet, existing PI-based methods have failed to consistently outperform their no-PI counterparts… ▽ More

    Submitted 28 May, 2024; v1 submitted 10 October, 2023; originally announced October 2023.

    Comments: Accepted ICML 2024

  12. arXiv:2308.15246  [pdf, other

    cs.CL

    A Classification-Guided Approach for Adversarial Attacks against Neural Machine Translation

    Authors: Sahar Sadrizadeh, Ljiljana Dolamic, Pascal Frossard

    Abstract: Neural Machine Translation (NMT) models have been shown to be vulnerable to adversarial attacks, wherein carefully crafted perturbations of the input can mislead the target model. In this paper, we introduce ACT, a novel adversarial attack framework against NMT systems guided by a classifier. In our attack, the adversary aims to craft meaning-preserving adversarial examples whose translations in t… ▽ More

    Submitted 22 February, 2024; v1 submitted 29 August, 2023; originally announced August 2023.

  13. arXiv:2307.03641  [pdf, other

    cs.LG stat.ML

    Online Network Source Optimization with Graph-Kernel MAB

    Authors: Laura Toni, Pascal Frossard

    Abstract: We propose Grab-UCB, a graph-kernel multi-arms bandit algorithm to learn online the optimal source placement in large scale networks, such that the reward obtained from a priori unknown network processes is maximized. The uncertainty calls for online learning, which suffers however from the curse of dimensionality. To achieve sample efficiency, we describe the network processes with an adaptive gr… ▽ More

    Submitted 7 July, 2023; originally announced July 2023.

  14. arXiv:2307.02094  [pdf, other

    cs.LG cs.AI

    DARE: Towards Robust Text Explanations in Biomedical and Healthcare Applications

    Authors: Adam Ivankay, Mattia Rigotti, Pascal Frossard

    Abstract: 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. However, most of these explainability methods have been shown to be brittle in the face of adversa… ▽ More

    Submitted 5 July, 2023; originally announced July 2023.

    Comments: Accepted at 61st Annual Meeting of the Association for Computational Linguistics (ACL) 2023

  15. arXiv:2306.08492  [pdf, other

    cs.CL

    A Relaxed Optimization Approach for Adversarial Attacks against Neural Machine Translation Models

    Authors: Sahar Sadrizadeh, Clément Barbier, Ljiljana Dolamic, Pascal Frossard

    Abstract: In this paper, we propose an optimization-based adversarial attack against Neural Machine Translation (NMT) models. First, we propose an optimization problem to generate adversarial examples that are semantically similar to the original sentences but destroy the translation generated by the target NMT model. This optimization problem is discrete, and we propose a continuous relaxation to solve it.… ▽ More

    Submitted 14 June, 2023; originally announced June 2023.

  16. arXiv:2306.08021  [pdf, other

    cs.LG cs.AI

    Flexible Channel Dimensions for Differentiable Architecture Search

    Authors: Ahmet Caner Yüzügüler, Nikolaos Dimitriadis, Pascal Frossard

    Abstract: Finding optimal channel dimensions (i.e., the number of filters in DNN layers) is essential to design DNNs that perform well under computational resource constraints. Recent work in neural architecture search aims at automating the optimization of the DNN model implementation. However, existing neural architecture search methods for channel dimensions rely on fixed search spaces, which prevents ac… ▽ More

    Submitted 13 June, 2023; originally announced June 2023.

  17. arXiv:2306.07178  [pdf, other

    cs.CV cs.AI cs.CR cs.LG

    Frequency-Based Vulnerability Analysis of Deep Learning Models against Image Corruptions

    Authors: Harshitha Machiraju, Michael H. Herzog, Pascal Frossard

    Abstract: Deep learning models often face challenges when handling real-world image corruptions. In response, researchers have developed image corruption datasets to evaluate the performance of deep neural networks in handling such corruptions. However, these datasets have a significant limitation: they do not account for all corruptions encountered in real-life scenarios. To address this gap, we present MU… ▽ More

    Submitted 12 June, 2023; originally announced June 2023.

    Comments: Code: https://github.com/code-Assasin/MUFIACode

  18. arXiv:2305.19738  [pdf, other

    stat.ML cs.LG cs.SI eess.SP

    Bures-Wasserstein Means of Graphs

    Authors: Isabel Haasler, Pascal Frossard

    Abstract: Finding the mean of sampled data is a fundamental task in machine learning and statistics. However, in cases where the data samples are graph objects, defining a mean is an inherently difficult task. We propose a novel framework for defining a graph mean via embeddings in the space of smooth graph signal distributions, where graph similarity can be measured using the Wasserstein metric. By finding… ▽ More

    Submitted 1 March, 2024; v1 submitted 31 May, 2023; originally announced May 2023.

  19. arXiv:2305.12827  [pdf, other

    cs.LG cs.CV

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

    Authors: Guillermo Ortiz-Jimenez, Alessandro Favero, Pascal Frossard

    Abstract: 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 understanding of the effectiveness of task arithmetic and its underlying principles remains limited. We… ▽ More

    Submitted 21 November, 2023; v1 submitted 22 May, 2023; originally announced May 2023.

    Journal ref: Advances in Neural Information Processing Systems 36 (NeurIPS 2023)

  20. arXiv:2304.10857  [pdf, other

    cs.LG

    SequeL: A Continual Learning Library in PyTorch and JAX

    Authors: Nikolaos Dimitriadis, Francois Fleuret, Pascal Frossard

    Abstract: Continual Learning is an important and challenging problem in machine learning, where models must adapt to a continuous stream of new data without forgetting previously acquired knowledge. While existing frameworks are built on PyTorch, the rising popularity of JAX might lead to divergent codebases, ultimately hindering reproducibility and progress. To address this problem, we introduce SequeL, a… ▽ More

    Submitted 21 April, 2023; originally announced April 2023.

    Comments: 7 pages, 1 figure, 4 code listings

  21. arXiv:2304.06038  [pdf, other

    eess.SP cs.LG

    Knowledge-Distilled Graph Neural Networks for Personalized Epileptic Seizure Detection

    Authors: Qinyue Zheng, Arun Venkitaraman, Simona Petravic, Pascal Frossard

    Abstract: Wearable devices for seizure monitoring detection could significantly improve the quality of life of epileptic patients. However, existing solutions that mostly rely on full electrode set of electroencephalogram (EEG) measurements could be inconvenient for every day use. In this paper, we propose a novel knowledge distillation approach to transfer the knowledge from a sophisticated seizure detecto… ▽ More

    Submitted 3 April, 2023; originally announced April 2023.

  22. arXiv:2303.02384  [pdf, other

    cs.CV cs.DC cs.LG eess.IV

    Hierarchical Training of Deep Neural Networks Using Early Exiting

    Authors: Yamin Sepehri, Pedram Pad, Ahmet Caner Yüzügüler, Pascal Frossard, L. Andrea Dunbar

    Abstract: Deep neural networks provide state-of-the-art accuracy for vision tasks but they require significant resources for training. Thus, they are trained on cloud servers far from the edge devices that acquire the data. This issue increases communication cost, runtime and privacy concerns. In this study, a novel hierarchical training method for deep neural networks is proposed that uses early exits in a… ▽ More

    Submitted 20 May, 2024; v1 submitted 4 March, 2023; originally announced March 2023.

    Comments: Accepted to IEEE Transactions on Neural Networks and Learning Systems (2024), 15 pages, 10 figures, 3 Tables

    ACM Class: I.2.6; I.2.10; I.2.11

  23. arXiv:2303.01068  [pdf, other

    cs.CL cs.CR cs.LG

    Targeted Adversarial Attacks against Neural Machine Translation

    Authors: Sahar Sadrizadeh, AmirHossein Dabiri Aghdam, Ljiljana Dolamic, Pascal Frossard

    Abstract: 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 goal is to insert a predefined target keyword into the translation of the adversarial sentence whil… ▽ More

    Submitted 2 March, 2023; originally announced March 2023.

    Comments: ICASSP 2023, Code available at: http://github.com/sssadrizadeh/NMT-targeted-attack

  24. arXiv:2302.09048  [pdf, other

    cs.LG

    MiDi: Mixed Graph and 3D Denoising Diffusion for Molecule Generation

    Authors: Clement Vignac, Nagham Osman, Laura Toni, Pascal Frossard

    Abstract: This work introduces MiDi, a novel diffusion model for jointly generating molecular graphs and their corresponding 3D arrangement of atoms. Unlike existing methods that rely on predefined rules to determine molecular bonds based on the 3D conformation, MiDi offers an end-to-end differentiable approach that streamlines the molecule generation process. Our experimental results demonstrate the effect… ▽ More

    Submitted 5 June, 2023; v1 submitted 17 February, 2023; originally announced February 2023.

    Comments: 22 pages. Under review

  25. arXiv:2302.00944  [pdf, other

    cs.CL

    TransFool: An Adversarial Attack against Neural Machine Translation Models

    Authors: Sahar Sadrizadeh, Ljiljana Dolamic, Pascal Frossard

    Abstract: Deep neural networks have been shown to be vulnerable to small perturbations of their inputs, known as adversarial attacks. In this paper, we investigate the vulnerability of Neural Machine Translation (NMT) models to adversarial attacks and propose a new attack algorithm called TransFool. To fool NMT models, TransFool builds on a multi-term optimization problem and a gradient projection step. By… ▽ More

    Submitted 16 June, 2023; v1 submitted 2 February, 2023; originally announced February 2023.

  26. arXiv:2301.04472  [pdf, other

    cs.LG

    Adversarial training with informed data selection

    Authors: Marcele O. K. Mendonça, Javier Maroto, Pascal Frossard, Paulo S. R. Diniz

    Abstract: With the increasing amount of available data and advances in computing capabilities, deep neural networks (DNNs) have been successfully employed to solve challenging tasks in various areas, including healthcare, climate, and finance. Nevertheless, state-of-the-art DNNs are susceptible to quasi-imperceptible perturbed versions of the original images -- adversarial examples. These perturbations of t… ▽ More

    Submitted 7 January, 2023; originally announced January 2023.

  27. arXiv:2212.09155  [pdf, other

    cs.LG cs.AI

    Estimating the Adversarial Robustness of Attributions in Text with Transformers

    Authors: Adam Ivankay, Mattia Rigotti, Ivan Girardi, Chiara Marchiori, Pascal Frossard

    Abstract: Explanations are crucial parts of deep neural network (DNN) classifiers. In high stakes applications, faithful and robust explanations are important to understand and gain trust in DNN classifiers. However, recent work has shown that state-of-the-art attribution methods in text classifiers are susceptible to imperceptible adversarial perturbations that alter explanations significantly while mainta… ▽ More

    Submitted 18 December, 2022; originally announced December 2022.

  28. arXiv:2212.02845  [pdf, other

    cs.CV cs.AI

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

    Authors: Yan Wang, Junbo Yin, Wei Li, Pascal Frossard, Ruigang Yang, Jianbing Shen

    Abstract: 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, different cities, and weather conditions. The mainstream approaches tend to solve these challenges b… ▽ More

    Submitted 6 December, 2022; originally announced December 2022.

    Comments: Accepted by AAAI 2023

  29. arXiv:2211.02642  [pdf, other

    eess.SP cs.LG

    A Meta-GNN approach to personalized seizure detection and classification

    Authors: Abdellah Rahmani, Arun Venkitaraman, Pascal Frossard

    Abstract: 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 neural networks (GNN), and meta-learning. We train a Meta-GNN based classifier that learns a global mo… ▽ More

    Submitted 20 March, 2023; v1 submitted 1 November, 2022; originally announced November 2022.

  30. arXiv:2211.00748  [pdf, ps, other

    cs.LG eess.SP

    Maximum Likelihood Distillation for Robust Modulation Classification

    Authors: Javier Maroto, Gérôme Bovet, Pascal Frossard

    Abstract: Deep Neural Networks are being extensively used in communication systems and Automatic Modulation Classification (AMC) in particular. However, they are very susceptible to small adversarial perturbations that are carefully crafted to change the network decision. In this work, we build on knowledge distillation ideas and adversarial training in order to build more robust AMC systems. We first outli… ▽ More

    Submitted 1 November, 2022; originally announced November 2022.

  31. arXiv:2210.09759  [pdf, other

    cs.LG

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

    Authors: Nikolaos Dimitriadis, Pascal Frossard, François Fleuret

    Abstract: 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 tradeoffs between tasks' performance, and resort to optimality in the Pareto sense. Most MTL methodo… ▽ More

    Submitted 14 June, 2023; v1 submitted 18 October, 2022; originally announced October 2022.

    Comments: Accepted ICML 2023

  32. arXiv:2210.05274  [pdf, other

    cs.LG q-bio.BM

    Equivariant 3D-Conditional Diffusion Models for Molecular Linker Design

    Authors: Ilia Igashov, Hannes Stärk, Clément Vignac, Victor Garcia Satorras, Pascal Frossard, Max Welling, Michael Bronstein, Bruno Correia

    Abstract: Fragment-based drug discovery has been an effective paradigm in early-stage drug development. An open challenge in this area is designing linkers between disconnected molecular fragments of interest to obtain chemically-relevant candidate drug molecules. In this work, we propose DiffLinker, an E(3)-equivariant 3D-conditional diffusion model for molecular linker design. Given a set of disconnected… ▽ More

    Submitted 11 October, 2022; originally announced October 2022.

    Comments: Under review

  33. arXiv:2210.02748  [pdf, other

    cs.CV cs.AI cs.LG eess.IV

    CLAD: A Contrastive Learning based Approach for Background Debiasing

    Authors: Ke Wang, Harshitha Machiraju, Oh-Hyeon Choung, Michael Herzog, Pascal Frossard

    Abstract: Convolutional neural networks (CNNs) have achieved superhuman performance in multiple vision tasks, especially image classification. However, unlike humans, CNNs leverage spurious features, such as background information to make decisions. This tendency creates different problems in terms of robustness or weak generalization performance. Through our work, we introduce a contrastive learning-based… ▽ More

    Submitted 6 October, 2022; originally announced October 2022.

    Comments: Accepted to British Machine Vision Conference (BMVC) 2022

  34. arXiv:2209.14734  [pdf, other

    cs.LG

    DiGress: Discrete Denoising diffusion for graph generation

    Authors: Clement Vignac, Igor Krawczuk, Antoine Siraudin, Bohan Wang, Volkan Cevher, Pascal Frossard

    Abstract: 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. A graph transformer network is trained to revert this process, simplifying the problem of distribut… ▽ More

    Submitted 23 May, 2023; v1 submitted 29 September, 2022; originally announced September 2022.

    Comments: 22 pages. Published as a conference paper at ICLR 2023

    Journal ref: International Conference on Learning Representations (ICLR 2023)

  35. arXiv:2206.08242  [pdf, other

    cs.LG cs.AI cs.CV

    Catastrophic overfitting can be induced with discriminative non-robust features

    Authors: Guillermo Ortiz-Jiménez, Pau de Jorge, Amartya Sanyal, Adel Bibi, Puneet K. Dokania, Pascal Frossard, Gregory Rogéz, Philip H. S. Torr

    Abstract: Adversarial training (AT) is the de facto method for building robust neural networks, but it can be computationally expensive. To mitigate this, fast single-step attacks can be used, but this may lead to catastrophic overfitting (CO). This phenomenon appears when networks gain non-trivial robustness during the first stages of AT, but then reach a breaking point where they become vulnerable in just… ▽ More

    Submitted 15 August, 2023; v1 submitted 16 June, 2022; originally announced June 2022.

    Comments: Published in Transactions on Machine Learning Research (TMLR)

  36. arXiv:2206.03178  [pdf, ps, other

    cs.LG cs.CL cs.CR

    Fooling Explanations in Text Classifiers

    Authors: Adam Ivankay, Ivan Girardi, Chiara Marchiori, Pascal Frossard

    Abstract: State-of-the-art text classification models are becoming increasingly reliant on deep neural networks (DNNs). Due to their black-box nature, faithful and robust explanation methods need to accompany classifiers for deployment in real-life scenarios. However, it has been shown in vision applications that explanation methods are susceptible to local, imperceptible perturbations that can significantl… ▽ More

    Submitted 7 June, 2022; originally announced June 2022.

    Journal ref: International Conference on Learning Representations, 2022

  37. arXiv:2205.15571  [pdf, other

    cs.CV cs.AI

    Hierarchical Spherical CNNs with Lifting-based Adaptive Wavelets for Pooling and Unpooling

    Authors: Mingxing Xu, Chenglin Li, Wenrui Dai, Siheng Chen, Junni Zou, Pascal Frossard, Hongkai Xiong

    Abstract: Pooling and unpooling are two essential operations in constructing hierarchical spherical convolutional neural networks (HS-CNNs) for comprehensive feature learning in the spherical domain. Most existing models employ downsampling-based pooling, which will inevitably incur information loss and cannot adapt to different spherical signals and tasks. Besides, the preserved information after pooling c… ▽ More

    Submitted 31 May, 2022; originally announced May 2022.

  38. arXiv:2205.09037  [pdf, other

    cs.CV

    Empirical Advocacy of Bio-inspired Models for Robust Image Recognition

    Authors: Harshitha Machiraju, Oh-Hyeon Choung, Michael H. Herzog, Pascal Frossard

    Abstract: Deep convolutional neural networks (DCNNs) have revolutionized computer vision and are often advocated as good models of the human visual system. However, there are currently many shortcomings of DCNNs, which preclude them as a model of human vision. There are continuous attempts to use features of the human visual system to improve the robustness of neural networks to data perturbations. We provi… ▽ More

    Submitted 18 May, 2022; originally announced May 2022.

  39. arXiv:2203.12412  [pdf, other

    cs.LG cs.AI cs.CV

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

    Authors: Ahmet Caner Yüzügüler, Nikolaos Dimitriadis, Pascal Frossard

    Abstract: 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 utilization, preventing DNNs to take full advantage of the target inference platforms. Modeling resou… ▽ More

    Submitted 23 March, 2022; originally announced March 2022.

  40. arXiv:2203.11540  [pdf, other

    cs.AR cs.LG

    Scale-out Systolic Arrays

    Authors: Ahmet Caner Yüzügüler, Canberk Sönmez, Mario Drumond, Yunho Oh, Babak Falsafi, Pascal Frossard

    Abstract: Multi-pod systolic arrays are emerging as the architecture of choice in DNN inference accelerators. Despite their potential, designing multi-pod systolic arrays to maximize effective throughput/Watt (i.e., throughput/Watt adjusted when accounting for array utilization) poses a unique set of challenges. In this work, we study three key pillars in multi-pod systolic array designs, namely array granu… ▽ More

    Submitted 22 March, 2022; originally announced March 2022.

  41. arXiv:2203.07159  [pdf, other

    cs.LG cs.CR

    On the benefits of knowledge distillation for adversarial robustness

    Authors: Javier Maroto, Guillermo Ortiz-Jiménez, Pascal Frossard

    Abstract: Knowledge distillation is normally used to compress a big network, or teacher, onto a smaller one, the student, by training it to match its outputs. Recently, some works have shown that robustness against adversarial attacks can also be distilled effectively to achieve good rates of robustness on mobile-friendly models. In this work, however, we take a different point of view, and show that knowle… ▽ More

    Submitted 14 March, 2022; originally announced March 2022.

  42. arXiv:2203.05948  [pdf, other

    cs.CL cs.LG

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

    Authors: Sahar Sadrizadeh, Ljiljana Dolamic, Pascal Frossard

    Abstract: 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 paper, we propose a gradient-based adversarial attack against transformer-based text classifiers. The adversarial perturbation in our method is imposed to be block-sparse so that the resultant adversarial example differs from t… ▽ More

    Submitted 11 March, 2022; originally announced March 2022.

    Comments: ICASSP 2022, Code available at: https://github.com/sssadrizadeh/transformer-text-classifier-attack

  43. arXiv:2203.04027  [pdf, other

    cs.LG cs.CV cs.RO

    Data augmentation with mixtures of max-entropy transformations for filling-level classification

    Authors: Apostolos Modas, Andrea Cavallaro, Pascal Frossard

    Abstract: We address the problem of distribution shifts in test-time data with a principled data augmentation scheme for the task of content-level classification. In such a task, properties such as shape or transparency of test-time containers (cup or drinking glass) may differ from those represented in the training data. Dealing with such distribution shifts using standard augmentation schemes is challengi… ▽ More

    Submitted 8 March, 2022; originally announced March 2022.

  44. arXiv:2112.13547  [pdf, other

    cs.CV cs.LG

    PRIME: A few primitives can boost robustness to common corruptions

    Authors: Apostolos Modas, Rahul Rade, Guillermo Ortiz-Jiménez, Seyed-Mohsen Moosavi-Dezfooli, Pascal Frossard

    Abstract: 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. However, introducing intricate design choices or heuristics makes it hard to understand which elements… ▽ More

    Submitted 13 March, 2022; v1 submitted 27 December, 2021; originally announced December 2021.

    Comments: Code available at: https://github.com/amodas/PRIME-augmentations

    Journal ref: European Conference on Computer Vision (ECCV) 2022

  45. arXiv:2112.05887  [pdf, other

    eess.SP cs.LG

    Distributed Graph Learning with Smooth Data Priors

    Authors: Isabela Cunha Maia Nobre, Mireille El Gheche, Pascal Frossard

    Abstract: Graph learning is often a necessary step in processing or representing structured data, when the underlying graph is not given explicitly. Graph learning is generally performed centrally with a full knowledge of the graph signals, namely the data that lives on the graph nodes. However, there are settings where data cannot be collected easily or only with a non-negligible communication cost. In suc… ▽ More

    Submitted 10 December, 2021; originally announced December 2021.

  46. arXiv:2112.01917  [pdf, other

    cs.LG cs.CV

    A Structured Dictionary Perspective on Implicit Neural Representations

    Authors: Gizem Yüce, Guillermo Ortiz-Jiménez, Beril Besbinar, Pascal Frossard

    Abstract: 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 analyse INRs. Leveraging results from harmonic analysis and deep learning theory, we show that most I… ▽ More

    Submitted 25 March, 2022; v1 submitted 3 December, 2021; originally announced December 2021.

    Comments: Accepted to IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR) 2022 (26 pages, 16 figures)

  47. arXiv:2110.02096  [pdf, other

    cs.LG stat.ML

    Top-N: Equivariant set and graph generation without exchangeability

    Authors: Clement Vignac, Pascal Frossard

    Abstract: This work addresses one-shot set and graph generation, and, more specifically, the parametrization of probabilistic decoders that map a vector-shaped prior to a distribution over sets or graphs. Sets and graphs are most commonly generated by first sampling points i.i.d. from a normal distribution, and then processing these points along with the prior vector using Transformer layers or Graph Neural… ▽ More

    Submitted 1 April, 2022; v1 submitted 5 October, 2021; originally announced October 2021.

    Comments: 9 pages of main text, 17 pages total Accepted to ICLR 2022

  48. arXiv:2109.04442  [pdf, other

    cs.LG

    FGOT: Graph Distances based on Filters and Optimal Transport

    Authors: Hermina Petric Maretic, Mireille El Gheche, Giovanni Chierchia, Pascal Frossard

    Abstract: 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 distance which drives graph comparison through the probability distribution of filtered graph signals. T… ▽ More

    Submitted 7 December, 2021; v1 submitted 9 September, 2021; originally announced September 2021.

  49. arXiv:2108.01660  [pdf, other

    cs.LG cs.AI

    Graph Neural Networks With Lifting-based Adaptive Graph Wavelets

    Authors: Mingxing Xu, Wenrui Dai, Chenglin Li, Junni Zou, Hongkai Xiong, Pascal Frossard

    Abstract: Spectral-based graph neural networks (SGNNs) have been attracting increasing attention in graph representation learning. However, existing SGNNs are limited in implementing graph filters with rigid transforms (e.g., graph Fourier or predefined graph wavelet transforms) and cannot adapt to signals residing on graphs and tasks at hand. In this paper, we propose a novel class of graph neural networks… ▽ More

    Submitted 4 January, 2022; v1 submitted 3 August, 2021; originally announced August 2021.

  50. OSLO: On-the-Sphere Learning for Omnidirectional images and its application to 360-degree image compression

    Authors: Navid Mahmoudian Bidgoli, Roberto G. de A. Azevedo, Thomas Maugey, Aline Roumy, Pascal Frossard

    Abstract: State-of-the-art 2D image compression schemes rely on the power of convolutional neural networks (CNNs). Although CNNs offer promising perspectives for 2D image compression, extending such models to omnidirectional images is not straightforward. First, omnidirectional images have specific spatial and statistical properties that can not be fully captured by current CNN models. Second, basic mathema… ▽ More

    Submitted 21 August, 2022; v1 submitted 19 July, 2021; originally announced July 2021.

    Comments: Accepted for publication in IEEE Transactions on Image Processing