paper-with-me

Papers

CTVR-EHO TDA-IPH Topological Optimized Convolutional Visual Recurrent Network for Brain Tumor Segmentation and Classification

2022-06-06 · Dhananjay Joshi, Bhupesh Kumar Singh, Kapil Kumar Nagwanshi, Nitin S. Choubey

In today's world of health care, brain tumor detection has become common. However, the manual brain tumor classification approach is time-consuming. So Deep Convolutional Neural Network (DCNN) is used by many researchers in the medical field for making accurate diagnoses and aiding in the patient's treatment. The traditional techniques have problems such as overfitting and the inability to extract necessary features. To overcome these problems, we developed the Topological Data Analysis based Improved Persistent Homology (TDA-IPH) and Convolutional Transfer learning and Visual Recurrent learning with Elephant Herding Optimization hyper-parameter tuning (CTVR-EHO) models for brain tumor segmentation and classification. Initially, the Topological Data Analysis based Improved Persistent Homology is designed to segment the brain tumor image. Then, from the segmented image, features are extracted using TL via the AlexNet model and Bidirectional Visual Long Short-Term Memory (Bi-VLSTM). Next, elephant Herding Optimization (EHO) is used to tune the hyperparameters of both networks to get an optimal result. Finally, extracted features are concatenated and classified using the softmax activation layer. The simulation result of this proposed CTVR-EHO and TDA-IPH method is analyzed based on precision, accuracy, recall, loss, and F score metrics. When compared to other existing brain tumor segmentation and classification models, the proposed CTVR-EHO and TDA-IPH approaches show high accuracy (99.8%), high recall (99.23%), high precision (99.67%), and high F score (99.59%).

📄 PDF Abstract BibTeX arXiv:2207.13021

Code (0)

등록된 구현이 없습니다.

Tasks

Brain Tumor ClassificationBrain Tumor SegmentationClassificationTopological Data AnalysisTransfer LearningTumor Segmentation

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…

Similar Papers 제목 키워드 기반

StructVRM: Aligning Multimodal Reasoning with Structured and Verifiable Reward Models

2025-08-07 · Xiangxiang Zhang, Jingxuan Wei, Donghong Zhong, Qi Chen 외 arxiv

Existing Vision-Language Models often struggle with complex, multi-question reasoning tasks where partial correctness is crucial for effective learning. Traditional reward mechanisms, which provide a single binary score …

Multimodal Reasoning

A Behavioral Approach to Visual Navigation with Graph Localization Networks

2019-03-01 · Kevin Chen, Juan Pablo de Vicente, Gabriel Sepulveda, Fei Xia 외

Inspired by research in psychology, we introduce a behavioral approach for visual navigation using topological maps. Our goal is to enable a robot to navigate from one location to another, relying only on its visual inpu…

NavigateVisual Navigation

Long-term Recurrent Convolutional Networks for Visual Recognition and Description

2014-11-17 · CVPR 2015 6 · Jeff Donahue, Lisa Anne Hendricks, Marcus Rohrbach, Subhashini Venugopalan 외

Models based on deep convolutional networks have dominated recent image interpretation tasks; we investigate whether models which are also recurrent, or "temporally deep", are effective for tasks involving sequences, vis…

Image DescriptionRetrievalVideo Recognition

StructAlign: Structured Cross-Modal Alignment for Continual Text-to-Video Retrieval

2026-01-28 · Shaokun Wang, Weili Guan, Jizhou Han, Jianlong Wu 외 arxiv

Continual Text-to-Video Retrieval (CTVR) is a challenging multimodal continual learning setting, where models must incrementally learn new semantic categories while maintaining accurate text-video alignment for previousl…

Continual LearningVideo AlignmentVideo Retrieval

StableFusion: Continual Video Retrieval via Frame Adaptation

2025-03-13 · Zecheng Zhao, Zhi Chen, Zi Huang, Shazia Sadiq 외

Text-to-Video Retrieval (TVR) aims to match videos with corresponding textual queries, yet the continual influx of new video content poses a significant challenge for maintaining system performance over time. In this wor…

Continual LearningMixture-of-ExpertsRetrievalText to Video Retrieval+1