Skip to main content

Showing 1–17 of 17 results for author: Carlucci, F M

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

    cs.LG cs.CV stat.ML

    Approximate Neural Architecture Search via Operation Distribution Learning

    Authors: Xingchen Wan, Binxin Ru, Pedro M. Esperança, Fabio M. Carlucci

    Abstract: The standard paradigm in Neural Architecture Search (NAS) is to search for a fully deterministic architecture with specific operations and connections. In this work, we instead propose to search for the optimal operation distribution, thus providing a stochastic and approximate solution, which can be used to sample architectures of arbitrary length. We propose and show, that given an architectural… ▽ More

    Submitted 8 November, 2021; originally announced November 2021.

    Comments: WACV 2022. 10 pages, 3 figures and 5 tables (15 pages, 7 figures and 6 tables including appendices)

  2. arXiv:2111.03555  [pdf, other

    cs.LG

    AUTOKD: Automatic Knowledge Distillation Into A Student Architecture Family

    Authors: Roy Henha Eyono, Fabio Maria Carlucci, Pedro M Esperança, Binxin Ru, Phillip Torr

    Abstract: State-of-the-art results in deep learning have been improving steadily, in good part due to the use of larger models. However, widespread use is constrained by device hardware limitations, resulting in a substantial performance gap between state-of-the-art models and those that can be effectively deployed on small devices. While Knowledge Distillation (KD) theoretically enables small student model… ▽ More

    Submitted 5 November, 2021; originally announced November 2021.

    Comments: 12 pages, 8 figures

  3. arXiv:2111.01662  [pdf, other

    cs.LG cs.AI

    OSOA: One-Shot Online Adaptation of Deep Generative Models for Lossless Compression

    Authors: Chen Zhang, Shifeng Zhang, Fabio Maria Carlucci, Zhenguo Li

    Abstract: Explicit deep generative models (DGMs), e.g., VAEs and Normalizing Flows, have shown to offer an effective data modelling alternative for lossless compression. However, DGMs themselves normally require large storage space and thus contaminate the advantage brought by accurate data density estimation. To eliminate the requirement of saving separate models for different target datasets, we propose a… ▽ More

    Submitted 2 November, 2021; originally announced November 2021.

  4. arXiv:2102.06679  [pdf, other

    cs.CV cs.LG

    Adversarial Branch Architecture Search for Unsupervised Domain Adaptation

    Authors: Luca Robbiano, Muhammad Rameez Ur Rahman, Fabio Galasso, Barbara Caputo, Fabio Maria Carlucci

    Abstract: Unsupervised Domain Adaptation (UDA) is a key issue in visual recognition, as it allows to bridge different visual domains enabling robust performances in the real world. To date, all proposed approaches rely on human expertise to manually adapt a given UDA method (e.g. DANN) to a specific backbone architecture (e.g. ResNet). This dependency on handcrafted designs limits the applicability of a giv… ▽ More

    Submitted 22 October, 2021; v1 submitted 12 February, 2021; originally announced February 2021.

    Comments: Accepted at WACV 2022

  5. arXiv:2007.12368  [pdf, other

    cs.CV

    Self-Supervised Learning Across Domains

    Authors: Silvia Bucci, Antonio D'Innocente, Yujun Liao, Fabio Maria Carlucci, Barbara Caputo, Tatiana Tommasi

    Abstract: Human adaptability relies crucially on learning and merging knowledge from both supervised and unsupervised tasks: the parents point out few important concepts, but then the children fill in the gaps on their own. This is particularly effective, because supervised learning can never be exhaustive and thus learning autonomously allows to discover invariances and regularities that help to generalize… ▽ More

    Submitted 31 March, 2021; v1 submitted 24 July, 2020; originally announced July 2020.

    Comments: Accepted at IEEE T-PAMI

  6. arXiv:1912.12522  [pdf, other

    cs.LG cs.CV stat.ML

    NAS evaluation is frustratingly hard

    Authors: Antoine Yang, Pedro M. Esperança, Fabio M. Carlucci

    Abstract: Neural Architecture Search (NAS) is an exciting new field which promises to be as much as a game-changer as Convolutional Neural Networks were in 2012. Despite many great works leading to substantial improvements on a variety of tasks, comparison between different methods is still very much an open issue. While most algorithms are tested on the same datasets, there is no shared experimental protoc… ▽ More

    Submitted 13 February, 2020; v1 submitted 28 December, 2019; originally announced December 2019.

    Comments: Published as a conference paper at ICLR2020; 13 pages; 10 figures

  7. arXiv:1909.01051  [pdf, other

    cs.CV cs.LG cs.MA

    MANAS: Multi-Agent Neural Architecture Search

    Authors: Vasco Lopes, Fabio Maria Carlucci, Pedro M Esperança, Marco Singh, Victor Gabillon, Antoine Yang, Hang Xu, Zewei Chen, Jun Wang

    Abstract: The Neural Architecture Search (NAS) problem is typically formulated as a graph search problem where the goal is to learn the optimal operations over edges in order to maximise a graph-level global objective. Due to the large architecture parameter space, efficiency is a key bottleneck preventing NAS from its practical use. In this paper, we address the issue by framing NAS as a multi-agent proble… ▽ More

    Submitted 12 January, 2023; v1 submitted 3 September, 2019; originally announced September 2019.

  8. arXiv:1903.06864  [pdf, other

    cs.CV cs.LG

    Domain Generalization by Solving Jigsaw Puzzles

    Authors: Fabio Maria Carlucci, Antonio D'Innocente, Silvia Bucci, Barbara Caputo, Tatiana Tommasi

    Abstract: Human adaptability relies crucially on the ability to learn and merge knowledge both from supervised and unsupervised learning: the parents point out few important concepts, but then the children fill in the gaps on their own. This is particularly effective, because supervised learning can never be exhaustive and thus learning autonomously allows to discover invariances and regularities that help… ▽ More

    Submitted 14 April, 2019; v1 submitted 15 March, 2019; originally announced March 2019.

    Comments: Accepted at CVPR 2019 (oral)

  9. arXiv:1902.04992  [pdf, other

    cs.CV

    Learning to see across Domains and Modalities

    Authors: Fabio Maria Carlucci

    Abstract: Deep learning has raised hopes and expectations as a general solution for many applications; indeed it has proven effective, but it also showed a strong dependence on large quantities of data. Luckily, it has been shown that, even when data is scarce, a successful model can be trained by reusing prior knowledge. Thus, develo** techniques for transfer learning, in its broadest definition, is a cr… ▽ More

    Submitted 13 February, 2019; originally announced February 2019.

  10. arXiv:1808.01102  [pdf, other

    cs.CV

    Hallucinating Agnostic Images to Generalize Across Domains

    Authors: Fabio M. Carlucci, Paolo Russo, Tatiana Tommasi, Barbara Caputo

    Abstract: The ability to generalize across visual domains is crucial for the robustness of artificial recognition systems. Although many training sources may be available in real contexts, the access to even unlabeled target samples cannot be taken for granted, which makes standard unsupervised domain adaptation methods inapplicable in the wild. In this work we investigate how to exploit multiple sources by… ▽ More

    Submitted 10 July, 2019; v1 submitted 3 August, 2018; originally announced August 2018.

  11. arXiv:1705.08824  [pdf, other

    cs.CV

    From source to target and back: symmetric bi-directional adaptive GAN

    Authors: Paolo Russo, Fabio Maria Carlucci, Tatiana Tommasi, Barbara Caputo

    Abstract: The effectiveness of generative adversarial approaches in producing images according to a specific style or visual domain has recently opened new directions to solve the unsupervised domain adaptation problem. It has been shown that source labeled images can be modified to mimic target samples making it possible to train directly a classifier in the target domain, despite the original lack of anno… ▽ More

    Submitted 29 November, 2017; v1 submitted 24 May, 2017; originally announced May 2017.

  12. arXiv:1705.02139  [pdf, other

    cs.CV

    Bridging between Computer and Robot Vision through Data Augmentation: a Case Study on Object Recognition

    Authors: Antonio D'Innocente, Fabio Maria Carlucci, Mirco Colosi, Barbara Caputo

    Abstract: Despite the impressive progress brought by deep network in visual object recognition, robot vision is still far from being a solved problem. The most successful convolutional architectures are developed starting from ImageNet, a large scale collection of images of object categories downloaded from the Web. This kind of images is very different from the situated and embodied visual experience of ro… ▽ More

    Submitted 5 May, 2017; originally announced May 2017.

  13. arXiv:1704.08082  [pdf, other

    cs.CV

    AutoDIAL: Automatic DomaIn Alignment Layers

    Authors: Fabio Maria Carlucci, Lorenzo Porzi, Barbara Caputo, Elisa Ricci, Samuel Rota Bulò

    Abstract: Classifiers trained on given databases perform poorly when tested on data acquired in different settings. This is explained in domain adaptation through a shift among distributions of the source and target domains. Attempts to align them have traditionally resulted in works reducing the domain shift by introducing appropriate loss terms, measuring the discrepancies between source and target distri… ▽ More

    Submitted 27 November, 2017; v1 submitted 26 April, 2017; originally announced April 2017.

    Comments: arXiv admin note: substantial text overlap with arXiv:1702.06332 added supplementary material

  14. arXiv:1703.10881  [pdf, other

    cs.CV

    (DE)^2 CO: Deep Depth Colorization

    Authors: F. M. Carlucci, P. Russo, B. Caputo

    Abstract: The ability to classify objects is fundamental for robots. Besides knowledge about their visual appearance, captured by the RGB channel, robots heavily need also depth information to make sense of the world. While the use of deep networks on RGB robot images has benefited from the plethora of results obtained on databases like ImageNet, using convnets on depth images requires map** them into thr… ▽ More

    Submitted 21 February, 2018; v1 submitted 31 March, 2017; originally announced March 2017.

  15. arXiv:1702.06332  [pdf, other

    cs.CV

    Just DIAL: DomaIn Alignment Layers for Unsupervised Domain Adaptation

    Authors: Fabio Maria Carlucci, Lorenzo Porzi, Barbara Caputo, Elisa Ricci, Samuel Rota Bulò

    Abstract: The empirical fact that classifiers, trained on given data collections, perform poorly when tested on data acquired in different settings is theoretically explained in domain adaptation through a shift among distributions of the source and target domains. Alleviating the domain shift problem, especially in the challenging setting where no labeled data are available for the target domain, is paramo… ▽ More

    Submitted 27 April, 2017; v1 submitted 21 February, 2017; originally announced February 2017.

  16. arXiv:1609.09713  [pdf, other

    cs.CV

    A deep representation for depth images from synthetic data

    Authors: Fabio Maria Carlucci, Paolo Russo, Barbara Caputo

    Abstract: Convolutional Neural Networks (CNNs) trained on large scale RGB databases have become the secret sauce in the majority of recent approaches for object categorization from RGB-D data. Thanks to colorization techniques, these methods exploit the filters learned from 2D images to extract meaningful representations in 2.5D. Still, the perceptual signature of these two kind of images is very different,… ▽ More

    Submitted 30 September, 2016; originally announced September 2016.

  17. arXiv:1511.03853  [pdf, other

    cs.CV

    When Naïve Bayes Nearest Neighbours Meet Convolutional Neural Networks

    Authors: Ilja Kuzborskij, Fabio Maria Carlucci, Barbara Caputo

    Abstract: Since Convolutional Neural Networks (CNNs) have become the leading learning paradigm in visual recognition, Naive Bayes Nearest Neighbour (NBNN)-based classifiers have lost momentum in the community. This is because (1) such algorithms cannot use CNN activations as input features; (2) they cannot be used as final layer of CNN architectures for end-to-end training , and (3) they are generally not s… ▽ More

    Submitted 17 November, 2015; v1 submitted 12 November, 2015; originally announced November 2015.