← Search

Philip H. S. Torr

33 accepted papers

2022

An Impartial Take to the CNN vs Transformer Robustness Contest

ECCV 2022poster

"Following the surge of popularity of Transformers in Computer Vision, several studies have attempted to determine whether they could be more robust to distribution shifts and provide better uncertainty estimates than Convolutional Neural Networks (CNNs). The almost unanimous conclusion is that they…

2022

Language Matters: A Weakly Supervised Vision-Language Pre-training Approach for Scene Text Detection and Spotting

ECCV 2022poster

"Recently, Vision-Language Pre-training (VLP) techniques have greatly benefited various vision-language tasks by jointly learning visual and textual representations, which intuitively helps in Optical Character Recognition (OCR) tasks due to the rich visual and textual information in scene text imag…

Cited by 43SourcePDFScholar
2022

On the Robustness of Quality Measures for GANs

ECCV 2022poster

"This work evaluates the robustness of quality measures of generative models such as Inception Score (IS) and Fréchet Inception Distance (FID). Analogous to the vulnerability of deep models against a variety of adversarial attacks, we show that such metrics can also be manipulated by additive pixel…

2022

SegPGD: An Effective and Efficient Adversarial Attack for Evaluating and Boosting Segmentation Robustness

ECCV 2022poster

"Deep neural network-based image classifications are vulnerable to adversarial perturbations. The image classifications can be easily fooled by adding artificial small and imperceptible perturbations to input images. As one of the most effective defense strategies, adversarial training was proposed…

Cited by 97SourcePDFScholar
2021

Multi-Shot Temporal Event Localization: A Benchmark

CVPR 2021poster

Current developments in temporal event or action localization usually target actions captured by a single camera. However, extensive events or actions in the wild may be captured as a sequence of shots by multiple cameras at different positions. In this paper, we propose a new and challenging task c…

Cited by 109PDFcodeScholar
2021

Rethinking Class Relations: Absolute-Relative Supervised and Unsupervised Few-Shot Learning

CVPR 2021poster

The majority of existing few-shot learning methods describe image relations with binary labels. However, such binary relations are insufficient to teach the network complicated real-world relations, due to the lack of decision smoothness. Furthermore, current few-shot learning models capture only th…

Cited by 81PDFScholar
2020

A Signal Propagation Perspective for Pruning Neural Networks at Initialization

ICLR 2020spotlight

Network pruning is a promising avenue for compressing deep neural networks. A typical approach to pruning starts by training a model and then removing redundant parameters while minimizing the impact on what is learned. Alternatively, a recent approach shows that pruning can be done at initializatio…

Cited by 198SourcecodeScholar
2020

Few-shot Action Recognition with Permutation-invariant Attention

ECCV 2020poster

Many few-shot learning models focus on recognising images. In contrast, we tackle a challenging task of few-shot action recognition from videos. We build on a C3D encoder for spatio-temporal video blocks to capture short-range action patterns. Such encoded blocks are aggregated by permutation-invari…

Cited by 219SourcePDFScholar
2020

GDumb: A Simple Approach that Questions Our Progress in Continual Learning

ECCV 2020poster

We discuss a general formulation for the Continual Learning (CL) problem for classification---a learning task where a stream provides samples to a learner and the goal of the learner, depending on the samples it receives, is to continually upgrade its knowledge about the old classes and learn new on…

2019

Anchor Diffusion for Unsupervised Video Object Segmentation

ICCV 2019poster

Unsupervised video object segmentation has often been tackled by methods based on recurrent neural networks and optical flow. Despite their complexity, these kinds of approach tend to favour short-term temporal dependencies and are thus prone to accumulating inaccuracies, which cause drift over time…

Cited by 142PDFcodeScholar
2019

Interactive Sketch & Fill: Multiclass Sketch-to-Image Translation

ICCV 2019poster

We propose an interactive GAN-based sketch-to-image translation method that helps novice users easily create images of simple objects. The user starts with a sparse sketch and a desired object category, and the network then recommends its plausible completion(s) and shows a corresponding synthesized…

Cited by 166PDFcodeScholar
2019

Proximal Mean-Field for Neural Network Quantization

ICCV 2019poster

Compressing large Neural Networks (NN) by quantizing the parameters, while maintaining the performance is highly desirable due to reduced memory and time complexity. In this work, we cast NN quantization as a discrete labelling problem, and by examining relaxations, we design an efficient iterative…

Cited by 24PDFcodeScholar
2019

Value Propagation Networks

ICLR 2019poster

We present Value Propagation (VProp), a set of parameter-efficient differentiable planning modules built on Value Iteration which can successfully be trained using reinforcement learning to solve unseen tasks, has the capability to generalize to larger map sizes, and can learn to navigate in dynamic…

Cited by 38SourcePDFScholar
2018

Real-Time Dense Stereo Matching With ELAS on FPGA-Accelerated Embedded Devices

RA-L 2018

For many applications in low-power real-time robotics, stereo cameras are the sensors of choice for depth perception as they are typically cheaper and more versatile than their active counterparts. Their biggest drawback, however, is that they do not directly sense depth maps; instead, these must be

Cited by 33SourcecodeScholar
2018

Riemannian Walk for Incremental Learning: Understanding Forgetting and Intransigence

ECCV 2018poster

Incremental learning (IL) has received a lot of attention recently, however, the literature lacks a precise problem definition, proper evaluation settings, and metrics tailored specifically for the IL problem. One of the main objectives of this work is to fill these gaps so as to provide a common gr…

2017

DESIRE: Distant Future Prediction in Dynamic Scenes With Interacting Agents

CVPR 2017spotlight

We introduce a Deep Stochastic IOC RNN Encoder-decoder framework, DESIRE, for the task of future predictions of multiple interacting agents in dynamic scenes. DESIRE effectively predicts future locations of objects in multiple scenes by 1) accounting for the multi-modal nature of the future predicti…

Cited by 1300PDFScholar
2017

Deeply Supervised Salient Object Detection With Short Connections

CVPR 2017poster

Recent progress on saliency detection is substantial, benefiting mostly from the explosive development of Convolutional Neural Networks (CNNs). Semantic segmentation and saliency detection algorithms developed lately have been mostly based on Fully Convolutional Neural Networks (FCNs). There is stil…

Cited by 1892PDFcodeScholar
2017

Efficient Linear Programming for Dense CRFs

CVPR 2017poster

The fully connected conditional random field (CRF) with Gaussian pairwise potentials has proven popular and effective for multi-class semantic segmentation. While the energy of a dense CRF can be minimized accurately using a linear programming (LP) relaxation, the state-of-the-art algorithm is too s…

Cited by 21PDFScholar
2017

End-To-End Representation Learning for Correlation Filter Based Tracking

CVPR 2017poster

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 wor…

Cited by 1892PDFScholar
2017

On-The-Fly Adaptation of Regression Forests for Online Camera Relocalisation

CVPR 2017oral

Camera relocalisation is an important problem in computer vision, with applications in simultaneous localisation and mapping, virtual/augmented reality and navigation. Common techniques either match the current image against keyframes with known poses coming from a tracker, or establish 2D-to-3D cor…

Cited by 141PDFScholar
2017

Online Real-Time Multiple Spatiotemporal Action Localisation and Prediction

ICCV 2017poster

We present a deep-learning framework for real-time multiple spatio-temporal (S/T) action localisation and classification. Current state-of-the-art approaches work offline, and are too slow to be useful in real-world settings. To overcome their limitations we introduce two major developments. Firstly…

Cited by 384PDFScholar
2017

ROAM: A Rich Object Appearance Model With Application to Rotoscoping

CVPR 2017poster

Rotoscoping, the detailed delineation of scene elements through a video shot, is a painstaking task of tremendous importance in professional post-production pipelines. While pixel-wise segmentation techniques can help for this task, professional rotoscoping tools rely on parametric curves that offer…

Cited by 6PDFScholar
2017

Stabilising Experience Replay for Deep Multi-Agent Reinforcement Learning

ICML 2017poster

Many real-world problems, such as network packet routing and urban traffic control, are naturally modeled as multi-agent reinforcement learning (RL) problems. However, existing multi-agent RL methods typically scale poorly in the problem size. Therefore, a key challenge is to translate the success o…

Cited by 819SourcePDFScholar
2017

Straight to Shapes: Real-Time Detection of Encoded Shapes

CVPR 2017poster

Current object detection approaches predict bounding boxes that provide little instance-specific information beyond location, scale and aspect ratio. In this work, we propose to regress directly to objects' shapes in addition to their bounding boxes and categories. It is crucial to find an approp…

Cited by 63PDFcodeScholar
2016

Staple: Complementary Learners for Real-Time Tracking

CVPR 2016poster

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 notoriou…

Cited by 2208PDFScholar
2015

Conditional Random Fields as Recurrent Neural Networks

ICCV 2015poster

Pixel-level labelling tasks, such as semantic segmentation, play a central role in image understanding. Recent approaches have attempted to harness the capabilities of deep learning techniques for image recognition to tackle pixel-level labelling tasks. One central issue in this methodology is the l…

Cited by 3378PDFcodeScholar
2015

Exploiting Uncertainty in Regression Forests for Accurate Camera Relocalization

CVPR 2015poster

Recent advances in camera relocalization use predictions from a regression forest to guide the camera pose optimization procedure. In these methods, each tree associates one pixel with a point in the scene's 3D world coordinate frame. In previous work, these predictions were point estimates and the…

Cited by 192SourcePDFScholar
2015

Incremental dense multi-modal 3D scene reconstruction

IROS 2015poster

Aquiring reliable depth maps is an essential prerequisite for accurate and incremental 3D reconstruction used in a variety of robotics applications. Depth maps produced by affordable Kinect-like cameras have become a de-facto standard for indoor reconstruction and the driving force behind the succes…

Cited by 19SourceScholar
2015

Incremental dense semantic stereo fusion for large-scale semantic scene reconstruction

ICRA 2015poster

Our abilities in scene understanding, which allow us to perceive the 3D structure of our surroundings and intuitively recognise the objects we see, are things that we largely take for granted, but for robots, the task of understanding large scenes quickly remains extremely challenging. Recently, sce…

Cited by 260SourceScholar
2015

Target Identity-Aware Network Flow for Online Multiple Target Tracking

CVPR 2015poster

In this paper we show that multiple object tracking (MOT) can be formulated in a framework, where the detection and data-association are performed simultaneously. Our method allows us to overcome the confinements of data association based MOT approaches; where the performance is dependent on the obj…

Cited by 158SourcePDFScholar