-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPhd_Thesis_SBumbaca.bib
More file actions
2693 lines (2505 loc) · 282 KB
/
Copy pathPhd_Thesis_SBumbaca.bib
File metadata and controls
2693 lines (2505 loc) · 282 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
@book{agrestiIntroductionCategoricalData2018,
title = {An {{Introduction}} to {{Categorical Data Analysis}}},
author = {Agresti, Alan},
year = {2018},
month = nov,
publisher = {John Wiley \& Sons},
abstract = {A valuable new edition of a standard reference The use of statistical methods for categorical data has increased dramatically, particularly for applications in the biomedical and social sciences. An Introduction to Categorical Data Analysis, Third Edition summarizes these methods and shows readers how to use them using software. Readers will find a unified generalized linear models approach that connects logistic regression and loglinear models for discrete data with normal regression for continuous data. Adding to the value in the new edition is: {$\bullet$} Illustrations of the use of R software to perform all the analyses in the book {$\bullet$} A new chapter on alternative methods for categorical data, including smoothing and regularization methods (such as the lasso), classification methods such as linear discriminant analysis and classification trees, and cluster analysis {$\bullet$} New sections in many chapters introducing the Bayesian approach for the methods of that chapter {$\bullet$} More than 70 analyses of data sets to illustrate application of the methods, and about 200 exercises, many containing other data sets {$\bullet$} An appendix showing how to use SAS, Stata, and SPSS, and an appendix with short solutions to most odd-numbered exercises Written in an applied, nontechnical style, this book illustrates the methods using a wide variety of real data, including medical clinical trials, environmental questions, drug use by teenagers, horseshoe crab mating, basketball shooting, correlates of happiness, and much more. An Introduction to Categorical Data Analysis, Third Edition is an invaluable tool for statisticians and biostatisticians as well as methodologists in the social and behavioral sciences, medicine and public health, marketing, education, and the biological and agricultural sciences.},
googlebooks = {ukNxDwAAQBAJ},
isbn = {978-1-119-40526-9},
langid = {english},
keywords = {Mathematics / General,Mathematics / Probability & Statistics / General,Mathematics / Probability & Statistics / Stochastic Processes}
}
@article{agresti_exact_2001,
title = {Exact inference for categorical data: recent advances and continuing controversies},
volume = {20},
copyright = {Copyright © 2001 John Wiley \& Sons, Ltd.},
issn = {1097-0258},
shorttitle = {Exact inference for categorical data},
url = {https://onlinelibrary.wiley.com/doi/abs/10.1002/sim.738},
doi = {10.1002/sim.738},
abstract = {Methods for exact small-sample analyses with categorical data have been increasingly well developed in recent years. A variety of exact methods exist, primarily using the approach that eliminates unknown parameters by conditioning on their sufficient statistics. In addition, a variety of algorithms now exist for implementing the methods. This paper briefly summarizes the exact approaches and describes recent developments. Controversy continues about the appropriateness of some exact methods, primarily relating to their conservative nature because of discreteness. This issue is examined for two simple problems in which discreteness can be severe – interval estimation of a proportion and the odds ratio. In general, adjusted exact methods based on the mid-P-value seem a reasonable way of reducing the severity of this problem. Copyright © 2001 John Wiley \& Sons, Ltd.},
language = {en},
number = {17-18},
urldate = {2025-06-29},
journal = {Statistics in Medicine},
author = {Agresti, Alan},
year = {2001},
note = {\_eprint: https://onlinelibrary.wiley.com/doi/pdf/10.1002/sim.738},
pages = {2709--2722},
}
@article{alomStateoftheArtSurveyDeep2019,
title = {A {{State-of-the-Art Survey}} on {{Deep Learning Theory}} and {{Architectures}}},
author = {Alom, Md Zahangir and Taha, Tarek M. and Yakopcic, Chris and Westberg, Stefan and Sidike, Paheding and Nasrin, Mst Shamima and Hasan, Mahmudul and Van Essen, Brian C. and Awwal, Abdul A. S. and Asari, Vijayan K.},
year = {2019},
month = mar,
journal = {Electronics},
volume = {8},
number = {3},
pages = {292},
publisher = {Multidisciplinary Digital Publishing Institute},
issn = {2079-9292},
doi = {10.3390/electronics8030292},
urldate = {2025-03-30},
abstract = {In recent years, deep learning has garnered tremendous success in a variety of application domains. This new field of machine learning has been growing rapidly and has been applied to most traditional application domains, as well as some new areas that present more opportunities. Different methods have been proposed based on different categories of learning, including supervised, semi-supervised, and un-supervised learning. Experimental results show state-of-the-art performance using deep learning when compared to traditional machine learning approaches in the fields of image processing, computer vision, speech recognition, machine translation, art, medical imaging, medical information processing, robotics and control, bioinformatics, natural language processing, cybersecurity, and many others. This survey presents a brief survey on the advances that have occurred in the area of Deep Learning (DL), starting with the Deep Neural Network (DNN). The survey goes on to cover Convolutional Neural Network (CNN), Recurrent Neural Network (RNN), including Long Short-Term Memory (LSTM) and Gated Recurrent Units (GRU), Auto-Encoder (AE), Deep Belief Network (DBN), Generative Adversarial Network (GAN), and Deep Reinforcement Learning (DRL). Additionally, we have discussed recent developments, such as advanced variant DL techniques based on these DL approaches. This work considers most of the papers published after 2012 from when the history of deep learning began. Furthermore, DL approaches that have been explored and evaluated in different application domains are also included in this survey. We also included recently developed frameworks, SDKs, and benchmark datasets that are used for implementing and evaluating deep learning approaches. There are some surveys that have been published on DL using neural networks and a survey on Reinforcement Learning (RL). However, those papers have not discussed individual advanced techniques for training large-scale deep learning models and the recently developed method of generative models.},
copyright = {http://creativecommons.org/licenses/by/3.0/},
langid = {english},
keywords = {auto-encoder (AE),convolutional neural network (CNN),deep belief network (DBN),deep learning,deep reinforcement learning (DRL),generative adversarial network (GAN),recurrent neural network (RNN),restricted Boltzmann machine (RBM),transfer learning}
}
@article{araujoMachineLearningApplications2023,
title = {Machine {{Learning Applications}} in {{Agriculture}}: {{Current Trends}}, {{Challenges}}, and {{Future Perspectives}}},
shorttitle = {Machine {{Learning Applications}} in {{Agriculture}}},
author = {Ara{\'u}jo, Sara Oleiro and Peres, Ricardo Silva and Ramalho, Jos{\'e} Cochicho and Lidon, Fernando and Barata, Jos{\'e}},
year = {2023},
month = dec,
journal = {Agronomy},
volume = {13},
number = {12},
pages = {2976},
publisher = {Multidisciplinary Digital Publishing Institute},
issn = {2073-4395},
doi = {10.3390/agronomy13122976},
urldate = {2025-03-30},
abstract = {Progress in agricultural productivity and sustainability hinges on strategic investments in technological research. Evolving technologies such as the Internet of Things, sensors, robotics, Artificial Intelligence, Machine Learning, Big Data, and Cloud Computing are propelling the agricultural sector towards the transformative Agriculture 4.0 paradigm. The present systematic literature review employs the Preferred Reporting Items for Systematic Reviews and Meta-Analyses (PRISMA) methodology to explore the usage of Machine Learning in agriculture. The study investigates the foremost applications of Machine Learning, including crop, water, soil, and animal management, revealing its important role in revolutionising traditional agricultural practices. Furthermore, it assesses the substantial impacts and outcomes of Machine Learning adoption and highlights some challenges associated with its integration in agricultural systems. This review not only provides valuable insights into the current landscape of Machine Learning applications in agriculture, but it also outlines promising directions for future research and innovation in this rapidly evolving field.},
copyright = {http://creativecommons.org/licenses/by/3.0/},
langid = {english},
keywords = {Agriculture 4.0,machine learning,PRISMA,systematic reviews and meta analytics}
}
@article{arnalbarbedoDigitalImageProcessing2013,
title = {Digital Image Processing Techniques for Detecting, Quantifying and Classifying Plant Diseases},
author = {Arnal Barbedo, Jayme Garcia},
year = {2013},
month = dec,
journal = {SpringerPlus},
volume = {2},
number = {1},
pages = {660},
issn = {2193-1801},
doi = {10.1186/2193-1801-2-660},
urldate = {2025-03-26},
abstract = {This paper presents a survey on methods that use digital image processing techniques to detect, quantify and classify plant diseases from digital images in the visible spectrum. Although disease symptoms can manifest in any part of the plant, only methods that explore visible symptoms in leaves and stems were considered. This was done for two main reasons: to limit the length of the paper and because methods dealing with roots, seeds and fruits have some peculiarities that would warrant a specific survey. The selected proposals are divided into three classes according to their objective: detection, severity quantification, and classification. Each of those classes, in turn, are subdivided according to the main technical solution used in the algorithm. This paper is expected to be useful to researchers working both on vegetable pathology and pattern recognition, providing a comprehensive and accessible overview of this important field of research.},
langid = {english},
keywords = {Diseased Region,Powdery Mildew,Radial Basis Function,Texture Feature}
}
@article{barbedoAutomaticMethodDetect2014,
title = {An {{Automatic Method}} to {{Detect}} and {{Measure Leaf Disease Symptoms Using Digital Image Processing}}},
author = {Barbedo, Jayme Garcia Arnal},
year = {2014},
month = dec,
journal = {Plant Disease},
volume = {98},
number = {12},
pages = {1709--1716},
publisher = {Scientific Societies},
issn = {0191-2917},
doi = {10.1094/PDIS-03-14-0290-RE},
urldate = {2025-03-26},
abstract = {A method is presented to detect and quantify leaf symptoms using conventional color digital images. The method was designed to be completely automatic, eliminating the possibility of human error and reducing time taken to measure disease severity. The program is capable of dealing with images containing multiple leaves, further reducing the time taken. Accurate results are possible when the symptoms and leaf veins have similar color and shade characteristics. The algorithm is subject to one constraint: the background must be as close to white or black as possible. Tests showed that the method provided accurate estimates over a wide variety of conditions, being robust to variation in size, shape, and color of leaves; symptoms; and leaf veins. Low rates of false positives and false negatives occurred due to extrinsic factors such as issues with image capture and the use of extreme file compression ratios.}
}
@article{barbedoFactorsInfluencingUse2018,
title = {Factors Influencing the Use of Deep Learning for Plant Disease Recognition},
author = {Barbedo, Jayme G. A.},
year = {2018},
month = aug,
journal = {Biosystems Engineering},
volume = {172},
pages = {84--91},
issn = {1537-5110},
doi = {10.1016/j.biosystemseng.2018.05.013},
urldate = {2025-03-23},
abstract = {Deep learning is quickly becoming one of the most important tools for image classification. This technology is now beginning to be applied to the tasks of plant disease classification and recognition. The positive results that are being obtained using this approach hide some issues that are seldom taken into account in the respective experiments. This article presents an investigation into the main factors that affect the design and effectiveness of deep neural nets applied to plant pathology. An in-depth analysis of the subject, in which advantages and shortcomings are highlighted, should lead to more realistic conclusions on the subject. The arguments used throughout the text are built upon both studies found in the literature and experiments carried out using an image database carefully built to reflect and reproduce many of the conditions expected to be found in practice. This database, which contains almost 50,000 images, is being made freely available for academic purposes.},
keywords = {Deep neural nets,Disease classification,Image database,Image processing,Transfer learning}
}
@article{baySpeededUpRobustFeatures2008,
title = {Speeded-{{Up Robust Features}} ({{SURF}})},
author = {Bay, Herbert and Ess, Andreas and Tuytelaars, Tinne and Van Gool, Luc},
year = {2008},
month = jun,
journal = {Computer Vision and Image Understanding},
series = {Similarity {{Matching}} in {{Computer Vision}} and {{Multimedia}}},
volume = {110},
number = {3},
pages = {346--359},
issn = {1077-3142},
doi = {10.1016/j.cviu.2007.09.014},
urldate = {2025-03-29},
abstract = {This article presents a novel scale- and rotation-invariant detector and descriptor, coined SURF (Speeded-Up Robust Features). SURF approximates or even outperforms previously proposed schemes with respect to repeatability, distinctiveness, and robustness, yet can be computed and compared much faster. This is achieved by relying on integral images for image convolutions; by building on the strengths of the leading existing detectors and descriptors (specifically, using a Hessian matrix-based measure for the detector, and a distribution-based descriptor); and by simplifying these methods to the essential. This leads to a combination of novel detection, description, and matching steps. The paper encompasses a detailed description of the detector and descriptor and then explores the effects of the most important parameters. We conclude the article with SURF's application to two challenging, yet converse goals: camera calibration as a special case of image registration, and object recognition. Our experiments underline SURF's usefulness in a broad range of topics in computer vision.},
keywords = {Camera calibration,Feature description,Interest points,Local features,Object recognition}
}
@article{berryResistedRiseRandomisation2015,
title = {The Resisted Rise of Randomisation in Experimental Design: {{British}} Agricultural Science, c.1910-1930},
shorttitle = {The Resisted Rise of Randomisation in Experimental Design},
author = {Berry, Dominic},
year = {2015},
month = sep,
journal = {History and Philosophy of the Life Sciences},
volume = {37},
number = {3},
pages = {242--260},
issn = {0391-9714},
doi = {10.1007/s40656-015-0076-8},
abstract = {The most conspicuous form of agricultural experiment is the field trial, and within the history of such trials, the arrival of the randomised control trial (RCT) is considered revolutionary. Originating with R.A. Fisher within British agricultural science in the 1920s and 1930s, the RCT has since become one of the most prodigiously used experimental techniques throughout the natural and social sciences. Philosophers of science have already scrutinised the epistemological uniqueness of RCTs, undermining their status as the 'gold standard' in experimental design. The present paper introduces a historical case study from the origins of the RCT, uncovering the initially cool reception given to this method by agricultural scientists at the University of Cambridge and the (Cambridge based) National Institute of Agricultural Botany. Rather than giving further attention to the RCT, the paper focuses instead on a competitor method-the half-drill strip-which both predated the RCT and remained in wide use for at least a decade beyond the latter's arrival. In telling this history, John Pickstone's Ways of Knowing is adopted, as the most flexible and productive way to write the history of science, particularly when sciences and scientists have to work across a number of different kinds of place. It is shown that those who resisted the RCT did so in order to preserve epistemic and social goals that randomisation would have otherwise run a tractor through.},
langid = {english},
pmid = {26205200},
keywords = {Agriculture,History 20th Century,Randomized Controlled Trials as Topic,Research Design,United Kingdom}
}
@article{bockPhytopathometryGlossaryTwentyfirst2022,
title = {A Phytopathometry Glossary for the Twenty-First Century: Towards Consistency and Precision in Intra- and Inter-Disciplinary Dialogues},
shorttitle = {A Phytopathometry Glossary for the Twenty-First Century},
author = {Bock, Clive H. and Pethybridge, Sarah J. and Barbedo, Jayme G. A. and Esker, Paul D. and Mahlein, Anne-Katrin and Del Ponte, Emerson M.},
year = {2022},
month = feb,
journal = {Tropical Plant Pathology},
volume = {47},
number = {1},
pages = {14--24},
issn = {1983-2052},
doi = {10.1007/s40858-021-00454-0},
urldate = {2025-03-26},
abstract = {Phytopathometry can be defined as the branch of plant pathology (phytopathology) that is concerned with estimation or measurement of the amount of plant disease expressed by symptoms of disease or signs of a pathogen on a single or group of specimens. Phytopathometry is critical for many reasons, including analyzing yield loss due to disease, breeding for disease resistance, evaluating and comparing disease control methods, understanding coevolution, and studying disease epidemiology and pathogen ecology. Phytopathometry underpins all activities in plant pathology and extends into related disciplines, such as agronomy, horticulture, and plant breeding. Considering this central role, phytopathometry warrants status as a formally recognized branch of plant pathology. The glossary defines terms and concepts used in phytopathometry based on disease symptoms or visible pathogen structures and includes those terms commonly used in the visual estimation of disease severity and sensor-based methods of disease measurement. Relevant terms from the intersecting disciplines of measurement science, statistics, psychophysics, robotics, and artificial intelligence are also included. In particular, a new, broader definition is proposed for ``disease severity,'' and the terms ``disease measurement'' and ``disease estimate'' are specifically defined. It is hoped that the glossary contributes to a more unified cross-discipline approach to research in, and application of the tools available to phytopathometry.},
langid = {english},
keywords = {Accuracy,Disease severity,Estimate,Imaging,Measurement,Plant pathology,Reliability,Sensors,Visual}
}
@article{bockPlantDiseaseSeverity2010,
title = {Plant {{Disease Severity Estimated Visually}}, by {{Digital Photography}} and {{Image Analysis}}, and by {{Hyperspectral Imaging}}},
author = {Bock, C. H. and , G. H., Poole and , P. E., Parker and {and Gottwald}, T. R.},
year = {2010},
month = mar,
journal = {Critical Reviews in Plant Sciences},
volume = {29},
number = {2},
pages = {59--107},
publisher = {Taylor \& Francis},
issn = {0735-2689},
doi = {10.1080/07352681003617285},
urldate = {2025-03-26},
abstract = {Reliable, precise and accurate estimates of disease severity are important for predicting yield loss, monitoring and forecasting epidemics, for assessing crop germplasm for disease resistance, and for understanding fundamental biological processes including co-evolution. Disease assessments that are inaccurate and/or imprecise might lead to faulty conclusions being drawn from the data, which in turn can lead to incorrect actions being taken in disease management decisions. Plant disease can be quantified in several different ways. This review considers plant disease severity assessment at the scale of individual plant parts or plants, and describes our current understanding of the sources and causes of assessment error, a better understanding of which is required before improvements can be targeted. The review also considers how these can be identified using various statistical tools. Indeed, great strides have been made in the last thirty years in identifying the sources of assessment error inherent to visual rating, and this review highlights ways that assessment errors can be reduced---particularly by training raters or using assessment aids. Lesion number in relation to area infected is known to influence accuracy and precision of visual estimates---the greater the number of lesions for a given area infected results in more overestimation. Furthermore, there is a widespread tendency to overestimate disease severity at low severities ({$<$}10\%). Both interrater and intrarater reliability can be variable, particularly if training or rating aids are not used. During the last eighty years acceptable accuracy and precision of visual disease assessments have often been achieved using disease scales, particularly because of the time they allegedly save, and the ease with which they can be learned, but recent work suggests there can be some disadvantages to their use. This review considers new technologies that offer opportunity to assess disease with greater objectivity (reliability, precision, and accuracy). One of these, visible light photography and digital image analysis has been increasingly used over the last thirty years, as software has become more sophisticated and user-friendly. Indeed, some studies have produced very accurate estimates of disease using image analysis. In contrast, hyperspectral imagery is relatively recent and has not been widely applied in plant pathology. Nonetheless, it offers interesting and potentially discerning opportunities to assess disease. As plant disease assessment becomes better understood, it is against the backdrop of concepts of reliability, precision and accuracy (and agreement) in plant pathology and measurement science. This review briefly describes these concepts in relation to plant disease assessment. Various advantages and disadvantages of the different approaches to disease assessment are described. For each assessment method some future research priorities are identified that would be of value in better understanding the theory of disease assessment, as it applies to improving and fully realizing the potential of image analysis and hyperspectral imagery.},
keywords = {error,hyperspectral imagery,image analysis,plant disease assessment,remote sensing,variance}
}
@article{bockSpecialIssuePhytopathometry2022,
title = {A Special Issue on Phytopathometry --- Visual Assessment, Remote Sensing, and Artificial Intelligence in the Twenty-First Century},
author = {Bock, Clive H. and Barbedo, Jayme G. A. and Mahlein, Anne-Katrin and Del Ponte, Emerson M.},
year = {2022},
month = feb,
journal = {Tropical Plant Pathology},
volume = {47},
number = {1},
pages = {1--4},
issn = {1983-2052},
doi = {10.1007/s40858-022-00498-w},
urldate = {2025-03-26},
langid = {english}
}
@article{bockVisualEstimatesFully2020,
title = {From Visual Estimates to Fully Automated Sensor-Based Measurements of Plant Disease Severity: Status and Challenges for Improving Accuracy},
shorttitle = {From Visual Estimates to Fully Automated Sensor-Based Measurements of Plant Disease Severity},
author = {Bock, Clive H. and Barbedo, Jayme G. A. and Del Ponte, Emerson M. and Bohnenkamp, David and Mahlein, Anne-Katrin},
year = {2020},
month = apr,
journal = {Phytopathology Research},
volume = {2},
number = {1},
pages = {9},
issn = {2524-4167},
doi = {10.1186/s42483-020-00049-8},
urldate = {2025-03-26},
abstract = {The severity of plant diseases, traditionally the proportion of the plant tissue exhibiting symptoms, is a key quantitative variable to know for many diseases and is prone to error. Good quality disease severity data should be accurate (close to the true value). Earliest quantification of disease severity was by visual estimates. Sensor-based image analysis including visible spectrum and hyperspectral and multispectral sensors are established technologies that promise to substitute, or complement visual ratings. Indeed, these technologies have measured disease severity accurately under controlled conditions but are yet to demonstrate their full potential for accurate measurement under field conditions. Sensor technology is advancing rapidly, and artificial intelligence may help overcome issues for automating severity measurement under hyper-variable field conditions. The adoption of appropriate scales, training, instruction and aids (standard area diagrams) has contributed to improved accuracy of visual estimates. The apogee of accuracy for visual estimation is likely being approached, and any remaining increases in accuracy are likely to be small. Due to automation and rapidity, sensor-based measurement offers potential advantages compared with visual estimates, but the latter will remain important for years to come. Mobile, automated sensor-based systems will become increasingly common in controlled conditions and, eventually, in the field for measuring plant disease severity for the purpose of research and decision making.},
langid = {english},
keywords = {Accuracy,Artificial intelligence,Assessment,Deep learning,Digital technologies,Disease severity,Machine learning,Mobile device,Phenotyping,Precision,Precision agriculture,Sensor}
}
@article{bockVisualEstimatesFully2020a,
title = {From Visual Estimates to Fully Automated Sensor-Based Measurements of Plant Disease Severity: Status and Challenges for Improving Accuracy},
shorttitle = {From Visual Estimates to Fully Automated Sensor-Based Measurements of Plant Disease Severity},
author = {Bock, Clive H. and Barbedo, Jayme G. A. and Del Ponte, Emerson M. and Bohnenkamp, David and Mahlein, Anne-Katrin},
year = {2020},
month = apr,
journal = {Phytopathology Research},
volume = {2},
number = {1},
pages = {9},
issn = {2524-4167},
doi = {10.1186/s42483-020-00049-8},
urldate = {2025-03-26},
abstract = {The severity of plant diseases, traditionally the proportion of the plant tissue exhibiting symptoms, is a key quantitative variable to know for many diseases and is prone to error. Good quality disease severity data should be accurate (close to the true value). Earliest quantification of disease severity was by visual estimates. Sensor-based image analysis including visible spectrum and hyperspectral and multispectral sensors are established technologies that promise to substitute, or complement visual ratings. Indeed, these technologies have measured disease severity accurately under controlled conditions but are yet to demonstrate their full potential for accurate measurement under field conditions. Sensor technology is advancing rapidly, and artificial intelligence may help overcome issues for automating severity measurement under hyper-variable field conditions. The adoption of appropriate scales, training, instruction and aids (standard area diagrams) has contributed to improved accuracy of visual estimates. The apogee of accuracy for visual estimation is likely being approached, and any remaining increases in accuracy are likely to be small. Due to automation and rapidity, sensor-based measurement offers potential advantages compared with visual estimates, but the latter will remain important for years to come. Mobile, automated sensor-based systems will become increasingly common in controlled conditions and, eventually, in the field for measuring plant disease severity for the purpose of research and decision making.},
langid = {english},
keywords = {Accuracy,Artificial intelligence,Assessment,Deep learning,Digital technologies,Disease severity,Machine learning,Mobile device,Phenotyping,Precision,Precision agriculture,Sensor}
}
@article{bockVisualEstimatesFully2020b,
title = {From Visual Estimates to Fully Automated Sensor-Based Measurements of Plant Disease Severity: Status and Challenges for Improving Accuracy},
shorttitle = {From Visual Estimates to Fully Automated Sensor-Based Measurements of Plant Disease Severity},
author = {Bock, Clive H. and Barbedo, Jayme G. A. and Del Ponte, Emerson M. and Bohnenkamp, David and Mahlein, Anne-Katrin},
year = {2020},
month = apr,
journal = {Phytopathology Research},
volume = {2},
number = {1},
pages = {9},
issn = {2524-4167},
doi = {10.1186/s42483-020-00049-8},
urldate = {2025-03-30},
abstract = {The severity of plant diseases, traditionally the proportion of the plant tissue exhibiting symptoms, is a key quantitative variable to know for many diseases and is prone to error. Good quality disease severity data should be accurate (close to the true value). Earliest quantification of disease severity was by visual estimates. Sensor-based image analysis including visible spectrum and hyperspectral and multispectral sensors are established technologies that promise to substitute, or complement visual ratings. Indeed, these technologies have measured disease severity accurately under controlled conditions but are yet to demonstrate their full potential for accurate measurement under field conditions. Sensor technology is advancing rapidly, and artificial intelligence may help overcome issues for automating severity measurement under hyper-variable field conditions. The adoption of appropriate scales, training, instruction and aids (standard area diagrams) has contributed to improved accuracy of visual estimates. The apogee of accuracy for visual estimation is likely being approached, and any remaining increases in accuracy are likely to be small. Due to automation and rapidity, sensor-based measurement offers potential advantages compared with visual estimates, but the latter will remain important for years to come. Mobile, automated sensor-based systems will become increasingly common in controlled conditions and, eventually, in the field for measuring plant disease severity for the purpose of research and decision making.},
langid = {english},
keywords = {Accuracy,Artificial intelligence,Assessment,Deep learning,Digital technologies,Disease severity,Machine learning,Mobile device,Phenotyping,Precision,Precision agriculture,Sensor}
}
@misc{bommasaniOpportunitiesRisksFoundation2022,
title = {On the {{Opportunities}} and {{Risks}} of {{Foundation Models}}},
author = {Bommasani, Rishi and Hudson, Drew A. and Adeli, Ehsan and Altman, Russ and Arora, Simran and von Arx, Sydney and Bernstein, Michael S. and Bohg, Jeannette and Bosselut, Antoine and Brunskill, Emma and Brynjolfsson, Erik and Buch, Shyamal and Card, Dallas and Castellon, Rodrigo and Chatterji, Niladri and Chen, Annie and Creel, Kathleen and Davis, Jared Quincy and Demszky, Dora and Donahue, Chris and Doumbouya, Moussa and Durmus, Esin and Ermon, Stefano and Etchemendy, John and Ethayarajh, Kawin and {Fei-Fei}, Li and Finn, Chelsea and Gale, Trevor and Gillespie, Lauren and Goel, Karan and Goodman, Noah and Grossman, Shelby and Guha, Neel and Hashimoto, Tatsunori and Henderson, Peter and Hewitt, John and Ho, Daniel E. and Hong, Jenny and Hsu, Kyle and Huang, Jing and Icard, Thomas and Jain, Saahil and Jurafsky, Dan and Kalluri, Pratyusha and Karamcheti, Siddharth and Keeling, Geoff and Khani, Fereshte and Khattab, Omar and Koh, Pang Wei and Krass, Mark and Krishna, Ranjay and Kuditipudi, Rohith and Kumar, Ananya and Ladhak, Faisal and Lee, Mina and Lee, Tony and Leskovec, Jure and Levent, Isabelle and Li, Xiang Lisa and Li, Xuechen and Ma, Tengyu and Malik, Ali and Manning, Christopher D. and Mirchandani, Suvir and Mitchell, Eric and Munyikwa, Zanele and Nair, Suraj and Narayan, Avanika and Narayanan, Deepak and Newman, Ben and Nie, Allen and Niebles, Juan Carlos and Nilforoshan, Hamed and Nyarko, Julian and Ogut, Giray and Orr, Laurel and Papadimitriou, Isabel and Park, Joon Sung and Piech, Chris and Portelance, Eva and Potts, Christopher and Raghunathan, Aditi and Reich, Rob and Ren, Hongyu and Rong, Frieda and Roohani, Yusuf and Ruiz, Camilo and Ryan, Jack and R{\'e}, Christopher and Sadigh, Dorsa and Sagawa, Shiori and Santhanam, Keshav and Shih, Andy and Srinivasan, Krishnan and Tamkin, Alex and Taori, Rohan and Thomas, Armin W. and Tram{\`e}r, Florian and Wang, Rose E. and Wang, William and Wu, Bohan and Wu, Jiajun and Wu, Yuhuai and Xie, Sang Michael and Yasunaga, Michihiro and You, Jiaxuan and Zaharia, Matei and Zhang, Michael and Zhang, Tianyi and Zhang, Xikun and Zhang, Yuhui and Zheng, Lucia and Zhou, Kaitlyn and Liang, Percy},
year = {2022},
month = jul,
number = {arXiv:2108.07258},
eprint = {2108.07258},
primaryclass = {cs},
publisher = {arXiv},
doi = {10.48550/arXiv.2108.07258},
urldate = {2025-03-26},
abstract = {AI is undergoing a paradigm shift with the rise of models (e.g., BERT, DALL-E, GPT-3) that are trained on broad data at scale and are adaptable to a wide range of downstream tasks. We call these models foundation models to underscore their critically central yet incomplete character. This report provides a thorough account of the opportunities and risks of foundation models, ranging from their capabilities (e.g., language, vision, robotics, reasoning, human interaction) and technical principles(e.g., model architectures, training procedures, data, systems, security, evaluation, theory) to their applications (e.g., law, healthcare, education) and societal impact (e.g., inequity, misuse, economic and environmental impact, legal and ethical considerations). Though foundation models are based on standard deep learning and transfer learning, their scale results in new emergent capabilities,and their effectiveness across so many tasks incentivizes homogenization. Homogenization provides powerful leverage but demands caution, as the defects of the foundation model are inherited by all the adapted models downstream. Despite the impending widespread deployment of foundation models, we currently lack a clear understanding of how they work, when they fail, and what they are even capable of due to their emergent properties. To tackle these questions, we believe much of the critical research on foundation models will require deep interdisciplinary collaboration commensurate with their fundamentally sociotechnical nature.},
archiveprefix = {arXiv},
keywords = {Computer Science - Artificial Intelligence,Computer Science - Computers and Society,Computer Science - Machine Learning}
}
@article{brienMultiphaseExperimentsLeast2011,
title = {Multiphase {{Experiments}} with at {{Least One Later Laboratory Phase}}. {{I}}. {{Orthogonal Designs}}},
author = {Brien, C. J. and Harch, B. D. and Correll, R. L. and Bailey, R. A.},
year = {2011},
month = sep,
journal = {Journal of Agricultural, Biological, and Environmental Statistics},
volume = {16},
number = {3},
pages = {422--450},
issn = {1537-2693},
doi = {10.1007/s13253-011-0060-z},
urldate = {2025-03-30},
abstract = {The paper provides a systematic approach to designing the laboratory phase of a multiphase experiment, taking into account previous phases. General principles are outlined for experiments in which orthogonal designs can be employed. Multiphase experiments occur widely, although their multiphase nature is often not recognized. The need to randomize the material produced from the first phase in the laboratory phase is emphasized. Factor-allocation diagrams are used to depict the randomizations in a design and the use of skeleton analysis-of-variance (ANOVA) tables to evaluate their properties discussed. The methods are illustrated using a scenario and a case study. A basis for categorizing designs is suggested. This article has supplementary material online.},
langid = {english},
keywords = {Analysis of variance,Experimental design,Laboratory experiments,Multi-phase experiments,Multiple randomizations,Multitiered experiments,Two-phase experiments}
}
@article{brownCloseRangeCameraCalibration2002,
title = {Close-{{Range Camera Calibration}}},
author = {Brown, Duane},
year = {2002},
month = dec,
journal = {Photogramm. Eng.},
volume = {37}
}
@misc{brownLanguageModelsAre2020,
title = {Language {{Models}} Are {{Few-Shot Learners}}},
author = {Brown, Tom B. and Mann, Benjamin and Ryder, Nick and Subbiah, Melanie and Kaplan, Jared and Dhariwal, Prafulla and Neelakantan, Arvind and Shyam, Pranav and Sastry, Girish and Askell, Amanda and Agarwal, Sandhini and {Herbert-Voss}, Ariel and Krueger, Gretchen and Henighan, Tom and Child, Rewon and Ramesh, Aditya and Ziegler, Daniel M. and Wu, Jeffrey and Winter, Clemens and Hesse, Christopher and Chen, Mark and Sigler, Eric and Litwin, Mateusz and Gray, Scott and Chess, Benjamin and Clark, Jack and Berner, Christopher and McCandlish, Sam and Radford, Alec and Sutskever, Ilya and Amodei, Dario},
year = {2020},
month = jul,
number = {arXiv:2005.14165},
eprint = {2005.14165},
primaryclass = {cs},
publisher = {arXiv},
doi = {10.48550/arXiv.2005.14165},
urldate = {2025-03-26},
abstract = {Recent work has demonstrated substantial gains on many NLP tasks and benchmarks by pre-training on a large corpus of text followed by fine-tuning on a specific task. While typically task-agnostic in architecture, this method still requires task-specific fine-tuning datasets of thousands or tens of thousands of examples. By contrast, humans can generally perform a new language task from only a few examples or from simple instructions - something which current NLP systems still largely struggle to do. Here we show that scaling up language models greatly improves task-agnostic, few-shot performance, sometimes even reaching competitiveness with prior state-of-the-art fine-tuning approaches. Specifically, we train GPT-3, an autoregressive language model with 175 billion parameters, 10x more than any previous non-sparse language model, and test its performance in the few-shot setting. For all tasks, GPT-3 is applied without any gradient updates or fine-tuning, with tasks and few-shot demonstrations specified purely via text interaction with the model. GPT-3 achieves strong performance on many NLP datasets, including translation, question-answering, and cloze tasks, as well as several tasks that require on-the-fly reasoning or domain adaptation, such as unscrambling words, using a novel word in a sentence, or performing 3-digit arithmetic. At the same time, we also identify some datasets where GPT-3's few-shot learning still struggles, as well as some datasets where GPT-3 faces methodological issues related to training on large web corpora. Finally, we find that GPT-3 can generate samples of news articles which human evaluators have difficulty distinguishing from articles written by humans. We discuss broader societal impacts of this finding and of GPT-3 in general.},
archiveprefix = {arXiv},
keywords = {Computer Science - Computation and Language}
}
@article{bullockDataIntensiveFarmManagement2019,
title = {The {{Data-Intensive Farm Management Project}}: {{Changing Agronomic Research Through On-Farm Precision Experimentation}}},
shorttitle = {The {{Data-Intensive Farm Management Project}}},
author = {Bullock, David S. and Boerngen, Maria and Tao, Haiying and Maxwell, Bruce and Luck, Joe D. and Shiratsuchi, Luciano and Puntel, Laila and Martin, Nicolas F.},
year = {2019},
journal = {Agronomy Journal},
volume = {111},
number = {6},
pages = {2736--2746},
issn = {1435-0645},
doi = {10.2134/agronj2019.03.0165},
urldate = {2025-03-29},
abstract = {The Data-Intensive Farm Management (DIFM) project works with participating farmers, using precision technology to inexpensively design and run randomized agronomic field trials on whole commercial farm fields, to provide data-based, site-specific farm input management guidance, thus providing economic and environmental benefits. This article lays out a conceptual framework used by the multidisciplinary DIFM research team to facilitate collaboration and then presents details of DIFM's procedures for what it calls on-farm precision experimentation (OFPE), which includes field trial design and implementation, data generation, processing, and management, and analysis. It is argued that DIFM's data and the agricultural ``Big Data'' currently being collected with remote and proximal sensors are complementary; that is, more of either increases the value of the other. In 2019, DIFM and affiliates conducted over 120 trials, ranging from 10 to 100 ha in size, on maize, wheat, soybeans, cotton, and barley in eight US states, Argentina, Brazil, and South Africa. The DIFM is developing cyberinfrastructure to ``scale up'' its activities, to permit researchers and crop consultants worldwide to work with farmers to conduct trials, then process and manage the data. In Addition, DIFM is in the early stages of developing a software system for semi-automatic data analytics, and a cloud-based farm management aid, the purpose of which is to facilitate conversations between agronomists and farmers about implementing data-driven input management decisions. The proposed framework allows researchers, agronomists, and farmers to carry out on-farm precision experimentation using novel digital tools. Core Ideas The Data-Intensive Farm Management project's on-farm trials can generate massive amounts varied managed input data. The Data-Intensive Farm Management project's data fill a gap in agricultural ``Big Data,'' to enable data-intensive crop management. The Data-Intensive Farm Management project's protocols support trial design, data processing and analysis. The Data-Intensive Farm Management project can be implemented by researchers, consultants, and farmers in diverse agronomic scenarios.},
copyright = {{\copyright} 2019 The author(s).},
langid = {english}
}
@article{bumbacaSupportingScreeningNew2024,
title = {Supporting {{Screening}} of {{New Plant Protection Products}} through a {{Multispectral Photogrammetric Approach Integrated}} with {{AI}}},
author = {Bumbaca, Samuele and {Borgogno-Mondino}, Enrico},
year = {2024},
month = feb,
journal = {Agronomy},
volume = {14},
number = {2},
pages = {306},
publisher = {Multidisciplinary Digital Publishing Institute},
issn = {2073-4395},
doi = {10.3390/agronomy14020306},
urldate = {2025-03-23},
abstract = {This work was aimed at developing a prototype system based on multispectral digital photogrammetry to support tests required by international regulations for new Plant Protection Products (PPPs). In particular, the goal was to provide a system addressing the challenges of a new PPP evaluation with a higher degree of objectivity with respect to the current one, which relies on expert evaluations. The system uses Digital Photogrammetry, which is applied to multispectral acquisitions and Artificial Intelligence (AI). The goal of this paper is also to simplify the present screening process, moving it towards more objective and quantitative scores about phytotoxicity. The implementation of an opportunely trained AI model for phytotoxicity prediction aims to convert ordinary human visual observations, which are presently provided with a discrete scale (forbidding a variance analysis), into a continuous variable. The technical design addresses the need for a reduced dataset for training the AI model and relating discrete observations, as usually performed, to some proxy variables derived from the photogrammetric multispectral 3D model. To achieve this task, an appropriate photogrammetric multispectral system was designed. The system operates in multi-nadiral-view mode over a bench within a greenhouse exploiting an active system for lighting providing uniform and diffuse illumination. The whole system is intended to reduce the environmental variability of acquisitions tending to a standard situation. The methodology combines advanced image processing, image radiometric calibration, and machine learning techniques to predict the General Phytotoxicity percentage index (PHYGEN), a crucial measure of phytotoxicity. Results show that the system can generate reliable estimates of PHYGEN, compliant with existing accuracy standards (even from previous PPPs symptom severity models), using limited training datasets. The proposed solution addressing this challenge is the adoption of the Logistic Function with LASSO model regularization that has been shown to overcome the limitations of a small sample size (typical of new PPP trials). Additionally, it provides the estimate of a numerical continuous index (a percentage), which makes it possible to tackle the objectivity problem related to human visual evaluation that is presently based on an ordinal discrete scale. In our opinion, the proposed prototype system could have significant potential in improving the screening process for new PPPs. In fact, it works specifically for new PPPs screening and, despite this, it has an accuracy consistent with the one ordinarily accepted for human visual approaches. Additionally, it provides a higher degree of objectivity and repeatability.},
copyright = {http://creativecommons.org/licenses/by/3.0/},
langid = {english},
keywords = {computer vision,diagnostic,digitalization,machine learning,plant protection product}
}
@article{caslerFundamentalsExperimentalDesign2015,
title = {Fundamentals of {{Experimental Design}}: {{Guidelines}} for {{Designing Successful Experiments}}},
shorttitle = {Fundamentals of {{Experimental Design}}},
author = {Casler, Michael D.},
year = {2015},
journal = {Agronomy Journal},
volume = {107},
number = {2},
pages = {692--705},
issn = {1435-0645},
doi = {10.2134/agronj2013.0114},
urldate = {2025-03-30},
abstract = {We often think of experimental designs as analogous to recipes in a cookbook. We look for something that we like, something that satisfies our needs, and frequently return to those that have become our long-standing favorites. We can easily become complacent, favoring the tried-and-true designs (or recipes) over those that contain unknown or untried ingredients or those that are too complex for our tastes and skills. Instead, I prefer to think of experimental designs as a creative series of decisions that are meant to solve one or more problems. These problems may be real or imagined---we may have direct evidence of a past or current problem or we may simply want insurance against future potential problems. The most significant manifestation of a ``problem'' or a ``failed'' design is unsatisfactory P values that prevent us from developing inferences about treatment differences. Four basic tenets or pillars of experimental design--- replication, randomization, blocking, and size of experimental units--- can be used creatively, intelligently, and consciously to solve both real and perceived problems in comparative experiments. Because research is expensive, both in terms of grant funds and the emotional costs invested in grant competition and administration, biological experiments should be designed under the mantra ``failure is not an option.'' Guidelines and advice provided in this review are designed to reduce the probability of failure for researchers who are willing to question, evaluate, and possibly modify their decision-making processes.},
copyright = {{\copyright} 2015 The Authors.},
langid = {english}
}
@article{castrignanoGeostatisticalApproachModelling2017,
title = {A Geostatistical Approach for Modelling and Combining Spatial Data with Different Support},
author = {Castrignan{\`o}, A. and Quarto, R. and Venezia, A. and Buttafuoco, G.},
year = {2017},
month = jan,
journal = {Advances in Animal Biosciences},
volume = {8},
number = {2},
pages = {594--599},
issn = {2040-4700},
doi = {10.1017/S2040470017000048},
urldate = {2025-03-29}
}
@misc{chalapathyDeepLearningAnomaly2019,
title = {Deep {{Learning}} for {{Anomaly Detection}}: {{A Survey}}},
shorttitle = {Deep {{Learning}} for {{Anomaly Detection}}},
author = {Chalapathy, Raghavendra and Chawla, Sanjay},
year = {2019},
month = jan,
number = {arXiv:1901.03407},
eprint = {1901.03407},
primaryclass = {cs},
publisher = {arXiv},
doi = {10.48550/arXiv.1901.03407},
urldate = {2025-03-23},
abstract = {Anomaly detection is an important problem that has been well-studied within diverse research areas and application domains. The aim of this survey is two-fold, firstly we present a structured and comprehensive overview of research methods in deep learning-based anomaly detection. Furthermore, we review the adoption of these methods for anomaly across various application domains and assess their effectiveness. We have grouped state-of-the-art research techniques into different categories based on the underlying assumptions and approach adopted. Within each category we outline the basic anomaly detection technique, along with its variants and present key assumptions, to differentiate between normal and anomalous behavior. For each category, we present we also present the advantages and limitations and discuss the computational complexity of the techniques in real application domains. Finally, we outline open issues in research and challenges faced while adopting these techniques.},
archiveprefix = {arXiv},
keywords = {Computer Science - Machine Learning,Statistics - Machine Learning}
}
@misc{chenSimpleFrameworkContrastive2020,
title = {A {{Simple Framework}} for {{Contrastive Learning}} of {{Visual Representations}}},
author = {Chen, Ting and Kornblith, Simon and Norouzi, Mohammad and Hinton, Geoffrey},
year = {2020},
month = jul,
number = {arXiv:2002.05709},
eprint = {2002.05709},
primaryclass = {cs},
publisher = {arXiv},
doi = {10.48550/arXiv.2002.05709},
urldate = {2025-03-26},
abstract = {This paper presents SimCLR: a simple framework for contrastive learning of visual representations. We simplify recently proposed contrastive self-supervised learning algorithms without requiring specialized architectures or a memory bank. In order to understand what enables the contrastive prediction tasks to learn useful representations, we systematically study the major components of our framework. We show that (1) composition of data augmentations plays a critical role in defining effective predictive tasks, (2) introducing a learnable nonlinear transformation between the representation and the contrastive loss substantially improves the quality of the learned representations, and (3) contrastive learning benefits from larger batch sizes and more training steps compared to supervised learning. By combining these findings, we are able to considerably outperform previous methods for self-supervised and semi-supervised learning on ImageNet. A linear classifier trained on self-supervised representations learned by SimCLR achieves 76.5\% top-1 accuracy, which is a 7\% relative improvement over previous state-of-the-art, matching the performance of a supervised ResNet-50. When fine-tuned on only 1\% of the labels, we achieve 85.8\% top-5 accuracy, outperforming AlexNet with 100X fewer labels.},
archiveprefix = {arXiv},
keywords = {Computer Science - Computer Vision and Pattern Recognition,Computer Science - Machine Learning,Statistics - Machine Learning}
}
@article{colominaUnmannedAerialSystems2014,
title = {Unmanned Aerial Systems for Photogrammetry and Remote Sensing: {{A}} Review},
shorttitle = {Unmanned Aerial Systems for Photogrammetry and Remote Sensing},
author = {Colomina, I. and Molina, P.},
year = {2014},
journal = {ISPRS Journal of Photogrammetry and Remote Sensing},
volume = {92},
pages = {79--97},
issn = {09242716},
doi = {10.1016/j.isprsjprs.2014.02.013},
urldate = {2025-03-29},
abstract = {(2014) Colomina, Molina. ISPRS Journal of Photogrammetry and Remote Sensing. We discuss the evolution and state-of-the-art of the use of Unmanned Aerial Systems (UAS) in the field of Photogrammetry...},
langid = {british}
}
@misc{ControllableDataGeneration,
title = {Controllable {{Data Generation}} by {{Deep Learning}}: {{A Review}}},
urldate = {2025-03-26},
howpublished = {https://arxiv.org/html/2207.09542}
}
@misc{ControllableDataGenerationa,
title = {Controllable {{Data Generation}} by {{Deep Learning}}: {{A Review}}},
urldate = {2025-03-26},
howpublished = {https://arxiv.org/html/2207.09542}
}
@book{cressieStatisticsSpatialData2015,
title = {Statistics for {{Spatial Data}}},
author = {Cressie, Noel},
year = {2015},
month = mar,
publisher = {John Wiley \& Sons},
abstract = {The Wiley Classics Library consists of selected books that have been made more accessible to consumers in an effort to increase global appeal and general circulation. With these new unabridged softcover volumes, Wiley hopes to extend the lives of these works by making them available to future generations of statisticians, mathematicians, and scientists. Spatial statistics --- analyzing spatial data through statistical models --- has proven exceptionally versatile, encompassing problems ranging from the microscopic to the astronomic. However, for the scientist and engineer faced only with scattered and uneven treatments of the subject in the scientific literature, learning how to make practical use of spatial statistics in day-to-day analytical work is very difficult. Designed exclusively for scientists eager to tap into the enormous potential of this analytical tool and upgrade their range of technical skills, Statistics for Spatial Data is a comprehensive, single-source guide to both the theory and applied aspects of spatial statistical methods. The hard-cover edition was hailed by Mathematical Reviews as an "excellent book which will become a basic reference." This paper-back edition of the 1993 edition, is designed to meet the many technological challenges facing the scientist and engineer. Concentrating on the three areas of geostatistical data, lattice data, and point patterns, the book sheds light on the link between data and model, revealing how design, inference, and diagnostics are an outgrowth of that link. It then explores new methods to reveal just how spatial statistical models can be used to solve important problems in a host of areas in science and engineering. Discussion includes: Exploratory spatial data analysis Spectral theory for stationary processes Spatial scale Simulation methods for spatial processes Spatial bootstrapping Statistical image analysis and remote sensing Computational aspects of model fitting Application of models to disease mapping Designed to accommodate the practical needs of the professional, it features a unified and common notation for its subject as well as many detailed examples woven into the text, numerous illustrations (including graphs that illuminate the theory discussed) and over 1,000 references. Fully balancing theory with applications, Statistics for Spatial Data, Revised Edition is an exceptionally clear guide on making optimal use of one of the ascendant analytical tools of the decade, one that has begun to capture the imagination of professionals in biology, earth science, civil, electrical, and agricultural engineering, geography, epidemiology, and ecology.},
googlebooks = {MzN\_BwAAQBAJ},
isbn = {978-1-119-11518-2},
langid = {english},
keywords = {Mathematics / General,Mathematics / Probability & Statistics / General,Mathematics / Probability & Statistics / Stochastic Processes}
}
@misc{DeepTransferLearning,
title = {Deep Transfer Learning for Image Classification: A Survey},
shorttitle = {Deep Transfer Learning for Image Classification},
journal = {ar5iv},
urldate = {2025-03-26},
abstract = {Deep neural networks such as convolutional neural networks (CNNs) and transformers have achieved many successes in image classification in recent years. It has been consistently demonstrated that best practice for imag{\dots}},
howpublished = {https://ar5iv.labs.arxiv.org/html/2205.09904},
langid = {english}
}
@article{depetrisRPASbasedPhotogrammetrySupport2020,
title = {{{RPAS-based}} Photogrammetry to Support Tree Stability Assessment: {{Longing}} for Precision Arboriculture},
shorttitle = {{{RPAS-based}} Photogrammetry to Support Tree Stability Assessment},
author = {De Petris, Samuele and Sarvia, Filippo and {Borgogno-Mondino}, Enrico},
year = {2020},
month = nov,
journal = {Urban Forestry \& Urban Greening},
volume = {55},
pages = {126862},
issn = {1618-8667},
doi = {10.1016/j.ufug.2020.126862},
urldate = {2025-03-29},
abstract = {Tree stability evaluation is an important issue with great practical implications. In the recent years, tree potential to cause harm has been increasing in consequence of climate change effects, mainly related to windstorms and tree diseases that represent the main tree failure causes. A tree owner has a duty of safety, imposed by civil and penal laws; consequently, he must operate an appropriate tree management to avoid foreseeable injuries or harms. A relevant problem arises when tree monitoring concern wide areas (extensive contexts), like natural park or urban forest; in these situations a variety of management factors have to be taken into account: the spatial size of the monitored areas; the great heterogeneity of trees vegetative conditions; the relevant number of trees; the balance between environmental protection and safe use of the area; the conspicuous cost of controls and technical interventions. With these premises an efficient planning tool is mandatory to manage this complex resource. Geomatics can support these requirements by integrating different techniques like survey, spatialization and modelling of territorial/environmental variables. In this work authors propose a new approach, hereinafter called ``Precision Arboriculture'' (PA), for tree management, fitting extensive contexts requirements. The proposed workflow is mainly based on RPAS photogrammetry technique and is specifically aimed at (i) accurately estimating single tree parameters; (ii) developing a robust algorithm to assess tree stability with the aim of reducing costs by better addressing ground controls through a spatially based management tool. This technology proved to generate estimates of the main dendrometric parameters with accuracies consistent (sometime higher) than the one ordinary required in the arboricultural context. Nevertheless, some ground data are however needed to calibrate models and testing accuracy of estimates. The proposed methodology proved to be able to generate an easy to use tool (Tree Safety Factor map) for better address ground controls aimed at testing tree stability and reducing the correlated hazard. Safety Factor map enhances critical trees addressing mitigation actions like tree removal, pruning, static bracing, limitations of people transit under potential tree fall area. The adoption of a quantitative index permits to better balance costs and benefits in a more objective way, improving economic efficiency of urban forestry and natural park policies. The method is configuring a new approach in arboricultural field involving new technologies, like RPAS photogrammetric survey and skills moving towards a ``Precision Arboriculture'' concept.},
keywords = {CHM,Single tree parameters,Static integrated assessment,Tree stability index}
}
@misc{devlinBERTPretrainingDeep2019,
title = {{{BERT}}: {{Pre-training}} of {{Deep Bidirectional Transformers}} for {{Language Understanding}}},
shorttitle = {{{BERT}}},
author = {Devlin, Jacob and Chang, Ming-Wei and Lee, Kenton and Toutanova, Kristina},
year = {2019},
month = may,
number = {arXiv:1810.04805},
eprint = {1810.04805},
primaryclass = {cs},
publisher = {arXiv},
doi = {10.48550/arXiv.1810.04805},
urldate = {2025-03-26},
abstract = {We introduce a new language representation model called BERT, which stands for Bidirectional Encoder Representations from Transformers. Unlike recent language representation models, BERT is designed to pre-train deep bidirectional representations from unlabeled text by jointly conditioning on both left and right context in all layers. As a result, the pre-trained BERT model can be fine-tuned with just one additional output layer to create state-of-the-art models for a wide range of tasks, such as question answering and language inference, without substantial task-specific architecture modifications. BERT is conceptually simple and empirically powerful. It obtains new state-of-the-art results on eleven natural language processing tasks, including pushing the GLUE score to 80.5\% (7.7\% point absolute improvement), MultiNLI accuracy to 86.7\% (4.6\% absolute improvement), SQuAD v1.1 question answering Test F1 to 93.2 (1.5 point absolute improvement) and SQuAD v2.0 Test F1 to 83.1 (5.1 point absolute improvement).},
archiveprefix = {arXiv},
keywords = {Computer Science - Computation and Language}
}
@misc{directive_91_414_EEC,
title = {Council {{Directive}} 91/414/{{EEC}} of 15 {{July}} 1991 Concerning the Placing of Plant Protection Products on the Market},
author = {{Council of the European Communities}},
year = {1991},
volume = {L 230},
pages = {1--32},
urldate = {2025-03-12}
}
@misc{dosovitskiyImageWorth16x162021,
title = {An {{Image}} Is {{Worth}} 16x16 {{Words}}: {{Transformers}} for {{Image Recognition}} at {{Scale}}},
shorttitle = {An {{Image}} Is {{Worth}} 16x16 {{Words}}},
author = {Dosovitskiy, Alexey and Beyer, Lucas and Kolesnikov, Alexander and Weissenborn, Dirk and Zhai, Xiaohua and Unterthiner, Thomas and Dehghani, Mostafa and Minderer, Matthias and Heigold, Georg and Gelly, Sylvain and Uszkoreit, Jakob and Houlsby, Neil},
year = {2021},
month = jun,
number = {arXiv:2010.11929},
eprint = {2010.11929},
primaryclass = {cs},
publisher = {arXiv},
doi = {10.48550/arXiv.2010.11929},
urldate = {2025-03-23},
abstract = {While the Transformer architecture has become the de-facto standard for natural language processing tasks, its applications to computer vision remain limited. In vision, attention is either applied in conjunction with convolutional networks, or used to replace certain components of convolutional networks while keeping their overall structure in place. We show that this reliance on CNNs is not necessary and a pure transformer applied directly to sequences of image patches can perform very well on image classification tasks. When pre-trained on large amounts of data and transferred to multiple mid-sized or small image recognition benchmarks (ImageNet, CIFAR-100, VTAB, etc.), Vision Transformer (ViT) attains excellent results compared to state-of-the-art convolutional networks while requiring substantially fewer computational resources to train.},
archiveprefix = {arXiv},
keywords = {Computer Science - Artificial Intelligence,Computer Science - Computer Vision and Pattern Recognition,Computer Science - Machine Learning}
}
@misc{EC_Regulation_1107_2009,
title = {Regulation ({{EC}}) {{No}} 1107/2009 of the {{European Parliament}} and of the {{Council}} of 21 {{October}} 2009 Concerning the Placing of Plant Protection Products on the Market},
author = {{European Parliament and Council}},
year = {2009},
volume = {L 309},
pages = {1--50},
urldate = {2025-03-12}
}
@techreport{EPPO_PP1_135,
title = {{{PP}} 1/135(4) Phytotoxicity Assessment},
author = {{EPPO}},
year = {2014},
institution = {{European and Mediterranean Plant Protection Organization}},
urldate = {2025-03-12}
}
@techreport{EPPO_PP1_152,
title = {{{PP}} 1/152 {{Design}} and Analysis of Efficacy Evaluation Trials},
author = {{EPPO}},
year = {2012},
institution = {{European and Mediterranean Plant Protection Organization}},
urldate = {2025-03-12}
}
@techreport{EPPO_PP1_181,
title = {{{PP}} 1/181(5) {{Conduct}} and Reporting of Efficacy Evaluation Trials, Including Good Experimental Practice},
author = {{EPPO}},
year = {2021},
institution = {{European and Mediterranean Plant Protection Organization}},
urldate = {2025-03-12}
}
@techreport{EPPO_PP1_93,
title = {{{PP}} 1/93(3) Weeds in Cereals},
author = {{EPPO}},
year = {2015},
institution = {{European and Mediterranean Plant Protection Organization}},
urldate = {2025-03-12}
}
@misc{EURLex1997265,
title = {Council Directive 97/57/{{EC}} of 22 September 1997, Uniform {{Principles}} for Evaluation and Authorisation of Plant Protection Products},
author = {{European Commission}},
year = {1997},
volume = {L 265},
pages = {87--109},
urldate = {2025-03-12}
}
@article{EWRS_score,
title = {Einheitliche Codierung Der Ph{\"a}nologischen Entwicklungsstadien Mono- Und Dikotyler Pflanzen - Erweiterte {{BBCH-skala}}, Allgemein},
author = {Bleiholder, H. and {van den Boom}, T. and Langel{\"u}ddeke, P. and Stauss, R.},
year = {1991},
journal = {Nachrichtenblatt des Deutschen Pflanzenschutzdienstes},
volume = {43},
pages = {265--270}
}
@misc{FacebookresearchDinov22025,
title = {Facebookresearch/Dinov2},
year = {2025},
month = mar,
urldate = {2025-03-23},
abstract = {PyTorch code and models for the DINOv2 self-supervised learning method.},
copyright = {Apache-2.0},
howpublished = {Meta Research}
}
@article{ferentinosDeepLearningModels2018,
title = {Deep Learning Models for Plant Disease Detection and Diagnosis},
author = {Ferentinos, Konstantinos P.},
year = {2018},
month = feb,
journal = {Computers and Electronics in Agriculture},
volume = {145},
pages = {311--318},
issn = {0168-1699},
doi = {10.1016/j.compag.2018.01.009},
urldate = {2025-03-23},
abstract = {In this paper, convolutional neural network models were developed to perform plant disease detection and diagnosis using simple leaves images of healthy and diseased plants, through deep learning methodologies. Training of the models was performed with the use of an open database of 87,848 images, containing 25 different plants in a set of 58 distinct classes of [plant, disease] combinations, including healthy plants. Several model architectures were trained, with the best performance reaching a 99.53\% success rate in identifying the corresponding [plant, disease] combination (or healthy plant). The significantly high success rate makes the model a very useful advisory or early warning tool, and an approach that could be further expanded to support an integrated plant disease identification system to operate in real cultivation conditions.},
keywords = {Artificial intelligence,Convolutional neural networks,Machine learning,Pattern recognition,Plant disease identification}
}
@incollection{fisherStatisticalMethodsResearch1992,
title = {Statistical {{Methods}} for {{Research Workers}}},
booktitle = {Breakthroughs in {{Statistics}}: {{Methodology}} and {{Distribution}}},
author = {Fisher, R. A.},
editor = {Kotz, Samuel and Johnson, Norman L.},
year = {1992},
pages = {66--70},
publisher = {Springer},
address = {New York, NY},
doi = {10.1007/978-1-4612-4380-9_6},
urldate = {2025-03-14},
abstract = {The prime object of this book is to put into the hands of research workers, and especially of biologists, the means of applying statistical tests accurately to numerical data accumulated in their own laboratories or available in the literature.},
isbn = {978-1-4612-4380-9},
langid = {english}
}
@incollection{fisherStatisticalMethodsResearch1992a,
title = {Statistical {{Methods}} for {{Research Workers}}},
booktitle = {Breakthroughs in {{Statistics}}: {{Methodology}} and {{Distribution}}},
author = {Fisher, R. A.},
editor = {Kotz, Samuel and Johnson, Norman L.},
year = {1992},
pages = {66--70},
publisher = {Springer},
address = {New York, NY},
doi = {10.1007/978-1-4612-4380-9_6},
urldate = {2025-03-17},
abstract = {The prime object of this book is to put into the hands of research workers, and especially of biologists, the means of applying statistical tests accurately to numerical data accumulated in their own laboratories or available in the literature.},
isbn = {978-1-4612-4380-9},
langid = {english}
}
@article{furukawaAccurateDenseRobust2010,
title = {Accurate, {{Dense}}, and {{Robust Multiview Stereopsis}}},
author = {Furukawa, Yasutaka and Ponce, Jean},
year = {2010},
month = aug,
journal = {IEEE Transactions on Pattern Analysis and Machine Intelligence},
volume = {32},
number = {8},
pages = {1362--1376},
issn = {1939-3539},
doi = {10.1109/TPAMI.2009.161},
urldate = {2025-03-30},
abstract = {This paper proposes a novel algorithm for multiview stereopsis that outputs a dense set of small rectangular patches covering the surfaces visible in the images. Stereopsis is implemented as a match, expand, and filter procedure, starting from a sparse set of matched keypoints, and repeatedly expanding these before using visibility constraints to filter away false matches. The keys to the performance of the proposed algorithm are effective techniques for enforcing local photometric consistency and global visibility constraints. Simple but effective methods are also proposed to turn the resulting patch model into a mesh which can be further refined by an algorithm that enforces both photometric consistency and regularization constraints. The proposed approach automatically detects and discards outliers and obstacles and does not require any initialization in the form of a visual hull, a bounding box, or valid depth ranges. We have tested our algorithm on various data sets including objects with fine surface details, deep concavities, and thin structures, outdoor scenes observed from a restricted set of viewpoints, and "crowded" scenes where moving obstacles appear in front of a static structure of interest. A quantitative evaluation on the Middlebury benchmark [1] shows that the proposed method outperforms all others submitted so far for four out of the six data sets.},
keywords = {3D/stereo scene analysis,Benchmark testing,Buildings,Computer vision,Image motion analysis,Image reconstruction,Layout,Matched filters,modeling and recovery of physical attributes,motion,Motion analysis,Photometry,Robustness,shape.,Solid modeling}
}
@book{gburAnalysisGeneralizedLinear2020,
title = {Analysis of {{Generalized Linear Mixed Models}} in the {{Agricultural}} and {{Natural Resources Sciences}}},
author = {Gbur, Edward E. and Stroup, Walter W. and McCarter, Kevin S. and Durham, Susan and Young, Linda J. and Christman, Mary and West, Mark and Kramer, Matthew},
year = {2020},
month = jan,
publisher = {John Wiley \& Sons},
abstract = {Generalized Linear Mixed Models in the Agricultural and Natural Resources Sciences provides readers with an understanding and appreciation for the design and analysis of mixed models for non-normally distributed data. It is the only publication of its kind directed specifically toward the agricultural and natural resources sciences audience. Readers will especially benefit from the numerous worked examples based on actual experimental data and the discussion of pitfalls associated with incorrect analyses.},
googlebooks = {BgnMDwAAQBAJ},
isbn = {978-0-89118-182-8},
langid = {english},
keywords = {Science / Life Sciences / Horticulture,Technology & Engineering / Agriculture / Agronomy / Crop Science,Technology & Engineering / Agriculture / General}
}
@book{gburAnalysisGeneralizedLinear2020a,
title = {Analysis of {{Generalized Linear Mixed Models}} in the {{Agricultural}} and {{Natural Resources Sciences}}},
author = {Gbur, Edward E. and Stroup, Walter W. and McCarter, Kevin S. and Durham, Susan and Young, Linda J. and Christman, Mary and West, Mark and Kramer, Matthew},
year = {2020},
month = jan,
publisher = {John Wiley \& Sons},
abstract = {Generalized Linear Mixed Models in the Agricultural and Natural Resources Sciences provides readers with an understanding and appreciation for the design and analysis of mixed models for non-normally distributed data. It is the only publication of its kind directed specifically toward the agricultural and natural resources sciences audience. Readers will especially benefit from the numerous worked examples based on actual experimental data and the discussion of pitfalls associated with incorrect analyses.},
googlebooks = {BgnMDwAAQBAJ},
isbn = {978-0-89118-182-8},
langid = {english},
keywords = {Science / Life Sciences / Horticulture,Technology & Engineering / Agriculture / Agronomy / Crop Science,Technology & Engineering / Agriculture / General}
}
@misc{GeneralizedLinearModels,
title = {Generalized Linear Models by {{P}}. {{McCullagh}} {\textbar} {{Open Library}}},
urldate = {2025-03-26},
howpublished = {https://openlibrary.org/books/OL1911874M/Generalized\_linear\_models}
}
@article{gilmourAccountingNaturalExtraneous1997,
title = {Accounting for {{Natural}} and {{Extraneous Variation}} in the {{Analysis}} of {{Field Experiments}}},
author = {Gilmour, Arthur R. and Cullis, Brian R. and Verbyla, Ar{\=u}nas P.},
year = {1997},
journal = {Journal of Agricultural, Biological, and Environmental Statistics},
volume = {2},
number = {3},
eprint = {1400446},
eprinttype = {jstor},
pages = {269--293},
publisher = {[International Biometric Society, Springer]},
issn = {1085-7117},
doi = {10.2307/1400446},
urldate = {2025-03-29},
abstract = {We identify three major components of spatial variation in plot errors from field experiments and extend the two-dimensional spatial procedures of Cullis and Gleeson (1991) to account for them. The components are nonstationary, large-scale (global) variation across the field, stationary variation within the trial (natural variation or local trend), and extraneous variation that is often induced by experimental procedures and is predominantly aligned with rows and columns. We present a strategy for identifying a model for the plot errors that uses a trellis plot of residuals, a perspective plot of the sample variogram and, where possible, likelihood ratio tests to identify which components are present. We demonstrate the strategy using two illustrative examples. We conclude that although there is no one model that adequately fits all field experiments, the separable autoregressive model is dominant. However, there is often additional identifiable variation present.}
}
@book{gomarascaBasicsGeomatics2009,
title = {Basics of {{Geomatics}}},
author = {Gomarasca, Mario A.},
year = {2009},
month = sep,
publisher = {Springer Science \& Business Media},
abstract = {Geomatics is a neologism, the use of which is becoming increasingly widespread, even if it is not still universally accepted. It includes several disciplines and te- niques for the study of the Earth's surface and its environments, and computer science plays a decisive role. A more meaningful and appropriate expression is G- spatial Information or GeoInformation. Geo-spatial Information embeds topography in its more modern forms (measurements with electronic instrumentation, sophisticated techniques of data analysis and network compensation, global satellite positioning techniques, laser scanning, etc.), analytical and digital photogrammetry, satellite and airborne remote sensing, numerical cartography, geographical information systems, decision support systems, WebGIS, etc. These specialized elds are intimately interrelated in terms of both the basic science and the results pursued: rigid separation does not allow us to discover several common aspects and the fundamental importance assumed in a search for solutions in the complex survey context. The objective pursued by Mario A. Gomarasca, one that is only apparently modest, is to publish an integrated text on the surveying theme, containing simple and comprehensible concepts relevant to experts in Geo-spatial Information and/or speci cally in one of the disciplines that compose it. At the same time, the book is rigorous and synthetic, describing with precision the main instruments and methods connected to the multiple techniques available today.},
googlebooks = {BAQ3FJiXDGsC},
isbn = {978-1-4020-9014-1},
langid = {english},
keywords = {Computers / Artificial Intelligence / Computer Vision & Pattern Recognition,Nature / Natural Resources,Science / Earth Sciences / Geography,Technology & Engineering / Environmental / General,Technology & Engineering / Remote Sensing & Geographic Information Systems}
}
@book{gomarascaElementiDiGeomatica2004,
title = {{Elementi di geomatica: con elementi di geodesia e cartografia, fotogrammetria, telerilevamento, informatica, sistemi di ripresa, sistemi di posizionamento satellitare, elaborazione digitale delle immagini, sistemi informativi territoriali, sistemi di supporto alle decisioni, SIT in rete, INSPIRE e GMES, dizionario tecnico, acronimi}},
shorttitle = {{Elementi di geomatica}},
author = {Gomarasca, Mario A.},
year = {2004},
publisher = {Associazione italiana di rilevamento},
googlebooks = {FesfAQAAIAAJ},
isbn = {978-88-900943-7-8},
langid = {italian},
keywords = {Science / Earth Sciences / Geography}
}
@book{goodfellowDeepLearning2016,
title = {Deep {{Learning}}},
author = {Goodfellow, Ian and Bengio, Yoshua and Courville, Aaron},
year = {2016},
publisher = {MIT Press}
}
@book{goovaertsGeostatisticsNaturalResources1997,
title = {Geostatistics for {{Natural Resources Evaluation}}},
author = {Goovaerts, Pierre},
year = {1997},
publisher = {Oxford University Press},
abstract = {This text fulfills a need for an advanced-level work covering both the theory and application of geostatistics. It covers the most important areas of geostatistical methodology, introducing tools for description, quantitative modeling of spatial continuity, spatial prediction, and assessment of local uncertainty and stochastic simulation. It also details the theoretical background underlying most GSLIB programs. The tools are applied to an environmental data set, but the book includes a general presentation of algorithms intended for students and practitioners in such diverse fields as soil science, mining, petroleum, remote sensing, hydrogeology, and the environmental sciences.},
isbn = {978-0-19-511538-3},
langid = {english},
keywords = {Mathematics / Applied,Science / Earth Sciences / Geology,Science / Earth Sciences / Hydrology,Science / Life Sciences / Botany,Science / Life Sciences / Ecology,Social Science / Statistics,Technology & Engineering / Remote Sensing & Geographic Information Systems}
}
@book{hartleyMultipleViewGeometry2003,
title = {Multiple {{View Geometry}} in {{Computer Vision}}},
author = {Hartley, Richard and Zisserman, Andrew},
year = {2003},
publisher = {Cambridge University Press},
abstract = {A basic problem in computer vision is to understand the structure of a real world scene given several images of it. Techniques for solving this problem are taken from projective geometry and photogrammetry. Here, the authors cover the geometric principles and their algebraic representation in terms of camera projection matrices, the fundamental matrix and the trifocal tensor. The theory and methods of computation of these entities are discussed with real examples, as is their use in the reconstruction of scenes from multiple images. The new edition features an extended introduction covering the key ideas in the book (which itself has been updated with additional examples and appendices) and significant new results which have appeared since the first edition. Comprehensive background material is provided, so readers familiar with linear algebra and basic numerical methods can understand the projective geometry and estimation algorithms presented, and implement the algorithms directly from the book.},
googlebooks = {si3R3Pfa98QC},
isbn = {978-0-521-54051-3},
langid = {english},
keywords = {Computers / Artificial Intelligence / Computer Vision & Pattern Recognition,Computers / Software Development & Engineering / Computer Graphics,Mathematics / Applied,Mathematics / Geometry / General,Technology & Engineering / Robotics}
}
@book{hastieElementsStatisticalLearning2009,
title = {The {{Elements}} of {{Statistical Learning}}},
author = {Hastie, Trevor and Tibshirani, Robert and Friedman, Jerome},
year = {2009},
series = {Springer {{Series}} in {{Statistics}}},
publisher = {Springer},
address = {New York, NY},
doi = {10.1007/978-0-387-84858-7},
urldate = {2025-03-26},
copyright = {http://www.springer.com/tdm},
isbn = {978-0-387-84857-0 978-0-387-84858-7},
keywords = {Averaging,Boosting,classification,clustering,data mining,machine learning,Projection pursuit,Random Forest,supervised learning,Support Vector Machine,unsupervised learning}
}
@misc{He2016deep,
title = {He2016deep},
journal = {Bing},
urldate = {2025-03-26},
abstract = {Intelligent search from Bing makes it easier to quickly find what you're looking for and rewards you.},
howpublished = {https://www.bing.com/search?q=he2016deep\&cvid=0410f7e82dca4d7c967613a4434fb341\&gs\_lcrp=EgRlZGdlKgYIABBFGDkyBggAEEUYOTIICAEQ6QcY\_FXSAQczNzlqMGo5qAIIsAIB\&FORM=ANAB01\&PC=U531},
langid = {english}
}
@misc{heDeepResidualLearning2015,
title = {Deep {{Residual Learning}} for {{Image Recognition}}},
author = {He, Kaiming and Zhang, Xiangyu and Ren, Shaoqing and Sun, Jian},
year = {2015},
month = dec,
number = {arXiv:1512.03385},
eprint = {1512.03385},
primaryclass = {cs},
publisher = {arXiv},
doi = {10.48550/arXiv.1512.03385},
urldate = {2025-03-23},
abstract = {Deeper neural networks are more difficult to train. We present a residual learning framework to ease the training of networks that are substantially deeper than those used previously. We explicitly reformulate the layers as learning residual functions with reference to the layer inputs, instead of learning unreferenced functions. We provide comprehensive empirical evidence showing that these residual networks are easier to optimize, and can gain accuracy from considerably increased depth. On the ImageNet dataset we evaluate residual nets with a depth of up to 152 layers---8x deeper than VGG nets but still having lower complexity. An ensemble of these residual nets achieves 3.57\% error on the ImageNet test set. This result won the 1st place on the ILSVRC 2015 classification task. We also present analysis on CIFAR-10 with 100 and 1000 layers. The depth of representations is of central importance for many visual recognition tasks. Solely due to our extremely deep representations, we obtain a 28\% relative improvement on the COCO object detection dataset. Deep residual nets are foundations of our submissions to ILSVRC \& COCO 2015 competitions, where we also won the 1st places on the tasks of ImageNet detection, ImageNet localization, COCO detection, and COCO segmentation.},
archiveprefix = {arXiv},
keywords = {Computer Science - Computer Vision and Pattern Recognition}
}
@misc{heMomentumContrastUnsupervised2020,
title = {Momentum {{Contrast}} for {{Unsupervised Visual Representation Learning}}},
author = {He, Kaiming and Fan, Haoqi and Wu, Yuxin and Xie, Saining and Girshick, Ross},
year = {2020},
month = mar,
number = {arXiv:1911.05722},
eprint = {1911.05722},
primaryclass = {cs},
publisher = {arXiv},
doi = {10.48550/arXiv.1911.05722},
urldate = {2025-03-26},
abstract = {We present Momentum Contrast (MoCo) for unsupervised visual representation learning. From a perspective on contrastive learning as dictionary look-up, we build a dynamic dictionary with a queue and a moving-averaged encoder. This enables building a large and consistent dictionary on-the-fly that facilitates contrastive unsupervised learning. MoCo provides competitive results under the common linear protocol on ImageNet classification. More importantly, the representations learned by MoCo transfer well to downstream tasks. MoCo can outperform its supervised pre-training counterpart in 7 detection/segmentation tasks on PASCAL VOC, COCO, and other datasets, sometimes surpassing it by large margins. This suggests that the gap between unsupervised and supervised representation learning has been largely closed in many vision tasks.},
archiveprefix = {arXiv},
keywords = {Computer Science - Computer Vision and Pattern Recognition}
}
@article{henebryMakingSenseRemotely2011,
title = {Making {{Sense}} of {{Remotely Sensing Vegetation}}},
author = {Henebry, Geoffrey M.},
year = {2011},
month = jul,
journal = {BioScience},
volume = {61},
number = {7},
pages = {568--569},
issn = {0006-3568},
doi = {10.1525/bio.2011.61.7.13},
urldate = {2025-03-29},
abstract = {Remote Sensing of Vegetation: Principles, Techniques, and Applications. Hamlyn G. Jones and Robin A. Vaughan. Oxford University Press, 2010. 400 pp., illus. \$55.00 (ISBN 9780199207794 paper).An ever-expanding constellation of Earth-observing sensors provides us with a virtual tsunami of data, much of it now freely available. But channeling this digital torrent into useful information about the vegetated land surfaces requires a skillful blending of radiation physics, image processing, ecophysiology, and landscape ecology. This can be a complicated endeavor for the uninitiated. Most textbooks on remote sensing aim to survey the technology and applications broadly. Moreover, the recent rapid growth of online and open-access journals has increased the heterogeneity of an increasingly global remote-sensing literature.}
}
@book{henglPracticalGuideGeostatistical2007,
title = {A {{Practical Guide}} to {{Geostatistical Mapping}} of {{Environmental Variables}}},
author = {Hengl, Tomislav},
year = {2007},
publisher = {{European commission. Joint research centre. Institute for environment and sustainability (Ispra, Italie)}},
abstract = {Geostatistical mapping can be defined as analytical production of maps by using field observations, auxiliary information and a computer program that calculates values at locations of interest. Today, increasingly the heart of a mapping project is, in fact, the computer program that implements some (geo)statistical algorithm to a given point data set. Purpose of this guide is to assist you in producing quality maps by using fully-operational tools, without a need for serious additional investments. It will first introduce you the to the basic principles of geostatistical mapping and regression-kriging, as the key prediction technique, then it will guide you through four software packages: ILWIS GIS, R+gstat, SAGA GIS and Google Earth, which will be used to prepare the data, run analysis and make final layouts. These materials have been used for the five-days advanced training course "Hands-on-geostatistics: merging GIS and spatial statistics", that is regularly organized by the author and collaborators. Visit the course website to obtain a copy of the datasets used in this exercise. [R{\'e}sum{\'e} de l'auteur].},
googlebooks = {HdNEzQEACAAJ},
isbn = {978-92-79-06904-8},
langid = {english}
}
@inproceedings{huangDenselyConnectedConvolutional2017,
title = {Densely {{Connected Convolutional Networks}}},
booktitle = {Proceedings of the {{IEEE Conference}} on {{Computer Vision}} and {{Pattern Recognition}}},
author = {Huang, Gao and Liu, Zhuang and {van der Maaten}, Laurens and Weinberger, Kilian Q.},
year = {2017},
pages = {4700--4708},
urldate = {2025-03-23}
}
@article{hueteOverviewRadiometricBiophysical2002,
title = {Overview of the Radiometric and Biophysical Performance of the {{MODIS}} Vegetation Indices},
author = {Huete, A and Didan, K and Miura, T and Rodriguez, E. P and Gao, X and Ferreira, L. G},
year = {2002},
month = nov,
journal = {Remote Sensing of Environment},
series = {The {{Moderate Resolution Imaging Spectroradiometer}} ({{MODIS}}): A New Generation of {{Land Surface Monitoring}}},
volume = {83},
number = {1},
pages = {195--213},
issn = {0034-4257},
doi = {10.1016/S0034-4257(02)00096-2},
urldate = {2025-03-29},
abstract = {We evaluated the initial 12 months of vegetation index product availability from the Moderate Resolution Imaging Spectroradiometer (MODIS) on board the Earth Observing System-Terra platform. Two MODIS vegetation indices (VI), the normalized difference vegetation index (NDVI) and enhanced vegetation index (EVI), are produced at 1-km and 500-m resolutions and 16-day compositing periods. This paper presents an initial analysis of the MODIS NDVI and EVI performance from both radiometric and biophysical perspectives. We utilize a combination of site-intensive and regionally extensive approaches to demonstrate the performance and validity of the two indices. Our results showed a good correspondence between airborne-measured, top-of-canopy reflectances and VI values with those from the MODIS sensor at four intensively measured test sites representing semi-arid grass/shrub, savanna, and tropical forest biomes. Simultaneously derived field biophysical measures also demonstrated the scientific utility of the MODIS VI. Multitemporal profiles of the MODIS VIs over numerous biome types in North and South America well represented their seasonal phenologies. Comparisons of the MODIS-NDVI with the NOAA-14, 1-km AVHRR-NDVI temporal profiles showed that the MODIS-based index performed with higher fidelity. The dynamic range of the MODIS VIs are presented and their sensitivities in discriminating vegetation differences are evaluated in sparse and dense vegetation areas. We found the NDVI to asymptotically saturate in high biomass regions such as in the Amazon while the EVI remained sensitive to canopy variations.}
}
@misc{hughesOpenAccessRepository2016,
title = {An Open Access Repository of Images on Plant Health to Enable the Development of Mobile Disease Diagnostics},
author = {Hughes, David P. and Salathe, Marcel},
year = {2016},
month = apr,
number = {arXiv:1511.08060},
eprint = {1511.08060},
primaryclass = {cs},
publisher = {arXiv},
doi = {10.48550/arXiv.1511.08060},
urldate = {2025-03-23},
abstract = {Human society needs to increase food production by an estimated 70\% by 2050 to feed an expected population size that is predicted to be over 9 billion people. Currently, infectious diseases reduce the potential yield by an average of 40\% with many farmers in the developing world experiencing yield losses as high as 100\%. The widespread distribution of smartphones among crop growers around the world with an expected 5 billion smartphones by 2020 offers the potential of turning the smartphone into a valuable tool for diverse communities growing food. One potential application is the development of mobile disease diagnostics through machine learning and crowdsourcing. Here we announce the release of over 50,000 expertly curated images on healthy and infected leaves of crops plants through the existing online platform PlantVillage. We describe both the data and the platform. These data are the beginning of an on-going, crowdsourcing effort to enable computer vision approaches to help solve the problem of yield losses in crop plants due to infectious diseases.},
archiveprefix = {arXiv},
keywords = {Computer Science - Computers and Society}
}
@misc{IPPC,
title = {International Standards for Phytosanitary Measures (Ispms)},
author = {{International Plant Protection Convention}},
year = {2022},
urldate = {2025-03-12}
}
@article{jinEfficientGeostatisticalAnalysis2021,
title = {An Efficient Geostatistical Analysis Tool for On-Farm Experiments Targeted at Localised Treatment},
author = {Jin, Huidong and Shuvo Bakar, K. and Henderson, Brent L. and Bramley, Robert G. V. and Gobbett, David L.},
year = {2021},
month = may,
journal = {Biosystems Engineering},
volume = {205},
pages = {121--136},
issn = {1537-5110},
doi = {10.1016/j.biosystemseng.2021.02.009},
urldate = {2025-03-29},
abstract = {On farm experimentation (OFE) has been a long-standing method for farmers to assess alternative management at scales relevant to their farming practices. Through the use of spatially distributed designs, whether simple strips or other `whole-of-block' trials, OFE can provide information such as which treatment should be recommended at specific locations, and make important contributions to precision agriculture. However, when treatment response data sets become large, such as with tens of thousands of field observations that are readily collected using on-the-go sensors, existing geostatistical systems for analysing such experiments become computationally intensive, if not impossible. To enable farmers, or their consultants, to generate high-resolution treatment response and recommendation maps on their own computers within a reasonable time, we present a fast and adaptive local cokriging tool for non-colocated and non-stationary OFE data. It uses a spatially-varying neighbourhood radius. It has a graphical user interface accessible via QGIS, a free and open source software. The adaptive local cokriging is demonstrated on three OFE examples. It performs indistinguishably from global cokriging on a small data set, but for large data sets, for which global cokriging is impractical, it predicts significantly more accurately than spatial splines or sampling-based cokriging. It outperforms cokriging base on a fixed number of nearest neighbours when this fixed number is not carefully chosen.},
keywords = {Cokriging,Multivariate analysis tool,On-farm experimentation,Precision agriculture}
}
@book{jonesRemoteSensingVegetation2010,
title = {Remote {{Sensing}} of {{Vegetation}}: {{Principles}}, {{Techniques}}, and {{Applications}}},
shorttitle = {Remote {{Sensing}} of {{Vegetation}}},
author = {Jones, Hamlyn G. and Vaughan, Robin A.},
year = {2010},
month = jul,
publisher = {OUP Oxford},
abstract = {Remote sensing is becoming an increasingly important tool for agriculturalists, ecologists, and land managers for the study of Earth's agricultural and natural vegetation, and can be applied to further our understanding of key environmental issues, including climate change and ecosystem management. This timely introduction offers an accessible yet rigorous treatment of the basics of remote sensing at all scales, illustrating its practical application to the study of vegetation. Despite a quantitative approach, the advanced mathematics and complex models common in modern remote sensing literature is demystified through clear explanations that emphasise the key underlying principles, and the core physical aspects are explained in the biological context of vegetation and its adaptation to its specific environment. Various techniques and instruments are addressed, making this a valuable source of reference, and the advantages and disadvantages of these are further illustrated through worked examples and case studies. {$\cdot$} Rigorous physical and mathematical principles presented in a way readily understood by those without a strong mathematical background {$\cdot$} Boxes throughout summarize key information and concepts {$\cdot$} The student is directed to carefully chosen further reading articles, allowing them to explore key topics in more detail Online Resource Centre The Online Resource Centre to accompany Remote Sensing of Vegetation features: For Students: {$\cdot$} Links to useful websites For lecturers: {$\cdot$} Figures from the book in electronic format, ready to download},
googlebooks = {sTmcAQAAQBAJ},
isbn = {978-0-19-920779-4},
langid = {english},
keywords = {Gardening / Vegetables,Nature / Plants / General,Science / Earth Sciences / Geography,Science / Life Sciences / Biology,Science / Life Sciences / Ecology,Science / Space Science / Astronomy,Technology & Engineering / Remote Sensing & Geographic Information Systems}
}
@book{journelMiningGeostatistics2003,
title = {Mining {{Geostatistics}}},
author = {Journel, A. G. and Journel, Andre G. and Huijbregts, Ch J.},
year = {2003},
publisher = {Blackburn Press},
abstract = {First published in 1978, this book was the first complete reference work on the subject of mining geostatistics, an attempt to synthesize the practical experience gained by researchers from the Centre de Morphologie Mathematique in France and by mining engineers and geologists all over the world who contributed their ideas. It was designed for students and engineers who wished to apply geostatistics to practical problems occurring in the lifetime of a mine and for this reason was built around typical problems, progressing from the simplest to the most complicated: structural analysis, guiding exploration, estimation of in situ resources and recoverable reserves, numerical models of deposits, simulation of mining and homogenization processes, ore grade control in production. The techniques developed are illustrated by a large number of case studies and, as an aid to the reader, each chapter begins with a summary of the contents and there is a guide to the notation used. "The book is a practical treatise, written by practicing mining engineers and intended for other practicing engineers . the best summary of geostatistical theory as it stands at the present time and as one of the standard reference texts for the next few years." Mining Magazine "This is the book for which so many of us have been waiting: a practical, authoritative and scholarly work on geostatistics applied to mining. It is well written, well illustrated and usable both as a textbook for advanced students of mining geology and as a reference book for professionals.. Altogether a good book, the best available on the subject." C. J. Dixon in IMM Bulletin},
googlebooks = {Id1GAAAAYAAJ},
isbn = {978-1-930665-91-0},
langid = {english},
keywords = {Science / Earth Sciences / Geology,Technology & Engineering / Mining}
}
@article{kamilarisDeepLearningAgriculture2018,
title = {Deep Learning in Agriculture: {{A}} Survey},
shorttitle = {Deep Learning in Agriculture},
author = {Kamilaris, Andreas and {Prenafeta-Boldu}, Francesc X.},
year = {2018},
month = apr,
journal = {Computers and Electronics in Agriculture},
volume = {147},
eprint = {1807.11809},
primaryclass = {cs},
pages = {70--90},
issn = {01681699},
doi = {10.1016/j.compag.2018.02.016},
urldate = {2025-03-26},
abstract = {Deep learning constitutes a recent, modern technique for image processing and data analysis, with promising results and large potential. As deep learning has been successfully applied in various domains, it has recently entered also the domain of agriculture. In this paper, we perform a survey of 40 research efforts that employ deep learning techniques, applied to various agricultural and food production challenges. We examine the particular agricultural problems under study, the specific models and frameworks employed, the sources, nature and pre-processing of data used, and the overall performance achieved according to the metrics used at each work under study. Moreover, we study comparisons of deep learning with other existing popular techniques, in respect to differences in classification or regression performance. Our findings indicate that deep learning provides high accuracy, outperforming existing commonly used image processing techniques.},
archiveprefix = {arXiv},
keywords = {Computer Science - Computer Vision and Pattern Recognition,Computer Science - Machine Learning,Statistics - Machine Learning}
}
@misc{katafuchiImagebasedPlantDisease2021,
title = {Image-Based {{Plant Disease Diagnosis}} with {{Unsupervised Anomaly Detection Based}} on {{Reconstructability}} of {{Colors}}},
author = {Katafuchi, Ryoya and Tokunaga, Terumasa},
year = {2021},
month = sep,
number = {arXiv:2011.14306},
eprint = {2011.14306},
primaryclass = {cs},
publisher = {arXiv},
doi = {10.48550/arXiv.2011.14306},
urldate = {2025-03-23},
abstract = {This paper proposes an unsupervised anomaly detection technique for image-based plant disease diagnosis. The construction of large and publicly available datasets containing labeled images of healthy and diseased crop plants led to growing interest in computer vision techniques for automatic plant disease diagnosis. Although supervised image classifiers based on deep learning can be a powerful tool for plant disease diagnosis, they require a huge amount of labeled data. The data mining technique of anomaly detection includes unsupervised approaches that do not require rare samples for training classifiers. We propose an unsupervised anomaly detection technique for image-based plant disease diagnosis that is based on the reconstructability of colors; a deep encoder-decoder network trained to reconstruct the colors of {\textbackslash}textit\{healthy\} plant images should fail to reconstruct colors of symptomatic regions. Our proposed method includes a new image-based framework for plant disease detection that utilizes a conditional adversarial network called pix2pix and a new anomaly score based on CIEDE2000 color difference. Experiments with PlantVillage dataset demonstrated the superiority of our proposed method compared to an existing anomaly detector at identifying diseased crop images in terms of accuracy, interpretability and computational efficiency.},
archiveprefix = {arXiv},
keywords = {Computer Science - Computer Vision and Pattern Recognition,Computer Science - Machine Learning}
}
@article{koldasbayevaChallengesDatadrivenGeospatial2024,
title = {Challenges in Data-Driven Geospatial Modeling for Environmental Research and Practice},
author = {Koldasbayeva, Diana and Tregubova, Polina and Gasanov, Mikhail and Zaytsev, Alexey and Petrovskaia, Anna and Burnaev, Evgeny},
year = {2024},
month = dec,
journal = {Nature Communications},
volume = {15},
number = {1},
pages = {10700},
publisher = {Nature Publishing Group},
issn = {2041-1723},
doi = {10.1038/s41467-024-55240-8},
urldate = {2025-03-26},
abstract = {Machine learning-based geospatial applications offer unique opportunities for environmental monitoring due to domains and scales adaptability and computational efficiency. However, the specificity of environmental data introduces biases in straightforward implementations. We identify a streamlined pipeline to enhance model accuracy, addressing issues like imbalanced data, spatial autocorrelation, prediction errors, and the nuances of model generalization and uncertainty estimation. We examine tools and techniques for overcoming these obstacles and provide insights into future geospatial AI developments. A big picture of the field is completed from advances in data processing in general, including the demands of industry-related solutions relevant to outcomes of applied sciences.},
copyright = {2024 The Author(s)},
langid = {english},
keywords = {Biogeography,Environmental impact}
}
@misc{kornblithBetterImageNetModels2019,
title = {Do {{Better ImageNet Models Transfer Better}}?},
author = {Kornblith, Simon and Shlens, Jonathon and Le, Quoc V.},
year = {2019},
month = jun,
number = {arXiv:1805.08974},
eprint = {1805.08974},
primaryclass = {cs},
publisher = {arXiv},
doi = {10.48550/arXiv.1805.08974},
urldate = {2025-03-26},
abstract = {Transfer learning is a cornerstone of computer vision, yet little work has been done to evaluate the relationship between architecture and transfer. An implicit hypothesis in modern computer vision research is that models that perform better on ImageNet necessarily perform better on other vision tasks. However, this hypothesis has never been systematically tested. Here, we compare the performance of 16 classification networks on 12 image classification datasets. We find that, when networks are used as fixed feature extractors or fine-tuned, there is a strong correlation between ImageNet accuracy and transfer accuracy (\$r = 0.99\$ and \$0.96\$, respectively). In the former setting, we find that this relationship is very sensitive to the way in which networks are trained on ImageNet; many common forms of regularization slightly improve ImageNet accuracy but yield penultimate layer features that are much worse for transfer learning. Additionally, we find that, on two small fine-grained image classification datasets, pretraining on ImageNet provides minimal benefits, indicating the learned features from ImageNet do not transfer well to fine-grained tasks. Together, our results show that ImageNet architectures generalize well across datasets, but ImageNet features are less general than previously suggested.},
archiveprefix = {arXiv},
keywords = {Computer Science - Computer Vision and Pattern Recognition,Computer Science - Machine Learning,Statistics - Machine Learning}
}