Skip to main content

Showing 1–15 of 15 results for author: Valmadre, J

  1. arXiv:2407.05528  [pdf, other

    cs.CV

    An accurate detection is not all you need to combat label noise in web-noisy datasets

    Authors: Paul Albert, Jack Valmadre, Eric Arazo, Tarun Krishna, Noel E. O'Connor, Kevin McGuinness

    Abstract: Training a classifier on web-crawled data demands learning algorithms that are robust to annotation errors and irrelevant examples. This paper builds upon the recent empirical observation that applying unsupervised contrastive learning to noisy, web-crawled datasets yields a feature representation under which the in-distribution (ID) and out-of-distribution (OOD) samples are linearly separable. We… ▽ More

    Submitted 7 July, 2024; originally announced July 2024.

    Comments: Accepted in the European Conference on Computer Vision (ECCV) 2024

  2. arXiv:2401.15834  [pdf, other

    cs.CV cs.AI

    Few and Fewer: Learning Better from Few Examples Using Fewer Base Classes

    Authors: Raphael Lafargue, Yassir Bendou, Bastien Pasdeloup, Jean-Philippe Diguet, Ian Reid, Vincent Gripon, Jack Valmadre

    Abstract: When training data is scarce, it is common to make use of a feature extractor that has been pre-trained on a large base dataset, either by fine-tuning its parameters on the ``target'' dataset or by directly adopting its representation as features for a simple classifier. Fine-tuning is ineffective for few-shot learning, since the target dataset contains only a handful of examples. However, directl… ▽ More

    Submitted 28 January, 2024; originally announced January 2024.

    Comments: 9.5 pages + bibliography and supplementary material

    MSC Class: 68T ACM Class: I.2; I.4; I.5

  3. arXiv:2305.14683  [pdf, other

    cs.LG stat.ML

    On progressive sharpening, flat minima and generalisation

    Authors: Lachlan Ewen MacDonald, Jack Valmadre, Simon Lucey

    Abstract: We present a new approach to understanding the relationship between loss curvature and input-output model behaviour in deep learning. Specifically, we use existing empirical analyses of the spectrum of deep network loss Hessians to ground an ansatz tying together the loss Hessian and the input-output Jacobian over training samples during the training of deep neural networks. We then prove a series… ▽ More

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

  4. arXiv:2210.10929  [pdf, other

    cs.LG cs.CV stat.ML

    Hierarchical classification at multiple operating points

    Authors: Jack Valmadre

    Abstract: Many classification problems consider classes that form a hierarchy. Classifiers that are aware of this hierarchy may be able to make confident predictions at a coarse level despite being uncertain at the fine-grained level. While it is generally possible to vary the granularity of predictions using a threshold at inference time, most contemporary work considers only leaf-node prediction, and almo… ▽ More

    Submitted 10 February, 2023; v1 submitted 19 October, 2022; originally announced October 2022.

    Comments: To appear at NeurIPS 2022

  5. arXiv:2210.05371  [pdf, other

    cs.LG

    On skip connections and normalisation layers in deep optimisation

    Authors: Lachlan Ewen MacDonald, Jack Valmadre, Hemanth Saratchandran, Simon Lucey

    Abstract: We introduce a general theoretical framework, designed for the study of gradient optimisation of deep neural networks, that encompasses ubiquitous architecture choices including batch normalisation, weight normalisation and skip connections. Our framework determines the curvature and regularity properties of multilayer loss landscapes in terms of their constituent layers, thereby elucidating the r… ▽ More

    Submitted 4 December, 2023; v1 submitted 10 October, 2022; originally announced October 2022.

    Comments: NeurIPS 2023

  6. arXiv:2202.02200  [pdf, other

    cs.CV cs.LG

    Learning with Neighbor Consistency for Noisy Labels

    Authors: Ahmet Iscen, Jack Valmadre, Anurag Arnab, Cordelia Schmid

    Abstract: Recent advances in deep learning have relied on large, labelled datasets to train high-capacity models. However, collecting large datasets in a time- and cost-efficient manner often results in label noise. We present a method for learning from noisy labels that leverages similarities between training examples in feature space, encouraging the prediction of each example to be similar to its nearest… ▽ More

    Submitted 6 July, 2022; v1 submitted 4 February, 2022; originally announced February 2022.

    Comments: The code is available at https://github.com/google-research/scenic/tree/main/scenic/projects/ncr

  7. arXiv:2104.02631  [pdf, other

    cs.CV

    Local Metrics for Multi-Object Tracking

    Authors: Jack Valmadre, Alex Bewley, Jonathan Huang, Chen Sun, Cristian Sminchisescu, Cordelia Schmid

    Abstract: This paper introduces temporally local metrics for Multi-Object Tracking. These metrics are obtained by restricting existing metrics based on track matching to a finite temporal horizon, and provide new insight into the ability of trackers to maintain identity over time. Moreover, the horizon parameter offers a novel, meaningful mechanism by which to define the relative importance of detection and… ▽ More

    Submitted 6 April, 2021; originally announced April 2021.

  8. arXiv:1803.09502  [pdf, other

    cs.CV

    Long-term Tracking in the Wild: A Benchmark

    Authors: Jack Valmadre, Luca Bertinetto, João F. Henriques, Ran Tao, Andrea Vedaldi, Arnold Smeulders, Philip Torr, Efstratios Gavves

    Abstract: We introduce the OxUvA dataset and benchmark for evaluating single-object tracking algorithms. Benchmarks have enabled great strides in the field of object tracking by defining standardized evaluations on large sets of diverse videos. However, these works have focused exclusively on sequences that are just tens of seconds in length and in which the target is always visible. Consequently, most rese… ▽ More

    Submitted 10 August, 2018; v1 submitted 26 March, 2018; originally announced March 2018.

    Comments: To appear at ECCV 2018

  9. arXiv:1802.07351  [pdf, other

    cs.CV

    Devon: Deformable Volume Network for Learning Optical Flow

    Authors: Yao Lu, Jack Valmadre, Heng Wang, Juho Kannala, Mehrtash Harandi, Philip H. S. Torr

    Abstract: State-of-the-art neural network models estimate large displacement optical flow in multi-resolution and use warping to propagate the estimation between two resolutions. Despite their impressive results, it is known that there are two problems with the approach. First, the multi-resolution estimation of optical flow fails in situations where small objects move fast. Second, warping creates artifact… ▽ More

    Submitted 4 March, 2019; v1 submitted 20 February, 2018; originally announced February 2018.

  10. arXiv:1704.06036  [pdf, other

    cs.CV cs.LG

    End-to-end representation learning for Correlation Filter based tracking

    Authors: Jack Valmadre, Luca Bertinetto, João F. Henriques, Andrea Vedaldi, Philip H. S. Torr

    Abstract: The Correlation Filter is an algorithm that trains a linear template to discriminate between images and their translations. It is well suited to object tracking because its formulation in the Fourier domain provides a fast solution, enabling the detector to be re-trained once per frame. Previous works that use the Correlation Filter, however, have adopted features that were either manually designe… ▽ More

    Submitted 20 April, 2017; originally announced April 2017.

    Comments: To appear at CVPR 2017

  11. arXiv:1606.09549  [pdf, other

    cs.CV

    Fully-Convolutional Siamese Networks for Object Tracking

    Authors: Luca Bertinetto, Jack Valmadre, João F. Henriques, Andrea Vedaldi, Philip H. S. Torr

    Abstract: The problem of arbitrary object tracking has traditionally been tackled by learning a model of the object's appearance exclusively online, using as sole training data the video itself. Despite the success of these methods, their online-only approach inherently limits the richness of the model they can learn. Recently, several attempts have been made to exploit the expressive power of deep convolut… ▽ More

    Submitted 1 December, 2021; v1 submitted 30 June, 2016; originally announced June 2016.

    Comments: The first two authors contributed equally, and are listed in alphabetical order. Code available at http://www.robots.ox.ac.uk/~luca/siamese-fc.html

  12. arXiv:1606.05233  [pdf, other

    cs.CV cs.LG

    Learning feed-forward one-shot learners

    Authors: Luca Bertinetto, João F. Henriques, Jack Valmadre, Philip H. S. Torr, Andrea Vedaldi

    Abstract: One-shot learning is usually tackled by using generative models or discriminative embeddings. Discriminative methods based on deep learning, which are very effective in other learning scenarios, are ill-suited for one-shot learning as they need large amounts of training data. In this paper, we propose a method to learn the parameters of a deep model in one shot. We construct the learner as a secon… ▽ More

    Submitted 16 June, 2016; originally announced June 2016.

    Comments: The first three authors contributed equally, and are listed in alphabetical order

  13. arXiv:1512.01355  [pdf, other

    cs.CV

    Staple: Complementary Learners for Real-Time Tracking

    Authors: Luca Bertinetto, Jack Valmadre, Stuart Golodetz, Ondrej Miksik, Philip Torr

    Abstract: Correlation Filter-based trackers have recently achieved excellent performance, showing great robustness to challenging situations exhibiting motion blur and illumination changes. However, since the model that they learn depends strongly on the spatial layout of the tracked object, they are notoriously sensitive to deformation. Models based on colour statistics have complementary traits: they cope… ▽ More

    Submitted 13 April, 2016; v1 submitted 4 December, 2015; originally announced December 2015.

    Comments: To appear in CVPR 2016

  14. arXiv:1505.04143  [pdf, other

    cs.CV

    Dense Semantic Correspondence where Every Pixel is a Classifier

    Authors: Hilton Bristow, Jack Valmadre, Simon Lucey

    Abstract: Determining dense semantic correspondences across objects and scenes is a difficult problem that underpins many higher-level computer vision algorithms. Unlike canonical dense correspondence problems which consider images that are spatially or temporally adjacent, semantic correspondence is characterized by images that share similar high-level structures whose exact appearance and geometry may dif… ▽ More

    Submitted 15 May, 2015; originally announced May 2015.

    Comments: ICCV 2015 Submission

  15. arXiv:1403.7321  [pdf, other

    cs.CV

    Learning detectors quickly using structured covariance matrices

    Authors: Jack Valmadre, Sridha Sridharan, Simon Lucey

    Abstract: Computer vision is increasingly becoming interested in the rapid estimation of object detectors. Canonical hard negative mining strategies are slow as they require multiple passes of the large negative training set. Recent work has demonstrated that if the distribution of negative examples is assumed to be stationary, then Linear Discriminant Analysis (LDA) can learn comparable detectors without e… ▽ More

    Submitted 28 March, 2014; originally announced March 2014.