paper-with-me

Papers

Learning ordered pooling weights in image classification

2020-07-02 · J. I. Forcen, Miguel Pagola, Edurne Barrenechea, Humberto Bustince

Spatial pooling is an important step in computer vision systems like Convolutional Neural Networks or the Bag-of-Words method. The spatial pooling purpose is to combine neighbouring descriptors to obtain a single descriptor for a given region (local or global). The resultant combined vector must be as discriminant as possible, in other words, must contain relevant information, while removing irrelevant and confusing details. Maximum and average are the most common aggregation functions used in the pooling step. To improve the aggregation of relevant information without degrading their discriminative power for image classification, we introduce a simple but effective scheme based on Ordered Weighted Average (OWA) aggregation operators. We present a method to learn the weights of the OWA aggregation operator in a Bag-of-Words framework and in Convolutional Neural Networks, and provide an extensive evaluation showing that OWA based pooling outperforms classical aggregation operators.

📄 PDF Abstract BibTeX arXiv:2007.01243

Code (1)

jiforcen/ordered-weighted-pooling 공식 구현 tf

Tasks

ClassificationGeneral Classificationimage-classificationImage Classification

Similar Papers 제목 키워드 기반

Graph Pooling by Edge Cut

2021-01-01 · Alexis Galland, Marc Lelarge

Graph neural networks (GNNs) are very efficient at solving several tasks in graphs such as node classification or graph classification. They come from an adaptation of convolutional neural networks on images to graph str…

General ClassificationGraph ClassificationNode Classification

3DViewGraph: Learning Global Features for 3D Shapes from A Graph of Unordered Views with Attention

2019-05-17 · Zhizhong Han, Xiyang Wang, Chi-Man Vong, Yu-Shen Liu 외

Learning global features by aggregating information over multiple views has been shown to be effective for 3D shape analysis. For view aggregation in deep learning models, pooling has been applied extensively. However, p…

Ordinal Pooling Networks: For Preserving Information over Shrinking Feature Maps

2018-04-08 · Ashwani Kumar

In the framework of convolutional neural networks that lie at the heart of deep learning, downsampling is often performed with a max-pooling operation that only retains the element with maximum activation, while complete…

image-classificationImage Classification

A Closed-Form Learned Pooling for Deep Classification Networks

2019-06-10 · Vighnesh Birodkar, Hossein Mobahi, Dilip Krishnan, Samy Bengio

In modern computer vision tasks, convolutional neural networks (CNNs) are indispensable for image classification tasks due to their efficiency and effectiveness. Part of their superiority compared to other architectures,…

ClassificationFormFoveationGeneral Classification+2

Node-Aligned Graph Convolutional Network for Whole-Slide Image Representation and Classification

2022-01-01 · CVPR 2022 1 · Yonghang Guan, Jun Zhang, Kuan Tian, Sen yang 외

The large-scale whole-slide images (WSIs) facilitate the learning-based computational pathology methods. However, the gigapixel size of WSIs makes it hard to train a conventional model directly. Current approaches ty…

Clusteringgraph constructionMultiple Instance Learningwhole slide images