paper-with-me

홈 › Papers

Joint-ViVo: Selecting and Weighting Visual Words Jointly for Bag-of-Features based Tissue Classification in Medical Images

2012-08-19 · Jing-Yan Wang

Automatically classifying the tissues types of Region of Interest (ROI) in medical imaging has been an important application in Computer-Aided Diagnosis (CAD), such as classification of breast parenchymal tissue in the mammogram, classify lung disease patterns in High-Resolution Computed Tomography (HRCT) etc. Recently, bag-of-features method has shown its power in this field, treating each ROI as a set of local features. In this paper, we investigate using the bag-of-features strategy to classify the tissue types in medical imaging applications. Two important issues are considered here: the visual vocabulary learning and weighting. Although there are already plenty of algorithms to deal with them, all of them treat them independently, namely, the vocabulary learned first and then the histogram weighted. Inspired by Auto-Context who learns the features and classifier jointly, we try to develop a novel algorithm that learns the vocabulary and weights jointly. The new algorithm, called Joint-ViVo, works in an iterative way. In each iteration, we first learn the weights for each visual word by maximizing the margin of ROI triplets, and then select the most discriminate visual words based on the learned weights for the next iteration. We test our algorithm on three tissue classification tasks: identifying brain tissue type in magnetic resonance imaging (MRI), classifying lung tissue in HRCT images, and classifying breast tissue density in mammograms. The results show that Joint-ViVo can perform effectively for classifying tissues.

📄 PDF Abstract BibTeX arXiv:1208.3822

Code (0)

등록된 구현이 없습니다.

Tasks

General Classification

Similar Papers 제목 키워드 기반

Improving Bag-of-Visual-Words Towards Effective Facial Expressive Image Classification

2018-09-30 · Dawood Al Chanti, Alice Caplier

Bag-of-Visual-Words (BoVW) approach has been widely used in the recent years for image classification purposes. However, the limitations regarding optimal feature selection, clustering technique, the lack of spatial orga…

Clusteringfeature selectionGeneral Classificationimage-classification+1

Portmanteau Vocabularies for Multi-Cue Image Representation

2011-12-01 · NeurIPS 2011 12 · Fahad S. Khan, Joost Weijer, Andrew D. Bagdanov, Maria Vanrell

We describe a novel technique for feature combination in the bag-of-words model of image classification. Our approach builds discriminative compound words from primitive cues learned independently from training images. O…

General Classificationimage-classificationImage Classification

Discovering topics in text datasets by visualizing relevant words

2017-07-18 · Franziska Horn, Leila Arras, Grégoire Montavon, Klaus-Robert Müller 외

When dealing with large collections of documents, it is imperative to quickly get an overview of the texts' contents. In this paper we show how this can be achieved by using a clustering algorithm to identify topics in t…

Clustering

Hierarchical LSTM with Adjusted Temporal Attention for Video Captioning

2017-06-05 · Jingkuan Song, Zhao Guo, Lianli Gao, Wu Liu 외

Recent progress has been made in using attention based encoder-decoder framework for video captioning. However, most existing decoders apply the attention mechanism to every generated word including both visual words (e.…

Caption GenerationDecoderLanguage ModelingLanguage Modelling+1

Visual Words Meet BM25: Sparse Auto-Encoder Visual Word Scoring for Image Retrieval

2026-03-06 · Donghoon Han, Eunhwan Park, Seunghyeon Seo arxiv

Dense image retrieval is accurate but offers limited interpretability and attribution, and it can be compute-intensive at scale. We present \textbf{BM25-V}, which applies Okapi BM25 scoring to sparse visual-word activati…

Image Retrieval