paper-with-me

홈 › Papers

A Support Vector Model of Pruning Trees Evaluation Based on OTSU Algorithm

2022-07-08 · Yuefei Chen, Xinli Zheng, Chunhua Ju, Fuguang Bao

The tree pruning process is the key to promoting fruits' growth and improving their productions due to effects on the photosynthesis efficiency of fruits and nutrition transportation in branches. Currently, pruning is still highly dependent on human labor. The workers' experience will strongly affect the robustness of the performance of the tree pruning. Thus, it is a challenge for workers and farmers to evaluate the pruning performance. Intended for a better solution to the problem, this paper presents a novel pruning classification strategy model called "OTSU-SVM" to evaluate the pruning performance based on the shadows of branches and leaves. This model considers not only the available illuminated area of the tree but also the uniformity of the illuminated area of the tree. More importantly, our group implements OTSU algorithm into the model, which highly reinforces robustness of the evaluation of this model. In addition, the data from the pear trees in the Yuhang District, Hangzhou is also used in the experiment. In this experiment, we prove that the OTSU-SVM has good accuracy with 80% and high performance in the evaluation of the pruning for the pear trees. It can provide more successful pruning if applied into the orchard. A successful pruning can broaden the illuminated area of individual fruit, and increase nutrition transportation from the target branch, dramatically elevating the weights and production of the fruits.

📄 PDF Abstract BibTeX arXiv:2207.03638

Code (0)

등록된 구현이 없습니다.

Tasks

Nutrition

Methods 이 논문이 사용한 방법론

Pruning 설명 없음

Similar Papers 제목 키워드 기반

ONNXPruner: ONNX-Based General Model Pruning Adapter

2024-04-10 · Dongdong Ren, Wenbin Li, Tianyu Ding, Lei Wang 외

Recent advancements in model pruning have focused on developing new algorithms and improving upon benchmarks. However, the practical application of these algorithms across various models and platforms remains a significa…

model

A New Pruning Method for Solving Decision Trees and Game Trees

2013-02-20 · Prakash P. Shenoy

The main goal of this paper is to describe a new pruning method for solving decision trees and game trees. The pruning method for decision trees suggests a slight variant of decision trees that we call scenario trees. In…

Multi-Armed Bandits-Based Optimization of Decision Trees

2025-08-08 · Hasibul Karim Shanto, Umme Ayman Koana, Shadikur Rahman arxiv

Decision trees, without appropriate constraints, can easily become overly complex and prone to overfit, capturing noise rather than generalizable patterns. To resolve this problem,pruning operation is a crucial part in o…

Reinforcement LearningMulti-Armed Bandits

Comparison of decision trees with Local Interpretable Model-Agnostic Explanations (LIME) technique and multi-linear regression for explaining support vector regression model in terms of root mean square error (RMSE) values

2024-04-10 · Amit Thombre

In this work the decision trees are used for explanation of support vector regression model. The decision trees act as a global technique as well as a local technique. They are compared against the popular technique of L…

regression

Alpha-Trimming: Locally Adaptive Tree Pruning for Random Forests

2024-08-13 · Nikola Surjanovic, Andrew Henrey, Thomas M. Loughin

We demonstrate that adaptively controlling the size of individual regression trees in a random forest can improve predictive performance, contrary to the conventional wisdom that trees should be fully grown. A fast pruni…