paper-with-me

Papers

ECC-PolypDet: Enhanced CenterNet with Contrastive Learning for Automatic Polyp Detection

2024-01-10 · Yuncheng Jiang, Zixun Zhang, Yiwen Hu, Guanbin Li, Xiang Wan, Song Wu, Shuguang Cui, Silin Huang, Zhen Li

Accurate polyp detection is critical for early colorectal cancer diagnosis. Although remarkable progress has been achieved in recent years, the complex colon environment and concealed polyps with unclear boundaries still pose severe challenges in this area. Existing methods either involve computationally expensive context aggregation or lack prior modeling of polyps, resulting in poor performance in challenging cases. In this paper, we propose the Enhanced CenterNet with Contrastive Learning (ECC-PolypDet), a two-stage training \& end-to-end inference framework that leverages images and bounding box annotations to train a general model and fine-tune it based on the inference score to obtain a final robust model. Specifically, we conduct Box-assisted Contrastive Learning (BCL) during training to minimize the intra-class difference and maximize the inter-class difference between foreground polyps and backgrounds, enabling our model to capture concealed polyps. Moreover, to enhance the recognition of small polyps, we design the Semantic Flow-guided Feature Pyramid Network (SFFPN) to aggregate multi-scale features and the Heatmap Propagation (HP) module to boost the model's attention on polyp targets. In the fine-tuning stage, we introduce the IoU-guided Sample Re-weighting (ISR) mechanism to prioritize hard samples by adaptively adjusting the loss weight for each sample during fine-tuning. Extensive experiments on six large-scale colonoscopy datasets demonstrate the superiority of our model compared with previous state-of-the-art detectors.

📄 PDF Abstract BibTeX arXiv:2401.04961

Code (1)

yuncheng97/ecc-polypdet 공식 구현 pytorch

Tasks

Contrastive Learning

Methods 이 논문이 사용한 방법론

Batch Normalization 설명 없음
DLA 설명 없음
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…
Center Pooling Center Pooling is a pooling technique for object detection that aims to capture richer and more recognizable visual patterns. The geometric centers of objects do not…
Cascade Corner Pooling Cascade Corner Pooling is a pooling layer for object detection that builds upon the corner pooling operation. Corners are…
CenterNet CenterNet is a one-stage object detector that detects each object as a triplet, rather than a pair, of keypoints. It utilizes two customized modules named [cascade corner…
Contrastive Learning 설명 없음
Heatmap 설명 없음

Similar Papers 제목 키워드 기반

CL-Polyp: A Contrastive Learning-Enhanced Network for Accurate Polyp Segmentation

2025-07-09 · Desheng Li, Chaoliang Liu, Zhiyong Xiao arxiv

Accurate segmentation of polyps from colonoscopy images is crucial for the early diagnosis and treatment of colorectal cancer. Most existing deep learning-based polyp segmentation methods adopt an Encoder-Decoder archite…

Contrastive LearningPolyp Segmentation

Enhancing 2D Representation via Adjacent Views for 3D Shape Retrieval

2019-10-01 · ICCV 2019 10 · Cheng Xu, Zhaoqun Li, Qiang Qiu, Biao Leng 외

Multi-view shape descriptors obtained from various 2D images are commonly adopted in 3D shape retrieval. One major challenge is that significant shape information are discarded during 2D view rendering through projection…

3D Shape Classification3D Shape RetrievalRetrieval

An Appearance Defect Detection Method for Cigarettes Based on C-CenterNet

2025-02-10 · Hongyu Liu, Guowu Yuan, Lei Yang, Kunxiao Liu 외

Due to the poor adaptability of traditional methods in the cigarette detection task on the automatic cigarette production line, it is difficult to accurately identify whether a cigarette has defects and the types of defe…

Defect DetectionKeypoint Estimation

HRCenterNet: An Anchorless Approach to Chinese Character Segmentation in Historical Documents

2020-12-10 · Chia-Wei Tang, Chao-Lin Liu, Po-Sen Chiu

The information provided by historical documents has always been indispensable in the transmission of human civilization, but it has also made these books susceptible to damage due to various factors. Thanks to recent te…

object-detectionObject DetectionSegmentation

Contrastive Transformer-based Multiple Instance Learning for Weakly Supervised Polyp Frame Detection

2022-03-23 · Yu Tian, Guansong Pang, Fengbei Liu, Yuyuan Liu 외

Current polyp detection methods from colonoscopy videos use exclusively normal (i.e., healthy) training images, which i) ignore the importance of temporal information in consecutive video frames, and ii) lack knowledge a…

Anomaly DetectionMultiple Instance LearningSupervised Anomaly DetectionWeakly-supervised Anomaly Detection