paper-with-me

Papers

Towards Robust 2D Convolution for Reliable Visual Recognition

2022-03-18 · Lida Li, Shuai Li, Kun Wang, Xiangchu Feng, Lei Zhang

2D convolution (Conv2d), which is responsible for extracting features from the input image, is one of the key modules of a convolutional neural network (CNN). However, Conv2d is vulnerable to image corruptions and adversarial samples. It is an important yet rarely investigated problem that whether we can design a more robust alternative of Conv2d for more reliable feature extraction. In this paper, inspired by the recently developed learnable sparse transform that learns to convert the CNN features into a compact and sparse latent space, we design a novel building block, denoted by RConv-MK, to strengthen the robustness of extracted convolutional features. Our method leverages a set of learnable kernels of different sizes to extract features at different frequencies and employs a normalized soft thresholding operator to adaptively remove noises and trivial features at different corruption levels. Extensive experiments on clean images, corrupted images as well as adversarial samples validate the effectiveness of the proposed robust module for reliable visual recognition. The source codes are enclosed in the submission.

📄 PDF Abstract BibTeX arXiv:2203.09790

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

Toward Accurate and Reliable Iris Segmentation Using Uncertainty Learning

2021-10-20 · Jianze Wei, Huaibo Huang, Muyi Sun, Yunlong Wang 외

Iris segmentation is a deterministic part of the iris recognition system. Unreliable segmentation of iris regions especially the limbic area is still the bottleneck problem, which impedes more accurate recognition. To ma…

Iris RecognitionIris SegmentationSegmentation

DeXpression: Deep Convolutional Neural Network for Expression Recognition

2015-09-17 · Peter Burkert, Felix Trier, Muhammad Zeshan Afzal, Andreas Dengel 외

We propose a convolutional neural network (CNN) architecture for facial expression recognition. The proposed architecture is independent of any hand-crafted feature extraction and performs better than the earlier propose…

Emotion RecognitionFacial Expression RecognitionFacial Expression Recognition (FER)

Feedback-prop: Convolutional Neural Network Inference under Partial Evidence

2017-10-23 · CVPR 2018 6 · Tianlu Wang, Kota Yamaguchi, Vicente Ordonez

We propose an inference procedure for deep convolutional neural networks (CNNs) when partial evidence is available. Our method consists of a general feedback-based propagation approach (feedback-prop) that boosts the pre…

Skeleton-based Action Recognition of People Handling Objects

2019-01-21 · Sunoh Kim, Kimin Yun, Jongyoul Park, Jin Young Choi

In visual surveillance systems, it is necessary to recognize the behavior of people handling objects such as a phone, a cup, or a plastic bag. In this paper, to address this problem, we propose a new framework for recogn…

Action RecognitionObjectPose EstimationSkeleton Based Action Recognition+1

AVAR-Net: A Lightweight Audio-Visual Anomaly Recognition Framework with a Benchmark Dataset

2025-10-15 · Amjid Ali, Zulfiqar Ahmad Khan, Altaf Hussain, Muhammad Munsif 외 arxiv

Anomaly recognition plays a vital role in surveillance, transportation, healthcare, and public safety. However, most existing approaches rely solely on visual data, making them unreliable under challenging conditions suc…