paper-with-me

Papers

Lightweight Relational Embedding in Task-Interpolated Few-Shot Networks for Enhanced Gastrointestinal Disease Classification

2025-05-30 · Xinliu Zhong, Leo Hwa Liang, Angela S. Koh, Yeo Si Yong

Traditional diagnostic methods like colonoscopy are invasive yet critical tools necessary for accurately diagnosing colorectal cancer (CRC). Detection of CRC at early stages is crucial for increasing patient survival rates. However, colonoscopy is dependent on obtaining adequate and high-quality endoscopic images. Prolonged invasive procedures are inherently risky for patients, while suboptimal or insufficient images hamper diagnostic accuracy. These images, typically derived from video frames, often exhibit similar patterns, posing challenges in discrimination. To overcome these challenges, we propose a novel Deep Learning network built on a Few-Shot Learning architecture, which includes a tailored feature extractor, task interpolation, relational embedding, and a bi-level routing attention mechanism. The Few-Shot Learning paradigm enables our model to rapidly adapt to unseen fine-grained endoscopic image patterns, and the task interpolation augments the insufficient images artificially from varied instrument viewpoints. Our relational embedding approach discerns critical intra-image features and captures inter-image transitions between consecutive endoscopic frames, overcoming the limitations of Convolutional Neural Networks (CNNs). The integration of a light-weight attention mechanism ensures a concentrated analysis of pertinent image regions. By training on diverse datasets, the model's generalizability and robustness are notably improved for handling endoscopic images. Evaluated on Kvasir dataset, our model demonstrated superior performance, achieving an accuracy of 90.1\%, precision of 0.845, recall of 0.942, and an F1 score of 0.891. This surpasses current state-of-the-art methods, presenting a promising solution to the challenges of invasive colonoscopy by optimizing CRC detection through advanced image analysis.

📄 PDF Abstract BibTeX arXiv:2505.24792

Code (0)

등록된 구현이 없습니다.

Tasks

DiagnosticFew-Shot Learning

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$…
Attention 설명 없음
Routing Attention Routed Attention is an attention pattern proposed as part of the Routing Transformer architecture. Each attention…

Similar Papers 제목 키워드 기반

Learning Meta Representations of One-shot Relations for Temporal Knowledge Graph Link Prediction

2022-05-21 · Zifeng Ding, Bailan He, Yunpu Ma, Zhen Han 외

Few-shot relational learning for static knowledge graphs (KGs) has drawn greater interest in recent years, while few-shot learning for temporal knowledge graphs (TKGs) has hardly been studied. Compared to KGs, TKGs conta…

Few-Shot LearningKnowledge GraphsLink PredictionRelational Reasoning

CLIP-RD: Relative Distillation for Efficient CLIP Knowledge Distillation

2026-03-26 · Jeannie Chung, Hanna Jang, Ingyeong Yang, Uiwon Hwang 외 arxiv

CLIP aligns image and text embeddings via contrastive learning and demonstrates strong zero-shot generalization. Its large-scale architecture requires substantial computational and memory resources, motivating the distil…

Zero-shot GeneralizationKnowledge DistillationContrastive Learning

Advancing Cache-Based Few-Shot Classification via Patch-Driven Relational Gated Graph Attention

2025-12-13 · Tasweer Ahmad, Arindam Sikdar, Sandip Pradhan, Ardhendu Behera arxiv

Few-shot image classification remains difficult under limited supervision and visual domain shift. Recent cache-based adaptation approaches (e.g., Tip-Adapter) address this challenge to some extent by learning lightweigh…

Few-Shot Image Classification

Relational Embedding for Few-Shot Classification

2021-08-22 · ICCV 2021 10 · Dahyun Kang, Heeseung Kwon, Juhong Min, Minsu Cho

We propose to address the problem of few-shot classification by meta-learning "what to observe" and "where to attend" in a relational perspective. Our method leverages relational patterns within and between images via se…

ClassificationFew-Shot Image ClassificationMeta-Learning

Bridging Text and Knowledge with Multi-Prototype Embedding for Few-Shot Relational Triple Extraction

2020-10-30 · COLING 2020 8 · Haiyang Yu, Ningyu Zhang, Shumin Deng, Hongbin Ye 외

Current supervised relational triple extraction approaches require huge amounts of labeled data and thus suffer from poor performance in few-shot settings. However, people can grasp new knowledge by learning a few instan…