← Search

Enzo Tartaglione

26 accepted papers

2026

Bias In, Bias Out? Finding Unbiased Subnetworks in Vanilla Models

CVPR 2026

The issue of algorithmic biases in deep learning has led to the development of various debiasing techniques, many of which perform complex training procedures or dataset manipulation. However, an intriguing question arises: is it possible to extract fair and bias-agnostic subnetworks from standard v

Cited by 0SourcecodeScholar
2026

Efficient Resource-Constrained Training of Transformers via Subspace Optimization

ICLR 2026oral

As AI increasingly shapes daily life, energy consumption and data privacy have become pressing concerns. On-device learning trains models directly on edge devices, cutting energy consumption and safeguarding data privacy. However, the expanding scale of modern neural networks creates a major obstacl…

Cited by 0SourcecodeScholar
2026

Feature-aware (Hyper)graph Generation via Next-Scale Prediction

ICML 2026poster

Graph generative models perform well on small structured data but struggle to scale to large, complex structures. Hierarchical approaches improve scalability but often ignore node and edge features, which are critical in real-world applications, particularly for hypergraphs that model higher-order r…

Cited by 0SourceScholar
2026

HFMCA: ORTHONORMAL FEATURE LEARNING FOR EEG-BASED BRAIN DECODING

ICASSP 2026poster

Electroencephalography (EEG) analysis is critical for brain-computer interfaces and neuroscience, but the intrinsic noise and high dimensionality of EEG signals hinder effective feature learning. We propose a self-supervised framework based on the Hierarchical Functional Maximal Correlation Algorith…

Cited by 0SourcePDFScholar
2026

I-INR: Iterative Implicit Neural Representations

AAAI 2026technical

Implicit Neural Representations (INRs) have revolutionized signal processing and computer vision by modeling signals as continuous, differentiable functions parameterized by neural networks. However, INRs are prone to the spectral bias problem, limiting their ability to retain high-frequency informa

Cited by 0SourcePDFScholar
2026

INSTANT: Compressing Gradients and Activations for Resource-Efficient Training

ICLR 2026poster

Deep learning has advanced at an unprecedented pace. This progress has led to a significant increase in its complexity. However, despite extensive research on accelerating inference, training deep models directly within a resource-constrained budget remains a considerable challenge due to its high c…

Cited by 0SourcecodeScholar
2026

RAVE: RATE-ADAPTIVE VISUAL ENCODING FOR 3D GAUSSIAN SPLATTING

ICASSP 2026oral

Recent advances in neural scene representations have transformed immersive multimedia, with 3D Gaussian Splatting (3DGS) enabling real-time photorealistic rendering. Despite its efficiency, 3DGS suffers from large memory requirements and costly training procedures, motivating efforts toward compress…

Cited by 0SourcePDFScholar
2026

Study of Training Dynamics for Memory-Constrained Fine-Tuning

ICLR 2026poster

Memory-efficient training of deep neural networks has become increasingly important as models grow larger while deployment environments impose strict resource constraints. We propose TraDy, a novel transfer learning scheme leveraging two key insights: layer importance for updates is architecture-dep…

Cited by 0SourceScholar
2025

Ask and Remember: A Questions-Only Replay Strategy for Continual Visual Question Answering

ICCV 2025poster

Continual Learning in Visual Question Answering (VQACL) requires models to acquire new visual-linguistic skills (plasticity) while preserving previously learned knowledge (stability). The inherent multimodality of VQACL exacerbates this challenge, as models must balance stability across visual and t…

2025

Beyond Low-rank Decomposition: A Shortcut Approach for Efficient On-Device Learning

ICML 2025poster

On-device learning has emerged as a promising direction for AI development, particularly because of its potential to reduce latency issues and mitigate privacy risks associated with device-server communication, while improving energy efficiency. Despite these advantages, significant memory and compu…

Cited by 0SourcePDFScholar
2025

Diffusing DeBias: Synthetic Bias Amplification for Model Debiasing

NeurIPS 2025poster

The effectiveness of deep learning models in classification tasks is often challenged by the quality and quantity of training data whenever they are affected by strong spurious correlations between specific attributes and target labels. This results in a form of bias affecting training data, which t…

Cited by 0SourcecodeScholar
2025

FOLDER: Accelerating Multi-Modal Large Language Models with Enhanced Performance

ICCV 2025poster

Recently, Multi-modal Large Language Models (MLLMs) have shown remarkable effectiveness for multi-modal tasks due to their ability of cross-modal understanding. However, processing long sequences of visual tokens extracted from visual backbones poses challenges for deployment in real-time applicatio…

2025

HYGENE: A Diffusion-Based Hypergraph Generation Method

AAAI 2025technical

Hypergraphs are powerful mathematical structures that can model complex, high-order relationships in various domains, including social networks, bioinformatics, and recommender systems. However, generating realistic and diverse hypergraphs remains challenging due to their inherent complexity and lac…

2025

LaCoOT: Layer Collapse through Optimal Transport

ICCV 2025poster

Although deep neural networks are well-known for their outstanding performance in tackling complex tasks, their hunger for computational resources remains a significant hurdle, posing energy-consumption issues and restricting their deployment on resource-constrained devices, preventing their widespr…

2025

Till the Layers Collapse: Compressing a Deep Neural Network Through the Lenses of Batch Normalization Layers.

AAAI 2025technical

Today, deep neural networks are widely used since they can handle a variety of complex tasks. Their generality makes them very powerful tools in modern technology. However, deep neural networks are often overparameterized. The usage of these large models consumes a lot of computation resources. In t…

2024

Activation Map Compression through Tensor Decomposition for Deep Learning

NeurIPS 2024poster

Internet of Things and Deep Learning are synergetically and exponentially growing industrial fields with a massive call for their unification into a common framework called Edge AI. While on-device inference is a well-explored topic in recent research, backpropagation remains an open challenge due t…

2024

Boost Your NeRF: A Model-Agnostic Mixture of Experts Framework for High Quality and Efficient Rendering

ECCV 2024poster

"Since the introduction of NeRFs, considerable attention has been focused on improving their training and inference times, leading to the development of Fast-NeRFs models. Despite demonstrating impressive rendering speed and quality, the rapid convergence of such models poses challenges for further…

Cited by 3SourcePDFScholar
2024

DSD²: Can We Dodge Sparse Double Descent and Compress the Neural Network Worry-Free?

AAAI 2024technical

Neoteric works have shown that modern deep learning models can exhibit a sparse double descent phenomenon. Indeed, as the sparsity of the model increases, the test performance first worsens since the model is overfitting the training data; then, the overfitting reduces, leading to an improvement in…

2024

Find the Lady: Permutation and Re-synchronization of Deep Neural Networks

AAAI 2024technical

Deep neural networks are characterized by multiple symmetrical, equi-loss solutions that are redundant. Thus, the order of neurons in a layer and feature maps can be given arbitrary permutations, without affecting (or minimally affecting) their output. If we shuffle these neurons, or if we apply to…

2024

Weighted Ensemble Models Are Strong Continual Learners

ECCV 2024oral

"In this work, we study the problem of continual learning (CL) where the goal is to learn a model on a sequence of tasks, under the assumption that the data from the previous tasks becomes unavailable while learning on the current task data. CL is essentially a balancing act between learning on the…

2023

Packed Ensembles for efficient uncertainty estimation

ICLR 2023top-25%

Deep Ensembles (DE) are a prominent approach for achieving excellent performance on key metrics such as accuracy, calibration, uncertainty estimation, and out-of-distribution detection. However, hardware limitations of real-world systems constrain to smaller ensembles and lower-capacity networks, si…

2023

Unbiased Supervised Contrastive Learning

ICLR 2023poster

Many datasets are biased, namely they contain easy-to-learn features that are highly correlated with the target class only in the dataset but not in the true underlying distribution of the data. For this reason, learning unbiased models from biased data has become a very relevant research topic in t…

2022

To update or not to update? Neurons at equilibrium in deep models

NeurIPS 2022accept

Recent advances in deep learning optimization showed that, with some a-posteriori information on fully-trained models, it is possible to match the same performance by simply training a subset of their parameters. Such a discovery has a broad impact from theory to applications, driving the research t…

2021

EnD: Entangling and Disentangling Deep Representations for Bias Correction

CVPR 2021poster

Artificial neural networks perform state-of-the-art in an ever-growing number of tasks, and nowadays they are used to solve an incredibly large variety of tasks. There are problems, like the presence of biases in the training data, which question the generalization capability of these models. In thi…

Cited by 143PDFcodeScholar
2018

Learning sparse neural networks via sensitivity-driven regularization

NeurIPS 2018poster

The ever-increasing number of parameters in deep neural networks poses challenges for memory-limited applications. Regularize-and-prune methods aim at meeting these challenges by sparsifying the network weights. In this context we quantify the output sensitivity to the parameters (i.e. their relevan…

Cited by 103SourcePDFScholar