The advent of high-resolution satellite imagery has revolutionized remote sensing applications, offering unprecedented access and detail worldwide. However, the vast volume and complexity of this data pose significant...
详细信息
ISBN:
(纸本)9781510679344;9781510679351
The advent of high-resolution satellite imagery has revolutionized remote sensing applications, offering unprecedented access and detail worldwide. However, the vast volume and complexity of this data pose significant challenges for traditional classification methods, necessitating advanced computational approaches. This research leverages the OpenEarthMap dataset, an extensive and diverse collection of high-resolution earth observation imagery, to improve landcover classification accuracy using deep learning techniques. We optimize a U-Net convolutional neural network architecture by analyzing different learning rates and variations on the OpenEarthMap dataset and choose this architecture because of its previous success in semantic segmentation tasks. Through a comprehensive methodology encompassing dataset preparation, preprocessing, network parameter experimentation, and model evaluation, this research seeks to push the boundaries of current landcover classification capabilities and contribute valuable insights to the field of remote sensing. Using a Unet on 3500 OpenEarthMap images, Adam optimizer, and image variation preprocessing, we found an f-score of 0.75, consistent with visual image interpretation. Future work involving additional images, a 4x image split implementation, and other models may improve this f-score and the associated semantic segmentation.
This study explores the integration of memristor crossbar as filter arrays for imageprocessingapplications exploit the various filtering techniques. Memristor crossbar arrays offer a promising platform for parallel ...
详细信息
ISBN:
(纸本)9798350386257;9798350386240
This study explores the integration of memristor crossbar as filter arrays for imageprocessingapplications exploit the various filtering techniques. Memristor crossbar arrays offer a promising platform for parallel processing and efficient implementation of filtering operations due to their dense and scalable architecture. Configuring each column in the crossbar array to act as a filter, it becomes possible to perform multiple filtering operations simultaneously on input images. This research investigates the feasibility and performance of utilizing memristor crossbar arrays as filter arrays with different filter structures and random dropouts in imageprocessing. This analysis focusing on the potential of memristor based reconfigurable filter arrays in advancing the field of imageprocessing.
The paper explores the development and application of linear operators for filtering digitalimages, particularly through the use of fifth-order polynomial splines. The authors emphasize the importance of high-quality...
详细信息
The paper explores the development and application of linear operators for filtering digitalimages, particularly through the use of fifth-order polynomial splines. The authors emphasize the importance of high-quality, high-speed imageprocessing in enhancing cybersecurity systems, which require accurate and real-time data analysis for applications such as military intelligence and UAV navigation. They propose using B-splines, which offer precise approximation capabilities while maintaining computational efficiency. The paper outlines a method for representing these splines in a manner that reduces computational complexity, making them suitable for real-time processing in environments with high data throughput demands. The research highlights the advantages of using wider window filters and linear operators to maintain image accuracy and fidelity. It demonstrates how these techniques can be effectively applied to a range of signal processing tasks beyond image filtering, including audio and telecommunications. The experimental results presented in the paper indicate that the proposed filters significantly improve the detection and accuracy of special points in digitalimages, which is crucial for UAV navigation and other critical applications. The authors conclude that the use of these advanced filtering techniques can lead to more efficient and sophisticated imageprocessing systems, with potential applications across various fields. In addition to the practical applications, the paper also discusses the theoretical underpinnings of splinebased filters, including the derivation of low- and high-frequency filter masks. The authors propose that these filters can be used to perform both sub-band filtering and multi-scale analysis of digitalimages, leading to improved data processing and analysis capabilities. The research contributes to the ongoing development of efficient imageprocessing techniques that are essential for modern technology and various real-time appl
The finite impulse response (FIR) filters play a vital role in a wide range of applications including audio, image, and video processing as well as wireless communication systems. Due to the high computational complex...
详细信息
ISBN:
(数字)9798350387025
ISBN:
(纸本)9798350387032;9798350387025
The finite impulse response (FIR) filters play a vital role in a wide range of applications including audio, image, and video processing as well as wireless communication systems. Due to the high computational complexity and memory requirement, designing an efficient and high performance FIR filter is challenging, especially for high-order filters. This paper introduces a new approach for implementation of high-throughput, fully-parallel, and reconfigurable FIR filters through the utilization of processing-in-memory (PIM) technique. Within this framework, the filter coefficients are programmed into memristive devices, which can perform the essential multiply-accumulate operations. This innovative method not only enhances processing efficiency but also underscores the flexibility achieved by leveraging the unique capabilities of PIM in programming filter coefficients within memristors. Moreover, the proposed scheme supports arbitrary filter frequency responses and filter lengths.
In order to unscramble heliumspeech effectively, a novel heliumspeech unscrambling method is proposed, which consists of correction network and unscrambling network. First, a common working language lexicon is establi...
详细信息
ISBN:
(纸本)9798350350920
In order to unscramble heliumspeech effectively, a novel heliumspeech unscrambling method is proposed, which consists of correction network and unscrambling network. First, a common working language lexicon is established and used to generate supervision signals and vector signals of the correction network. The correction network learns the spectrogram features of heliumspeech as well as normal speech from the supervision signals and vector signals to obtain the correction network parameters. Then, the correction network parameter set with the largest spectrogram fitness is used to correct heliumspeech, according to which, the vector signals and supervision signals are generated. Finally, the unscrambling network unscramble the corrected heliumspeech. Therefore, the individual spectrogram features of the heliumspeech signal of divers in different environments are fully used to improve the learning efficiency of the machine learning networks. Simulation results show that the method proposed is effective.
In digital histopathology, color standardization, known as stain normalization, is widely used in computer-aided diagnosis (CAD) systems. This study details the adaptation and implementation of the Wavelet Knowledge D...
详细信息
ISBN:
(纸本)9798350388978;9798350388961
In digital histopathology, color standardization, known as stain normalization, is widely used in computer-aided diagnosis (CAD) systems. This study details the adaptation and implementation of the Wavelet Knowledge Distillation (WKD) method to CAD systems. The proposed method focuses on knowledge transfer between the teacher and student models within a specially designed Pix2Pix Generative Adversarial Network (GAN) for stain normalization in histopathology images. The student model, guided by the knowledge transferred by the teacher model using wavelet-based feature extraction, significantly improves the accuracy of stain normalization, which is crucial for preserving histological details and image quality. The WKD method has demonstrated high performance on the publicly available paired MITOS-ATYPIA dataset, outperforming state-of-the-art methods. Using the same settings, the Teacher model achieved a PSNR of 25.559, SSIM of 0.934, and RMSE of 7.270. Additionally, the student model used in the method yielded better results in the Frechet Inception *** (FID) metric compared to the teacher and baseline models.
This paper introduces an automated system comparing VGG16 and ResNet50 for dermatoscopic imageprocessing and classification. This method utilized transfer learning and fine-tuning VGG16 and ResNet50 using the HAM1000...
详细信息
ISBN:
(纸本)9781510679344;9781510679351
This paper introduces an automated system comparing VGG16 and ResNet50 for dermatoscopic imageprocessing and classification. This method utilized transfer learning and fine-tuning VGG16 and ResNet50 using the HAM10000 dataset. Random resampling balanced the dataset, optimizing models for accurate results with limited resources. We preprocessed images, performed data augmentation, modified the pre-existing models, and tuned the hyperparameters to increase the overall accuracy of both the models. Results demonstrate VGG16 and ResNet50 achieving 93.45% and 94.69% accuracy, respectively, showcasing the effectiveness of the proposed system in advancing early skin cancer intervention with deep learning techniques. Time comparison shows that VGG16 is 4 times faster than the other indicating the time-complexity of ResNet50 when skin lesion images are used for training.
The development of efficient noise reduction techniques is imperative to maintain the quality and features of digitalimages, as they are essential in numerous key applications. Specifically, noise from salt and peppe...
详细信息
imageprocessing related to noise suppression may entail partial distortion of useful visual information caused by filtering. Preservation of contours and texture details in the process of image denoising is one of th...
详细信息
imageprocessing is a technique that involves the manipulation and enhancement of digitalimages. It encompasses various aspects such as image acquisition, image preprocessing, image enhancement, image segmentation, f...
详细信息
暂无评论