Skip to main content

Showing 1–25 of 25 results for author: Deza, A

Searching in archive cs. Search in all archives.
.
  1. arXiv:2503.07587  [pdf, other

    cs.CV cs.AI cs.RO

    Robusto-1 Dataset: Comparing Humans and VLMs on real out-of-distribution Autonomous Driving VQA from Peru

    Authors: Dunant Cusipuma, David Ortega, Victor Flores-Benites, Arturo Deza

    Abstract: As multimodal foundational models start being deployed experimentally in Self-Driving cars, a reasonable question we ask ourselves is how similar to humans do these systems respond in certain driving situations -- especially those that are out-of-distribution? To study this, we create the Robusto-1 dataset that uses dashcam video data from Peru, a country with one of the worst (aggressive) drivers… ▽ More

    Submitted 10 March, 2025; originally announced March 2025.

    Comments: A pre-print. 26 pages. Link to Code + Data: https://huggingface.co/datasets/Artificio/robusto-1

  2. arXiv:2412.17116  [pdf, other

    cs.LG cs.CY math.OC stat.ML

    Fair and Accurate Regression: Strong Formulations and Algorithms

    Authors: Anna Deza, Andrés Gómez, Alper Atamtürk

    Abstract: This paper introduces mixed-integer optimization methods to solve regression problems that incorporate fairness metrics. We propose an exact formulation for training fair regression models. To tackle this computationally hard problem, we study the polynomially-solvable single-factor and single-observation subproblems as building blocks and derive their closed convex hull descriptions. Strong formu… ▽ More

    Submitted 22 December, 2024; originally announced December 2024.

  3. arXiv:2409.06559  [pdf, other

    cs.LG math.OC

    Learn2Aggregate: Supervised Generation of Chvátal-Gomory Cuts Using Graph Neural Networks

    Authors: Arnaud Deza, Elias B. Khalil, Zhenan Fan, Zirui Zhou, Yong Zhang

    Abstract: We present $\textit{Learn2Aggregate}$, a machine learning (ML) framework for optimizing the generation of Chvátal-Gomory (CG) cuts in mixed integer linear programming (MILP). The framework trains a graph neural network to classify useful constraints for aggregation in CG cut generation. The ML-driven CG separator selectively focuses on a small set of impactful constraints, improving runtimes witho… ▽ More

    Submitted 10 September, 2024; originally announced September 2024.

    Comments: 12 pages, 8 figures

  4. arXiv:2306.01097  [pdf, other

    cs.AI cs.DS math.CO

    Fast Matrix Multiplication Without Tears: A Constraint Programming Approach

    Authors: Arnaud Deza, Chang Liu, Pashootan Vaezipoor, Elias B. Khalil

    Abstract: It is known that the multiplication of an $N \times M$ matrix with an $M \times P$ matrix can be performed using fewer multiplications than what the naive $NMP$ approach suggests. The most famous instance of this is Strassen's algorithm for multiplying two $2\times 2$ matrices in 7 instead of 8 multiplications. This gives rise to the constraint satisfaction problem of fast matrix multiplication, w… ▽ More

    Submitted 17 July, 2023; v1 submitted 1 June, 2023; originally announced June 2023.

  5. arXiv:2302.09166  [pdf, other

    math.OC cs.AI cs.LG

    Machine Learning for Cutting Planes in Integer Programming: A Survey

    Authors: Arnaud Deza, Elias B. Khalil

    Abstract: We survey recent work on machine learning (ML) techniques for selecting cutting planes (or cuts) in mixed-integer linear programming (MILP). Despite the availability of various classes of cuts, the task of choosing a set of cuts to add to the linear programming (LP) relaxation at a given node of the branch-and-bound (B&B) tree has defied both formal and heuristic solutions to date. ML offers a pro… ▽ More

    Submitted 31 October, 2023; v1 submitted 17 February, 2023; originally announced February 2023.

    Comments: Accepted in IJCAI 2023 Survey Track

    MSC Class: Artificial Intelligence

    Journal ref: In Joint Conference on Artificial Intelligence, pages 6592-6600 (2023)

  6. arXiv:2203.06649  [pdf, other

    q-bio.NC cs.AI cs.CV cs.LG cs.NE

    Joint rotational invariance and adversarial training of a dual-stream Transformer yields state of the art Brain-Score for Area V4

    Authors: William Berrios, Arturo Deza

    Abstract: Modern high-scoring models of vision in the brain score competition do not stem from Vision Transformers. However, in this paper, we provide evidence against the unexpected trend of Vision Transformers (ViT) being not perceptually aligned with human visual representations by showing how a dual-stream Transformer, a CrossViT$~\textit{a la}$ Chen et al. (2021), under a joint rotationally-invariant a… ▽ More

    Submitted 17 October, 2022; v1 submitted 8 March, 2022; originally announced March 2022.

    Comments: Under review

  7. arXiv:2202.00838  [pdf, other

    cs.CV cs.AI q-bio.NC

    Finding Biological Plausibility for Adversarially Robust Features via Metameric Tasks

    Authors: Anne Harrington, Arturo Deza

    Abstract: Recent work suggests that representations learned by adversarially robust networks are more human perceptually-aligned than non-robust networks via image manipulations. Despite appearing closer to human visual perception, it is unclear if the constraints in robust DNN representations match biological constraints found in human vision. Human vision seems to rely on texture-based/summary statistic r… ▽ More

    Submitted 3 February, 2022; v1 submitted 1 February, 2022; originally announced February 2022.

    Comments: Accepted to ICLR 2022 as a Spotlight

  8. arXiv:2202.00467  [pdf, other

    stat.ML cs.LG stat.ME

    Safe Screening for Logistic Regression with $\ell_0$-$\ell_2$ Regularization

    Authors: Anna Deza, Alper Atamturk

    Abstract: In logistic regression, it is often desirable to utilize regularization to promote sparse solutions, particularly for problems with a large number of features compared to available labels. In this paper, we present screening rules that safely remove features from logistic regression with $\ell_0-\ell_2$ regularization before solving the problem. The proposed safe screening rules are based on lower… ▽ More

    Submitted 1 February, 2022; originally announced February 2022.

  9. arXiv:2112.07173  [pdf, other

    cs.CV cs.AI cs.NE q-bio.NC

    On the use of Cortical Magnification and Saccades as Biological Proxies for Data Augmentation

    Authors: Binxu Wang, David Mayo, Arturo Deza, Andrei Barbu, Colin Conwell

    Abstract: Self-supervised learning is a powerful way to learn useful representations from natural data. It has also been suggested as one possible means of building visual representation in humans, but the specific objective and algorithm are unknown. Currently, most self-supervised methods encourage the system to learn an invariant representation of different transformations of the same image in contrast t… ▽ More

    Submitted 14 December, 2021; originally announced December 2021.

    Comments: 14 pages, 6 figures, 2 tables. Published in NeurIPS 2021 Workshop, Shared Visual Representations in Human & Machine Intelligence (SVRHM). For code, see https://github.com/Animadversio/Foveated_Saccade_SimCLR

    ACM Class: I.4.10; I.5.1; I.2.6; I.2.10

  10. arXiv:2102.10534  [pdf, other

    cs.LG cs.CV

    The Effects of Image Distribution and Task on Adversarial Robustness

    Authors: Owen Kunhardt, Arturo Deza, Tomaso Poggio

    Abstract: In this paper, we propose an adaptation to the area under the curve (AUC) metric to measure the adversarial robustness of a model over a particular $ε$-interval $[ε_0, ε_1]$ (interval of adversarial perturbation strengths) that facilitates unbiased comparisons across models when they have different initial $ε_0$ performance. This can be used to determine how adversarially robust a model is to diff… ▽ More

    Submitted 21 February, 2021; originally announced February 2021.

    Comments: Under review at ICML 2021

  11. arXiv:2012.08655  [pdf, other

    eess.IV cs.CV cs.LG q-bio.NC

    CUDA-Optimized real-time rendering of a Foveated Visual System

    Authors: Elian Malkin, Arturo Deza, Tomaso Poggio

    Abstract: The spatially-varying field of the human visual system has recently received a resurgence of interest with the development of virtual reality (VR) and neural networks. The computational demands of high resolution rendering desired for VR can be offset by savings in the periphery, while neural networks trained with foveated input have shown perceptual gains in i.i.d and o.o.d generalization. In thi… ▽ More

    Submitted 15 December, 2020; originally announced December 2020.

    Comments: 16 pages, 13 figures, presented at the Shared Visual Representations in Human and Machine Intelligence Workshop (SVRHM NeurIPS 2020)

  12. arXiv:2006.13915  [pdf, other

    cs.LG eess.IV q-bio.NC stat.ML

    Hierarchically Compositional Tasks and Deep Convolutional Networks

    Authors: Arturo Deza, Qianli Liao, Andrzej Banburski, Tomaso Poggio

    Abstract: The main success stories of deep learning, starting with ImageNet, depend on deep convolutional networks, which on certain tasks perform significantly better than traditional shallow classifiers, such as support vector machines, and also better than deep fully connected networks; but what is so special about deep convolutional networks? Recent results in approximation theory proved an exponential… ▽ More

    Submitted 25 March, 2021; v1 submitted 24 June, 2020; originally announced June 2020.

    Comments: A pre-print. Currently Under Review

    Report number: MIT Center for Brains, Minds and Machines (CBMM) Memo #109

  13. arXiv:2006.07991  [pdf, ps, other

    cs.CV cs.LG eess.IV q-bio.NC

    Emergent Properties of Foveated Perceptual Systems

    Authors: Arturo Deza, Talia Konkle

    Abstract: The goal of this work is to characterize the representational impact that foveation operations have for machine vision systems, inspired by the foveated human visual system, which has higher acuity at the center of gaze and texture-like encoding in the periphery. To do so, we introduce models consisting of a first-stage \textit{fixed} image transform followed by a second-stage \textit{learnable} c… ▽ More

    Submitted 22 June, 2021; v1 submitted 14 June, 2020; originally announced June 2020.

    Comments: An updated pre-print. Currently under review at NeurIPS 2021. Themes: Foveation, Machine Perception & Representation Learning

  14. arXiv:1904.02805  [pdf, other

    cs.CV cs.HC cs.RO

    Assessment of Faster R-CNN in Man-Machine collaborative search

    Authors: Arturo Deza, Amit Surana, Miguel P. Eckstein

    Abstract: With the advent of modern expert systems driven by deep learning that supplement human experts (e.g. radiologists, dermatologists, surveillance scanners), we analyze how and when do such expert systems enhance human performance in a fine-grained small target visual search task. We set up a 2 session factorial experimental design in which humans visually search for a target with and without a Deep… ▽ More

    Submitted 4 April, 2019; originally announced April 2019.

    Comments: To be presented at CVPR 2019 in Long Beach, CA

  15. arXiv:1901.02272  [pdf, ps, other

    math.CO cs.CC cs.DM

    Hypergraphic Degree Sequences are Hard

    Authors: Antoine Deza, Asaf Levin, Syed M. Meesum, Shmuel Onn

    Abstract: We show that deciding if a given vector is the degree sequence of a 3-hypergraph is NP-complete.

    Submitted 8 January, 2019; originally announced January 2019.

    MSC Class: 05A; 15A; 51M; 52A; 52B; 52C; 62H; 68Q; 68R; 68U; 68W; 90B; 90C

    Journal ref: Bulletin of the European Association for Theoretical Computer Science, 127:63-64, 2019

  16. arXiv:1706.03951  [pdf, ps, other

    math.OC cs.CC cs.DM cs.DS math.CO

    Optimization over Degree Sequences

    Authors: Antoine Deza, Asaf Levin, Syed M. Meesum, Shmuel Onn

    Abstract: We introduce and study the problem of optimizing arbitrary functions over degree sequences of hypergraphs and multihypergraphs. We show that over multihypergraphs the problem can be solved in polynomial time. For hypergraphs, we show that deciding if a given sequence is the degree sequence of a 3-hypergraph is NP-complete, thereby solving a 30 year long open problem. This implies that optimization… ▽ More

    Submitted 15 August, 2018; v1 submitted 13 June, 2017; originally announced June 2017.

    MSC Class: 05A; 15A; 51M; 52A; 52B; 52C; 62H; 68Q; 68R; 68U; 68W; 90B; 90C

    Journal ref: SIAM Journal on Discrete Mathematics, 32:2067--2079, 2018

  17. arXiv:1705.10041  [pdf, other

    cs.CV cs.GR

    Towards Metamerism via Foveated Style Transfer

    Authors: Arturo Deza, Aditya Jonnalagadda, Miguel Eckstein

    Abstract: The problem of $\textit{visual metamerism}$ is defined as finding a family of perceptually indistinguishable, yet physically different images. In this paper, we propose our NeuroFovea metamer model, a foveated generative model that is based on a mixture of peripheral representations and style transfer forward-pass algorithms. Our gradient-descent free model is parametrized by a foveated VGG19 enco… ▽ More

    Submitted 28 December, 2018; v1 submitted 29 May, 2017; originally announced May 2017.

    Comments: Published at ICLR 2019

  18. arXiv:1704.01687  [pdf, ps, other

    cs.CG

    Computational determination of the largest lattice polytope diameter

    Authors: Nathan Chadder, Antoine Deza

    Abstract: A lattice (d, k)-polytope is the convex hull of a set of points in dimension d whose coordinates are integers between 0 and k. Let δ(d, k) be the largest diameter over all lattice (d, k)-polytopes. We develop a computational framework to determine δ(d, k) for small instances. We show that δ(3, 4) = 7 and δ(3, 5) = 9; that is, we verify for (d, k) = (3, 4) and (3, 5) the conjecture whereby δ(d, k)… ▽ More

    Submitted 5 April, 2017; originally announced April 2017.

    MSC Class: 52C; 90C

  19. Attention Allocation Aid for Visual Search

    Authors: Arturo Deza, Jeffrey R. Peters, Grant S. Taylor, Amit Surana, Miguel P. Eckstein

    Abstract: This paper outlines the development and testing of a novel, feedback-enabled attention allocation aid (AAAD), which uses real-time physiological data to improve human performance in a realistic sequential visual search task. Indeed, by optimizing over search duration, the aid improves efficiency, while preserving decision accuracy, as the operator identifies and classifies targets within simulated… ▽ More

    Submitted 14 January, 2017; originally announced January 2017.

    Comments: To be presented at the ACM CHI conference in Denver, Colorado in May 2017

    ACM Class: H.1.2; H.4.2; H.m; I.6.4

  20. arXiv:1608.04042  [pdf, other

    cs.CV cs.AI cs.HC

    Can Peripheral Representations Improve Clutter Metrics on Complex Scenes?

    Authors: Arturo Deza, Miguel P. Eckstein

    Abstract: Previous studies have proposed image-based clutter measures that correlate with human search times and/or eye movements. However, most models do not take into account the fact that the effects of clutter interact with the foveated nature of the human visual system: visual clutter further from the fovea has an increasing detrimental influence on perception. Here, we introduce a new foveated clutter… ▽ More

    Submitted 13 August, 2016; originally announced August 2016.

    Comments: Pre-Print to be presented at NIPS 2016 in Barcelona, Spain

  21. Understanding Image Virality

    Authors: Arturo Deza, Devi Parikh

    Abstract: Virality of online content on social networking websites is an important but esoteric phenomenon often studied in fields like marketing, psychology and data mining. In this paper we study viral images from a computer vision perspective. We introduce three new image datasets from Reddit, and define a virality score using Reddit metadata. We train classifiers with state-of-the-art image features to… ▽ More

    Submitted 26 May, 2015; v1 submitted 8 March, 2015; originally announced March 2015.

    Comments: Pre-print, IEEE Conference on Computer Vision and Pattern Recognition (CVPR), 2015

  22. arXiv:1407.7924  [pdf, ps, other

    cs.CE math.OC

    Chance Constrained Optimization for Targeted Internet Advertising

    Authors: Antoine Deza, Kai Huang, Michael R. Metel

    Abstract: We introduce a chance constrained optimization model for the fulfillment of guaranteed display Internet advertising campaigns. The proposed formulation for the allocation of display inventory takes into account the uncertainty of the supply of Internet viewers. We discuss and present theoretical and computational features of the model via Monte Carlo sampling and convex approximations. Theoretical… ▽ More

    Submitted 29 July, 2014; originally announced July 2014.

  23. arXiv:1212.4720  [pdf, other

    math.CO cs.CG cs.DM

    A combinatorial approach to colourful simplicial depth

    Authors: Antoine Deza, Frédéric Meunier, Pauline Sarrabezolles

    Abstract: The colourful simplicial depth conjecture states that any point in the convex hull of each of d+1 sets, or colours, of d+1 points in general position in R^d is contained in at least d^2+1 simplices with one vertex from each set. We verify the conjecture in dimension 4 and strengthen the known lower bounds in higher dimensions. These results are obtained using a combinatorial generalization of colo… ▽ More

    Submitted 16 March, 2013; v1 submitted 19 December, 2012; originally announced December 2012.

    Comments: 17 pages, 4 figures

    MSC Class: 05C65 (Primary) 52C45; 52A35 (Secondary)

  24. arXiv:1210.7621  [pdf, ps, other

    math.CO cs.CG

    Computational Lower Bounds for Colourful Simplicial Depth

    Authors: Antoine Deza, Tamon Stephen, Feng Xie

    Abstract: The colourful simplicial depth problem in dimension d is to find a configuration of (d+1) sets of (d+1) points such that the origin is contained in the convex hull of each set (colour) but contained in a minimal number of colourful simplices generated by taking one point from each set. A construction attaining d^2+1 simplices is known, and is conjectured to be minimal. This has been confirmed up t… ▽ More

    Submitted 29 October, 2012; originally announced October 2012.

    Comments: 8 pages

    MSC Class: 52A35; 05D05; 52B05

  25. arXiv:1107.3380  [pdf, other

    cs.CG cs.DM math.CO

    A further generalization of the colourful Carathéodory theorem

    Authors: Frédéric Meunier, Antoine Deza

    Abstract: Given $d+1$ sets, or colours, $S_1, S_2,...,S_{d+1}$ of points in $\mathbb{R}^d$, a {\em colourful} set is a set $S\subseteq\bigcup_i S_i$ such that $|S\cap S_i|\leq 1$ for $i=1,...,d+1$. The convex hull of a colourful set $S$ is called a {\em colourful simplex}. Bárány's colourful Carathéodory theorem asserts that if the origin 0 is contained in the convex hull of $S_i$ for $i=1,...,d+1$, then th… ▽ More

    Submitted 6 March, 2014; v1 submitted 18 July, 2011; originally announced July 2011.

    Comments: 12 pages, 4 figures

    MSC Class: 52C45; 52A35