paper-with-me

홈 › Papers

Local Rose Breeds Detection System Using Transfer Learning Techniques

2023-04-07 · Amena Begum Farha, Md. Azizul Hakim, Mst. Eshita Khatun

Flower breed detection and giving details of that breed with the suggestion of cultivation processes and the way of taking care is important for flower cultivation, breed invention, and the flower business. Among all the local flowers in Bangladesh, the rose is one of the most popular and demanded flowers. Roses are the most desirable flower not only in Bangladesh but also throughout the world. Roses can be used for many other purposes apart from decoration. As roses have a great demand in the flower business so rose breed detection will be very essential. However, there is no remarkable work for breed detection of a particular flower unlike the classification of different flowers. In this research, we have proposed a model to detect rose breeds from images using transfer learning techniques. For such work in flowers, resources are not enough in image processing and classification, so we needed a large dataset of the massive number of images to train our model. we have used 1939 raw images of five different breeds and we have generated 9306 images for the training dataset and 388 images for the testing dataset to validate the model using augmentation. We have applied four transfer learning models in this research, which are Inception V3, ResNet50, Xception, and VGG16. Among these four models, VGG16 achieved the highest accuracy of 99%, which is an excellent outcome. Breed detection of a rose by using transfer learning methods is the first work on breed detection of a particular flower that is publicly available according to the study.

📄 PDF Abstract BibTeX arXiv:2304.03509

Code (0)

등록된 구현이 없습니다.

Tasks

Transfer Learning

Methods 이 논문이 사용한 방법론

Average Pooling 설명 없음
Pointwise Convolution Pointwise Convolution is a type of convolution that uses a 1x1 kernel: a kernel that iterates through every single point. This…
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…
Global Average Pooling Global Average Pooling is a pooling operation designed to replace fully connected layers in classical CNNs. The idea is to generate one feature map for each corresponding…
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$…
1x1 Convolution A 1 x 1 Convolution is a convolution with some special properties in that it can be used for dimensionality reduction,…
Residual Connection 설명 없음
Max Pooling Max Pooling is a pooling operation that calculates the maximum value for patches of a feature map, and uses it to create a downsampled (pooled) feature map. It is usually…

Similar Papers 제목 키워드 기반

FC-ADL: Efficient Microservice Anomaly Detection and Localisation Through Functional Connectivity

2025-11-30 · Giles Winchester, George Parisis, Luc Berthouze arxiv

Microservices have transformed software architecture through the creation of modular and independent services. However, they introduce operational complexities in service integration and system management that makes swif…

Anomaly DetectionCausal Inference

GAL-MAD: Towards Explainable Anomaly Detection in Microservice Applications Using Graph Attention Networks

2025-03-31 · Lahiru Akmeemana, Chamodya Attanayake, Husni Faiz, Sandareka Wickramanayake

The transition to microservices has revolutionized software architectures, offering enhanced scalability and modularity. However, the distributed and dynamic nature of microservices introduces complexities in ensuring sy…

Anomaly DetectionGraph Attention

RoseCDL: Robust and Scalable Convolutional Dictionary Learning for Rare event and Anomaly Detection

2025-09-09 · Jad Yehya, Mansour Benbakoura, Cédric Allain, Benoît Malezieux 외 arxiv

Detecting rare events and anomalies in large-scale signals is essential in fields such as astronomy, physical simulations, and biomedical science. In many cases, this problem naturally decomposes into identifying common …

Computational EfficiencyPhysical SimulationsOutlier DetectionAnomaly Detection

A new dataset of dog breed images and a benchmark for fine-grained classification

2020-10-01 · Ding-Nan Zo, Song-Hai Zhang, Tai-Jiang M, Min Zhang

In this paper, we introduce an image dataset for fine-grained classification of dog breeds: the Tsinghua Dogs Dataset. It is currently the largest dataset for fine-grained classification of dogs, including130 dog breeds…

BenchmarkingClassificationDiversityFine-Grained Image Classification+4

Towards In-Depth Root Cause Localization for Microservices with Multi-Agent Recursion-of-Thought

2026-05-14 · Lingzhe Zhang, Tong Jia, Kangjin Wang, Chiming Duan 외 arxiv

As modern microservice systems grow increasingly complex due to dynamic interactions and evolving runtime environments, they experience failures with rising frequency. Ensuring system reliability therefore critically dep…