-
Notifications
You must be signed in to change notification settings - Fork 1
/
academia_keywords.txt
1247 lines (1247 loc) · 29 KB
/
academia_keywords.txt
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
Indexing Terms 50853
Real Time 73068
Satisfiability 61066
Neural Network 56713
Large Scale 40003
Indexation 45848
Case Study 54582
Genetic Algorithm 34644
Machine Learning 23682
Data Structure 22506
High Performance 28200
Sensor Network 19924
Three Dimensional 26566
Distributed System 20938
Wireless Network 23793
Programming Language 18461
Lower Bound 21462
Information Retrieval 18080
Data Mining 25856
Computational Complexity 24325
Pattern Recognition 16209
Operating System 18345
Upper Bound 20421
Computer Vision 12750
Fault Tolerant 19663
World Wide Web 10464
Artificial Intelligent 17650
Optimization Problem 19237
User Interface 18868
Spectrum 24196
Efficient Algorithm 13852
Ad Hoc Network 12678
Quality of Service 23949
Support Vector Machine 17601
Software Engineering 21345
Software Systems 16889
Information System 24937
Wireless Sensor Network 24325
Polynomial Time 12148
Learning Algorithm 11506
High Speed 23039
Performance Evaluation 21790
System Design 16507
Design and Implementation 17921
Signal Processing 16492
Knowledge Base 19475
Wireless Communication 13461
Object Oriented 17172
Image Processing 17378
Mobile Robot 15498
Software Development 19512
Linear Program 11218
First Order 14258
Point of View 17730
Performance Analysis 18187
Computer Graphic 10081
Logic Programs 9669
Optimal Solution 15801
Web Service 19847
Approximate Algorithm 10545
Peer To Peer 12647
Objective Function 13286
Signal To Noise Ratio 14305
Speech Recognition 13994
Maximum Likelihood 8861
Parallel Computer 13750
Decision Making 21601
Model Checking 9316
Source Code 11580
Computer Simulation 18915
Low Power 15027
Feature Extraction 17940
System Performance 16701
Self Organization 9867
High Dimensionality 9088
Hidden Markov Model 10296
Time Varying 13240
Empirical Study 10880
State Space 12051
Degree of Freedom 11081
Natural Language 11226
Second Order 13539
Statistical Model 6429
Database System 7479
Fading Channel 8413
Distributed Computing 8724
Parallel Processing 9645
Real Time Systems 10368
Control System 17982
Dynamic Program 9209
Fuzzy Set 9051
Higher Order 10838
Communication System 13189
Energy Efficient 12258
Routing Protocol 9488
Computer Program 7918
Performance Improvement 11241
Building Block 9570
Power Consumption 15494
Input Output 10555
Problem Solving 10399
Performance Measure 10030
Information Theory 7931
Computer Network 7405
Discrete Time 11493
Decision Tree 8727
Mobile Ad Hoc Network 9882
Image Sequence 7243
Information Technology 14840
Genetics 10520
Semantic Web 10689
Image Segmentation 9697
Cluster Algorithm 10112
Object Recognition 6536
Automatic Generation 11583
Probability Distribution 8511
Web Pages 9883
Data Collection 11931
Mathematical Model 21652
Dynamic System 10609
Perforation 6347
Search Space 9426
Parameter Estimation 9925
Community Networks 8776
Software Architecture 9056
Energy Consumption 12835
Error Rate 8051
Global Optimization 8571
Data Model 10460
Load Balance 11260
Finite Element 11611
Mobile Computer 7203
Feature Selection 9257
Middleware 12909
Face Recognition 7636
petri net 10093
Network Topology 8461
Base Station 10358
Evolutionary Algorithm 10002
Rule Based 11185
Steady State 11773
Nonlinear System 11108
Expert System 11907
Cost Function 10955
Human Computer Interaction 8842
Computer Model 14182
Linear System 11100
Linear Time 6235
Generic Model 7789
Analytical Model 11994
Distributed Algorithm 6229
Next Generation 10506
Artificial Neural Network 15086
Message Passing 6976
Scheduling Algorithm 8236
Parallel Programs 7189
Multi Agent System 12621
Search Engine 9566
Wavelet Transform 8878
Simulated Annealing 7073
Temporal Logic 4245
Query Language 5416
Experimental Evaluation 8193
Optimal Algorithm 9130
Cost Effectiveness 11211
Fuzzy Logic 12147
Congestion Control 5204
Theoretical Analysis 9337
Time Complexity 8004
Knowledge Representation 7464
Principal Component Analysis 7712
Probabilistic Model 5310
Shared Memory 6383
Complex System 9411
Virtual Environment 9281
Bit Error Rate 9767
Nearest Neighbor 4508
Information Theoretic 5472
High Resolution 9432
Relational Database 6621
Simulation Study 9471
Resource Allocation 9507
Search Algorithm 7273
Oscillations 13298
Data Analysis 8775
Reinforcement Learning 7408
Time Series 9894
Parallel Algorithm 9048
Type System 4578
Access Control 8846
Query Processing 5823
Least Square 7983
Feature Space 5806
Embedded System 12711
Scheduling Problem 7381
Image Analysis 5951
Frequency Domain 9693
Virtual Reality 9918
Finite Element Method 8755
Sensor Nodes 8711
Fast Algorithm 4950
Data Processing 7980
Similarity Measure 7123
kalman filter 7408
Large Classes 4660
Low Complexity 9109
Local Search 6167
Association Rule 5167
Experimental Study 8604
File System 4598
Packet Switched 4619
E Commerce 9552
Shortest Path 5693
Data Transmission 7644
Statistical Analysis 6857
Data Type 4774
Design Methodology 10038
Moving Object 6599
Maximum Likelihood Estimate 4532
Packet Loss 7020
Data Stream 6621
Combinatorial Optimization 3888
Markov Chain 7093
Simulation Model 11009
Image Features 4488
Top Down 6311
bayesian network 6183
Space Time 5389
Computer Architecture 6566
FORTRAN 6358
Service Provider 10138
Domain Specificity 6661
Object Oriented Programming 4978
Experimental Data 8980
Resource Manager 8162
Data Flow 5533
Multiple Input Multiple Output 6553
Time Dependent 6927
Supervised Learning 4721
Adaptive Control 7224
Tree Structure 5713
Bottom Up 5867
Code Division Multiple Access 5081
System Architecture 7517
Open Source 9733
Design Process 9404
Em Algorithm 3826
Mutual Information 5202
Efficient Implementation 5421
Motion Estimation 6518
Numerical Simulation 12118
Medical Image 6264
Gene Expression 4126
Multiple Antennas 3263
Stochastic Process 4149
Random Variable 6056
P2P 9911
Time Delay 8009
System Development 8061
Edge Detection 5445
High Throughput 6411
Polymorphism 3946
General Methods 4698
Social Network 8456
Mobile Device 12591
Prior Knowledge 5683
Integer Program 4896
Polynomial Time Algorithm 4733
Vector Quantizer 5208
Fixed Point 6603
Scientific Computing 2859
Integrated Circuit 8200
Unsupervised Learning 3609
Necessary and Sufficient Condition 7034
Natural Language Processing 6588
Data Compression 4679
Multi Dimensional 6377
Routing Algorithm 6442
Numerical Experiment 8304
Transfer Function 7408
Numerical Solution 7364
Public Key 4022
Power Control 5037
Graph Theory 4117
Dynamic Model 7370
Ubiquitous Computing 5787
Profitability 10160
Radial Basis Function 3918
Information Processing 6508
Statistical Method 4255
Network Traffic 5713
Computational Geometry 3524
Time Domain 8280
Pattern Classification 3336
Wireless Ad Hoc Network 4483
Software Component 6944
Wireless Lan 5032
Heuristic Algorithm 7469
Pattern Matching 5328
Feature Vector 6659
Iteration Method 5764
Time Scale 4445
Digital Image 5343
Communication Protocol 5372
Image Database 3964
Theoretical Framework 4565
Object Model 4225
Distributed Application 5993
Optical Flow 4031
Differential Equation 7373
Intrusion Detection 5546
Knowledge Management 8489
Geometric Model 3548
Electronic Commerce 5339
Image Compression 5057
Dynamic Environment 5957
Optimization Technique 5868
Error Correction Code 3612
Image Retrieval 5605
Expressive Power 3802
Graphic User Interface 5382
Linear Matrix Inequality 4957
Network Performance 6411
Boolean Function 4556
Information Extraction 5603
Numerical Method 6985
Formal Method 6634
Optimal Control 7609
Genetic Program 5109
backpropagation 3918
Color Image 5255
Mac Protocol 5208
Directed Graph 4171
Language Model 4648
Space Time Code 2476
Multimedia Application 6286
Design Principle 3547
Time Constraint 5028
Process Model 7118
Partial Order 4002
Simulation Experiment 7487
cumulant 5557
Real Time Application 6331
Large Data Sets 3217
Level of Detail 3586
Point To Point 4081
Video Coding 5974
Concurrent Programs 2868
Information Sources 4123
Continuous Time 6474
Evolutionary Computing 5452
Cluster Analysis 3532
Specification Language 4469
Data Dependence 4070
Real World Application 4652
Multiple Access 4227
Computer Experiment 5424
Business Process 9135
Knowledge Acquisition 4778
Randomized Algorithm 2799
Dynamic Change 4975
Stochastic Model 3932
Game Theory 4937
Wireless Channels 4900
Convex Optimization 3374
Theorem Proving 3257
Robot Manipulator 5325
Design Space 3795
Mean Square Error 5361
Digital Communication 2400
Iterative Algorithm 4894
Medium Access Control 3544
Network Architecture 4224
User Interaction 6012
3d model 6055
On The Fly 4769
High Frequency 9411
Communication Channels 4751
Data Integrity 5001
New Technology 6922
Interconnection Network 5208
Linear Equations 4634
Image Coding 4285
Formal Specification 4563
Hybrid System 5559
Software Tool 7030
Adaptive Algorithm 5348
Levels of Abstraction 5505
Data Management 5640
Agent Based 8082
Orthogonal Frequency Division Multiplex 5047
Classification Accuracy 6099
Empirical Evaluation 3842
Context Aware 6839
Knowledge Based System 5354
particle swarm optimizer 6917
Channel Estimation 6581
Path Planning 5312
Energy Saving 4327
Partial Differential Equation 5159
Software Design 5217
Traveling Salesman Problem 2738
Decision Problem 3828
Computational Efficiency 5609
System Modeling 7355
tabu search 3242
Rayleigh Fading 2625
Low Latency 3278
Digital Library 6908
Mobile Network 5610
Control Flow 3498
Fuzzy System 5485
Wireless Systems 4234
Software Package 4491
Nonlinear Programming 2880
Static Analysis 4062
Mobile Agent 6044
Markov Random Field 2971
Conceptual Model 5633
Eigenvectors 3788
Upper and Lower Bounds 3873
Channel Capacity 3215
Admission Control 4081
Autonomous Agent 3615
Computational Method 4562
Ad Hoc Wireless Network 1727
Rayleigh Fading Channel 3704
Dimensional Reduction 3603
Local Minima 3043
Test Generation 3811
Control Problem 5354
Design Method 6783
Query Optimization 2659
Grid Computing 6488
Hierarchical Structure 4748
Decision Procedure 2495
Management System 8070
Augmented Reality 4919
Memory Access 4278
Network Model 4432
Front End 5707
Independent Component Analysis 3866
Antenna Array 3015
Adaptive Filter 5113
Channel Coding 3395
Image Quality 5338
Spread Spectrum 3210
Singular Value Decomposition 3549
Error Correction 5110
Feedback Control 5774
Probability Density Function 4417
Atm Networks 4163
Motion Planning 3881
Boundary Condition 6415
Operational Semantics 3205
Intelligent Agent 5155
Facial Expression 3592
Fuzzy Control 4899
Video Streaming 6594
Mobile User 5216
Concurrency Control 2807
Application Development 5328
Lessons Learned 5493
Physical Layer 4242
User Study 4826
Eigenvalues 5813
Data Transfer 5320
Code Generation 4971
Wireless Links 3445
Modal Logic 3576
Turbo Code 2973
Rough Set 5176
Flow Control 3032
Virtual Machine 4658
Description Logic 3137
Formal Model 4327
Monte Carlo 4926
Network Design 4207
Branch and Bound 3326
Object-oriented Language 2777
Performance Comparison 4266
Reverse Engineering 4218
Parallel Machines 3660
Synthetic Data 3371
Scale Space 1878
Protein Sequence 2191
Hardware Implementation 5910
Spanning Tree 3482
Network Connectivity 3260
Monte Carlo Simulation 6535
Fault Detection 4786
Approximate Solution 4348
Support Vector 1791
Intelligent System 4601
Domain Knowledge 5187
Concurrent Systems 2373
Sensitivity Analysis 5170
Information Flow 4043
Personal Computer 4779
Cross Validation 3591
Decision Maker 6665
Gradient Descent 2572
Euclidean Distance 3943
Statistical Properties 3266
Control Theory 2888
High Dimensional Data 2578
Overlay Network 3581
Distance Measure 4183
Floating Point 4419
Network Protocol 3015
Optimal Method 5663
Gaussian Noise 3957
Digital Systems 3205
Quadratic Program 2846
Error Probability 3872
Prediction Accuracy 4499
Markov Model 3584
Local Area Network 3467
recommender system 4834
Three Dimensions 3588
Fourier Transform 4337
Texture Mapping 1840
Theory and Practice 2024
Client Server 5049
Search Strategy 2970
Xml Document 4199
Peer-to-peer Network 3567
Power Dissipation 4088
Self Organized Map 4800
Computer Aided Design 4147
Membership Function 5097
Programming Model 4353
Collaborative Filtering 2712
Level Set 2911
lyapunov function 3947
Data Access 4058
Ip Networks 5514
Decision Support System 6424
Random Graph 2530
Prediction Model 6456
Face Detection 2843
Random Sampling 2531
Planar Graph 3455
Mobile Node 4430
Clustering Method 4085
mimo system 5341
Development Process 6718
Digital Signature 2709
Multi User 4879
Rate Distortion 3551
Additive Noise 2778
Web Search 3508
User Model 3334
First Order Logic 3254
Channel Model 3926
Performance Model 4595
Best Effort 3034
Linear Algebra 3384
Search Method 3229
Information Visualization 3201
Mathematical Programming 3496
Decision Support 6154
Linear Model 3904
Distributed Memory 4025
Convergence Rate 4736
Combinatorial Optimization Problem 3521
Convolutional Code 3066
Image Representation 1846
Java Programming 3044
Fuzzy Model 3734
High Performance Computer 5626
Software Agent 4124
Learning Methods 3616
Finite Field 3830
Minimum Mean Square Error 3461
Statistical Learning Theory 600
Error Bound 3413
False Positive 3760
Combinatorial Problems 2676
Control Strategy 5878
Generic Algorithm 3627
Particle Filter 4132
Interactive System 3754
Relational Model 2043
Gene Expression Data 2820
Software Testing 3844
multiagent system 3953
Coordinate System 3160
Formal Semantics 2797
Analysis and Design 3327
Spectral Efficiency 3212
K Nearest Neighbor 3219
High Speed Networks 2964
Graphical Model 2980
Text Categorization 1958
Control Algorithm 4847
and Forward 3497
public key cryptosystem 1523
Digital Signal Processing 4071
Peer To Peer System 2081
Expectation Maximization 2760
Scaling Up 2719
Divide and Conquer 2664
Greedy Algorithm 3349
Filter Bank 3820
Finite State Machine 3964
Energy Function 2852
Ray Tracing 2836
Off The Shelf 3637
Theorem Prover 3342
Maximum Entropy 2284
Security Policy 3345
Theoretical Foundation 2817
piecewise linear 3244
Content Based Image Retrieval 3558
Architectural Design 4478
Supply Chain 6812
Vision System 3764
Performance Metric 4572
Knowledge Discovery 3816
Mobile Phone 7256
Formal Verification 4372
Use Case 5776
Covariance Matrix 4521
Convex Hull 2901
Normal Form 3108
Cryptographic Protocol 1884
System Identification 3989
Programming Environment 3576
Cellular Network 4780
Mobile Host 1716
Numerical Analysis 4431
Distributed Environment 4697
Estimation Error 3800
Stability Analysis 5236
Object Detection 3381
Error Estimate 3868
Energy Minimization 1675
Relational Data 2699
Constraint Satisfaction 2516
Mixture Model 2417
Case Base Reasoning 4507
Communication Cost 3131
Adaptive System 3688
Tool Support 4071
Hierarchical Clustering 2732
Algorithm Design 6778
Hash Function 3005
Benchmark Problem 3130
Wide Area Network 2433
Requirement Engineering 3619
Natural Images 2284
Neural Net 3170
Image Restoration 2597
Fuzzy Rules 4263
Coarse Grained 3916
Additive White Gaussian Noise 3055
Statistical Significance 3303
Mutual Exclusion 1687
Relevance Feedback 2630
Reactive System 1980
Life Cycle 5186
Random Walk 3235
Program Analysis 2156
Formal Language 3206
Iterative Decoding 2536
Broadcast Channel 2065
Block Codes 2695
Graph Algorithm 1807
Network Flow 2392
Conceptual Framework 3064
Operations Research 3113
Constraint Satisfaction Problem 2801
Program Transformation 2312
Machine Vision 2812
Multiple Objectives 2874
Probability of Error 1821
Data Distribution 3236
Geographic Information System 4645
Database Management System 2746
Machine Translation 4071
Ground Truth 3193
Automatic Detection 4138
Theoretical Model 4240
Empirical Evidence 2559
voronoi diagram 2021
Interaction Technique 2437
Sequential Circuits 2244
Mobile Communication 6470
Resource Sharing 3482
Data Representation 2444
Multiprocessor Systems 3458
Fault Diagnosis 5244
Memory Management 2951
Controller Design 4861
Learning Process 5926
Value Function 3297
Parallel Applications 3487
Shared Memory Multiprocessor 2058
Dynamic Behavior 3862
a priori knowledge 3384
Distributed Data 3415
Garbage Collection 2296
Abstract Interpretation 1973
Functional Language 2470
Optical Network 4287
Image Registration 2867
Signature Scheme 2092
Elliptic Curve 2298
Performance Guarantee 1584
Memory Systems 2467
intersymbol interference 2307
Text Retrieval 1714
Linear Regression 2410
Fast Fourier Transform 3373
Provable Security 1853
General Techniques 2175
Object Oriented Design 2500
Linear Time Algorithm 2205
Mean Square 2546
Binary Decision Diagram 1465
Structured Data 2302
Volume Rendering 2134
Constrained Optimization 2475
Functional Programming 3072
Virtual Worlds 3969
Rate Control 2907
Exact Solution 3907
Phylogenetic Tree 1126
Research and Development 4721
State Estimation 4037
Power Law 2613
Local Features 2635
Process Algebra 2728
Decision Rule 2875
Support System 6349
Pervasive Computing 4266
State Machine 2917
Euclidean Space 2182
Design Pattern 3951
Closed Form Solution 2764
Resource Constraint 2680
Access Point 3732
High Data Rate 2794
linear functionals 2781
Visual Features 2629
Field Programmable Gate Array 5462
Link Layer 2260
Cognitive Radio 4765
Time Frequency 3786
multiobjective optimization 1852
Abstract Data Type 1678
Microarray Data 2559
Data Warehouse 3768
Security Protocol 2799
Parallel Implementation 4421
Collision Avoidance 2896
Ordinary Differential Equation 4019
Index Structure 2197
Transport Protocol 2355
Deformable Model 2047
Digital Image Processing 1013
Traffic Model 2232
Two Dimensions 2805
Low Frequency 6552
Graphics Hardware 2017
Model Selection 2793
Statistical Pattern Recognition 585
Data Fusion 3888
Outage Probability 2634
Error Control 1900
Internet Protocol 2288
Linear Transformation 2157
Error Analysis 3788
Discrete Event Simulation 3985
Model of Computation 2292
Regular Expression 2146
Channel State Information 3780
Markov Process 3513
Prediction Error 2747
Cellular System 3122
Critical Path 2865
Database Design 1712
Motion Compensated 2871
Discrete Cosine Transform 3300
Network Services 3058
Intrusion Detection System 3670
Degeneration 3315
Infrared 4382
Mac Layer 3057
Network Structure 3293
Time Use 2943
Hough Transform 2455
Detection Algorithm 3916
Software Process 3222
Circuit Design 3667
Pose Estimation 2592
Dna Sequence 2594
Statistical Approach 2296
Error Detection 3006
Expectation Maximization 2760
Scaling Up 2719
Divide and Conquer 2664
Greedy Algorithm 3349
Filter Bank 3820
Finite State Machine 3964
Energy Function 2852
Ray Tracing 2836
Off The Shelf 3637
Theorem Prover 3342
Maximum Entropy 2284
Security Policy 3345
Theoretical Foundation 2817
piecewise linear 3244
Content Based Image Retrieval 3558
Architectural Design 4478
Supply Chain 6812
Vision System 3764
Performance Metric 4572
Knowledge Discovery 3816
Mobile Phone 7256
Formal Verification 4372
Use Case 5776
Covariance Matrix 4521
Convex Hull 2901
Normal Form 3108
Cryptographic Protocol 1884
System Identification 3989
Programming Environment 3576
Cellular Network 4780
Mobile Host 1716
Numerical Analysis 4431
Distributed Environment 4697
Estimation Error 3800
Stability Analysis 5236
Object Detection 3381
Error Estimate 3868
Energy Minimization 1675
Relational Data 2699
Constraint Satisfaction 2516
Mixture Model 2417
Case Base Reasoning 4507
Communication Cost 3131
Adaptive System 3688
Tool Support 4071
Hierarchical Clustering 2732
Algorithm Design 6778
Hash Function 3005
Benchmark Problem 3130
Wide Area Network 2433
Requirement Engineering 3619
Natural Images 2284
Neural Net 3170
Image Restoration 2597
Fuzzy Rules 4263
Coarse Grained 3916
Additive White Gaussian Noise 3055
Statistical Significance 3303
Mutual Exclusion 1687
Relevance Feedback 2630
Reactive System 1980
Life Cycle 5186
Random Walk 3235
Program Analysis 2156
Formal Language 3206
Iterative Decoding 2536
Broadcast Channel 2065
Block Codes 2695
Graph Algorithm 1807
Network Flow 2392
Conceptual Framework 3064
Operations Research 3113
Constraint Satisfaction Problem 2801
Program Transformation 2312
Machine Vision 2812
Multiple Objectives 2874
Probability of Error 1821
Data Distribution 3236
Geographic Information System 4645
Database Management System 2746
Machine Translation 4071
Ground Truth 3193
Automatic Detection 4138
Theoretical Model 4240
Empirical Evidence 2559
voronoi diagram 2021
Interaction Technique 2437
Sequential Circuits 2244
Mobile Communication 6470
Resource Sharing 3482
Data Representation 2444
Multiprocessor Systems 3458
Fault Diagnosis 5244
Memory Management 2951
Controller Design 4861
Learning Process 5926
Value Function 3297
Parallel Applications 3487
Shared Memory Multiprocessor 2058
Dynamic Behavior 3862
Expectation Maximization 2760
Scaling Up 2719
Divide and Conquer 2664
Greedy Algorithm 3349
Filter Bank 3820
Finite State Machine 3964
Energy Function 2852
Ray Tracing 2836
Off The Shelf 3637
Theorem Prover 3342
Maximum Entropy 2284
Security Policy 3345
Theoretical Foundation 2817
piecewise linear 3244
Content Based Image Retrieval 3558
Architectural Design 4478
Supply Chain 6812
Vision System 3764
Performance Metric 4572
Knowledge Discovery 3816
Mobile Phone 7256
Formal Verification 4372
Use Case 5776
Covariance Matrix 4521
Convex Hull 2901
Normal Form 3108
Cryptographic Protocol 1884
System Identification 3989
Programming Environment 3576
Cellular Network 4780
Mobile Host 1716
Numerical Analysis 4431
Distributed Environment 4697
Estimation Error 3800
Stability Analysis 5236
Object Detection 3381
Error Estimate 3868
Energy Minimization 1675
Relational Data 2699
Constraint Satisfaction 2516
Mixture Model 2417
Case Base Reasoning 4507
Communication Cost 3131
Adaptive System 3688
Tool Support 4071
Hierarchical Clustering 2732
Algorithm Design 6778
Hash FunctionState Transition 3179
Power Management 2635
Information Retrieval System 2659
semidefinite program 1802
Comparative Study 3942
Robust Control 3644
Generating Function 3206
Power Allocation 3506
Asymptotic Optimality 2375
trace-driven simulation 1335
Neural Network Model 4426
Video Compression 2513
Packet Networks 1366
Multiuser Detection 2244
Human Factors 3794
Finite Automata 2107
Linear Filtering 1594
Radio Networks 1663
Range Image 1951
Hard Real Time 1783
Fuzzy Controller 4126
Markov Decision Process 2628
Spatial Data 3369
Surface Reconstruction 1866
Semantic Information 3295
Social Interaction 2972
Bipartite Graph 3194
Distributed Programs 2024
Distributed Objects 2521
Distributed Networks 3334
Multi Resolution 2948
Anomaly Detection 3102
Minimum Distance 2916
State Feedback 3782
Power Efficiency 3504
Back Propagation 2631
Group Communication 2320
Networked Systems 2826
Software Implementation 2854
Complex Objects 1823
Recurrent Neural Network 3398
K Means 2993
Fault Coverage 2967
User Preferences 3362
Function Approximation 2606
Design and Development 5787
Matched Filter 2677
Autonomous Robot 3435
Direct Manipulation 1662
Difference Set 3221
Network Security 4714
Storage System 3414
Network Coding 2859