← Search

Matthew R. Scott

14 accepted papers

2021

Brain Image Synthesis With Unsupervised Multivariate Canonical CSCl4Net

CVPR 2021poster

Recent advances in neuroscience have highlighted the effectiveness of multi-modal medical data for investigating certain pathologies and understanding human cognition. However, obtaining full sets of different modalities is limited by various factors, such as long acquisition times, high examination…

Cited by 8PDFScholar
2021

TOOD: Task-Aligned One-Stage Object Detection

ICCV 2021poster

One-stage object detection is commonly implemented by optimizing two sub-tasks: object classification and localization, using heads with two parallel branches, which might lead to a certain level of spatial misalignment in predictions between the two tasks. In this work, we propose a Task-aligned On…

Cited by 1116PDFcodeScholar
2021

Unchain the Search Space with Hierarchical Differentiable Architecture Search

AAAI 2021technical

Differentiable architecture search (DAS) has made great progress in searching for high-performance architectures with reduced computational cost. However, DAS-based methods mainly focus on searching for a repeatable cell structure, which is then stacked sequentially in multiple stages to form the n…

2020

Deformable Siamese Attention Networks for Visual Object Tracking

CVPR 2020poster

Siamese-based trackers have achieved excellent performance on visual object tracking. However, the target template is not updated online, and the features of target template and search image are computed independently in a Siamese architecture. In this paper, we propose Deformable Siamese Attention…

Cited by 513PDFcodeScholar
2020

Representation Sharing for Fast Object Detector Search and Beyond

ECCV 2020poster

Region Proposal Network (RPN) provides strong support for handling the scale variation of objects in two-stage object detection. For one-stage detectors which do not have RPN, it is more demanding to have powerful sub-networks capable of directly capturing objects of unknown sizes. To enhance such c…

2020

V4D: 4D Convolutional Neural Networks for Video-level Representation Learning

ICLR 2020poster

Most existing 3D CNN structures for video representation learning are clip-based methods, and do not consider video-level temporal evolution of spatio-temporal features. In this paper, we propose Video-level 4D Convolutional Neural Networks, namely V4D, to model the evolution of long-range spatio-te…

Cited by 123SourceScholar
2019

Decoupling Category-wise Independence and Relevance with Self-attention for Multi-label Image Classification

ICASSP 2019accepted

Multi-label image classification has achieved remarkable progress thanks to deep convolutional neural networks (CNNs). In this paper, we propose a Decouple Network (DecoupleNet) which is an end-to-end CNN-based framework able to trade off class-level feature independence and relevance during trainin…

Cited by 0SourceScholar
2019

FiNet: Compatible and Diverse Fashion Image Inpainting

ICCV 2019oral

Visual compatibility is critical for fashion analysis, yet is missing in existing fashion image synthesis systems. In this paper, we propose to explicitly model visual compatibility through fashion image inpainting. We present Fashion Inpainting Networks (FiNet), a two-stage image-to-image generatio…

Cited by 85PDFScholar
2019

Label-PEnet: Sequential Label Propagation and Enhancement Networks for Weakly Supervised Instance Segmentation

ICCV 2019poster

Weakly-supervised instance segmentation aims to detect and segment object instances precisely, given image-level labels only. Unlike previous methods which are composed of multiple offline stages, we propose Sequential Label Propagation and Enhancement Networks (referred as Label-PEnet) that progres…

Cited by 67PDFScholar
2019

Multi-Similarity Loss With General Pair Weighting for Deep Metric Learning

CVPR 2019poster

A family of loss functions built on pair-based computation have been proposed in the literature which provide a myriad of solutions for deep metric learning. In this pa-per, we provide a general weighting framework for under-standing recent pair-based loss functions. Our contributions are t…

Cited by 1000PDFcodeScholar
2018

CurriculumNet: Weakly Supervised Learning from Large-Scale Web Images

ECCV 2018poster

We present a simple yet efficient approach capable of training deep neural networks on large-scale weakly-supervised web images, which are crawled rawly from the Internet by using text queries, without any human annotation. We develop a principled learning strategy by leveraging curriculum learning,…