paper-with-me

Papers

Enlarging Instance-specific and Class-specific Information for Open-set Action Recognition

2023-03-25 · CVPR 2023 1 · Jun Cen, Shiwei Zhang, Xiang Wang, Yixuan Pei, Zhiwu Qing, Yingya Zhang, Qifeng Chen

Open-set action recognition is to reject unknown human action cases which are out of the distribution of the training set. Existing methods mainly focus on learning better uncertainty scores but dismiss the importance of feature representations. We find that features with richer semantic diversity can significantly improve the open-set performance under the same uncertainty scores. In this paper, we begin with analyzing the feature representation behavior in the open-set action recognition (OSAR) problem based on the information bottleneck (IB) theory, and propose to enlarge the instance-specific (IS) and class-specific (CS) information contained in the feature for better performance. To this end, a novel Prototypical Similarity Learning (PSL) framework is proposed to keep the instance variance within the same class to retain more IS information. Besides, we notice that unknown samples sharing similar appearances to known samples are easily misclassified as known classes. To alleviate this issue, video shuffling is further introduced in our PSL to learn distinct temporal information between original and shuffled samples, which we find enlarges the CS information. Extensive experiments demonstrate that the proposed PSL can significantly boost both the open-set and closed-set performance and achieves state-of-the-art results on multiple benchmarks. Code is available at https://github.com/Jun-CEN/PSL.

📄 PDF Abstract BibTeX arXiv:2303.15467

Code (1)

jun-cen/psl 공식 구현 pytorch

Tasks

Action RecognitionOpen Set Action Recognition

Similar Papers 제목 키워드 기반

PDAM: A Panoptic-Level Feature Alignment Framework for Unsupervised Domain Adaptive Instance Segmentation in Microscopy Images

2020-09-11 · Dongnan Liu, Donghao Zhang, Yang song, Fan Zhang 외

In this work, we present an unsupervised domain adaptation (UDA) method, named Panoptic Domain Adaptive Mask R-CNN (PDAM), for unsupervised instance segmentation in microscopy images. Since there currently lack methods p…

Domain AdaptationInstance SegmentationSegmentationSemantic Segmentation+2

A Few More Examples May Be Worth Billions of Parameters

2021-10-08 · Yuval Kirstain, Patrick Lewis, Sebastian Riedel, Omer Levy

We investigate the dynamics of increasing the number of model parameters versus the number of labeled examples across a wide variety of tasks. Our exploration reveals that while scaling parameters consistently yields per…

Extractive Question-AnsweringMultiple-choiceOpen-Ended Question AnsweringQuestion Answering

GraphSHA: Synthesizing Harder Samples for Class-Imbalanced Node Classification

2023-06-16 · Wen-Zhi Li, Chang-Dong Wang, Hui Xiong, Jian-Huang Lai

Class imbalance is the phenomenon that some classes have much fewer instances than others, which is ubiquitous in real-world graph-structured scenarios. Recent studies find that off-the-shelf Graph Neural Networks (GNNs)…

BlockingClassificationNode Classification

Towards Ultra-Resolution Neural Style Transfer via Thumbnail Instance Normalization

2021-03-22 · Zhe Chen, Wenhai Wang, Enze Xie, Tong Lu 외

We present an extremely simple Ultra-Resolution Style Transfer framework, termed URST, to flexibly process arbitrary high-resolution images (e.g., 10000x10000 pixels) style transfer for the first time. Most of the existi…

Style Transfer

MAIN: Multi-Attention Instance Network for Video Segmentation

2019-04-11 · Juan Leon Alcazar, Maria A. Bravo, Ali K. Thabet, Guillaume Jeanneret 외

Instance-level video segmentation requires a solid integration of spatial and temporal information. However, current methods rely mostly on domain-specific information (online learning) to produce accurate instance-level…

One-shot visual object segmentationSegmentationVideo SegmentationVideo Semantic Segmentation