← Search

Quanfu Fan

13 accepted papers

2023

Improve Video Representation with Temporal Adversarial Augmentation

IJCAI 2023poster

Recent works reveal that adversarial augmentation benefits the generalization of neural networks (NNs) if used in an appropriate manner. In this paper, we introduce Temporal Adversarial Augmentation (TA), a novel video augmentation technique that utilizes temporal attention. Unlike conventional adve…

2022

Distributed adversarial training to robustify deep neural networks at scale

UAI 2022poster

Current deep neural networks (DNNs) are vulnerable to adversarial attacks, where adversarial perturbations to the inputs can change or manipulate classification. To defend against such attacks, an effective and popular approach, known as adversarial training (AT), has been shown to mitigate the nega…

2022

RegionViT: Regional-to-Local Attention for Vision Transformers

ICLR 2022poster

Vision transformer (ViT) has recently shown its strong capability in achieving comparable results to convolutional neural networks (CNNs) on image classification. However, vanilla ViT simply inherits the same architecture from the natural language processing directly, which is often not optimized fo…

2021

AdaMML: Adaptive Multi-Modal Learning for Efficient Video Recognition

ICCV 2021poster

Multi-modal learning, which focuses on utilizing various modalities to improve the performance of a model, is widely used in video recognition. While traditional multi-modal learning offers excellent recognition results, its computational expense limits its impact for many real-world applications. I…

Cited by 65PDFcodeScholar
2021

CrossViT: Cross-Attention Multi-Scale Vision Transformer for Image Classification

ICCV 2021poster

The recently developed vision transformer (ViT) has achieved promising results on image classification compared to convolutional neural networks. Inspired by this, in this paper, we study how to learn multi-scale feature representations in transformer models for image classification. To this end, we…

Cited by 2006PDFcodeScholar
2021

Deep Analysis of CNN-Based Spatio-Temporal Representations for Action Recognition

CVPR 2021poster

In recent years, a number of approaches based on 2D or 3D convolutional neural networks (CNN) have emerged for video action recognition, achieving state-of-the-art results on several large-scale benchmark datasets. In this paper, we carry out in-depth comparative analysis to better understand the di…

Cited by 139PDFcodeScholar
2021

Generating Adversarial Computer Programs using Optimized Obfuscations

ICLR 2021poster

Machine learning (ML) models that learn and predict properties of computer programs are increasingly being adopted and deployed. These models have demonstrated success in applications such as auto-completing code, summarizing large programs, and detecting bugs and malware in programs. In this work…

2020

Adversarial T-shirt! Evading Person Detectors in A Physical World

ECCV 2020poster

It is known that deep neural networks (DNNs) are vulnerable to adversarial attacks. The so-called physical adversarial examples deceive DNN-based decision makers by attaching adversarial patches to real objects. However, most of the existing works on physical adversarial attacks focus on static obje…

Cited by 435SourcePDFScholar
2019

Big-Little Net: An Efficient Multi-Scale Feature Representation for Visual and Speech Recognition

ICLR 2019poster

In this paper, we propose a novel Convolutional Neural Network (CNN) architecture for learning multi-scale feature representations with good tradeoffs between speed and accuracy. This is achieved by using a multi-branch network, which has different computational complexity at different branches with…

2019

More Is Less: Learning Efficient Video Representations by Big-Little Network and Depthwise Temporal Aggregation

NeurIPS 2019poster

Current state-of-the-art models for video action recognition are mostly based on expensive 3D ConvNets. This results in a need for large GPU clusters to train and evaluate such architectures. To address this problem, we present an lightweight and memory-friendly architecture for action recognition t…

2019

Reasoning About Human-Object Interactions Through Dual Attention Networks

ICCV 2019poster

Objects are entities we act upon, where the functionality of an object is determined by how we interact with it. In this work we propose a Dual Attention Network model which reasons about human-object interactions. The dual-attentional framework weights the important features for objects and actions…

Cited by 43PDFScholar
2019

Structured Adversarial Attack: Towards General Implementation and Better Interpretability

ICLR 2019poster

When generating adversarial examples to attack deep neural networks (DNNs), Lp norm of the added perturbation is usually used to measure the similarity between original image and adversarial example. However, such adversarial attacks perturbing the raw input spaces may fail to capture structural inf…