paper-with-me

Papers

Text classification with pixel embedding

2019-11-11 · Bin Liu, Guosheng Yin, Wenbin Du

We propose a novel framework to understand the text by converting sentences or articles into video-like 3-dimensional tensors. Each frame, corresponding to a slice of the tensor, is a word image that is rendered by the word's shape. The length of the tensor equals to the number of words in the sentence or article. The proposed transformation from the text to a 3-dimensional tensor makes it very convenient to implement an $n$-gram model with convolutional neural networks for text analysis. Concretely, we impose a 3-dimensional convolutional kernel on the 3-dimensional text tensor. The first two dimensions of the convolutional kernel size equal the size of the word image and the last dimension of the kernel size is $n$. That is, every time when we slide the 3-dimensional kernel over a word sequence, the convolution covers $n$ word images and outputs a scalar. By iterating this process continuously for each $n$-gram along with the sentence or article with multiple kernels, we obtain a 2-dimensional feature map. A subsequent 1-dimensional max-over-time pooling is applied to this feature map, and three fully-connected layers are used for conducting text classification finally. Experiments of several text classification datasets demonstrate surprisingly superior performances using the proposed model in comparison with existing methods.

📄 PDF Abstract BibTeX arXiv:1911.04115

Code (0)

등록된 구현이 없습니다.

Tasks

ArticlesClassificationGeneral ClassificationSentencetext-classificationText Classification

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 제목 키워드 기반

Networks with pixels embedding: a method to improve noise resistance in images classification

2020-05-24 · Yang Liu, Hai-Long Tu, Chi-Chun Zhou, Yi Liu 외

In the task of image classification, usually, the network is sensitive to noises. For example, an image of cat with noises might be misclassified as an ostrich. Conventionally, to overcome the problem of noises, one uses…

ClassificationData AugmentationGeneral Classificationimage-classification+1

OTSeg: Multi-prompt Sinkhorn Attention for Zero-Shot Semantic Segmentation

2024-03-21 · Kwanyoung Kim, Yujin Oh, Jong Chul Ye

The recent success of CLIP has demonstrated promising results in zero-shot semantic segmentation by transferring muiltimodal knowledge to pixel-level classification. However, leveraging pre-trained CLIP knowledge to clos…

Semantic SegmentationZero-Shot Semantic Segmentation

Dual-Query Multiple Instance Learning for Dynamic Meta-Embedding based Tumor Classification

2023-07-14 · Simon Holdenried-Krafft, Peter Somers, Ivonne A. Montes-Majarro, Diana Silimon 외

Whole slide image (WSI) assessment is a challenging and crucial step in cancer diagnosis and treatment planning. WSIs require high magnifications to facilitate sub-cellular analysis. Precise annotations for patch- or eve…

Multiple Instance Learning

Pyramid Pixel Context Adaption Network for Medical Image Classification with Supervised Contrastive Learning

2023-03-03 · Xiaoqing Zhang, Zunjie Xiao, Xiao Wu, Yanlin Chen 외

Spatial attention mechanism has been widely incorporated into deep neural networks (DNNs), significantly lifting the performance in computer vision tasks via long-range dependency modeling. However, it may perform poorly…

Contrastive LearningDecision Makingimage-classificationImage Classification+2

Learning Dense Convolutional Embeddings for Semantic Segmentation

2015-11-13 · Adam W. Harley, Konstantinos G. Derpanis, Iasonas Kokkinos

This paper proposes a new deep convolutional neural network (DCNN) architecture that learns pixel embeddings, such that pairwise distances between the embeddings can be used to infer whether or not the pixels lie on the …

General ClassificationObjectSemantic Segmentation