paper-with-me

홈 › Papers

Semi-Optimal Edge Detector based on Simple Standard Deviation with Adjusted Thresholding

2013-04-23 · Firas A. Jassim

This paper proposes a novel method which combines both median filter and simple standard deviation to accomplish an excellent edge detector for image processing. First of all, a denoising process must be applied on the grey scale image using median filter to identify pixels which are likely to be contaminated by noise. The benefit of this step is to smooth the image and get rid of the noisy pixels. After that, the simple statistical standard deviation could be computed for each 2X2 window size. If the value of the standard deviation inside the 2X2 window size is greater than a predefined threshold, then the upper left pixel in the 2?2 window represents an edge. The visual differences between the proposed edge detector and the standard known edge detectors have been shown to support the contribution in this paper.

📄 PDF Abstract BibTeX arXiv:1304.6379

Code (0)

등록된 구현이 없습니다.

Tasks

Denoising

Similar Papers 제목 키워드 기반

Cloud Object Detector Adaptation by Integrating Different Source Knowledge

2024-12-10 · Advances in Neural Information Processing Systems 37 (NeurIPS 2024) 2024 12 · Shuaifeng Li, Mao Ye, Lihua Zhou, Nianxin Li 외

We propose to explore an interesting and promising problem, Cloud Object Detector Adaptation (CODA), where the target domain leverages detections provided by a large cloud model to build a target detector. Despite with p…

Domain AdaptationKnowledge DistillationObject Detection

Polite Teacher: Semi-Supervised Instance Segmentation with Mutual Learning and Pseudo-Label Thresholding

2022-11-07 · Dominik Filipiak, Andrzej Zapała, Piotr Tempczyk, Anna Fensel 외

We present Polite Teacher, a simple yet effective method for the task of semi-supervised instance segmentation. The proposed architecture relies on the Teacher-Student mutual learning framework. To filter out noisy pseud…

Instance SegmentationPseudo LabelSegmentationSemantic Segmentation+1

Efficient Teacher: Semi-Supervised Object Detection for YOLOv5

2023-02-15 · Bowen Xu, Mingtao Chen, Wenlong Guan, Lulu Hu

Semi-Supervised Object Detection (SSOD) has been successful in improving the performance of both R-CNN series and anchor-free detectors. However, one-stage anchor-based detectors lack the structure to generate high-quali…

Objectobject-detectionObject DetectionPseudo Label+1

Unsupervised Learning of Edges

2015-11-13 · CVPR 2016 6 · Yin Li, Manohar Paluri, James M. Rehg, Piotr Dollár

Data-driven approaches for edge detection have proven effective and achieve top results on modern benchmarks. However, all current data-driven edge detectors require manual supervision for training in the form of hand-la…

Edge DetectionFormMotion Estimationobject-detection+1

Distilling Image Classifiers in Object Detectors

2021-06-09 · NeurIPS 2021 12 · Shuxuan Guo, Jose M. Alvarez, Mathieu Salzmann

Knowledge distillation constitutes a simple yet effective way to improve the performance of a compact student network by exploiting the knowledge of a more powerful teacher. Nevertheless, the knowledge distillation liter…

Knowledge DistillationObjectobject-detectionObject Detection+1