paper-with-me

홈 › Papers

PICASO: Permutation-Invariant Cascaded Attentional Set Operator

2021-07-17 · Samira Zare, Hien Van Nguyen

Set-input deep networks have recently drawn much interest in computer vision and machine learning. This is in part due to the increasing number of important tasks such as meta-learning, clustering, and anomaly detection that are defined on set inputs. These networks must take an arbitrary number of input samples and produce the output invariant to the input set permutation. Several algorithms have been recently developed to address this urgent need. Our paper analyzes these algorithms using both synthetic and real-world datasets, and shows that they are not effective in dealing with common data variations such as image translation or viewpoint change. To address this limitation, we propose a permutation-invariant cascaded attentional set operator (PICASO). The gist of PICASO is a cascade of multihead attention blocks with dynamic templates. The proposed operator is a stand-alone module that can be adapted and extended to serve different machine learning tasks. We demonstrate the utilities of PICASO in four diverse scenarios: (i) clustering, (ii) image classification under novel viewpoints, (iii) image anomaly detection, and (iv) state prediction. PICASO increases the SmallNORB image classification accuracy with novel viewpoints by about 10% points. For set anomaly detection on CelebA dataset, our model improves the areas under ROC and PR curves dataset by about 22% and 10%, respectively. For the state prediction on CLEVR dataset, it improves the AP by about 40%.

📄 PDF Abstract BibTeX arXiv:2107.08305

Code (1)

samzare/PICASO 공식 구현 pytorch

Tasks

Anomaly DetectionClusteringimage-classificationImage ClassificationMeta-Learning

Similar Papers 제목 키워드 기반

PICASO: Permutation-Invariant Context Composition with State Space Models

2025-02-24 · Tian Yu Liu, Alessandro Achille, Matthew Trager, Aditya Golatkar 외

Providing Large Language Models with relevant contextual knowledge at inference time has been shown to greatly improve the quality of their generations. This is often achieved by prepending informative passages of text, …

State Space Models

Interrupted and cascaded permutation invariant training for speech separation

2019-10-28 · Gene-Ping Yang, Szu-Lin Wu, Yao-Wen Mao, Hung-Yi Lee 외

Permutation Invariant Training (PIT) has long been a stepping stone method for training speech separation model in handling the label ambiguity problem. With PIT selecting the minimum cost label assignments dynamically, …

Speech Separation

PIC: Permutation Invariant Convolution for Recognizing Long-range Activities

2020-03-18 · Noureldien Hussein, Efstratios Gavves, Arnold W. M. Smeulders

Neural operations as convolutions, self-attention, and vector aggregation are the go-to choices for recognizing short-range actions. However, they have three limitations in modeling long-range activities. This paper pres…

Deep set based operator learning with uncertainty quantification

2025-09-30 · Lei Ma, Ling Guo, Hao Wu, Tao Zhou arxiv

Learning operators from data is central to scientific machine learning. While DeepONets are widely used for their ability to handle complex domains, they require fixed sensor numbers and locations, lack mechanisms for un…

Universal Invariant and Equivariant Graph Neural Networks

2019-05-13 · NeurIPS 2019 12 · Nicolas Keriven, Gabriel Peyré

Graph Neural Networks (GNN) come in many flavors, but should always be either invariant (permutation of the nodes of the input graph does not affect the output) or equivariant (permutation of the input permutes the outpu…