← Search

Pol Puigdemont

4 accepted papers

2026

Spatial Priors via Space Filling Curves for Small and Limited Data Vision Transformers

ICML 2026poster

Though Vision Transformers (ViTs) have become the dominant backbone in many computer vision tasks, due to permutation invariance, their attention mechanism lacks explicit spatial inductive biases. This become particularly important in two common settings: when model capacity is small or training dat…

Cited by 0SourceScholar
2025

Linear Attention for Efficient Bidirectional Sequence Modeling

NeurIPS 2025poster

Linear Transformers and State Space Models have emerged as efficient alternatives to softmax Transformers for causal sequence modeling, enabling parallel training via matrix multiplication and efficient RNN-style inference. However, despite their success in causal tasks, no unified framework exists…

Cited by 0SourcecodeScholar
2024

Learning to Remove Cuts in Integer Linear Programming

ICML 2024poster

Cutting plane methods are a fundamental approach for solving integer linear programs (ILPs). In each iteration of such methods, additional linear constraints (cuts) are introduced to the constraint set with the aim of excluding the previous fractional optimal solution while not affecting the optimal…