Skip to content

A Novel Approach to Adaptive Detetion of Small and Low Contrast Coalesced Objects

Notifications You must be signed in to change notification settings

imadalishah/SNUFS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 

Repository files navigation

A Novel Approach for Adaptive Detection of Small and Low Contrast Coalesced Objects

This repository implements an adaptive detection approach for small and low contrast coalesced objects. The code is currently pending upload, awaiting acceptance of the associated paper.

A Step-wise Literature and Algorithm Evaluations

The repository provides a step-wise journey that outlines the course of actions taken to achieve the final goals of the project. Each step includes an implementation and results, which can be accessed through the provided Colab notebook Open In Colab

Step-1: CDC comparison based on Sobel, Scharr, Schmid and LoG Operators

This step involves a comparison of the CDC algorithm using Sobel and Scharr Operators, which are two different convolution operators commonly used for image processing tasks.

image image

Step-2: fast Fourier Convolution (FFC) and its evaluation based on Sobel, Scharr, Schmid and LoG Operators

In this step, the FFC algorithm is implemented and evaluated based on Sobel and Scharr Operators. The FFC algorithm is known for its fast computation of convolutions using Fourier transform.

image image

Step-3: CDC followed by FFC based on Sobel, Scharr, Schmid and LoG Operators

This step combines the CDC and FFC algorithms, where the CDC is applied first followed by FFC, and the evaluation is performed based on Sobel and Scharr Operators.

image image

Step-4: Parallel CDC and FFC with Concatenation Operation

In this step, the CDC and FFC algorithms are applied in parallel, and the results are concatenated using a concatenation operation. This step aims to further optimize the detection approach.

image image

Step-5: Self-Attention Mechanism Based Object Enhancement

Self-attention mechanisms, such as the Self-Attention Generative Adversarial Networks (SAGAN) or the Non-Local Neural Networks (NLNN), can also be used for image enhancement as an alternative to FFT-based convolution. In thi step Self-Attention mechanisms is used for image enhancement

image image

Note: Detailed implementation and results for each step can be found in the associated Colab notebook, which can be accessed through the repository.

Contact

LinkedIn Twitter Github

About

A Novel Approach to Adaptive Detetion of Small and Low Contrast Coalesced Objects

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published