-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreferencias.bib
8117 lines (3179 loc) · 289 KB
/
referencias.bib
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
@article{tukey1949,
ISSN = {0006341X, 15410420},
URL = {http://www.jstor.org/stable/3001913},
abstract = {The practitioner of the analysis of variance often wants to draw as many conclusions as are reasonable about the relation of the true means for individual "treatments," and a statement by the F-test (or the z-test) that they are not all alike leaves him thoroughly unsatisfied. The problem of breaking up the treatment means into distinguishable groups has not been discussed at much length, the solutions given in the various textbooks differ and, what is more important, seem solely based on intuition. After discussing the problem On a basis combining intuition with some hard, cold facts about the distributions of certain test quantities (or "statistics") a simple and definite procedure is proposed for dividing treatments into distinguishable groups, and for determining that the treatments within some of these groups are different, although there is not enough evidence to say "which is which." The procedure is illustrated on examples.},
author = {John W. Tukey},
journal = {Biometrics},
number = {2},
pages = {99-114},
publisher = {[Wiley, International Biometric Society]},
title = {Comparing Individual Means in the Analysis of Variance},
volume = {5},
year = {1949}
}
@article{anova1948,
ISSN = {00359238},
URL = {http://www.jstor.org/stable/2984159},
author = {F. J. Anscombe},
journal = {Journal of the Royal Statistical Society. Series A (General)},
number = {3},
pages = {181-211},
publisher = {[Royal Statistical Society, Wiley]},
title = {The Validity of Comparative Experiments},
volume = {111},
year = {1948}
}
@article{Kubat1998,
abstract = {During a project examining the use of machine learning techniques for oil spill detection, we encountered several essential questions that we believe deserve the attention of the research community. We use our particular case study to illustrate such issues as problem formulation, selection of evaluation measures, and data preparation. We relate these issues to properties of the oil spill application, such as its imbalanced class distribution, that are shown to be common to many applications. Our solutions to these issues are implemented in the Canadian Environmental Hazards Detection System (CEHDS), which is about to undergo field testing.},
author = {Kubat, Miroslav and Holte, Robert C and Matwin, Stan},
doi = {10.1023/A:1007452223027},
issn = {1573-0565},
journal = {Machine Learning},
number = {2},
pages = {195--215},
title = {{Machine Learning for the Detection of Oil Spills in Satellite Radar Images}},
url = {http://dx.doi.org/10.1023/A:1007452223027},
volume = {30},
year = {1998}
}
@article{Mosley2013,
author = {Mosley, Lawrence},
file = {:Users/gabi/Library/Application Support/Mendeley Desktop/Downloaded/Mosley - 2013 - A balanced approach to the multi-class imbalance problem.pdf:pdf},
title = {{A balanced approach to the multi-class imbalance problem}},
year = {2013}
}
@article{Bhattacharyya2011,
author = {Bhattacharyya, Siddhartha},
file = {:Users/gabi/Library/Application Support/Mendeley Desktop/Downloaded/Bhattacharyya - 2011 - A brief survey of color image preprocessing and segmentation techniques(2).pdf:pdf},
journal = {Journal of Pattern Recognition Research},
keywords = {classical approaches,color image enhancement,color image segmentation,non-classical approaches},
pages = {120--129},
title = {{A brief survey of color image preprocessing and segmentation techniques}},
url = {http://jprr.org/index.php/jprr/article/view/191},
volume = {1},
year = {2011}
}
@article{Phoungphol2013,
author = {Phoungphol, Piyaphol},
file = {:Users/gabi/Library/Application Support/Mendeley Desktop/Downloaded/Phoungphol - 2013 - A Classification Framework for Imbalanced Data.pdf:pdf},
title = {{A Classification Framework for Imbalanced Data}},
year = {2013}
}
@inproceedings{Han2005b,
author = {Harris, Chris and Stephens, Mike},
booktitle = {Proceedings of the Alvey Vision Conference},
file = {:Users/gabi/Library/Application Support/Mendeley Desktop/Downloaded/Harris, Stephens - 1998 - A combined corner and edge detector.pdf:pdf},
keywords = {High dimensional data,Multidimensional projection,Visual data mining},
pages = {147----152},
publisher = {Alvey Vision Club},
title = {{A combined corner and edge detector}},
url = {http://www.bmva.org/bmvc/1988/avc-88-023.html},
year = {1998}
}
@inproceedings{bic,
address = {New York, USA},
author = {Stehling, Renato O. and Nascimento, Mario A. and Falc{\~{a}}o, Alexandre X.},
booktitle = {Proceedings of the eleventh international conference on Information and knowledge management},
doi = {10.1145/584792.584812},
isbn = {1581134924},
keywords = {CBIR,color histogram,content-based image retrieval,distance function,image analysis},
month = {nov},
pages = {102--109},
publisher = {ACM Press},
title = {{A compact and efficient image retrieval approach based on border/interior pixel classification}},
url = {http://dl.acm.org/citation.cfm?id=584792.584812},
year = {2002}
}
@article{Zhuo2014,
author = {Zhuo, Li and Cheng, Bo and Zhang, Jing},
doi = {10.1016/j.neucom.2014.03.014},
file = {:Users/gabi/Library/Application Support/Mendeley Desktop/Downloaded/Zhuo, Cheng, Zhang - 2014 - A comparative study of dimensionality reduction methods for large-scale image retrieval.pdf:pdf},
issn = {09252312},
journal = {Neurocomputing},
keywords = {Dimensionality reduction,HSV histogram,Large-scale image retrieval,OPTIMIZED SIFT,Vocabulary tree,dimensionality reduction,large-scale image retrieval},
month = {oct},
pages = {202--210},
publisher = {Elsevier},
title = {{A comparative study of dimensionality reduction methods for large-scale image retrieval}},
url = {http://linkinghub.elsevier.com/retrieve/pii/S0925231214004238},
volume = {141},
year = {2014}
}
@article{Zhang2012,
author = {Zhang, David and Zuo, Wangmeng and Yue, Feng},
doi = {10.1145/2071389.2071391},
file = {:Users/gabi/Library/Application Support/Mendeley Desktop/Downloaded/Zhang, Zuo, Yue - 2012 - A Comparative Study of Palmprint Recognition Algorithms(2).pdf:pdf},
issn = {03600300},
journal = {ACM Computing Surveys},
month = {jan},
number = {1},
pages = {1--37},
title = {{A Comparative Study of Palmprint Recognition Algorithms}},
url = {http://dl.acm.org/citation.cfm?doid=2071389.2071391},
volume = {44},
year = {2012}
}
@article{Dai,
author = {Dai, Xiyang},
file = {:Users/gabi/Library/Application Support/Mendeley Desktop/Downloaded/Dai - Unknown - A Convolutional Neural Network Approach for Face Identification.pdf:pdf},
isbn = {9781479953134},
journal = {Cs.Nyu.Edu},
title = {{A Convolutional Neural Network Approach for Face Identification}},
url = {http://www.cs.nyu.edu/{~}xd283/face2012.pdf}
}
@article{Fernandez-Navarro2011,
abstract = {Classification with imbalanced datasets supposes a new challenge for researches in the framework of machine learning. This problem appears when the number of patterns that represents one of the classes of the dataset (usually the concept of interest) is much lower than in the remaining classes. Thus, the learning model must be adapted to this situation, which is very common in real applications. In this paper, a dynamic over-sampling procedure is proposed for improving the classification of imbalanced datasets with more than two classes. This procedure is incorporated into a memetic algorithm (MA) that optimizes radial basis functions neural networks (RBFNNs). To handle class imbalance, the training data are resampled in two stages. In the first stage, an over-sampling procedure is applied to the minority class to balance in part the size of the classes. Then, the MA is run and the data are over-sampled in different generations of the evolution, generating new patterns of the minimum sensitivity class (the class with the worst accuracy for the best RBFNN of the population). The methodology proposed is tested using 13 imbalanced benchmark classification datasets from well-known machine learning problems and one complex problem of microbial growth. It is compared to other neural network methods specifically designed for handling imbalanced data. These methods include different over-sampling procedures in the preprocessing stage, a threshold-moving method where the output threshold is moved toward inexpensive classes and ensembles approaches combining the models obtained with these techniques. The results show that our proposal is able to improve the sensitivity in the generalization set and obtains both a high accuracy level and a good classification level for each class.},
author = {Fern{\'{a}}ndez-Navarro, Francisco and Herv{\'{a}}s-Mart{\'{\i}}nez, C{\'{e}}sar and {Antonio Guti{\'{e}}rrez}, Pedro},
doi = {10.1016/j.patcog.2011.02.019},
file = {:Users/gabi/Library/Application Support/Mendeley Desktop/Downloaded/Fern{\'{a}}ndez-Navarro, Herv{\'{a}}s-Mart{\'{\i}}nez, Antonio Guti{\'{e}}rrez - 2011 - A dynamic over-sampling procedure based on sensitivity for multi-c(2).pdf:pdf},
issn = {00313203},
journal = {Pattern Recognition},
keywords = {Accuracy,Classification,Imbalanced datasets,Memetic algorithm,Multi-class,Over-sampling method,SMOTE,Sensitivity},
month = {aug},
number = {8},
pages = {1821--1833},
title = {{A dynamic over-sampling procedure based on sensitivity for multi-class problems}},
url = {http://www.sciencedirect.com/science/article/pii/S0031320311000823},
volume = {44},
year = {2011}
}
@article{Hinton2006,
author = {Hinton, G and Osindero, Simon and Teh, YW W},
file = {:Users/gabi/Library/Application Support/Mendeley Desktop/Downloaded/Hinton, Osindero, Teh - 2006 - A fast learning algorithm for deep belief nets(2).pdf:pdf},
journal = {Neural computation},
title = {{A fast learning algorithm for deep belief nets}},
url = {http://ieeexplore.ieee.org/xpls/abs{\_}all.jsp?arnumber=6796673},
year = {2006}
}
@article{Shyu1998,
abstract = {Image enhancement techniques are used to improve image quality or extract the fine details in the degraded images. Most existing color image enhancement techniques usually have three weaknesses: (1) color image enhancement applied in the RGB (red, green, blue) color space is inappropriate for the human visual system; (2) the uniform distribution constraint employed is not suitable for human visual perception; (3) they are not robust, i.e., one technique is usually suitable for one type of degradations only. In this study, a genetic algorithm (GA) approach to color image enhancement is proposed, in which color image enhancement is formulated as an optimization problem. In the proposed approach, a set of generalized transforms for color image enhancement is formed by linearly weighted combining four types of nonlinear transforms. The fitness (objective) function for GAs is formed by four performance measures, namely, the AC power measure, the compactness measure, the Brenner’s measure, and the information–noise change measure. Then GAs are used to determine the “optimal” set of generalized transforms with the largest fitness function value. Based on the experimental results obtained in this study, the enhanced color images by the proposed approach are better than that by any of the three existing approaches for comparison. This shows the feasibility of the proposed approach.},
author = {Shyu, Ming-Suen and Leou, Jin-Jang},
doi = {10.1016/S0031-3203(97)00073-3},
file = {:Users/gabi/Library/Application Support/Mendeley Desktop/Downloaded/Shyu, Leou - 1998 - A genetic algorithm approach to color image enhancement.pdf:pdf},
issn = {00313203},
journal = {Pattern Recognition},
keywords = {Color image enhancement,Fitness function,Generalized transform,Genetic algorithm (GA),Uniform distribution constraint},
number = {7},
pages = {871--880},
title = {{A genetic algorithm approach to color image enhancement}},
url = {http://www.sciencedirect.com/science/article/pii/S0031320397000733},
volume = {31},
year = {1998}
}
@article{Tanimoto1975,
abstract = {In order to speed up several picture processing operations, including edge detection, a “pyramid” (hierarchy of fine to coarse resolution versions of a picture) is produced. The low spatial frequencies preserved in coarse pictures are helpful in finding regions of interest in fine pictures at law cost. Tree structure properties of the pyramid are investigated as well as the transfer function of the compression transformation. A recursive “refining” algorithm is given for edge detection. Its computational savings are demonstrated both theoretically and in practical examples.},
author = {Tanimoto, S. and Pavlidis, T.},
doi = {10.1016/S0146-664X(75)80003-7},
file = {:Users/gabi/Library/Application Support/Mendeley Desktop/Downloaded/Tanimoto, Pavlidis - 1975 - A hierarchical data structure for picture processing(2).pdf:pdf},
issn = {0146664X},
journal = {Computer Graphics and Image Processing},
month = {jun},
number = {2},
pages = {104--119},
title = {{A hierarchical data structure for picture processing}},
url = {http://www.sciencedirect.com/science/article/pii/S0146664X75800037},
volume = {4},
year = {1975}
}
@article{Arici2009,
author = {Arici, Tarik and Dikbas, Salih and Altunbasak, Yucel},
file = {:Users/gabi/Library/Application Support/Mendeley Desktop/Downloaded/Arici, Dikbas, Altunbasak - 2009 - A histogram modification framework and its application for image contrast enhancement.pdf:pdf},
journal = {Image Processing, IEEE {\ldots}},
number = {9},
pages = {1921--1935},
title = {{A histogram modification framework and its application for image contrast enhancement}},
url = {http://ieeexplore.ieee.org/xpls/abs{\_}all.jsp?arnumber=4895264},
volume = {18},
year = {2009}
}
@article{Yu2011,
abstract = {Recently, researchers are focusing more on the study of support vector machine (SVM) due to its useful applications in a number of areas, such as pattern recognition, multimedia, image processing and bioinformatics. One of the main research issues is how to improve the efficiency of the original SVM model, while preventing any deterioration of the classification performance of the model. In this paper, we propose a modified SVM based on the properties of support vectors and a pruning strategy to preserve support vectors, while eliminating redundant training vectors at the same time. The experiments on real images show that (1) our proposed approach can reduce the number of input training vectors, while preserving the support vectors, which leads to a significant reduction in the computational cost while attaining similar levels of accuracy. (2)The approach also works well when applied to image segmentation.},
author = {Yu, Zhiwen and Wong, Hau-San and Wen, Guihua},
doi = {10.1016/j.imavis.2010.08.003},
file = {:Users/gabi/Library/Application Support/Mendeley Desktop/Downloaded/Yu, Wong, Wen - 2011 - A modified support vector machine and its application to image segmentation(2).pdf:pdf},
issn = {02628856},
journal = {Image and Vision Computing},
keywords = {Classification,Image segmentation,Support vector machine,segmentation,svm},
mendeley-tags = {segmentation,svm},
month = {jan},
number = {1},
pages = {29--40},
title = {{A modified support vector machine and its application to image segmentation}},
url = {http://www.sciencedirect.com/science/article/pii/S0262885610001113},
volume = {29},
year = {2011}
}
@article{Soda2011,
abstract = {Class imbalance limits the performance of most learning algorithms since they cannot cope with large differences between the number of samples in each class, resulting in a low predictive accuracy over the minority class. In this respect, several papers proposed algorithms aiming at achieving more balanced performance. However, balancing the recognition accuracies for each class very often harms the global accuracy. Indeed, in these cases the accuracy over the minority class increases while the accuracy over the majority one decreases. This paper proposes an approach to overcome this limitation: for each classification act, it chooses between the output of a classifier trained on the original skewed distribution and the output of a classifier trained according to a learning method addressing the course of imbalanced data. This choice is driven by a parameter whose value maximizes, on a validation set, two objective functions, i.e. the global accuracy and the accuracies for each class. A series of experiments on ten public datasets with different proportions between the majority and minority classes show that the proposed approach provides more balanced recognition accuracies than classifiers trained according to traditional learning methods for imbalanced data as well as larger global accuracy than classifiers trained on the original skewed distribution.},
author = {Soda, Paolo},
doi = {10.1016/j.patcog.2011.01.015},
file = {:Users/gabi/Library/Application Support/Mendeley Desktop/Downloaded/Soda - 2011 - A multi-objective optimisation approach for class imbalance learning(2).pdf:pdf},
issn = {00313203},
journal = {Pattern Recognition},
keywords = {Class imbalance learning,Machine learning,Multi-objective optimisation,Pattern recognition},
month = {aug},
number = {8},
pages = {1801--1810},
title = {{A multi-objective optimisation approach for class imbalance learning}},
url = {http://www.sciencedirect.com/science/article/pii/S0031320311000410},
volume = {44},
year = {2011}
}
@article{Estabrooks2004,
author = {Estabrooks, Andrew and Jo, Taeho and Japkowicz, Nathalie},
doi = {10.1111/j.0824-7935.2004.t01-1-00228.x},
file = {:Users/gabi/Library/Application Support/Mendeley Desktop/Downloaded/Estabrooks, Jo, Japkowicz - 2004 - A Multiple Resampling Method for Learning from Imbalanced Data Sets(2).pdf:pdf},
issn = {0824-7935},
journal = {Computational Intelligence},
month = {feb},
number = {1},
pages = {18--36},
title = {{A Multiple Resampling Method for Learning from Imbalanced Data Sets}},
url = {http://doi.wiley.com/10.1111/j.0824-7935.2004.t01-1-00228.x},
volume = {20},
year = {2004}
}
@article{Hu2013,
abstract = {We present an image retrieval system for the interactive search of photo collections using free-hand sketches depicting shape. We describe Gradient Field HOG (GF-HOG); an adapted form of the HOG descriptor suitable for Sketch Based Image Retrieval (SBIR). We incorporate GF-HOG into a Bag of Visual Words (BoVW) retrieval framework, and demonstrate how this combination may be harnessed both for robust SBIR, and for localizing sketched objects within an image. We evaluate over a large Flickr sourced dataset comprising 33 shape categories, using queries from 10 non-expert sketchers. We compare GF-HOG against state-of-the-art descriptors with common distance measures and language models for image retrieval, and explore how affine deformation of the sketch impacts search performance. GF-HOG is shown to consistently outperform retrieval versus SIFT, multi-resolution HOG, Self Similarity, Shape Context and Structure Tensor. Further, we incorporate semantic keywords into our GF-HOG system to enable the use of annotated sketches for image search. A novel graph-based measure of semantic similarity is proposed and two applications explored: semantic sketch based image retrieval and a semantic photo montage.},
author = {Hu, Rui and Collomosse, John},
doi = {10.1016/j.cviu.2013.02.005},
file = {:Users/gabi/Library/Application Support/Mendeley Desktop/Downloaded/Hu, Collomosse - 2013 - A performance evaluation of gradient field HOG descriptor for sketch based image retrieval.pdf:pdf},
issn = {10773142},
journal = {Computer Vision and Image Understanding},
keywords = {Bag-of-visual-words,Image descriptors,Matching,Sketch based image retrieval},
month = {jul},
number = {7},
pages = {790--806},
title = {{A performance evaluation of gradient field HOG descriptor for sketch based image retrieval}},
url = {http://www.sciencedirect.com/science/article/pii/S1077314213000349},
volume = {117},
year = {2013}
}
@article{Buades2005,
abstract = {The search for efficient image denoising methods is still a valid challenge at the crossing of functional analysis and statistics. In spite of the sophistication of the recently proposed methods, most algorithms have not yet attained a desirable level of applicability. All show an outstanding performance when the image model corresponds to the algorithm assumptions but fail in general and create artifacts or remove image fine structures. The main focus of this paper is, first, to define a general mathematical and experimental methodology to compare and classify classical image denoising algorithms and, second, to propose a nonlocal means (NL-means) algorithm addressing the preservation of structure in a digital image. The mathematical analysis is based on the analysis of the "method noise," defined as the difference between a digital image and its denoised version. The NL-means algorithm is proven to be asymptotically optimal under a generic statistical image model. The denoising performance of all consid...},
author = {Buades, A. and Coll, B. and Morel, J. M.},
doi = {10.1137/040616024},
file = {:Users/gabi/Library/Application Support/Mendeley Desktop/Downloaded/Buades, Coll, Morel - 2005 - A Review of Image Denoising Algorithms, with a New One(2).pdf:pdf},
issn = {1540-3459},
journal = {Multiscale Modeling {\&} Simulation},
keywords = {62H35,PDE smoothing filters,adaptive filters,frequency domain filters,image restoration,nonparametric estimation,preprocessing},
language = {en},
mendeley-tags = {preprocessing},
month = {jan},
number = {2},
pages = {490--530},
publisher = {Society for Industrial and Applied Mathematics},
title = {{A Review of Image Denoising Algorithms, with a New One}},
url = {http://epubs.siam.org/doi/abs/10.1137/040616024},
volume = {4},
year = {2005}
}
@article{Pal1993,
abstract = {Many image segmentation techniques are available in the literature. Some of these techniques use only the gray level histogram, some use spatial details while others use fuzzy set theoretic approaches. Most of these techniques are not suitable for noisy environments. Some works have been done using the Markov Random Field (MRF) model which is robust to noise, but is computationally involved. Neural network architectures which help to get the output in real time because of their parallel processing ability, have also been used for segmentation and they work fine even when the noise level is very high. The literature on color image segmentation is not that rich as it is for gray tone images. This paper critically reviews and summarizes some of these techniques. Attempts have been made to cover both fuzzy and non-fuzzy techniques including color image segmentation and neural network based approaches. Adequate attention is paid to segmentation of range images and magnetic resonance images. It also addresses the issue of quantitative evaluation of segmentation results.},
author = {Pal, Nikhil R and Pal, Sankar K},
doi = {10.1016/0031-3203(93)90135-J},
file = {:Users/gabi/Library/Application Support/Mendeley Desktop/Downloaded/Pal, Pal - 1993 - A review on image segmentation techniques(2).pdf:pdf},
issn = {00313203},
journal = {Pattern Recognition},
keywords = {Clustering,Edge detection,Fuzzy sets,Image segmentation,Markov Random Field,Relaxation,Thresholding,preprocessing},
mendeley-tags = {preprocessing},
month = {sep},
number = {9},
pages = {1277--1294},
title = {{A review on image segmentation techniques}},
url = {http://www.sciencedirect.com/science/article/pii/003132039390135J},
volume = {26},
year = {1993}
}
@article{Chen2010,
author = {Chen, Qiang and Xu, Xin and Sun, Quansen and Xia, Deshen},
doi = {10.1016/j.sigpro.2009.05.015},
file = {:Users/gabi/Library/Application Support/Mendeley Desktop/Downloaded/Chen et al. - 2010 - A solution to the deficiencies of image enhancement.pdf:pdf},
issn = {01651684},
journal = {Signal Processing},
keywords = {Contrast loss,Detail loss,Gray-world violation,Image enhancement,Image fusion},
number = {1},
pages = {44--56},
publisher = {Elsevier},
title = {{A solution to the deficiencies of image enhancement}},
url = {http://linkinghub.elsevier.com/retrieve/pii/S0165168409002448},
volume = {90},
year = {2010}
}
@article{Batista2004,
author = {Batista, GE E and Prati, RC C and Monard, MC C},
file = {:Users/gabi/Library/Application Support/Mendeley Desktop/Downloaded/Batista, Prati, Monard - 2004 - A study of the behavior of several methods for balancing machine learning training data(3).pdf:pdf},
journal = {ACM Sigkdd Explorations Newsletter},
number = {1},
pages = {20--29},
title = {{A study of the behavior of several methods for balancing machine learning training data}},
url = {http://dl.acm.org/citation.cfm?id=1007735},
volume = {6},
year = {2004}
}
@article{Paulinas2007,
abstract = {It was proved that genetic algorithms are the most powerful unbiased optimization techniques for sampling a large solution space. Because of unbiased stochastic sampling, they were quickly adapted in image processing. They were applied for the image enhancement, segmentation, feature extraction and classification as well as the image generation. This article gives a brief overview of the canonical genetic algorithm and it also reviews the tasks of image pre-processing. The survey of publications of this topic leads to the conclusion that the field of genetic algorithms applications is growing fast. The constant improvement of genetic algorithms will definitely help to solve various complex image processing tasks in the future. 1. Introduction In computer world, genetic material is replaced by Genetic algorithms (GAs) [19] are a relatively new paradigm for a search, based on principles of natural selection. For the first time they have been introduced},
author = {Paulinas, Mantas and U{\v{s}}inskas, Andrius},
doi = {10.1.1.120.4391},
file = {:Users/gabi/Library/Application Support/Mendeley Desktop/Downloaded/Paulinas, U{\v{s}}inskas - 2007 - A survey of genetic algorithms applications for image enhancement and segmentation.pdf:pdf},
issn = {1392-124X},
journal = {Information Technology and control},
number = {3},
pages = {278--284},
title = {{A survey of genetic algorithms applications for image enhancement and segmentation}},
url = {http://itc.ktu.lt/itc363/paulinas363.pdf},
volume = {36},
year = {2007}
}
@article{Lu2007,
author = {Lu, D. and Weng, Q.},
doi = {10.1080/01431160600746456},
file = {:Users/gabi/Library/Application Support/Mendeley Desktop/Downloaded/Lu, Weng - 2007 - A survey of image classification methods and techniques for improving classification performance(2).pdf:pdf},
issn = {0143-1161},
journal = {International Journal of Remote Sensing},
month = {mar},
number = {5},
pages = {823--870},
title = {{A survey of image classification methods and techniques for improving classification performance}},
url = {http://www.tandfonline.com/doi/abs/10.1080/01431160600746456},
volume = {28},
year = {2007}
}
@article{Hall1971,
abstract = {Feature extraction is one of the more difficult steps in image pattern recognition. Some sources of difficulty are the presence of irrelevant information and the relativity of a feature set to a particular application. Several preprocessing techniques for enhancing selected features and removing irrelevant data are described and compared. The techniques include gray level distribution linearization, digital spatial filtering, contrast enhancement, and image subtraction. Also, several feature extraction techniques are illustrated. The techniques are divided into spatial and Fourier domain operations. The spatial domain operations of directional signatures and contour tracing are first described. Then, the Fourier domain techniques of frequency signatures and template matching are illustrated. Finally, a practical image pattern recognition problem is solved using some of the described techniques.},
author = {Hall, E.L. L and Kruger, R.P. P and Dwyer, S.J. J and Hall, D.L. L and Mclaren, R.W. W and Lodwick, G.S. S},
doi = {10.1109/T-C.1971.223399},
file = {:Users/gabi/Library/Application Support/Mendeley Desktop/Downloaded/Hall et al. - 1971 - A Survey of Preprocessing and Feature Extraction Techniques for Radiographic Images(2).pdf:pdf},
issn = {0018-9340},
journal = {IEEE Transactions on Computers},
keywords = {Data mining,Diagnostic radiography,Digital filters,Feature extraction,Filtering,Image analysis,Image processing,Matched filters,Pattern recognition,Radiology,pattern recognition,preproces,preprocessing},
mendeley-tags = {preprocessing},
month = {sep},
number = {9},
pages = {1032--1044},
shorttitle = {Computers, IEEE Transactions on},
title = {{A Survey of Preprocessing and Feature Extraction Techniques for Radiographic Images}},
url = {http://ieeexplore.ieee.org/lpdocs/epic03/wrapper.htm?arnumber=1671992},
volume = {C-20},
year = {1971}
}
@article{Sokolova2009,
author = {Sokolova, Marina and Lapalme, Guy},
doi = {10.1016/j.ipm.2009.03.002},
file = {:Users/gabi/Library/Application Support/Mendeley Desktop/Downloaded/Sokolova, Lapalme - 2009 - A systematic analysis of performance measures for classification tasks(2).pdf:pdf},
issn = {03064573},
journal = {Information Processing {\&} Management},
keywords = {performance evaluation},
month = {jul},
number = {4},
pages = {427--437},
publisher = {Elsevier Ltd},
title = {{A systematic analysis of performance measures for classification tasks}},
url = {http://linkinghub.elsevier.com/retrieve/pii/S0306457309000259},
volume = {45},
year = {2009}
}
@article{Xie2016,
abstract = {The convolutional neural network (ConvNet or CNN) is a powerful discriminative learning machine. In this paper, we show that a generative random field model that we call generative ConvNet can be derived from the discriminative ConvNet. The probability distribution of the generative ConvNet model is in the form of exponential tilting of a reference distribution. Assuming re-lu non-linearity and Gaussian white noise reference distribution, we show that the generative ConvNet model contains a representational structure with multiple layers of binary activation variables. The model is non-Gaussian, or more precisely, piecewise Gaussian, where each piece is determined by an instantiation of the binary activation variables that reconstruct the mean of the Gaussian piece. The Langevin dynamics for synthesis is driven by the reconstruction error, and the corresponding gradient descent dynamics converges to a local energy minimum that is auto-encoding. As for learning, we show that the contrastive divergence learning tends to reconstruct the observed images. Finally, we show that the maximum likelihood learning algorithm can generate realistic natural images.},
archivePrefix = {arXiv},
arxivId = {1602.03264},
author = {Xie, Jianwen and Lu, Yang and Zhu, Song-Chun and Wu, Ying Nian},
eprint = {1602.03264},
file = {:Users/gabi/Library/Application Support/Mendeley Desktop/Downloaded/Xie et al. - 2016 - A Theory of Generative ConvNet.pdf:pdf},
month = {feb},
title = {{A Theory of Generative ConvNet}},
url = {http://arxiv.org/abs/1602.03264},
year = {2016}
}
@article{Lecun2006,
author = {Lecun, Yann and Chopra, Sumit and Hadsell, Raia and Ranzato, Marc Aurelio and Huang, Fu Jie},
file = {:Users/gabi/Library/Application Support/Mendeley Desktop/Downloaded/Lecun et al. - 2006 - A Tutorial on Energy-Based Learning 1 Introduction Energy-Based Models(2).pdf:pdf},
pages = {1--59},
title = {{A Tutorial on Energy-Based Learning 1 Introduction : Energy-Based Models}},
year = {2006}
}
@article{Inpainting2014,
author = {Inpainting, Sparsity-based Image and Li, Fang and Zeng, Tieyong},
file = {:Users/gabi/Library/Application Support/Mendeley Desktop/Downloaded/Inpainting, Li, Zeng - 2014 - A Universal Variational Framework for(2).pdf:pdf},
journal = {IEEE Trans},
number = {10},
pages = {4242--4254},
title = {{A Universal Variational Framework for}},
volume = {23},
year = {2014}
}
@inproceedings{Zeiler2011,
abstract = {We present a hierarchical model that learns image decompositions via alternating layers of convolutional sparse coding and max pooling. When trained on natural images, the layers of our model capture image information in a variety of forms: low-level edges, mid-level edge junctions, high-level object parts and complete objects. To build our model we rely on a novel inference scheme that ensures each layer reconstructs the input, rather than just the output of the layer directly beneath, as is common with existing hierarchical approaches. This makes it possible to learn multiple layers of representation and we show models with 4 layers, trained on images from the Caltech-101 and 256 datasets. When combined with a standard classifier, features extracted from these models outperform SIFT, as well as representations from other feature learning methods.},
author = {Zeiler, Matthew D. and Taylor, Graham W. and Fergus, Rob},
booktitle = {International Conference on Computer Vision},
doi = {10.1109/ICCV.2011.6126474},
file = {:Users/gabi/Library/Application Support/Mendeley Desktop/Downloaded/Zeiler, Taylor, Fergus - 2011 - Adaptive deconvolutional networks for mid and high level feature learning(2).pdf:pdf},
isbn = {978-1-4577-1102-2},
issn = {1550-5499},
keywords = {Adaptation models,Caltech-101 datasets,Caltech-256 datasets,Computational modeling,Deconvolution,Image reconstruction,Mathematical model,Switches,Training,adaptive deconvolutional networks,classifier,complete objects,convolutional sparse coding,deconvolution,feature extraction,hierarchical model,high level feature learning,high-level object parts,image classification,image decompositions,image representation,inference mechanisms,inference scheme,learning (artificial intelligence),low-level edges,max pooling,mid level feature learning,mid-level edge junctions,natural images},
month = {nov},
pages = {2018--2025},
publisher = {IEEE},
shorttitle = {Computer Vision (ICCV), 2011 IEEE International Co},
title = {{Adaptive deconvolutional networks for mid and high level feature learning}},
url = {http://ieeexplore.ieee.org/lpdocs/epic03/wrapper.htm?arnumber=6126474},
year = {2011}
}
@article{Zliobaite2014,
author = {Zliobaite, Indre and Gabrys, Bogdan},
doi = {10.1109/TKDE.2012.147},
file = {:Users/gabi/Library/Application Support/Mendeley Desktop/Downloaded/Zliobaite, Gabrys - 2014 - Adaptive Preprocessing for Streaming Data.pdf:pdf},
isbn = {2011110726},
issn = {1041-4347},
journal = {IEEE Transactions on Knowledge and Data Engineering},
month = {feb},
number = {2},
pages = {309--321},
title = {{Adaptive Preprocessing for Streaming Data}},
url = {http://ieeexplore.ieee.org/lpdocs/epic03/wrapper.htm?arnumber=6247432},
volume = {26},
year = {2014}
}
@article{friedman2010,
abstract = {Experimental analysis of the performance of a proposed method is a crucial and necessary task in an investigation. In this paper, we focus on the use of nonparametric statistical inference for analyzing the results obtained in an experiment design in the field of computational intelligence. We present a case study which involves a set of techniques in classification tasks and we study a set of nonparametric procedures useful to analyze the behavior of a method with respect to a set of algorithms, such as the framework in which a new proposal is developed. Particularly, we discuss some basic and advanced nonparametric approaches which improve the results offered by the Friedman test in some circumstances. A set of post hoc procedures for multiple comparisons is presented together with the computation of adjusted p-values. We also perform an experimental analysis for comparing their power, with the objective of detecting the advantages and disadvantages of the statistical tests described. We found that some aspects such as the number of algorithms, number of data sets and differences in performance offered by the control method are very influential in the statistical tests studied. Our final goal is to offer a complete guideline for the use of nonparametric statistical procedures for performing multiple comparisons in experimental studies.},
author = {Garc{\'{\i}}a, Salvador and Fern{\'{a}}ndez, Alberto and Luengo, Juli{\'{a}}n and Herrera, Francisco},
doi = {10.1016/j.ins.2009.12.010},
file = {:Users/gabi/Library/Application Support/Mendeley Desktop/Downloaded/Garc{\'{\i}}a et al. - 2010 - Advanced nonparametric tests for multiple comparisons in the design of experiments in computational intellige(2).pdf:pdf},
issn = {00200255},
journal = {Information Sciences},
keywords = {Computational intelligence,Data mining,Fuzzy classification systems,Genetics-based machine learning,Multiple comparisons procedures,Nonparametric statistics,Statistical analysis},
month = {may},
number = {10},
pages = {2044--2064},
title = {{Advanced nonparametric tests for multiple comparisons in the design of experiments in computational intelligence and data mining: Experimental analysis of power}},
url = {http://www.sciencedirect.com/science/article/pii/S0020025509005404},
volume = {180},
year = {2010}
}
@inproceedings{Jegou2010,
abstract = {We address the problem of image search on a very large scale, where three constraints have to be considered jointly: the accuracy of the search, its efficiency, and the memory usage of the representation. We first propose a simple yet efficient way of aggregating local image descriptors into a vector of limited dimension, which can be viewed as a simplification of the Fisher kernel representation. We then show how to jointly optimize the dimension reduction and the indexing algorithm, so that it best preserves the quality of vector comparison. The evaluation shows that our approach significantly outperforms the state of the art: the search accuracy is comparable to the bag-of-features approach for an image representation that fits in 20 bytes. Searching a 10 million image dataset takes about 50ms.},
author = {Jegou, Herve and Douze, Matthijs and Schmid, Cordelia and Perez, Patrick},
booktitle = {2010 IEEE Computer Society Conference on Computer Vision and Pattern Recognition},
doi = {10.1109/CVPR.2010.5540039},
file = {:Users/gabi/Library/Application Support/Mendeley Desktop/Downloaded/Jegou et al. - 2010 - Aggregating local descriptors into a compact image representation.pdf:pdf},
isbn = {978-1-4244-6984-0},
issn = {1063-6919},
keywords = {Aggregates,Constraint optimization,Fisher kernel representation,Image databases,Image representation,Indexing,Kernel,Large-scale systems,Robustness,Support vector machine classification,Support vector machines,bag-of-features,compact image representation,image database,image representation,image retrieval,image search,local descriptors,pattern clustering},
month = {jun},
pages = {3304--3311},
publisher = {IEEE},
shorttitle = {Computer Vision and Pattern Recognition (CVPR), 20},
title = {{Aggregating local descriptors into a compact image representation}},
url = {http://ieeexplore.ieee.org/lpdocs/epic03/wrapper.htm?arnumber=5540039},
year = {2010}
}
@inproceedings{Arandjelovic2013,
abstract = {The objective of this paper is large scale object instance retrieval, given a query image. A starting point of such systems is feature detection and description, for example using SIFT. The focus of this paper, however, is towards very large scale retrieval where, due to storage requirements, very compact image descriptors are required and no information about the original SIFT descriptors can be accessed directly at run time. We start from VLAD, the state-of-the art compact descriptor introduced by Jegou et al. for this purpose, and make three novel contributions: first, we show that a simple change to the normalization method significantly improves retrieval performance, second, we show that vocabulary adaptation can substantially alleviate problems caused when images are added to the dataset after initial vocabulary learning. These two methods set a new state-of-the-art over all benchmarks investigated here for both mid-dimensional (20k-D to 30k-D) and small (128-D) descriptors. Our third contribution is a multiple spatial VLAD representation, MultiVLAD, that allows the retrieval and localization of objects that only extend over a small part of an image (again without requiring use of the original image SIFT descriptors).},
author = {Arandjelovic, Relja and Zisserman, Andrew},
booktitle = {2013 IEEE Conference on Computer Vision and Pattern Recognition},
doi = {10.1109/CVPR.2013.207},
isbn = {978-0-7695-4989-7},
issn = {1063-6919},
keywords = {Benchmark testing,Buildings,Databases,SIFT descriptor,Standards,Vectors,Visualization,Vocabulary,compact image descriptor,feature description,feature detection,feature extraction,image retrieval,large scale object instance retrieval,multiple spatial VLAD representation,query image,storage requirement},
month = {jun},
pages = {1578--1585},
publisher = {IEEE},
shorttitle = {Computer Vision and Pattern Recognition (CVPR), 20},
title = {{All About VLAD}},
url = {http://ieeexplore.ieee.org/lpdocs/epic03/wrapper.htm?arnumber=6619051},
year = {2013}
}
@article{Wang2009,
abstract = {By combining Histograms of Oriented Gradients (HOG) and Local Binary Pattern (LBP) as the feature set, we propose a novel human detection approach capable of handling partial occlusion. Two kinds of detectors, i.e., global detector for whole scanning windows and part detectors for local regions, are learned from the training data using linear SVM. For each ambiguous scanning window, we construct an occlusion likelihood map by using the response of each block of the HOG feature to the global detector. The occlusion likelihood map is then segmented by Mean-shift approach. The segmented portion of the window with a majority of negative response is inferred as an occluded region. If partial occlusion is indicated with high likelihood in a certain scanning window, part detectors are applied on the unoccluded regions to achieve the final classification on the current scanning window. With the help of the augmented HOG-LBP feature and the global-part occlusion handling method, we achieve a detection rate of 91.3{\%} with FPPW= 10{\&}{\#}x2212;6, 94.7{\%} with FPPW= 10{\&}{\#}x2212;5, and 97.9{\%} with FPPW= 10{\&}{\#}x2212;4 on the INRIA dataset, which, to our best knowledge, is the best human detection performance on the INRIA dataset. The global-part occlusion handling method is further validated using synthesized occlusion data constructed from the INRIA and Pascal dataset.},
author = {Wang, Xiaoyu and Han, Tony X. and Yan, Shuicheng},
file = {:Users/gabi/Library/Application Support/Mendeley Desktop/Downloaded/Wang, Han, Yan - 2009 - An HOG-LBP human detector with partial occlusion handling(2).pdf:pdf},
journal = {IEEE 12th International Conference on Computer Vision},
publisher = {IEEE},
title = {{An HOG-LBP human detector with partial occlusion handling}},
year = {2009}
}
@inproceedings{Wang2009a,
abstract = {By combining Histograms of Oriented Gradients (HOG) and Local Binary Pattern (LBP) as the feature set, we propose a novel human detection approach capable of handling partial occlusion. Two kinds of detectors, i.e., global detector for whole scanning windows and part detectors for local regions, are learned from the training data using linear SVM. For each ambiguous scanning window, we construct an occlusion likelihood map by using the response of each block of the HOG feature to the global detector. The occlusion likelihood map is then segmented by Mean-shift approach. The segmented portion of the window with a majority of negative response is inferred as an occluded region. If partial occlusion is indicated with high likelihood in a certain scanning window, part detectors are applied on the unoccluded regions to achieve the final classification on the current scanning window. With the help of the augmented HOG-LBP feature and the global-part occlusion handling method, we achieve a detection rate of 91.3{\%} with FPPW= 10−6, 94.7{\%} with FPPW= 10−5, and 97.9{\%} with FPPW= 10−4 on the INRIA dataset, which, to our best knowledge, is the best human detection performance on the INRIA dataset. The global-part occlusion handling method is further validated using synthesized occlusion data constructed from the INRIA and Pascal dataset.},
author = {Wang, Xiaoyu and Han, Tony X. and Yan, Shuicheng},
booktitle = {IEEE 12th International Conference on Computer Vision},
doi = {10.1109/ICCV.2009.5459207},
file = {:Users/gabi/Library/Application Support/Mendeley Desktop/Downloaded/Wang, Han, Yan - 2009 - An HOG-LBP human detector with partial occlusion handling(3).pdf:pdf},
isbn = {978-1-4244-4420-5},
issn = {1550-5499},
keywords = {Detectors,Histograms,Humans,Image segmentation,Object detection,Pixel,Support vector machine classification,Support vector machines,Testing,Training data},
month = {sep},
pages = {32--39},
publisher = {IEEE},
shorttitle = {Computer Vision, 2009 IEEE 12th International Conf},
title = {{An HOG-LBP human detector with partial occlusion handling}},
url = {http://ieeexplore.ieee.org/lpdocs/epic03/wrapper.htm?arnumber=5459207},
year = {2009}
}
@article{Hashemi2010,
abstract = {Contrast enhancement plays a fundamental role in image/video processing. Histogram Equalization (HE) is one of the most commonly used methods for image contrast enhancement. However, HE and most other contrast enhancement methods may produce un-natural looking images and the images obtained by these methods are not desirable in applications such as consumer electronic products where brightness preservation is necessary to avoid annoying artifacts. To solve such problems, we proposed an efficient contrast enhancement method based on genetic algorithm in this paper. The proposed method uses a simple and novel chromosome representation together with corresponding operators. Experimental results showed that this method makes natural looking images especially when the dynamic range of input image is high. Also, it has been shown by simulation results that the proposed genetic method had better results than related ones in terms of contrast and detail enhancement and the resulted images were suitable for consumer electronic products. © 2010 Elsevier B.V. All rights reserved.},
author = {Hashemi, Sara and Kiani, Soheila and Noroozi, Navid and Moghaddam, Mohsen Ebrahimi},
doi = {10.1016/j.patrec.2009.12.006},
file = {:Users/gabi/Library/Application Support/Mendeley Desktop/Downloaded/Hashemi et al. - 2010 - An image contrast enhancement method based on genetic algorithm.pdf:pdf},
isbn = {0167-8655},
issn = {01678655},
journal = {Pattern Recognition Letters},
keywords = {Contrast enhancement,Genetic algorithm,Natural looking images},
number = {13},
pages = {1816--1824},
publisher = {Elsevier B.V.},
title = {{An image contrast enhancement method based on genetic algorithm}},
url = {http://dx.doi.org/10.1016/j.patrec.2009.12.006},
volume = {31},
year = {2010}
}
@article{Gross2003,
author = {Gross, Ralph and Brajovic, Vladimir},
file = {:Users/gabi/Library/Application Support/Mendeley Desktop/Downloaded/Gross, Brajovic - 2003 - An image preprocessing algorithm for illumination invariant face recognition(2).pdf:pdf},
journal = {Audio and Video-Based Biometric Person Authentication},
pages = {10--18},
title = {{An image preprocessing algorithm for illumination invariant face recognition}},
year = {2003}
}
@article{Lippmann1987,
abstract = {Artificial neural net models have been studied for many years in the hope of achieving human-like performance in the fields of speech and image recognition. These models are composed of many nonlinear computational elements operating in parallel and arranged in patterns reminiscent of biological neural nets. Computational elements or nodes are connected via weights that are typically adapted during use to improve performance. There has been a recent resurgence in the field of artificial neural nets caused by new net topologies and algorithms, analog VLSI implementation techniques, and the belief that massive parallelism is essential for high performance speech and image recognition. This paper provides an introduction to the field of artificial neural nets by reviewing six important neural net models that can be used for pattern classification. These nets are highly parallel building blocks that illustrate neural net components and design principles and can be used to construct more complex systems. In addition to describing these nets, a major emphasis is placed on exploring how some existing classification and clustering algorithms can be performed using simple neuron-like components. Single-layer nets can implement algorithms required by Gaussian maximum-likelihood classifiers and optimum minimum-error classifiers for binary patterns corrupted by noise. More generally, the decision regions required by any classification algorithm can be generated in a straightforward manner by three-layer feed-forward nets.},
author = {Lippmann, R.},
doi = {10.1109/MASSP.1987.1165576},
file = {:Users/gabi/Library/Application Support/Mendeley Desktop/Downloaded/Lippmann - 1987 - An introduction to computing with neural nets(2).pdf:pdf},
issn = {0740-7467},
journal = {IEEE ASSP Magazine},
keywords = {Artificial neural networks,Biological system modeling,Biology computing,Classification algorithms,Clustering algorithms,Concurrent computing,Image recognition,Neural networks},
number = {2},
pages = {4--22},
shorttitle = {ASSP Magazine, IEEE},
title = {{An introduction to computing with neural nets}},
url = {http://ieeexplore.ieee.org/lpdocs/epic03/wrapper.htm?arnumber=1165576},
volume = {4},
year = {1987}
}
@article{Fawcett2006,
abstract = {Receiver operating characteristics (ROC) graphs are useful for organizing classifiers and visualizing their performance. ROC graphs are commonly used in medical decision making, and in recent years have been used increasingly in machine learning and data mining research. Although ROC graphs are apparently simple, there are some common misconceptions and pitfalls when using them in practice. The purpose of this article is to serve as an introduction to ROC graphs and as a guide for using them in research.},
author = {Fawcett, Tom},
doi = {10.1016/j.patrec.2005.10.010},
file = {:Users/gabi/Library/Application Support/Mendeley Desktop/Downloaded/Fawcett - 2006 - An introduction to ROC analysis(2).pdf:pdf},
issn = {01678655},
journal = {Pattern Recognition Letters},
keywords = {Classifier evaluation,Evaluation metrics,ROC analysis},
month = {jun},
number = {8},
pages = {861--874},
title = {{An introduction to ROC analysis}},
url = {http://www.sciencedirect.com/science/article/pii/S016786550500303X},
volume = {27},
year = {2006}
}
@article{Saliba,
author = {SALIBA, E and DIPANDA, A},
file = {:Users/gabi/Library/Application Support/Mendeley Desktop/Downloaded/SALIBA, DIPANDA - 2013 - An overview of Pattern Recognition.pdf:pdf},
journal = {wikiprogress. org},
keywords = {classification,feature extraction,pattern recognition,preprocessing},
pages = {1--7},
title = {{An overview of Pattern Recognition}},
url = {http://www.wikiprogress.org/images/An{\_}overview{\_}of{\_}Pattern{\_}Recognition.pdf},
year = {2013}
}
@inproceedings{Picon2011,
author = {Picon, CT and Rossi, Isadora and Ponti-Jr, M},
booktitle = {Workshop of Undergraduate Works},
file = {:Users/gabi/Library/Application Support/Mendeley Desktop/Downloaded/Picon, Rossi, Jr - 2011 - An{\'{a}}lise da classifica{\c{c}}{\~{a}}o de imagens por descritores de cor utilizando v{\'{a}}rias resolu{\c{c}}{\~{o}}es(2).pdf:pdf},
keywords = {-reconhecimento de padr{\~{o}}es,abstract,classifica{\c{c}}{\~{a}}o de ima-,descritores de cor,feature extraction and classification,gens,involves choices in,pattern recognition in images,steps of acquisition,the},
publisher = {SIBGRAPI},
title = {{An{\'{a}}lise da classifica{\c{c}}{\~{a}}o de imagens por descritores de cor utilizando v{\'{a}}rias resolu{\c{c}}{\~{o}}es}},
url = {http://www.icmc.usp.br/{~}moacir/papers/Picon{\_}WUW2011.pdf},
year = {2011}
}
@article{Derrac2014a,
abstract = {The analysis of the performance of different approaches is a staple concern in the design of Computational Intelligence experiments. Any proper analysis of evolutionary optimization algorithms should incorporate a full set of benchmark problems and state-of-the-art comparison algorithms. For the sake of rigor, such an analysis may be completed with the use of statistical procedures, supporting the conclusions drawn. In this paper, we point out that these conclusions are usually limited to the final results, whereas intermediate results are seldom considered. We propose a new methodology for comparing evolutionary algorithms’ convergence capabilities, based on the use of Page’s trend test. The methodology is presented with a case of use, incorporating real results from selected techniques of a recent special issue. The possible applications of the method are highlighted, particularly in those cases in which the final results do not enable a clear evaluation of the differences among several evolutionary techniques.},
author = {Derrac, Joaqu{\'{\i}}n and Garc{\'{\i}}a, Salvador and Hui, Sheldon and Suganthan, Ponnuthurai Nagaratnam and Herrera, Francisco},
doi = {10.1016/j.ins.2014.06.009},
file = {:Users/gabi/Library/Application Support/Mendeley Desktop/Downloaded/Derrac et al. - 2014 - Analyzing convergence performance of evolutionary algorithms A statistical approach(2).pdf:pdf},
issn = {00200255},
journal = {Information Sciences},
keywords = {Convergence-based algorithmic comparison,Evolutionary algorithms,Nonparametric tests,Page’s trend test},
month = {dec},
pages = {41--58},
title = {{Analyzing convergence performance of evolutionary algorithms: A statistical approach}},
url = {http://www.sciencedirect.com/science/article/pii/S0020025514006276},
volume = {289},
year = {2014}
}
@article{Xu2016,
abstract = {Though most of the faces are axis-symmetrical objects, few real-world face images are axis-symmetrical images. In the past years, there are many studies on face recognition, but only little attention is paid to this issue and few studies to explore and exploit the axis-symmetrical property of faces for face recognition are conducted. In this paper, we take the axis-symmetrical nature of faces into consideration and design a framework to produce approximately axis-symmetrical virtual dictionary for enhancing the accuracy of face recognition. It is noteworthy that the novel algorithm to produce axis-symmetrically virtual face images is mathematically very tractable and quite easy to implement. Extensive experimental results demonstrate the superiority in face recognition of the virtual face images obtained using our method to the original face images. Moreover, experimental results on different databases also show that the proposed method can achieve satisfactory classification accuracy in comparison with state-of-the-art image preprocessing algorithms. The MATLAB code of the proposed method can be available at http://www.yongxu.org/lunwen.html.},
author = {Xu, Yong and Zhang, Zheng and Lu, Guangming and Yang, Jian},
doi = {10.1016/j.patcog.2015.12.017},
file = {:Users/gabi/Library/Application Support/Mendeley Desktop/Downloaded/Xu et al. - 2016 - Approximately symmetrical face images for image preprocessing in face recognition and sparse representation based cla.pdf:pdf},
issn = {00313203},
journal = {Pattern Recognition},
keywords = {Approximately symmetrical face,Face image preprocessing,Face recognition,Sparse representation,Virtual sample},
month = {jan},
title = {{Approximately symmetrical face images for image preprocessing in face recognition and sparse representation based classification}},
url = {http://www.sciencedirect.com/science/article/pii/S0031320316000121},
year = {2016}
}
@article{Oliveira,
author = {Oliveira, SRM R M},
file = {:Users/gabi/Library/Application Support/Mendeley Desktop/Downloaded/Oliveira - Unknown - Aprendizado com Classes Desbalanceadas(2).pdf:pdf},
journal = {SLIDES},
title = {{Aprendizado com Classes Desbalanceadas}},
url = {http://www.ime.unicamp.br/{~}wanderson/Aulas/Aula11/MT803-Aula11-Balanceamento-Classes.pdf}
}
@article{Castro2011,
abstract = {Supervised Learning with Imbalanced Data Sets: An Overview Traditional learning algorithms induced by complex and highly imbalanced training sets may have difficulty in dis- tinguishing between examples of the groups. The tendency is to create classification models that are biased toward the overrepresented (majority) class, resulting in a low rate of recognition for the minority group. This paper provides a survey of this problem which has attracted the interest of many researchers in recent years. In the scope of two-class classification tasks, concepts related to the nature of the im- balanced class problem and evaluation metrics are presented, including the foundations of the ROC (Receiver Operating Characteristic) analysis; plus a state of the art of the pro- posed solutions. At the end of the paper a brief discussion on how the subject can be extended to multiclass learning is provided.},
author = {Castro, CL L and Braga, AP P},
file = {:Users/gabi/Library/Application Support/Mendeley Desktop/Downloaded/Castro, Braga - 2011 - Aprendizado supervisionado com conjuntos de dados desbalanceados(2).pdf:pdf},
journal = {Sba Controle {\&} Automa{\c{c}}{\~{a}}o},
keywords = {ROC analysis,cost-sensitive approach.,evaluation metrics,imbalanced data sets,resampling methods,supervised learning},
number = {5},
pages = {441 -- 446},
title = {{Aprendizado supervisionado com conjuntos de dados desbalanceados}},
volume = {22},
year = {2011}
}
@article{Meer2012,
abstract = {This paper presents an opinion on research progress in computer vision.},
author = {Meer, Peter},
doi = {10.1016/j.imavis.2011.10.004},
file = {:Users/gabi/Library/Application Support/Mendeley Desktop/Downloaded/Meer - 2012 - Are we making real progress in computer vision today(2).pdf:pdf},
issn = {02628856},
journal = {Image and Vision Computing},
keywords = {Computer vision,Human vision,computer vision},
mendeley-tags = {computer vision},
month = {aug},
number = {8},
pages = {472--473},
title = {{Are we making real progress in computer vision today?}},
url = {http://www.sciencedirect.com/science/article/pii/S0262885612000662},
volume = {30},
year = {2012}
}
@inproceedings{Sotiropoulos2012,
abstract = {In this paper, we compare the performance of Artificial Immune System (AIS)-based classification algorithms to the performance of Gaussian kernel-based Support Vector Machines (SVM) in problems with a high degree of class imbalance. Our experimentation indicates that the AIS-based classification paradigm has the intrinsic properly of dealing more efficiently with highly skewed datasets. Specifically, our experimental results indicate that AIS-based classifiers identify instances from the minority class quite efficiently.},
author = {Sotiropoulos, Dionysios N. and Tsihrintzis, George A.},
booktitle = {Eighth International Conference on Intelligent Information Hiding and Multimedia Signal Processing},
doi = {10.1109/IIH-MSP.2012.39},
file = {:Users/gabi/Library/Application Support/Mendeley Desktop/Downloaded/Sotiropoulos, Tsihrintzis - 2012 - Artificial Immune System-based Classification in Class-Imbalanced Image Classification Problems(2).pdf:pdf},
isbn = {978-1-4673-1741-2},
keywords = {AIS-based classification algorithms,Artificial Immune Systems,Classification algorithms,Gaussian kernel-based support vector machines,Immune system,Machine learning,Machine learning algorithms,SVM,Support vector machines,Training,Vectors,artificial immune system-based classification,artificial immune systems,class imbalance,class-imbalanced image classification problems,image classification,imbalanced,minority class,support vector machines},
mendeley-tags = {imbalanced},
month = {jul},
pages = {138--141},
publisher = {IEEE},
shorttitle = {Intelligent Information Hiding and Multimedia Sign},
title = {{Artificial Immune System-based Classification in Class-Imbalanced Image Classification Problems}},
url = {http://ieeexplore.ieee.org/lpdocs/epic03/wrapper.htm?arnumber=6274632},
year = {2012}
}
@book{Gerstner1997,
address = {Berlin, Heidelberg},
doi = {10.1007/BFb0020124},
editor = {Gerstner, Wulfram and Germond, Alain and Hasler, Martin and Nicoud, Jean-Daniel},
isbn = {978-3-540-63631-1},
publisher = {Springer Berlin Heidelberg},
series = {Lecture Notes in Computer Science},
title = {{Artificial Neural Networks — ICANN'97}},
url = {http://link.springer.com/10.1007/BFb0020124},
volume = {1327},
year = {1997}
}
@article{Anual2014,
author = {Anual, R I O and Regular, D E Aluno and Ci, E M and Computa, Ncias D E and Icmc-usp, Tica Computacional},
file = {:Users/gabi/Library/Application Support/Mendeley Desktop/Downloaded/Anual et al. - 2014 - Atividades did{\'{a}}ticas.pdf:pdf},
pages = {1--3},
title = {{Atividades did{\'{a}}ticas}},
year = {2014}
}
@article{Cheng2010,
abstract = {Breast cancer is the second leading cause of death for women all over the world. Since the cause of the disease remains unknown, early detection and diagnosis is the key for breast cancer control, and it can increase the success of treatment, save lives and reduce cost. Ultrasound imaging is one of the most frequently used diagnosis tools to detect and classify abnormalities of the breast. In order to eliminate the operator dependency and improve the diagnostic accuracy, computer-aided diagnosis (CAD) system is a valuable and beneficial means for breast cancer detection and classification. Generally, a CAD system consists of four stages: preprocessing, segmentation, feature extraction and selection, and classification. In this paper, the approaches used in these stages are summarized and their advantages and disadvantages are discussed. The performance evaluation of CAD system is investigated as well.},
author = {Cheng, H.D. D and Shan, Juan and Ju, Wen and Guo, Yanhui and Zhang, Ling},
doi = {10.1016/j.patcog.2009.05.012},
file = {:Users/gabi/Library/Application Support/Mendeley Desktop/Downloaded/Cheng et al. - 2010 - Automated breast cancer detection and classification using ultrasound images A survey(2).pdf:pdf},
issn = {00313203},
journal = {Pattern Recognition},
keywords = {Automated breast cancer detection and classificati,CAD (computer-aided diagnosis),Classifiers,Feature extraction and selection,Ultrasound (US) imaging,preprocessing},
mendeley-tags = {preprocessing},
month = {jan},
number = {1},
pages = {299--317},
title = {{Automated breast cancer detection and classification using ultrasound images: A survey}},
url = {http://www.sciencedirect.com/science/article/pii/S0031320309002027},
volume = {43},
year = {2010}
}
@article{Chornoboy1994,
author = {ApRil, O},
file = {:Users/gabi/Library/Application Support/Mendeley Desktop/Downloaded/ApRil - 1994 - Automated storm tracking for terminal air traffic control.pdf:pdf},
journal = {Lincoln Laboratory Journal},
number = {2},
pages = {427--448},
title = {{Automated storm tracking for terminal air traffic control}},
url = {http://www.ll.mit.edu/mission/aviation/publications/publication-files/journal-articles/Chornoboy{\_}1994{\_}JA-7198.pdf},
volume = {7},
year = {1994}
}
@article{Aoki1999,
author = {Aoki, Shinya and Nagao, Tomoharu and Science, Imaging},
file = {:Users/gabi/Library/Application Support/Mendeley Desktop/Downloaded/Aoki, Nagao, Science - 1999 - Automatic Construction of Tree-structural Image Transformation using Genetic Programming.pdf:pdf},
isbn = {0780354672},
pages = {2--6},
title = {{Automatic Construction of Tree-structural Image Transformation using Genetic Programming}},
year = {1999}
}
@article{Rocha2010,
abstract = {Contemporary Vision and Pattern Recognition problems such as face recognition, fingerprinting identification, image categorization, and DNA sequencing often have an arbitrarily large number of classes and properties to consider. To deal with such complex problems using just one feature descriptor is a difficult task and feature fusion may become mandatory. Although normal feature fusion is quite effective for some problems, it can yield unexpected classification results when the different features are not properly normalized and preprocessed. Besides it has the drawback of increasing the dimensionality which might require more training data. To cope with these problems, this paper introduces a unified approach that can combine many features and classifiers that requires less training and is more adequate to some problems than a na{\"{\i}}ve method, where all features are simply concatenated and fed independently to each classification algorithm. Besides that, the presented technique is amenable to continuous learning, both when refining a learned model and also when adding new classes to be discriminated. The introduced fusion approach is validated using a multi-class fruit-and-vegetable categorization task in a semi-controlled environment, such as a distribution center or the supermarket cashier. The results show that the solution is able to reduce the classification error in up to 15 percentage points with respect to the baseline.},
author = {Rocha, Anderson and Hauagge, Daniel C and Wainer, Jacques and Goldenstein, Siome},
doi = {10.1016/j.compag.2009.09.002},
file = {:Users/gabi/Library/Application Support/Mendeley Desktop/Downloaded/Rocha et al. - 2010 - Automatic fruit and vegetable classification from images(2).pdf:pdf},
issn = {01681699},
journal = {Computers and Electronics in Agriculture},
keywords = {Automatic produce classification,Feature and classifier fusion,Image classification,Multi-class from binary},
month = {jan},
number = {1},
pages = {96--104},
title = {{Automatic fruit and vegetable classification from images}},
url = {http://www.sciencedirect.com/science/article/pii/S016816990900180X},
volume = {70},
year = {2010}
}
@article{Zhang1993,
author = {Zhang, HongJiang and Kankanhalli, Atreyi and Smoliar, Stephen W.},
doi = {10.1007/BF01210504},
issn = {0942-4962},
journal = {Multimedia Systems},
month = {jan},
number = {1},
pages = {10--28},
title = {{Automatic partitioning of full-motion video}},
url = {http://link.springer.com/10.1007/BF01210504},
volume = {1},
year = {1993}
}
@inproceedings{Tomasi1998,
abstract = {Bilateral filtering smooths images while preserving edges, by means of a nonlinear combination of nearby image values. The method is noniterative, local, and simple. It combines gray levels or colors based on both their geometric closeness and their photometric similarity, and prefers near values to distant values in both domain and range. In contrast with filters that operate on the three bands of a color image separately, a bilateral filter can enforce the perceptual metric underlying the CIE-Lab color space, and smooth colors and preserve edges in a way that is tuned to human perception. Also, in contrast with standard filtering, bilateral filtering produces no phantom colors along edges in color images, and reduces phantom colors where they appear in the original image},
author = {Tomasi, C. and Manduchi, R.},
booktitle = {Sixth International Conference on Computer Vision (IEEE Cat. No.98CH36271)},
doi = {10.1109/ICCV.1998.710815},
file = {:Users/gabi/Library/Application Support/Mendeley Desktop/Downloaded/Tomasi, Manduchi - 1998 - Bilateral filtering for gray and color images.pdf:pdf},
isbn = {81-7319-221-9},
keywords = {Color,Computer science,Filtering,Humans,Imaging phantoms,Low pass filters,Photometry,Pixel,Shape measurement,Smoothing methods,bilateral filtering,color images,colour vision,computer vision,edges preservation,geometric closeness,gray images,image processing,perceptual metric,phantom colors,photometric similarity},
pages = {839--846},
publisher = {Narosa Publishing House},
shorttitle = {Computer Vision, 1998. Sixth International Confere},
title = {{Bilateral filtering for gray and color images}},
url = {http://ieeexplore.ieee.org/lpdocs/epic03/wrapper.htm?arnumber=710815},
year = {1998}
}
@article{Han2005,
abstract = {In recent years, mining with imbalanced data sets receives more and more attentions in both theoretical and practical aspects. This paper introduces the importance of imbalanced data sets and their broad application domains in data mining, and then summarizes the evaluation metrics and the existing methods to evaluate and solve the imbalance problem. Synthetic minority over-sampling technique (SMOTE) is one of the over-sampling methods addressing this problem. Based on SMOTE method, this paper presents two new minority over-sampling methods, borderline-SMOTE1 and borderline-SMOTE2, in which only the minority examples near the borderline are over-sampled. For the minority class, experiments show that our approaches achieve better TP rate and F-value than SMOTE and random over-sampling methods.},
author = {Han, Hui and Wang, Wen-Yuan and Mao, Bing-Huan},
journal = {Advances in intelligent computing},
keywords = {High dimensional data,Multidimensional projection,Visual data mining,classification,imbalance,oversampling,smote},
number = {12},
pages = {878--887},
publisher = {Alvey Vision Club},
title = {{Borderline-SMOTE: A new over-sampling method in imbalanced data sets learning}},
volume = {17},
year = {2005}
}
@article{Aono1984,
abstract = {The authors present botanical trees as models of biological objects, first by defining their developmental rules in a discrete grammatical form, then by defining them in continuous geometric forms. Having analyzed these models from several standpoints, they have developed an interactive synthetic tree manipulation system called the A-system. The A-system incorporates such constructs as leaves, shadows, and shades and can perform three-dimensional transformations of a tree. One of its applications is to assist with landscaping, which includes gardening and the design of street plants.},
author = {Aono, Masaki and Kunii, Tosiyasu},
doi = {10.1109/MCG.1984.276141},
file = {:Users/gabi/Library/Application Support/Mendeley Desktop/Downloaded/Aono, Kunii - 1984 - Botanical Tree Image Generation(2).pdf:pdf},
issn = {0272-1716},
journal = {IEEE Computer Graphics and Applications},
keywords = {A-system,Algae,Biological system modeling,Computer graphics,Formal languages,Fractals,Image generation,Shape,Solid modeling,Testing,Tree graphs,biological objects,botanical trees,computer graphics,continuous geometric forms,developmental rules,discrete grammatical form,gardening,image generation,interactive synthetic tree manipulation system,landscaping,leaves,natural sciences computing,shades,shadows,street plants,three-dimensional transformations,town and country planning},
mendeley-tags = {image generation},
number = {5},
pages = {10--34},
shorttitle = {Computer Graphics and Applications, IEEE},
title = {{Botanical Tree Image Generation}},
url = {http://ieeexplore.ieee.org/lpdocs/epic03/wrapper.htm?arnumber=4055766},
volume = {4},
year = {1984}
}
@misc{Drummond2003,
author = {Drummond, Chris and Holte, Robert C.},
booktitle = {Workshop on Learning from Imbalanced Datasets II},
file = {:Users/gabi/Library/Application Support/Mendeley Desktop/Downloaded/Drummond, Holte - 2003 - C4.5, Class Imbalance, and Cost Sensitivity Why Under-Sampling beats Over-Sampling(2).pdf:pdf},
title = {{C4.5, Class Imbalance, and Cost Sensitivity: Why Under-Sampling beats Over-Sampling}},
url = {https://www.site.uottawa.ca/{~}nat/Workshop2003/drummondc.pdf},
urldate = {2014-10-13},
year = {2003}
}
@article{Jia2014,
archivePrefix = {arXiv},
arxivId = {1408.5093},
author = {Jia, Yangqing and Shelhamer, Evan and Donahue, Jeff and Karayev, Sergey and Long, Jonathan and Girshick, Ross and Guadarrama, Sergio and Darrell, Trevor},
eprint = {1408.5093},
file = {:Users/gabi/Library/Application Support/Mendeley Desktop/Downloaded/Jia et al. - 2014 - Caffe Convolutional Architecture for Fast Feature Embedding.pdf:pdf},
month = {jun},
title = {{Caffe: Convolutional Architecture for Fast Feature Embedding}},
url = {http://arxiv.org/abs/1408.5093},
year = {2014}
}
@article{Attenberg2013,
author = {Attenberg, Josh},
file = {:Users/gabi/Library/Application Support/Mendeley Desktop/Downloaded/Attenberg - 2013 - Class imbalance and active learning.pdf:pdf},
number = {iii},
pages = {101--151},
title = {{Class imbalance and active learning}},
year = {2013}
}
@incollection{Prati2004,
author = {Prati, RC R.C. C R C and Batista, G.E. GE E G E and Monard, MC M.C. C M C},
booktitle = {MICAI 2004: Advances in Artificial Intelligence},
file = {:Users/gabi/Library/Application Support/Mendeley Desktop/Downloaded/Prati, Batista, Monard - 2004 - Class imbalances versus class overlapping an analysis of a learning system behavior(3).pdf:pdf},
pages = {312--321},
publisher = {Springer Berlin Heidelberg},
title = {{Class imbalances versus class overlapping: an analysis of a learning system behavior}},
url = {http://link.springer.com/chapter/10.1007/978-3-540-24694-7{\_}32 http://download.springer.com/static/pdf/643/chp:10.1007/978-3-540-24694-7{\_}32.pdf?auth66=1413225006{\_}a0c4923c4afec687226c795df4981889{\&}ext=.pdf http://download.springer.com/static/pdf/643/chp{\%}3A10.1007{\%}2F978-3-540-24694-7{\_}32.pdf?auth66=1413225006{\_}a0c4923c4afec687226c795df4981889{\&}ext=.pdf},
year = {2004}
}
@article{Japkowicz2003,
author = {Japkowicz, N},
file = {:Users/gabi/Library/Application Support/Mendeley Desktop/Downloaded/Japkowicz - 2003 - Class imbalances are we focusing on the right issue.ps:ps},
journal = {Workshop on Learning from Imbalanced Data Sets II},
title = {{Class imbalances: are we focusing on the right issue}},
url = {http://scholar.google.com/scholar?hl=en{\&}btnG=Search{\&}q=intitle:Class+Imbalances:+Are+We+Focusing+on+the+Right+Issue?{\#}0},
year = {2003}
}
@article{Condat2010,
abstract = {We propose two new types of random patterns with R, G, B colors, which allow to design color filter arrays (CFAs) with good spectral properties. Indeed, the chrominance channels have blue noise characteristics, a property which maximizes the robustness of the acquisition system to aliasing. With these new CFAs, the demosaicking artifacts appear as incoherent noise, which is less visually disturbing than the moir{\'{e}} structures characteristic of CFAs with periodic patterns.},
author = {Condat, Laurent},
doi = {10.1016/j.imavis.2009.12.004},
file = {:Users/gabi/Library/Application Support/Mendeley Desktop/Downloaded/Condat - 2010 - Color filter array design using random patterns with blue noise chromatic spectra(2).pdf:pdf},
issn = {02628856},
journal = {Image and Vision Computing},
keywords = {Blue noise,Color filter array,Demosaicking,Random pattern},
month = {aug},
number = {8},
pages = {1196--1202},
title = {{Color filter array design using random patterns with blue noise chromatic spectra}},
url = {http://www.sciencedirect.com/science/article/pii/S0262885609002741},
volume = {28},
year = {2010}
}
@article{Hanmandlu2003,
abstract = {A Gaussian membership function to model image information in spatial domain has been proposed in this paper. We introduce a new contrast intensification operator, which involves a parameter t for enhancement of color images. By minimizing the fuzzy entropy of the image information, the parameter t is calculated globally. A visible improvement in the image quality for human contrast perception is observed, also demonstrated here by the reduction in 'index of fuzziness' and 'entropy' of the output image. © 2002 Elsevier Science B.V. All rights reserved.},
author = {Hanmandlu, M. and Jha, Devendra and Sharma, Rochak},
doi = {10.1016/S0167-8655(02)00191-5},
file = {:Users/gabi/Library/Application Support/Mendeley Desktop/Downloaded/Hanmandlu, Jha, Sharma - 2003 - Color image enhancement by fuzzy intensification.pdf:pdf},
isbn = {0-7695-0750-6},
issn = {01678655},
journal = {Pattern Recognition Letters},
keywords = {Color enhancement,Entropy,Fuzzifier,Fuzzy contrast,Fuzzy logic,Image processing,Index of fuzziness,Intensification operator},
number = {1-3},
pages = {81--87},
title = {{Color image enhancement by fuzzy intensification}},
volume = {24},
year = {2003}
}
@article{Ramanath2005,
author = {Ramanath, R and Snyder, WE E},
file = {:Users/gabi/Library/Application Support/Mendeley Desktop/Downloaded/Ramanath, Snyder - 2005 - Color image processing pipeline.pdf:pdf},
journal = {IEEE SIGNAL PROCESSING MAGAZINE},
number = {January},
pages = {34--43},
title = {{Color image processing pipeline}},
url = {http://ieeexplore.ieee.org/xpls/abs{\_}all.jsp?arnumber=1407713},
year = {2005}
}
@article{Trussell2005,
author = {Trussell, HJ J and Saber, E and Vrhel, M},
file = {:Users/gabi/Library/Application Support/Mendeley Desktop/Downloaded/Trussell, Saber, Vrhel - 2005 - Color image processing Basics and special issue overview.pdf:pdf},
journal = {IEEE Signal Processing Magazine},
title = {{Color image processing: Basics and special issue overview}},
url = {http://scholar.google.com/scholar?hl=en{\&}btnG=Search{\&}q=intitle:No+Title{\#}0 http://www.google.com/patents/US5636290 https://ritdml.rit.edu/handle/1850/9013},
year = {2005}
}
@article{DeMesquitaSaJunior2014,
abstract = {Color textures are among the most important visual attributes in image analysis. This paper presents a novel method to analyze color textures by modeling a color image as a graph in two different and complementary manners (each color channel separately and the three color channels altogether) and by obtaining statistical moments from the shortest paths between specific vertices of this graph. Such an approach allows to create a set of feature vectors, which were extracted from VisTex, USPTex, and TC00013 color texture databases. The best classification results were 99.07{\%}, 96.85{\%}, and 91.54{\%} (LDA with leave-one-out), 87.62{\%}, 66.71{\%}, and 88.06{\%} (1NN with holdout), and 98.62{\%}, 96.16{\%}, and 91.34{\%} (LDA with holdout) of success rate (percentage of samples correctly classified) for these three databases, respectively. These results prove that the proposed approach is a powerful tool for color texture analysis to be explored.},
author = {{de Mesquita Sa Junior}, Jarbas Joaci and Cortez, Paulo Cesar and Backes, Andre Ricardo},
doi = {10.1109/TIP.2014.2333655},
file = {:Users/gabi/Library/Application Support/Mendeley Desktop/Downloaded/de Mesquita Sa Junior, Cortez, Backes - 2014 - Color texture classification using shortest paths in graphs(2).pdf:pdf},
issn = {1941-0042},
journal = {IEEE transactions on image processing : a publication of the IEEE Signal Processing Society},
month = {sep},
number = {9},
pages = {3751--3761},
pmid = {24988594},
title = {{Color texture classification using shortest paths in graphs.}},
url = {http://www.ncbi.nlm.nih.gov/pubmed/24988594},
volume = {23},
year = {2014}
}
@article{Kanan2012,
abstract = {In image recognition it is often assumed the method used to convert color images to grayscale has little impact on recognition performance. We compare thirteen different grayscale algorithms with four types of image descriptors and demonstrate that this assumption is wrong: not all color-to-grayscale algorithms work equally well, even when using descriptors that are robust to changes in illumination. These methods are tested using a modern descriptor-based image recognition framework, on face, object, and texture datasets, with relatively few training instances. We identify a simple method that generally works best for face and object recognition, and two that work well for recognizing textures.},
author = {Kanan, Christopher and Cottrell, Garrison W},
doi = {10.1371/journal.pone.0029740},
file = {:Users/gabi/Library/Application Support/Mendeley Desktop/Downloaded/Kanan, Cottrell - 2012 - Color-to-grayscale does the method matter in image recognition(2).pdf:pdf},
issn = {1932-6203},
journal = {PloS one},
keywords = {Algorithms,Animals,Automated,Automated: methods,Color,Computer-Assisted,Computer-Assisted: methods,Databases as Topic,Humans,Image Interpretation,Pattern Recognition},
month = {jan},
number = {1},
pages = {e29740},
pmid = {22253768},
title = {{Color-to-grayscale: does the method matter in image recognition?}},
url = {http://www.ncbi.nlm.nih.gov/pmc/articles/PMC3254613/},
volume = {7},
year = {2012}
}
@book{Kuncheva2004,
author = {Kuncheva, LI},
publisher = {John Wiley {\&} Sons},
title = {{Combining pattern classifiers: methods and algorithms}},
year = {2004}
}
@inproceedings{Ponti-Jr2013,
address = {Austin, TX, Estados Unidos},
author = {Ponti, Moacir and Escobar, Luciana},
booktitle = {Global Conference on Signal and Information Processing},
doi = {10.1109/GlobalSIP.2013.6737000},
file = {:Users/gabi/Library/Application Support/Mendeley Desktop/Downloaded/Ponti, Escobar - 2013 - Compact color features with bitwise quantization and reduced resolution for mobile processing.pdf:pdf},
pages = {751--754},
title = {{Compact color features with bitwise quantization and reduced resolution for mobile processing}},
url = {http://link.springer.com/article/10.1007/s11760-011-0216-x},
year = {2013}
}
@article{Penatti2012,
abstract = {This paper presents a comparative study of color and texture descriptors considering the Web as the environment of use. We take into account the diversity and large-scale aspects of the Web considering a large number of descriptors (24 color and 28 texture descriptors, including both traditional and recently proposed ones). The evaluation is made on two levels: a theoretical analysis in terms of algorithms complexities and an experimental comparison considering efficiency and effectiveness aspects. The experimental comparison contrasts the performances of the descriptors in small-scale datasets and in a large heterogeneous database containing more than 230 thousand images. Although there is a significant correlation between descriptors performances in the two settings, there are notable deviations, which must be taken into account when selecting the descriptors for large-scale tasks. An analysis of the correlation is provided for the best descriptors, which hints at the best opportunities of their use in combination.},
author = {Penatti, Ot{\'{a}}vio A.B. and Valle, Eduardo and Torres, Ricardo da S.},
doi = {10.1016/j.jvcir.2011.11.002},
file = {:Users/gabi/Library/Application Support/Mendeley Desktop/Downloaded/Penatti, Valle, Torres - 2012 - Comparative study of global color and texture descriptors for web image retrieval.pdf:pdf},
issn = {10473203},
journal = {Journal of Visual Communication and Image Representation},
keywords = {Asymptotic complexity,Color descriptors,Comparative study,Content-based image retrieval,Correlation analysis,Efficiency and effectiveness,Texture descriptors,Web},
month = {feb},
number = {2},
pages = {359--380},
title = {{Comparative study of global color and texture descriptors for web image retrieval}},
url = {http://www.sciencedirect.com/science/article/pii/S1047320311001465},
volume = {23},
year = {2012}
}
@inproceedings{ccv,
address = {New York, New York, USA},
author = {Pass, Greg and Zabih, Ramin and Miller, Justin},
booktitle = {Proceedings of the fourth ACM international conference on Multimedia},
doi = {10.1145/244130.244148},
isbn = {0897918711},
pages = {65--73},
publisher = {ACM Press},
title = {{Comparing images using color coherence vectors}},
url = {http://portal.acm.org/citation.cfm?doid=244130.244148},
year = {1996}
}
@article{Yuille2012,
abstract = {I argue that computer vision needs a core of techniques and foundational research to enable it to build on its current successes and achieve its enormous potential. “How do I know what papers to read in computer vision? There are so many. And they are so different.” Graduate Student. Xi'An. China. November, 2011.},
author = {Yuille, A.L. L},
doi = {10.1016/j.imavis.2011.12.013},
file = {:Users/gabi/Library/Application Support/Mendeley Desktop/Downloaded/Yuille - 2012 - Computer vision needs a core and foundations(2).pdf:pdf},
issn = {02628856},
journal = {Image and Vision Computing},
keywords = {Core,Foundations,computer vision},
mendeley-tags = {computer vision},
month = {aug},
number = {8},
pages = {469--471},
title = {{Computer vision needs a core and foundations}},
url = {http://www.sciencedirect.com/science/article/pii/S0262885612000704},
volume = {30},
year = {2012}
}
@article{Taylor2010,
author = {Taylor, GW W and Fergus, Rob and LeCun, Y and Bregler, Christoph},
file = {:Users/gabi/Library/Application Support/Mendeley Desktop/Downloaded/Taylor et al. - 2010 - Convolutional learning of spatio-temporal features(2).pdf:pdf},
journal = {Computer Vision–ECCV 2010},
keywords = {activity recognition,con-,optical flow,restricted boltzmann machines,unsupervised learning,video analysis,volutional nets},
title = {{Convolutional learning of spatio-temporal features}},
url = {http://link.springer.com/chapter/10.1007/978-3-642-15567-3{\_}11},
year = {2010}
}
@inproceedings{lecun2010,