-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubs1.html
executable file
·681 lines (547 loc) · 58.8 KB
/
pubs1.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Video Analytics Lab, CDS, IISc</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<link rel="stylesheet" href="./bootstrap.css" media="screen">
<link rel="stylesheet" href="../assets/css/bootswatch.min.css">
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="../bower_components/html5shiv/dist/html5shiv.js"></script>
<script src="../bower_components/respond/dest/respond.min.js"></script>
<![endif]-->
<script>
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-23019901-1']);
_gaq.push(['_setDomainName', "bootswatch.com"]);
_gaq.push(['_setAllowLinker', true]);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</head>
<body>
<div class="navbar navbar-default navbar-fixed-top">
<div class="container">
<div class="navbar-header">
<a href="./index.html" class="navbar-brand">Home</a>
<button class="navbar-toggle" type="button" data-toggle="collapse" data-target="#navbar-main">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<div class="navbar-header">
<a href="./people.html" class="navbar-brand">People</a>
<button class="navbar-toggle" type="button" data-toggle="collapse" data-target="#navbar-main">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<div class="navbar-header">
<a href="./research.html" class="navbar-brand">Research</a>
<button class="navbar-toggle" type="button" data-toggle="collapse" data-target="#navbar-main">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<div class="navbar-header">
<a href="./publications.html" class="navbar-brand">Publications</a>
<button class="navbar-toggle" type="button" data-toggle="collapse" data-target="#navbar-main">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<div class="navbar-header">
<a href="./contact.html" class="navbar-brand">Contact</a>
<button class="navbar-toggle" type="button" data-toggle="collapse" data-target="#navbar-main">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<div class="navbar-header">
<a href="./openings.html" class="navbar-brand">Openings</a>
<button class="navbar-toggle" type="button" data-toggle="collapse" data-target="#navbar-main">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<div class="navbar-header">
<a href="./press.html" class="navbar-brand">Press Coverage</a>
<button class="navbar-toggle" type="button" data-toggle="collapse" data-target="#navbar-main">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<div class="navbar-header">
<a href="./prospective.html" class="navbar-brand"><font color=yellow><b>For-Prospective-Students</b></font></a>
<button class="navbar-toggle" type="button" data-toggle="collapse" data-target="#navbar-main">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
</div>
</div>
<div class="container">
<div class="page-header" id="banner">
<div class="row">
<div>
<h1>Publications</h1>
<br>
<br>
<ul>
<big>
<li> <a href="#journals">Journals</a></li>
<li> <a href="#conferences">Conferences </a></li>
</big>
</ul>
<br>
<h2 id="journals"> <br><br>Journals </h2>
<p class="lead">
</ul><ul style="text-align: left;">
<li>Ravi Kiran S., Shiv Surya, Trisha M. and R. Venkatesh Babu, "Pictionary-style word-guessing on hand-drawn object sketches: dataset, analysis and deep network models", <span style="font-style: italic;">accepted in IEEE Trans. Pattern Analysis and Machine Intelligence </span> (PAMI), 2019. <a href="https://ieeexplore.ieee.org/document/8509167/">[Link]</a> </li>
<li>Navchetan Awasthi, K. Ram Prabhakar, Sandeep Kumar Kalva, Manojit Pramanik, R. Venkatesh Babu, and Phaneendra K. Yalavarthy, "PA-Fuse: A Deep Supervised Approach for Fusion of Photoacoustic Images with Distinct Reconstruction Characteristics", <span style="font-style: italic;">in Biomedical Optics Express</span>, Vol. 10, No.5, pp. 2227-2243, 2019. <a href="http://cds.iisc.ac.in/faculty/yalavarthy/Awasthi_BOE_2019.pdf">[pdf]</a><a href ="https://www.osapublishing.org/boe/abstract.cfm?uri=boe-10-5-2227">[Link]</a></li>
<li>Mopuri Reddy, Aditya Ganeshan and R. Venkatesh Babu, "Generalizable Data-free Objective for Crafting Universal Adversarial Perturbations", <span style="font-style: italic;">accepted in IEEE Trans. Pattern Analysis and Machine Intelligence </span> (PAMI), Vol. 41, No. 10, pp. 2452-2465, Oct. 2019. <a href="https://arxiv.org/abs/1801.08092">[arXiv]</a><a href="https://ieeexplore.ieee.org/document/8423654/">[Link]</a> <a href="https://github.com/val-iisc/GD-UAP">[Code]</a></li>
<li>Mopuri Reddy, Utsav Garg and R. Venkatesh Babu, "CNN Fixations: An unraveling approach to visualize the discriminative image regions", <span style="font-style: italic;">in IEEE Trans. Image Processing </span> (TIP), vol. 28, No. 5, pp. 2116 - 2125, May 2019. <a href="https://arxiv.org/abs/1708.06670">[arXiv]</a> <a href="https://github.com/val-iisc/cnn-fixations">[Code]</a><a href="https://ieeexplore.ieee.org/document/8537979">[Link]</a></li>
<li>Hisham R., Rajiv S., and R. Venkatesh Babu, "Evaluating Multi-exposure Fusion using Image Information", <span style="font-style: italic;">IEEE Trans. Signal Processing Letters,</span> vol. 24, no. 11, pp. 1671-1675, Nov, 2017.<a href="https://ieeexplore.ieee.org/document/8038081/">[Link]</a></li>
<li>Srinivas S S Kruthiventi, Kumar Ayush and R. Venkatesh Babu, "DeepFix: A Fully Convolutional Neural Network for Predicting Human Eye Fixations", <span style="font-style: italic;">IEEE Trans. Image Processing </span>, vol. 26, no. 9, pp. 4446-4456, September, 2017. [<a href="http://ieeexplore.ieee.org/document/7937829/">Link</a>]</li>
<li>Sovan Biswas and R. Venkatesh Babu, "Anomaly Detection Via Short Local Trajectories", <span style="font-style: italic;"> Neurocomputing </span>, vol. 242, pp. 63-72, June 2017. [<a href="http://dx.doi.org/10.1016/j.neucom.2017.02.058">Link</a>]</li>
<li>Ravi Kiran Sarvadevabhatla, Sudharshan Suresh and R. Venkatesh Babu, "Object category understanding via eye fixations on freehand sketches", <span style="font-style: italic;">IEEE Trans. Image Processing </span>, vol. 26, no. 5, pp. 2508-2518, May 2017. [<a href="https://arxiv.org/abs/1703.06554">Link</a>]</li>
<li><span lang="EN-US">G. Krishna Vinay, Sk. M. Haque, R. <span class="SpellE">Venkatesh</span> <span class="SpellE">Babu
and K.R.Ramakrishnan, "Sparse Representation based </span></span><span lang="EN-US"><span class="SpellE">Human Detection: A Scale Embedded Dictionary Approach", <span style="font-style: italic;">Signal, Image and Video Processing, Springer,</span> Vol.10, Issue.3, pp.585-592, March 2016 [<a href="http://link.springer.com/article/10.1007%2Fs11760-015-0781-5">Paper</a>]<br> </span></span></li>
<li>Suraj Srinivas, Ravi Kiran Sarvadevabhatla, Konda Reddy Mopuri, Nikita Prabhu, Srinivas Kruthiventi, Venkatesh Babu Radhakrishnan, "A Taxonomy of Deep Convolutional Neural Nets for Computer Vision", <span style="font-style: italic;">Frontiers in Robotics and AI, </span>January 2016[<a href="http://journal.frontiersin.org/article/10.3389/frobt.2015.00036/">Paper</a>]</li>
<li>R. Venkatesh Babu, Manu Tom and Paras Wadekar, "A Survey on Compressed Domain Video Analysis Techniques", <span style="font-style: italic;">Multimedia Tools and Applications</span>, Volume 75, Issue 2, pp 1043-1078, January 2016. [<a href="http://link.springer.com/article/10.1007%2Fs11042-014-2345-z">Link</a>]</li>
<li>R. Venkatesh Babu, R. Badrinarayanan, S. Suresh and Manu Tom, "Human Action Recognition in H.264/AVC Compressed Domain using Meta-Cognitive Radial Basis Function Network", <span style="font-style: italic;">Applied Soft Computing, Elsevier, </span>pp. 218-227, vol. 36,November 2015. [<a href="http://www.sciencedirect.com/science/article/pii/S156849461500441X">Paper</a>]</li>
<li>R. Venkatesh Babu, Priti P., and Aniruddha Acharya, "Robust Tracking with Interest
Points: A Sparse Representation Approach", <span style="font-style: italic;">Image and Vision Computing</span>, Vol. 33, No. 1, pp. 44-56, 2015. [<a href="http://dx.doi.org/10.1016/j.imavis.2014.10.006">DOI</a>][<a href="http://val.serc.iisc.ernet.in/Codes/IP_Tracking.zip">Code</a>]</li>
<li>Avinash Ramakanth and R. Venkatesh Babu, "Synthetic Image Super Resolution Using FeatureMatch", <span style="font-style: italic;">Multimedia Tools and Applications, Springer, </span>pp. 6691-6707, vol. 74, no. 17, September 2015 [<a href="http://link.springer.com/article/10.1007%2Fs11042-014-1925-2">Link</a>][<a href="http://val.serc.iisc.ernet.in/Codes/SSR.zip">Code</a>][<a href="http://val.serc.iisc.ernet.in/Codes/SyntheticImages.zip">Database</a>]</li>
<li>Sovan Biswas and R. Venkatesh Babu, "Anomaly Detection in Compressed H.264/AVC Video", <span style="font-style: italic;">Multimedia Tools and Applications, </span>Vol. 74, no. 24, pp. 11099-11115, 2015. [<a href="http://link.springer.com/article/10.1007%2Fs11042-014-2219-4">Link</a>]</li>
<li>Manu Tom, R. Venkatesh Babu and Gnana Praveen, "Compressed Domain Human Action Recognition in H.264/AVC Video Streams", <span style="font-style: italic;">Multimedia Tools and Applications, </span>Volume 74, Issue 21, pp 9323-9338, November 2015. [<a href="http://link.springer.com/article/10.1007/s11042-014-2083-2">Link</a>]<br></li>
<li>Aniruddha Acharya, R. Venkatesh Babu and Sathish Vadhiyar, "A Real Time Implementation of SIFT on GPU", <span style="font-style: italic;">Journal of Real-Time Image Processing</span> [<a href="http://link.springer.com/article/10.1007%2Fs11554-014-0446-6">DOI</a>] [<a href="http://val.serc.iisc.ernet.in/Codes/gpusift.zip">Code</a>]</li>
<li>Avinash Ramakanth and R. Venkatesh Babu, "FeatureMatch: A General ANNF Estimation Technique and its Applications", <span style="font-style: italic;">IEEE Trans. Image Processing, </span>Vol. 23, No. 5, pp. 2193-2205, 2014. [<a href="http://dx.doi.org/10.1109/TIP.2014.2309436">DOI</a>]<span lang="EN-US"><span class="SpellE"></span></span><span lang="EN-US"><span class="SpellE"></span></span><span lang="EN-US"><span class="SpellE"></span></span><span lang="EN-US"><span class="SpellE"></span></span><span lang="EN-US"><span class="SpellE">[<a href="http://val.serc.iisc.ernet.in/Codes/FM_Code.zip">Matlab <span style="text-decoration: underline;">code</span></a>]</span></span>
</li>
<li>Avinash Ramakanth and R. Venkatesh Babu, "Approximate Nearest Neighbour Field based Optic Disk Detection", <span style="font-style: italic;">Computerized Medical Imaging and Graphics</span>, Vol. 38, No. 1, pp. 49-56, 2014. [<a href="http://dx.doi.org/10.1016/j.compmedimag.2013.10.007">DOI</a>][<a href="http://val.serc.iisc.ernet.in/Codes/OpticDisk_CMIG.zip">Code</a>]<br>
<span lang="EN-US"></span></li><li><span lang="EN-US">R. <span class="SpellE">Venkatesh</span> <span class="SpellE">Babu</span>, <st1:place w:st="on"></st1:place> R. Savitha</span>, <span lang="EN-US"><st1:place w:st="on">S. Suresh</st1:place> and Bhuvanesh Agarwal, </span>Subject Independent Human Action Recognition using Spatio-Depth Information and Meta-cognitive RBF Network, <span style="font-style: italic;">Engineering Applications of Artificial Intelligence</span>, pp. 2010-2021, Vol. 26. No. 9, October 2013. [<a href="http://dx.doi.org/10.1016/j.engappai.2013.07.008">DOI</a>]<br>
<span lang="EN-US"></span></li><li><span lang="EN-US">R. <span class="SpellE">Venkatesh</span> <span class="SpellE">Babu</span>, <st1:place w:st="on">S. Suresh</st1:place> and R. Savitha, </span>Human Action Recognition using a Fast Learning Fully Complex-valued Classifier, <span style="font-style: italic;">Neurocomputing, </span>pp. 202-212, Vol. 89, July 2012. [<a href="http://dx.doi.org/10.1016/j.neucom.2012.03.003">DOI</a>]<br>
<span lang="EN-US"></span></li><li><span lang="EN-US">R. <span class="SpellE">Venkatesh</span> <span class="SpellE">Babu</span>, <st1:place w:st="on">S. Suresh</st1:place> and A. <span class="SpellE">Makur</span>, Robust
Visual Tracking with Online Adaptive RBF-Networks, <i style="">Computer
Vision and Image Understanding,</i> pp. 297-310, Vol. 114, No.
3, March 2010.<o:p> [<a href="http://www.serc.iisc.ernet.in/~venky/Papers/rvb_cviu10.pdf">pdf</a>]</o:p></span></li><li><span lang="EN-US"><span class="SpellE">Chhabi</span> Nigam, R. <span class="SpellE">Venkatesh</span>
<span class="SpellE">Babu</span>, S. Kumar Raja and K. R. <span class="SpellE">Ramakrishnan</span>,
Fragmented Particles-based Robust Object Tracking with Feature Fusion, <i>International
Journal of Image and Graphics</i>, pp 93-112,Vol. 10, No. 1, January
2010. [<a href="http://dx.doi.org/10.1142/S0219467810003688">link</a>]<br>
</span></li><li><span lang="EN-US">S. Suresh, R. <span class="SpellE">Venkatesh</span> <span class="SpellE">Babu</span> and H. J. Kim, No-Reference
Image Quality Assessment using Modified Extreme Learning Machine
Classifier, <i>Applied
Soft Computing, </i>pp. 541-552, Vol. 9, No. 2,<i> </i>March 2009.<o:p> [<a href="http://www.serc.iisc.ernet.in/~venky/Papers/rvb_asc09.pdf">pdf</a>]</o:p></span></li><li><span lang="EN-US"><span class="SpellE">Jaideep</span> <span class="SpellE">Jeyakar</span>, R.
<span class="SpellE">Venkatesh</span> <span class="SpellE">Babu</span>
and K. R. <span class="SpellE">Ramakrishnan</span>, Robust Object
Tracking with
Background-weighted Local Kernels, <i>Computer Vision and Image
Understanding, </i>pp. 296-309, December, 2008. [<a href="http://www.serc.iisc.ernet.in/~venky/Papers/rvb_cviu08.pdf">pdf</a>]</span></li><li><span lang="EN-US">R. <span class="SpellE">Venkatesh</span> <span class="SpellE">Babu</span>,
Andrew <span class="SpellE">Perkis</span> and Odd <span class="SpellE">Inge</span>
<span class="SpellE">Hillesta</span>, Evaluation and Monitoring of
Video Quality for
UMA Enabled Video Streaming Systems, pp. 211-231, <i>Multimedia Tools
and
Applications</i>, April 2008.<o:p> [<a href="http://www.serc.iisc.ernet.in/~venky/Papers/rvb_mta08.pdf">pdf</a>]</o:p></span></li><li><span lang="EN-US">R. <span class="SpellE">Venkatesh</span> <span class="SpellE">Babu</span>,
Patrick Perez and
Patrick <span class="SpellE">Bouthemy</span>, Robust Tracking with
Motion
Estimation and Local Kernel-Based Color Modeling, <i>Image and Vision
Computing,</i>, <span class="SpellE">Vol</span> 25, No. 8, pp.
1205-1216, August 2007. [<a href="http://www.serc.iisc.ernet.in/~venky/Papers/rvb_ivc07.pdf">pdf</a>]<br>
</span></li><li><span lang="EN-US">R. <span class="SpellE">Venkatesh</span> <span class="SpellE">Babu</span>
and K. R. <span class="SpellE">Ramakrishnan</span>, Compressed Domain
Video Retrieval using
Object and Global Motion Descriptors, <i>Multimedia Tools and
Applications</i>,
<span class="SpellE">Vol</span> 32, No. 1, pp. 93-113, January 2007.<o:p> [<a href="http://www.serc.iisc.ernet.in/~venky/Papers/rvb_mta07.pdf">pdf</a>]</o:p></span></li><li><span lang="EN-US">R. <span class="SpellE">Venkatesh</span> <span class="SpellE">Babu</span>,
S. Suresh and A. <span class="SpellE">Perkis</span>, No-Reference
JPEG-Image Quality Assessment using
GAP-RBF, <i>Signal Processing, </i>Vol. 87, No. 6, pp. 1493-1503,
June 2007. [<a href="http://www.serc.iisc.ernet.in/~venky/Papers/rvb_sp07.pdf">pdf</a>]<br>
</span></li><li><span lang="EN-US">R. <span class="SpellE">Venkatesh</span> <span class="SpellE">Babu</span>
and K. R. <span class="SpellE">Ramakrishnan</span>, Recognition of
Human Actions using Motion
History Information Extracted from the Compressed Video, <i>Image and
Vision
Computing</i>, <span class="SpellE">Vol</span> 22, No. 8, pp. 597-607,
August
2004.<o:p> [<a href="http://www.serc.iisc.ernet.in/~venky/Papers/rvb_ivc04.pdf">pdf</a>]</o:p></span></li><li><span lang="EN-US">R. <span class="SpellE">Venkatesh</span> <span class="SpellE">Babu</span>
and K. R. <span class="SpellE">Ramakrishnan</span>, Sprite Generation
from MPEG Video using
Motion Information, <i>International Journal of Image and Graphics</i>,
No. 2,
Vol. 4, pp. 263-280, April 2004. [<a href="http://dx.doi.org/10.1142/S0219467804001403">link</a>]<br>
</span></li><li><span lang="EN-US">R. <span class="SpellE">Venkatesh</span> <span class="SpellE">Babu</span>,
K. R. <span class="SpellE">Ramakrishnan</span> and S. H. <span class="SpellE">Srinivasan</span>,
Video Object Segmentation: A Compressed Domain Approach, <i>IEEE
Transactions
on Circuits and Systems for Video Technology</i>, Vol.14, No. 4, pp.
462-474,
April 2004.<o:p> [<a href="http://www.serc.iisc.ernet.in/~venky/Papers/rvb_csvt04.pdf">pdf</a>]</o:p></span></li><li><span lang="EN-US">R. <span class="SpellE">Venkatesh</span> <span class="SpellE">Babu</span>,
B. <span class="SpellE">Anantharaman</span>, K. R. <span class="SpellE">Ramakrishnan</span>
and S. H. <span class="SpellE">Srinivasan</span>, Compressed domain
action
classification using HMM, <i>Pattern Recognition Letters</i>, vol. 23,
no. 10,
pp. 1203-1213, August, 2002. [<a href="http://www.serc.iisc.ernet.in/~venky/Papers/rvb_prl02.pdf">pdf</a>]<br>
</span></li></ul><ul style="text-align: left;">
</ul>
<h2 id="conferences"> <br><br>Conferences </h2>
<ul style="text-align: left;">
</ul><ul style="text-align: left;">
<li> Jogendra Nath Kundu, Himanshu B., Priyanka M., Rahul M.V., Anirudh, and R. Venkatesh Babu, "Cross-conditioned Recurrent Networks for Long-term Synthesis of Inter-person Human Motion Interactions", accepted in WACV 2020. </li>
<li> Deepak Babu Sam., Skand Peri, Mukunda, and R. Venkatesh Babu, "Going Beyond the Regression Paradigm with Accurate Dot Prediction for Dense Crowds", accepted in WACV 2020. </li>
<li> Surbhi A., R. Venkatesh Babu and Anirban C.,, "Text-based Person Search via Attribute-aided Matching", accepted in WACV 2020. </li>
<li> Jogendra Nath Kundu, Nishank L., and R. Venkatesh Babu, "UM-Adapt: Unsupervised Multi-task Adaptation using Adversarial Cross-task Distillation", accepted in ICCV 2019. [<b>Oral</b>].<a href="https://arxiv.org/abs/1908.03884">[arXiv]</a></li>
<li> Aditya G., Vivek B.S., and R. Venkatesh Babu, "FDA: Feature Disruptive Adversarial Attack", accepted in ICCV 2019.<a href="https://arxiv.org/abs/1909.04385">[arXiv]</a></li>
<li> Jogendra Nath Kundu, Maharshi G., Dakshit A., and R. Venkatesh Babu, "GAN-Tree: An Incrementally Learned Hierarchical Generative Framework for Multi-modal Data Distributions", accepted in ICCV 2019.<a href="https://arxiv.org/abs/1908.03919">[arXiv]</a></li>
<li> Gaurav N., Utkarsh S., R. Venkatesh Babu and Anirban C., "Efficient Person Re-Identification in Videos Using Sequence Lazy Greedy Determinantal Point Process (SLGDPP)", accepted in ICIP 2019. <a href="https://ieeexplore.ieee.org/document/8803674">[Link]</a></li>
<li> Gaurav N., Mopuri Reddy, Vaisakh S., R. Venkatesh Babu and Anirban C., "Zero Shot Knowledge Distillation in Deep Networks", in ICML 2019. <a href="https://arxiv.org/abs/1905.08114">[arXiv]</a></li>
<li> Navaneet K.L., Varun Jampani, Priyanka M. and R. Venkatesh Babu, "DIFFER: Moving Beyond 3D Reconstruction with Differentiable Feature Rendering", in 3DWiDGET, CVPR Workshop 2019. <a href="http://openaccess.thecvf.com/content_CVPRW_2019/papers/3D-WidDGET/K_L_Navaneet_DIFFER_Moving_Beyond_3D_Reconstruction_with_Differentiable_Feature_Rendering_CVPRW_2019_paper.pdf">[pdf]</a></li>
<li> Vivek B.S., Arya Baburaj and R. Venkatesh Babu, "Regularizer to Mitigate Gradient Masking Effect during Single-Step Adversarial Training", in CVCOPS, CVPR Workshop 2019. <a href="http://openaccess.thecvf.com/content_CVPRW_2019/papers/CV-COPS/S_Regularizer_to_Mitigate_Gradient_Masking_Effect_During_Single-Step_Adversarial_Training_CVPRW_2019_paper.pdf">[pdf]</a></li>
<li> K. Ram Prabhakar, Rajat A., Aditya S., Kunal S, and R. Venkatesh Babu, "A Fast, Scalable and Reliable Deghosting Method for Extreme Exposure Fusion", in ICCP 2019 [Oral].<a href="http://val.serc.iisc.ernet.in/ICCP19/">[Project Page]</a></li>
<li> Navaneet K.L., Vasudha T., R. Venkatesh Babu and Anirban C., "All for One: Frame-wise Rank Loss for improving Video-based Person Re-Identification", in ICASSP 2019. [Oral]<a href="">[pdf]</a></li>
<li> Jogendra Nath Kundu, Maharshi G., Phani K., and R. Venkatesh Babu, "Unsupervised Feature Learning of Human Actions as Trajectories in Pose Embedding Manifold", in WACV 2019.<a href="papers/WACV19_Pose_Embedding_Manifold.pdf">[pdf]</a></li>
<li> Priyanka M. and R. Venkatesh Babu, "Dense 3D Point Cloud Reconstruction Using a Deep Pyramid Network", in WACV 2019.<a href="papers/WACV19_Dense_PCR.pdf">[pdf]</a></li>
<li> Navaneet K.L., Priyanka M., Mayank A., and R. Venkatesh Babu, "CAPNet: Continuous Approximation Projection for 3D Point Cloud Reconstruction Using 2D Supervision", in AAAI 2019.<a href="papers/AAAI_2019_Projection_3D.pdf">[pdf]</a></li>
<li> Deepak Babu Sam, Neeraj S., Himanshu M., and R. Venkatesh Babu, "Almost Unsupervised Learning for Dense Crowd Counting", in AAAI 2019.<a href="papers/AAAI_2019_WTACNN.pdf">[pdf]</a></li>
<li> Jogendra Nath Kundu, Maharshi G., and R. Venkatesh Babu, "BiHMP-GAN: Bidirectional 3D Human Motion Prediction GAN", in AAAI 2019.<a href="papers/AAAI_2019_BiHMP_GAN.pdf">[pdf]</a></li>
<li> Mopuri Reddy, Akshay V., and R. Venkatesh Babu, "BatchOut: Batch-level feature augmentation to improve robustness to adversarial example", in ICVGIP, 2018.</li>
<li> Jogendra Nath Kundu, Aditya G., Rahul M V., and R. Venkatesh Babu, "Object Pose Estimation from Monocular Image using Multi-View Keypoint Correspondence", in GMDL, ECCV Workshop, 2018.</li>
<li> Priyanka M., Navaneet K.L., and R. Venkatesh Babu, "3D-PSRNet: Part Segmented 3D Point Cloud Reconstruction from a Single Image", in 3DRMS, ECCV Workshop, 2018.</li>
<li> Vivek B.S., M. Reddy and R. Venkatesh Babu, "Gray box Adversarial Training" in ECCV 2018.<a href="https://arxiv.org/abs/1808.01753">[arXiv]</a></li>
<li>M. Reddy, Phani Krishna and R. Venkatesh Babu, "Ask, Acquire and Attack: Data-free UAP generation using Class impressions" in ECCV 2018.<a href="https://arxiv.org/abs/1808.01153">[arXiv]</a></li>
<li>Navaneet K. L., Priyanka M., Mayank Agarwal and R. Venkatesh Babu, "3D-LMNet: Latent Embedding Matching for Accurate and Diverse 3D Point Cloud Reconstruction from a Single Image" in BMVC 2018.</a><a href="https://arxiv.org/abs/1807.07796">[arXiv]</a></li>
<li>Jogendra Nath Kundu, Aditya G., Rahul M V., Aditya P., and R. Venkatesh Babu, "iSPA-Net: Iterative Semantic Pose Alignment Network" in ACMMM 2018.<a href="https://arxiv.org/abs/1808.01134">[arXiv]</a></li>
<li>M. Reddy, Vishal, and R. Venkatesh Babu, "Learning Representations with Strong Supervision for Image Search" in SPCOM 2018. [Best Paper Award]</li>
<li>Akshay, Suraj Srinivas and R. Venkatesh Babu, "Estimating Confidence for Deep Neural Networks Through Density Modeling" in SPCOM 2018.</li>
<li>M. Reddy, Utkarsh Ohja, Utsav Garg and R. Venkatesh Babu, "NAG: Network for Adversary Generation", in CVPR 2018.</a><a href="http://openaccess.thecvf.com/content_cvpr_2018/html/0135.html">[Link]</a></a><a href="https://github.com/val-iisc/nag">[Code]</a></li>
<li>Deepak Babu Sam, Neeraj S., R. Venkatesh Babu, and S. Mukundan"Divide and Grow: Capturing Huge Diversity in Crowd Images with Incrementally Growing CNN", in CVPR 2018.</a><a href="http://openaccess.thecvf.com/content_cvpr_2018/html/2726.html">[Link]</a></li>
<li>Jogendra Nath Kundu, Phani Krishna, Anuj P. and R. Venkatesh Babu, "AdaDepth: Unsupervised Content Congruent Adaptation for Depth Estimation", in CVPR 2018.</a><a href="http://openaccess.thecvf.com/content_cvpr_2018/html/2583.html">[Link]</a></a><a href="http://val.cds.iisc.ac.in/adadepth/">[Project]</a></li>
<li>Deepak Babu Sam and R. Venkatesh Babu, "Top-Down Feedback for Crowd Counting Convolutional Neural Network" in AAAI 2018.</a><a href="https://www.aaai.org/ocs/index.php/AAAI/AAAI18/paper/viewFile/16726/16328">[pdf]</a></li>
<li>Ravi Kiran S, Shiv Surya, Trisha and R. Venkatesh Babu, "Game of Sketches: A Deep Neural Model of Word Guessing for Pictionary", in AAAI 2018.</a><a href="https://arxiv.org/abs/1801.09356">[arXiv]</a><a href="https://github.com/val-iisc/sketchguess">[Project]</a></li>
<li>Avishek Majumder and R. Venkatesh Babu, "Deep Neural Network for Foreground Object Segmentation: An Unsupervised Approach", in NCVPRIPG, 2017.</a><a href="https://link.springer.com/chapter/10.1007/978-981-13-0020-2_32">[pdf]</a></li>
<li>Avishek Majumder, R. Venkatesh Babu and Anirban Chakraborthy, "Anomaly From Motion: Unsupervised Extraction of Visual Irregularity via Motion Prediction", in NCVPRIPG, 2017.</a><a href="https://link.springer.com/chapter/10.1007/978-981-13-0020-2_7">[pdf]</a></li>
<li>K Ram Prabhakar, Sai Srikar and R. Venkatesh Babu, "DeepFuse: A Deep Unsupervised Approach for Exposure Fusion with Extreme Exposure Image Pairs", in ICCV, 2017.<a href="http://val.serc.iisc.ernet.in/DeepFuseICCV17/">[Project Page]</a></li>
<li>Konda Reddy Mopuri, Utsav Garg and R. Venkatesh Babu, "Fast Feature Fool: A Data Independent Approach to Universal Adversarial Perturbations", in BMVC, 2017. <a href=https://arxiv.org/pdf/1707.05572ï">[pdf]</a><a href="https://github.com/val-iisc/fast-feature-fool">[github-repo]</a> </li>
<li>Ravi Kiran Sarvadevabhatla, Isht Dwivedi, Abhijat Biswas, Sahil Manocha and R. Venkatesh Babu,"SketchParse: Towards Rich Descriptions For Poorly Drawn Sketches Using Multi-Task Hierarchical Deep Networks", in ACMMM, 2017.<a href="https://arxiv.org/pdf/1709.01295">[pdf]</a><a href="https://github.com/val-iisc/sketch-parse">[github-repo]</a></li>
<li>Suraj Srinivas, Akshay Varun and R. Venkatesh Babu,"Training Sparse Neural Networks", EVW, CVPRW, 2017.<a href="http://val.serc.iisc.ernet.in/papers/EVW17.pdf">[pdf]</a></li>
<li>Nithish Divakar and R. Venkatesh Babu,"Image Denoising via CNNs: An Adversarial Approach", NITRE, CVPRW 2017.<a href="http://val.serc.iisc.ernet.in/papers/NITRE_08.pdf">[pdf]</a></li>
<li>Shiv Surya, Deepak Babu Sam and R. Venkatesh Babu,"Switching Convolutional Neural Network for Crowd Counting", CVPR, 2017.<a href="http://val.serc.iisc.ernet.in/crowdcnn/">[Project Page]</a></li>
<li>Ravi Kiran Sarvadevabhatla, Swaminathan G. and R. Venkatesh Babu,"DeLiGAN : Generative Adversarial Networks for Diverse and Limited Data", CVPR, 2017.<a href="https://arxiv.org/pdf/1706.02071.pdf">[pdf]</a><a href="https://github.com/val-iisc/deligan">[github-repo]</a></li>
<li>Konda Reddy Mopuri, Vishal and R. Venkatesh Babu,"Deep Image Representations using Caption Generators", in ICME, 2017. [<a href="https://arxiv.org/abs/1705.09142">Link]</a></li>
<li>Suraj Srinivas, Akshay Varun and R. Venkatesh Babu,"Confidence Estimation in Deep Neural Networks via Density Modelling", in ICME, 2017.<a href="http://val.serc.iisc.ernet.in/papers/DNN_Confidence_Estimation.pdf">[pdf]</a></li>
<li>Souradeep Chakraborty, Jogendra Nath Kundu, R. Venkatesh Babu,"Deep image inpainting with region prediction at hierarchical scales", in ICVGIP, 2016.[<a href="http://dl.acm.org/citation.cfm?id=3009992"> Link]</a>
<li>Konda Reddy Mopuri, R. Venkatesh Babu,"Towards Semantic Visual Representation: Augmenting Image Representation with Natural Language Descriptors", in ICVGIP, 2016.<a href="https://sites.google.com/site/kreddymopuri/research/ir-nld">[Project Page]</a></li>
<li>Ravi Kiran Sarvadevabhatla, Raviteja Meesala, Manjunath Hegde, R. Venkatesh Babu,"Analyzing object categories via novel category-ranking measures defined on visual feature emebddings", in ICVGIP, 2016. [<a href="http://dl.acm.org/citation.cfm?doid=3009977.3010037"> Link]</a>
<li>Shiv Surya, R. Venkatesh Babu,"TraCount: A Deep Convolutional Neural Network for Highly Overlapping Vehicle Counting", in ICVGIP, 2016. [<a href="http://dl.acm.org/citation.cfm?id=3010060">Link]</a> </li>
<li>Lokesh Boominathan, Suraj Srinivas,Venkatesh Babu R.,"Compensating for Large In-Plane Rotations in Natural Images", in ICVGIP, 2016. [<a href="https://arxiv.org/abs/1611.05744">Link]</a> </li>
<li>Ravi Kiran Sarvadevabhatla, Shanthakumar V. and R. Venkatesh Babu, "'Part'ly first among equals: Semantic part-based benchmarking for state-of-the-art object recognition systems", in ACCV, 2016. [<a href="https://arxiv.org/abs/1611.07703">Link]</a> </li>
<li>Suraj Srinivas and R. Venkatesh Babu, "Learning Neural Net Architectures using Backpropagation", in BMVC, 2016.<a href="https://arxiv.org/pdf/1511.05497v2.pdf">[pdf]</a>.<br></li>
<li>Ravi Kiran Sarvadevabhatla, Jogendra Nath Kundu and R. Venkatesh Babu, "Enabling my robot to play Pictionary: Recurrent Neural Networks for sketch recognition", in ACMMM, 2016.[<a href="https://arxiv.org/pdf/1608.03369v1.pdf">pdf</a>].<a href="https://github.com/val-iisc/sketch-object-recognition">[Code]</a>.<br></li>
<li>Ravi Kiran Sarvadevabhatla and R. Venkatesh Babu, "Analyzing structural characteristics of object category representations from their semantic-part distributions", in ACMMM, 2016.[<a href="https://arxiv.org/pdf/1509.04399v1.pdf">pdf</a>].<a href="http://val.serc.iisc.ernet.in/eotd/epipartviz/">[Project Page]</a><a href="https://github.com/val-iisc/sketch-object-part-analysis">[Code and Part-annotated sketch object dataset]</a><br></li>
<li>Ravi Kiran Sarvadevabhatla, Shiv Surya, Srinivas S S Kruthiventi and R. Venkatesh Babu, "SwiDeN: Convolutional Neural Networks for Depiction Invariant Object Recognition", in ACMMM, 2016.[<a href="https://arxiv.org/pdf/1607.08764v1.pdf">pdf</a>].<a href="https://github.com/val-iisc/swiden">[Code]</a>.<br></li>
<li>Lokesh Boominathan, Srinivas S S Kruthiventi and R. Venkatesh Babu, "CrowdNet: Convolutional Neural Networks for Crowd Counting", in ACMMM, 2016.[<a href="https://arxiv.org/pdf/1608.06197v1.pdf">pdf</a>]<a href="http://val.serc.iisc.ernet.in/CrowdNet/">[Project Page]</a><br></li>
<li>Nithish Divakar and R. Venkatesh Babu, "Denoising in a Jiffy: A Fast and GPU Friendly Algorithm for Image Denoising" in SPCOM 2016<br></li>
<li>Kumaresh Krishnan, Nikita Prabhu and R. Venkatesh Babu, "ARRNET: Action Recognition through Recurrent Neural Networks", in SPCOM 2016<br></li>
<li>Sunil Kumar Vengalil, Neelam Sinha, Srinivas S S Kruthiventi and R. Venkatesh Babu, "Customizing CNNs for Blood Vessel Segmentation From Fundus Images", in SPCOM 2016<br></li>
<li>Srinivas S S Kruthiventi, Vennela Gudisa, Jaley Dholakiya and R. Venkatesh Babu, "Saliency Unified: A Deep Architecture for simultaneous Eye Fixation Prediction and Salient Object Segmentation", in CVPR 2016.[<a href="http://www.cv-foundation.org/openaccess/content_cvpr_2016/papers/Kruthiventi_Saliency_Unified_A_CVPR_2016_paper.pdf">pdf</a>][<a href="http://val.serc.iisc.ernet.in/saliency-unified/"> Project Page</a>]<br></li>
<li>Chintak Sheth and R. Venkatesh Babu, "Object Saliency using a Background Prior", in ICASSP, 2016.[<a href="http://ieeexplore.ieee.org/stamp/stamp.jsp?arnumber=7472013">pdf</a>]<br></li>
<li>K Ram Prabhakar and R. Venkatesh Babu, "Ghosting-Free Multi-Exposure Image Fusion in Gradient Domain", in ICASSP, 2016. [<a href="http://val.serc.iisc.ernet.in/HDR/icassp2016_hdr/index.html">Project Page</a>]<br></li>
<li>Nikita Prabhu and R. Venkatesh Babu, "Attribute-Graph: A Graph based approach to Image Ranking", in ICCV, 2015 <a href="http://arxiv.org/pdf/1509.06658v2.pdf">[pdf][<a href="http://val.serc.iisc.ernet.in/attribute-graph/"> Project Page</a>][<a href="http://val.serc.iisc.ernet.in/Codes/AttributeGraphs.zip">Graphs</a>] <br>
<li>Ravi Kiran Sarvadevabhatla and R. Venkatesh Babu, "Eye of the Dragon : Exploring discriminatively minimalist sketch-based abstractions for object categories", in ACMMM, 2015 <a href="http://val.serc.iisc.ernet.in/eotd-preprint.pdf">[pdf]</a> <br>
<li>Suraj Srinivas and R. Venkatesh Babu, "Data-free Parameter Pruning for Deep Neural Networks", in BMVC, 2015<a href="http://arxiv.org/pdf/1507.06149v1.pdf">[pdf]</a> <br>
<li>Srinivas S S Kruthiventi and R. Venkatesh Babu, "Crowd Flow Segmentation in Compressed Domain using CRF", in ICIP, 2015[<a href="http://arxiv.org/pdf/1506.06006v1.pdf">pdf</a>]<br>
</li>
<li>Sai Srivatsa R and R. Venkatesh Babu, "Salient Object Detection via Objectness Measure", in ICIP, 2015[<a href="http://arxiv.org/pdf/1506.07363v1.pdf">pdf</a>][<a href="../SaliencyICIP15/index.html"> Project Page</a>]<br>
</li>
<li>Srinivas S S Kruthiventi and R. Venkatesh Babu, "Dominant Flow Extraction and Analysis in Traffic Surveillance Videos", in CVPR workshop on Group And Crowd Behavior Analysis And Understanding, 2015.[<a href="http://www.cv-foundation.org/openaccess/content_cvpr_workshops_2015/W04/papers/Kruthiventi_Dominant_Flow_Extraction_2015_CVPR_paper.pdf">pdf</a>]<br>
</li>
<li>Konda Reddy Mopuri and R. Venkatesh Babu, "Object Level Deep Feature Pooling for Compact Image Representation", in CVPR workshop on Deep Vision, 2015 [<a href="http://www.cv-foundation.org/openaccess/content_cvpr_workshops_2015/W03/papers/Mopuri_Object_Level_Deep_2015_CVPR_paper.pdf">pdf</a>] [<a href="../oldf/index.html"> [Project Page]</a><br>
</li>
<li>Srinivas S S Kruthiventi and R. Venkatesh Babu, "3D Action Recognition by Learning Sequences of Poses", in ICVGIP, 2014.[<a href="http://dl.acm.org/citation.cfm?id=2683506">Paper</a>]</li>
<li>Nikita Prabhu, Avinash Ramakanth and R. Venkatesh Babu, "Patch Flow based Visual Object Tracking", in ICVGIP, 2014.[<a href="http://dl.acm.org/citation.cfm?doid=2683483.2683570">Paper</a>]</li>
<li>Sovan Biswas and R. Venkatesh Babu, "Short Local Trajectory based moving anomaly detection", in ICVGIP, 2014 [<a href="http://dl.acm.org/citation.cfm?id=2683556">Paper</a>]</li>
<li>Aniruddha Acharya and R. Venkatesh Babu, "Fractal Codes based Secret Image Sharing", in ICVGIP, 2014 [<a href="http://dl.acm.org/citation.cfm?id=2683566">Paper</a>]</li>
<li>Chintak Sheth and R. Venkatesh Babu, "Super Pixel Clustering via Kernel Density Estimation", in ICVGIP, 2014 [<a href="http://dl.acm.org/citation.cfm?id=2683557">Paper</a>]</li>
<li>Sovan Biswas and R. Venkatesh Babu, "Sparse Representation based Anomaly detection with Enhanced Local Dictionaries", in ICIP, Paris, 2014 [<a href="http://ieeexplore.ieee.org/xpls/abs_all.jsp?arnumber=7026119&tag=1">Paper</a>]</li>
<li>Sovan Biswas, Gnana Praveen and R. Venkatesh Babu,"Super-pixel Based Crowd Flow Segmentation in H.264 Compressed Videos", in ICIP, Paris, 2014. [<a href="http://www.serc.iisc.ernet.in/crowd_flow_seg/CrowdFlowSegmentation.html">Project Page</a>] </li>
<li>Sovan Biswas and R. Venkatesh Babu, “Sparse Representation Based Anomaly Detection Using HOMV in H.264 Compressed Videos”, in SPCOM, 2014</li>
<li>Nirmal Jith and R. Venkatesh Babu, “Joint Bilateral Filtering Based Non-local Means Image Denoising”, in SPCOM, 2014.</li>
<li>Suraj V. and R. Venkatesh Babu, “Entropy Constrained Exemplar-based Image Inpainting”, in SPCOM, 2014<br> </li>
<li>Avinash
Ramakanth and R. Venkatesh Babu, SeamSeg: Video Object Segmentation
using Patch Seams, in CVPR, Columbus, Ohio, USA, 2014. [<a href="http://www.serc.iisc.ernet.in/~venky/Papers/SeamSeg.pdf">pdf</a>][<a href="http://www.serc.iisc.ernet.in/seamSeg/seamSeg.html">Project Page</a>][<a href="http://val.serc.iisc.ernet.in/Codes/SeamSEG.zip">Code</a>]
</li>
<li>Aniruddha
Acharya and R. Venkatesh Babu, "Visual Object Tracking Via Random Ferns
based Classification", in ICASSP, Florance, Italy, 2014. [<a href="http://www.serc.iisc.ernet.in/~venky/Papers/RandomFernsTracking_ICASSP14.pdf">pdf</a>]</li><li>Nirmal
Jith, Avinash Ramakanth and R. Venkatesh Babu, "Optical Flow Estimation
Using Approximate Nearest Neighbor Field Fusion", in ICASSP, Florance, Italy, 2014. [<a href="http://www.serc.iisc.ernet.in/~venky/Papers/OF_via_ANNF_ICASSP14.pdf">pdf</a>]<br>
</li><li>S.
Kartick and R. Venkatesh Babu , “3-D Optical Flow Features based Human
Action Recognition System using Meta-Cognitive Neuro-Fuzzy Inference
System", in IEEE ISSNIP, Singapore, 2014. [<a href="http://www.serc.iisc.ernet.in/~venky/Papers/3D_Action_Recognition_McFIS_ISSNIP14.pdf">pdf</a>]</li><li>Suraj
Vantigodi and R. Venkatesh Babu, “Action Recognition from Motion
Capture Data using Meta-cognitive RBF Network", in IEEE
ISSNIP, Singapore, 2014. [<a href="http://www.serc.iisc.ernet.in/~venky/Papers/MoCAP_ISSNIP14.pdf">pdf</a>]</li><li>R. Badrinarayanan and R. Venkatesh
Babu, "Human Action Recognition in Compressed Domain using PBL-McRBFN
approach", in IEEE ISSNIP, Singapore, 2014. [<a href="http://www.serc.iisc.ernet.in/~venky/Papers/Action_Recognition_CD_ISSNIP14.pdf">pdf</a>]</li><li>Avinash
Ramakanth and R. Venkatesh Babu, “Super Resolution Using a Single Image
Dictionary”, in IEEE CONECCT'14, Bangalore, 2014. [<a href="http://dx.doi.org/10.1109/CONECCT.2014.6740188">DOI</a>]<br>
</li><li>Nirmal
Jith, Avinash Ramakanth and R. Venkatesh Babu, “Optical Flow based on
Approximate Nearest Neighbour Field”, in IEEE CONECCT'14, Bangalore,
2014. [<a href="http://dx.doi.org/10.1109/CONECCT.2014.6740292">DOI</a>]</li><li>Gnana Praveen and R. Venkatesh Babu, “Crowd Flow
Segmentation based on Motion Vectors in H.264 Compressed Domain”, in
IEEE CONECCT'14, Bangalore, 2014. [<a href="http://dx.doi.org/10.1109/CONECCT.2014.6740330">DOI</a>]</li><li>Konda Reddy Mopuri,
Jayasimha Talur and R. Venkatesh Babu, “Sparse coding based VLAD for
efficient image retrieval” in IEEE CONECCT'14, Bangalore, 2014. [<a href="http://dx.doi.org/10.1109/CONECCT.2014.6740340">DOI</a>]<br>
</li><li>Manu Tom and R. Venkatesh Babu,
"Fast Moving-Object Detection in H.264/AVC Compressed Domain for Video
Surveillance", in NCVPRIPG 2013. [<a href="http://dx.doi.org/10.1109/NCVPRIPG.2013.6776202">DOI</a>]<br>
</li><li>Sovan Biswas and R. Venkatesh Babu, "Real-time Anomaly Detection in H.264 Compressed Videos", in NCVPRIPG 2013. [<a href="http://dx.doi.org/10.1109/NCVPRIPG.2013.6776164">DOI</a>]<br>
</li><li>Suraj Vantigodi and R. Venkatesh Babu, "Real-time Human Action Recognition using Motion Capture Data", in NCVPRIPG 2013. [<a href="http://dx.doi.org/10.1109/NCVPRIPG.2013.6776204">DOI</a>]<br>
</li><li>Avinash Ramakanth and R. Venkatesh Babu, ,"OD-Match: A PatchMatch based Optic Disk Detection", in NCVPRIPG 2013. [<a href="http://dx.doi.org/10.1109/NCVPRIPG.2013.6776206">DOI</a>]<br>
</li><li>Konda Reddy Mopuri, Shahil Arora and R. Venkatesh Babu,
"Spatio-Temporal feature based VLAD for efficient Video retrieval", in NCVPRIPG 2013. [<a href="http://dx.doi.org/10.1109/NCVPRIPG.2013.6776268">DOI</a>]<br>
</li><li>Aniruddha Acharya and R. Venkatesh Babu, "Speeding up SIFT using GPU", in NCVPRIPG 2013. [<a href="http://dx.doi.org/10.1109/NCVPRIPG.2013.6776198">DOI</a>]<br>
</li>
<li>Manu Tom and R. VenkateshBabu, “Rapid Human Action Recognition For H.264/AVC Surveillance Videos", in IEEE VCIP 2013. [<a href="http://dx.doi.org/10.1109/VCIP.2013.6706430">DOI</a>]<br>
</li>
<li>Ashwini M. J., R. Venkatesh
Babu and K. R. Ramakrishnan, "Context-Aware Real-Time Tracking in
Sparse Representation Framework", in IEEE International Conference on
Image Processing (ICIP), 2013. [<a href="http://www.serc.iisc.ernet.in/~venky/Papers/Context_Track_icip13.pdf">pdf</a>]
</li><li>R.
Venkatesh Babu, "Real-time Robust Tracking Via Sparse Representation: A
Mode Seeking Approach", in IEEE International Conference on
Image Processing (ICIP), 2013. [<a href="http://www.serc.iisc.ernet.in/~venky/Papers/RT_SR_Track_icip13.pdf">pdf</a>]
</li><li>R.
Venkatesh Babu and Priti Parate, "Interst Poins Based Object Tracking
via Sparse Representation", in IEEE International Conference on
Image Processing (ICIP), 2013. [<a href="http://www.serc.iisc.ernet.in/~venky/Papers/IP_track_icip13.pdf">pdf</a>]
</li><li>Sovan Biswas and R. Venkatesh
Babu, "H.264 Compressed Video Classification Using Histogram of
Oriented Motion Vectors (HOMV)", in <span lang="EN-US"><span class="SpellE">IEEE International Conference on Acoustic Speech and Signal
Processing (ICASSP),</span></span> pp. 2040-2044, Vancouver, Canada 2013. [<a href="http://www.serc.iisc.ernet.in/~venky/Papers/icassp13_HOMV.pdf">pdf</a>]<br>
</li><li>Sreekanth Raja and R. Venkatesh Babu, "A Near Optimal
Projection for Sparse Representation based Classification", in <span lang="EN-US"><span class="SpellE">IEEE International Conference on Acoustic Speech and Signal
Processing (ICASSP),</span></span> pp. 2089-2093, Vancouver, Canada, 2013. [<a href="http://www.serc.iisc.ernet.in/~venky/Papers/icassp13_NOP_SR.pdf">pdf</a>]<br>
</li><li>Avinash Ruchandani and R.
Venkatesh Babu,"Local Appearance based Robust Tracking via Sparse
Representation", in ICVGIP 2012. <span lang="EN-US"><span class="SpellE">[<a href="http://www.serc.iisc.ernet.in/~venky/Papers/Local_appearance_sparse_tracking.pdf">pdf</a>]</span></span></li><li>Naresh Kumar M.S., and R. Venkatesh Babu, "Human Gait Recognition
Using Depth Camera: A Covariance Based Approach", in ICVGIP
2012. <span lang="EN-US"><span class="SpellE">[<a href="http://www.serc.iisc.ernet.in/~venky/Papers/Kinect_gait.pdf">pdf</a>]</span></span><span lang="EN-US"><span class="SpellE"></span></span><span lang="EN-US"><span class="SpellE"></span></span><span lang="EN-US"><span class="SpellE"></span></span><span lang="EN-US"><span class="SpellE"></span></span><span lang="EN-US"><span class="SpellE">[<a href="http://val.serc.iisc.ernet.in:8080/project/Gait_recognition.rar">Matlab <span style="text-decoration: underline;">code</span></a>]</span></span></li><li>Sudharshan S., and R. Venkatesh Babu, "Super resolution via
sparse representation in L1 framework", in ICVGIP 2012. <span lang="EN-US"><span class="SpellE">[<a href="http://www.serc.iisc.ernet.in/~venky/Papers/Image_Video_SR.pdf">pdf</a>][<a href="http://val.serc.iisc.ernet.in:8080/project/SR-v1.zip">Matlab code</a>]<br>
</span></span></li><li>S. Avinash and R. Venkatesh Babu, "FeatureMatch: An Efficient Low Dimensional PatchMatch Technique", in ICVGIP 2012. <span lang="EN-US"><span class="SpellE">[<a href="http://www.serc.iisc.ernet.in/~venky/Papers/FeatureMatch.pdf">pdf</a>]</span></span><span lang="EN-US"><span class="SpellE"></span></span><span lang="EN-US"><span class="SpellE"></span></span><span lang="EN-US"><span class="SpellE"></span></span><span lang="EN-US"><span class="SpellE">[<a href="http://val.serc.iisc.ernet.in/Codes/FM_Code.zip">Matlab <span style="text-decoration: underline;">code</span></a>]</span></span><span lang="EN-US"><span class="SpellE"> [<a href="http://www.serc.iisc.ernet.in/%7Evenky/ResulsForRandomPairs.html">results</a>] </span></span>
</li><li>Naresh
Kumar M. S., Priti Parate
and R. Venkatesh Babu, Fragment-based Real-time Object Tracking: A
Sparse Representation Approach, in IEEE International Conference on
Image Processing (ICIP), pp. 433-436, Orlando, Florida, USA, 2012. <span lang="EN-US"><span class="SpellE">[<a href="http://www.serc.iisc.ernet.in/~venky/Papers/sparse_tracking_icip12.pdf">pdf</a>] </span></span><span lang="EN-US"><span class="SpellE">[<a href="http://www.serc.iisc.ernet.in/~venky/Papers/tracking_poster_icip12.jpg">poster</a>] </span></span><span lang="EN-US"><span class="SpellE">[<a href="http://www.serc.iisc.ernet.in/%7Evenky/tracking_results/">results</a>] </span></span><span lang="EN-US"><span class="SpellE"> </span></span><span lang="EN-US"><span class="SpellE">[<a href="http://www.serc.iisc.ernet.in/%7Evenky/tracking_code.zip">Matlab <span style="text-decoration: underline;">code</span></a>][<a href="http://www.serc.iisc.ernet.in/%7Evenky/videos.zip">Videos</a>]</span></span><span lang="EN-US"><span class="SpellE"></span></span>
</li><li>Neelam Sinha and R. Venkatesh Babu, Optic Disk Localization
using L1 minimization, in IEEE International Conference on Image
Processing (ICIP), pp. 2829-2832, Orlando, Florida, USA, 2012. <span lang="EN-US"><span class="SpellE">[<a href="http://www.serc.iisc.ernet.in/~venky/Papers/sparse_OD_detection_icip12.pdf">pdf</a>] </span></span> <span lang="EN-US"><span class="SpellE">[<a href="http://www.serc.iisc.ernet.in/%7Evenky/OD_results/">results</a>] [<a href="http://www.serc.iisc.ernet.in/%7Evenky/OD_detect_code.zip">Matlab code</a>]</span></span>
</li><li>Vennila
Megavannan, Bhuvnesh Agarwal and R. Venkatesh Babu, Human Action
Recognition Using Depth Maps, in International Conference on Signal
Processing and Communications (SPCOM), 2012. <span lang="EN-US"><span class="SpellE">[<a href="http://www.serc.iisc.ernet.in/~venky/Papers/kinect_action_recognition_spcom12.pdf">pdf</a>]</span></span>
</li><li>Neelam
Sinha and R. Venkatesh Babu, Sparse Representation for Optic Disk
Detection, in International Conference on Signal Processing and
Communications (SPCOM), 2012. <span lang="EN-US"><span class="SpellE">[<a href="http://www.serc.iisc.ernet.in/~venky/Papers/optic_disk_spcom12.pdf">pdf</a>]</span></span>
</li><li>S. Kartick, S. Suresh and R. Venkatesh Babu, <big><font size="2"><big>Meta-Cognitive Neuro Fuzzy Inference System for Human Emotion Recognition</big></font></big>, in IJCNN 2012.<br>
<span lang="EN-US"></span></li><li><span lang="EN-US">G. Krishna Vinay, Sk. M. Haque, R. <span class="SpellE">Venkatesh</span> <span class="SpellE">Babu
and K.R.Ramakrishnan, Human Detection using Sparse Representation, in
IEEE International Conference on Acoustic Speech and Signal
Processing (ICASSP), pp. </span></span>1513 - 1516, <span lang="EN-US"><span class="SpellE">2012. [<a href="http://www.serc.iisc.ernet.in/~venky/Papers/ICASSP12_paper.pdf">pdf</a>]<span style="font-family: Default Monospace,Courier New,Courier,monospace;"> </span></span></span><br>
<span lang="EN-US"></span></li><li><span lang="EN-US">R. <span class="SpellE">Venkatesh</span> <span class="SpellE">Babu</span> and
S. Suresh</span>, Fully Complex-valued ELM Classifiers for Human Action Recognition, in IJCNN 2011, pp. 2803-2308. [<a href="http://www.serc.iisc.ernet.in/~venky/Papers/rvb_ijcnn11.pdf">pdf</a>]<br>
<span lang="EN-US"><span class="SpellE"></span></span></li><li><span lang="EN-US"><span class="SpellE">Chhabi</span> Nigam, R. <span class="SpellE">Venkatesh</span>
<span class="SpellE">Babu</span>, S. Kumar Raja and K. R. <span class="SpellE">Ramakrishnan</span>,
Feature Fusion for Robust Object Tracking with Fragmented Particles, in
ICDSC
2007. [<a href="http://www.serc.iisc.ernet.in/~venky/Papers/rvb_icdsc07.pdf">pdf</a>]<br>
</span></li><li><span lang="EN-US"><span class="SpellE">Jaideep</span> <span class="SpellE">Jeykar</span>, R. <span class="SpellE">Venkatesh</span> <span class="SpellE">Babu</span> and
K. R. <span class="SpellE">Ramakrishnan</span>, Robust Object Tracking
Using Local Kernels
and Background Information, in ICIP 2007.<o:p> [<a href="http://www.serc.iisc.ernet.in/~venky/Papers/rvb_icip07.pdf">pdf</a>]</o:p></span></li><li><span lang="EN-US">R. <span class="SpellE">Venkatesh</span> <span class="SpellE">Babu</span>,
S. Suresh and A. <span class="SpellE">Makur</span>, Robust Object
Tracking with Radial Basis Function
Networks, in IEEE International Conference on Acoustics, Speech, and
Signal
Processing (ICASSP) , <span class="SpellE">vol</span> 1, pp.
937-940, 2007. [<a href="http://www.serc.iisc.ernet.in/~venky/Papers/rvb_icassp07.pdf">pdf</a>]<br>
</span></li><li><span lang="EN-US">R. <span class="SpellE">Venkatesh</span> <span class="SpellE">Babu</span>
and A. <span class="SpellE">Makur</span>, Kernel-based Spatial-Color
Modeling for Fast Moving
Object Tracking, in IEEE International Conference on Acoustics, Speech,
and
Signal Processing (ICASSP), vol. 1, pp. 901-904, 2007.<o:p> [<a href="http://www.serc.iisc.ernet.in/~venky/Papers/rvb_icassp07a.pdf">pdf</a>]</o:p></span></li><li><span lang="EN-US">R. <span class="SpellE">Venkatesh</span> <span class="SpellE">Babu</span>
and S. Suresh, GAP-RBF
based NR Image Quality Measurement for JPEG coded Images, in the
proceedings of
the 5<sup>th</sup> Indian Conference on Computer Vision Graphics and
Image
Processing (ICVGIP), LNCS-4338, pp. 718-727, 2006. <br>
</span></li><li><span lang="EN-US">R. <span class="SpellE">Venkatesh</span> <span class="SpellE">Babu</span>
and <span class="SpellE">Anamitra</span> <span class="SpellE">Makur</span>,
Object-based
Surveillance Video Compression using Foreground Motion Compensation, in
the
Proceedings of the 9th International Conference on Control, Automation,
Robotics and Vision (ICARCV), pp. 458-463, 2006.<o:p> [<a href="http://www.serc.iisc.ernet.in/~venky/Papers/rvb_icarcv06.pdf">pdf</a>]</o:p></span></li><li><span lang="EN-US">S. Suresh, R. <span class="SpellE">Venkatesh</span> <span class="SpellE">Babu</span> and N. <span class="SpellE">Sundararajan</span>,
Image Quality Measurement Using Extreme
Sparse Learning Machine, in the Proceedings of the 9th International
Conference
on Control, Automation, Robotics and Vision (ICARCV), pp. 560-565, 2006.</span></li><li><span lang="EN-US">R. <span class="SpellE">Venkatesh</span> <span class="SpellE">Babu</span>,
Patrick Perez and
Patrick <span class="SpellE">Bouthemy</span>, Kernel-Based Robust
Tracking for
Objects undergoing Occlusion, in proceedings of Asian Conference on
Computer
Vision (ACCV), LNCS-3852, pp. 353-362, 2006.<o:p><br>
</o:p></span></li><li><span lang="EN-US">R. <span class="SpellE">Venkatesh</span> <span class="SpellE">Babu</span>,
Patrick Perez and
Patrick <span class="SpellE">Bouthemy</span>, Robust Tracking with
Motion
Estimation and Kernel-Based Color Modeling, in IEEE International
Conference on
Image Processing (ICIP 2005), Vol. 1, pp. 717-720, <span class="SpellE">Genova</span>, Italy, 2005. [<a href="http://www.serc.iisc.ernet.in/~venky/Papers/rvb_icip05b.pdf">pdf</a>]<br>
</span></li><li><span lang="EN-US">R. <span class="SpellE">Venkatesh</span> <span class="SpellE">Babu</span>
and Andrew <span class="SpellE">Perkis</span>, An HVS-Based
No-Reference Perceptual Quality
Assessment of JPEG Coded Images Using Neural Networks, in IEEE
International
Conference on Image Processing (ICIP 2005), Vol. 1, pp. 433-436, <span class="SpellE">Genova</span>, Italy, 2005.<o:p> [<a href="http://www.serc.iisc.ernet.in/~venky/Papers/rvb_icip05a.pdf">pdf</a>] </o:p></span></li><li><span lang="EN-US">R. <span class="SpellE">Venkatesh</span> <span class="SpellE">Babu</span>,
<span class="SpellE">Ajit</span> <span class="SpellE">Bopardikar</span>,
Andrew <span class="SpellE">Perkis</span> and Odd <span class="SpellE">Inge</span>
<span class="SpellE">Hillestad</span>, No-Reference Metrics for Video
Streaming
Applications, in the 14th International Packet Video Workshop
(PV-2004),
December 13-14, University of California, Irvine, 2004. [<a href="http://www.serc.iisc.ernet.in/~venky/Papers/rvb_pv2004.pdf">pdf</a>]<br>
</span></li><li><span lang="EN-US">R. <span class="SpellE">Venkatesh</span> <span class="SpellE">Babu</span>,
<span class="SpellE">Ajit</span> <span class="SpellE">Bopardikar</span>
and Andrew <span class="SpellE">Perkis</span>, A Perceptual No-
Reference <span class="SpellE">Blockiness</span>
Metric for JPEG Images, in 4<sup>th</sup> Indian Conference on Computer
Vision,
Graphics and Image Processing (ICVGIP 2004), December 16 - 18, Kolkata,
India,
2004.<o:p> [<a href="http://www.serc.iisc.ernet.in/~venky/Papers/rvb_icvgip04.pdf">pdf</a>] [<a href="http://www.serc.iisc.ernet.in/~venky/Papers/image_quality.m">Matlab Code</a>]<br>
</o:p></span></li><li><span lang="EN-US">R. <span class="SpellE">Venkatesh</span> <span class="SpellE">Babu</span>,
<span class="SpellE">Ajit</span> <span class="SpellE">Bopardikar</span>,
Andrew <span class="SpellE">Perkis</span> and Odd <span class="SpellE">Inge</span>
<span class="SpellE">Hillestad</span>, A No-Reference Measure for the
effect of
Packet-loss in Video Streaming Over IP, in the Proceedings of the 11<sup>th</sup>
International Workshop on Systems, Signals and Image Processing,
(IWSSIP 04),
September 13-15, Poznan, Poland, 2004.</span></li><li><span lang="EN-US">Andrew <span class="SpellE">Perkis</span>, R. <span class="SpellE">Venkatesh</span>
<span class="SpellE">Babu</span> and <span class="SpellE">Peder</span>
<span class="SpellE">Drege</span>, A <span class="SpellE">QoS</span>-Driven
UMA Viewer in
MPEG-21 Framework, in the Proceedings of the 12<sup>th</sup> European
Signal
Processing Conference (EUSIPCO-2004), September 6-10, Vienna, Austria,
2004.<o:p> </o:p></span></li><li><span lang="EN-US">K. <span class="SpellE">Kalapriya</span>, R. <span class="SpellE">Venkatesh</span>
<span class="SpellE">Babu</span> and S. <span class="SpellE">Nandhy</span>
, Streaming
Stored Playback video over a peer-to-peer network, in the Proceedings
of the
IEEE International Conference on Communication (ICC-2004) , Vol. 3, pp.
1298-1302</span><span style="font-family: "Arial","sans-serif";" lang="EN-US">, </span><span lang="EN-US">June 20 - 24, Paris, France,
2004. [<a href="http://www.serc.iisc.ernet.in/~venky/Papers/rvb_icc04.pdf">pdf</a>]<br>
</span></li><li><span lang="EN-US">Odd <span class="SpellE">Inge</span> <span class="SpellE">Hillestad</span>,
R. <span class="SpellE">Venkatesh</span> <span class="SpellE">Babu</span>,
<span class="SpellE">Ajit</span> <span class="SpellE">Bopardikar</span>
and Andrew <span class="SpellE">Perkis</span>, Video Quality
Evaluation for UMA, in the
Proceedings of the International Workshop on Image Analysis for
Multimedia
Interactive Services (WIAMIS-2004), April 21-23, Lisbon, 2004.<o:p> </o:p></span></li><li><span lang="EN-US">R. <span class="SpellE">Venkatesh</span> <span class="SpellE">Babu</span>
and K. R. <span class="SpellE">Ramakrishnan</span>, Compressed Domain
Human Action Recognition
using Motion History Information, In the Proceedings of the IEEE
International
Conference on Image Processing (ICIP-2003), vol. 3, pp. 321-324,</span><span style="font-family: "Arial","sans-serif";" lang="EN-US"> </span><span lang="EN-US">September
14 - 17, Barcelona, Spain, 2003. [<a href="http://www.serc.iisc.ernet.in/~venky/Papers/rvb_icip03.pdf">pdf</a>]<br>
</span></li><li><span lang="EN-US">R. <span class="SpellE">Venkatesh</span> <span class="SpellE">Babu</span>
and K. R. <span class="SpellE">Ramakrishnan</span>, Background Sprite
Generation Using MPEG
Motion Vectors, In Proceedings of the 3<sup>rd</sup> Indian Conference
on
Computer Vision, Graphics and Image Processing (ICVGIP 2002). <span class="GramE">pp. 7-12, December 16 - 18, <span class="SpellE">Ahmedabad</span>,
India, 2002.</span><o:p> [<a href="http://www.serc.iisc.ernet.in/~venky/Papers/rvb_icvgip02.pdf">pdf</a>]</o:p></span></li><li><span lang="EN-US">R. <span class="SpellE">Venkatesh</span> <span class="SpellE">Babu</span>
and K. R. <span class="SpellE">Ramakrishnan</span>, Content-based
Video Retrieval using Motion
Descriptors Extracted from Compressed Domain, In Proceedings of the
IEEE
International Symposium on Circuits and Systems (ISCAS-2002), vol. IV,
pp.
141-144, May 26 - 29, Scottsdale, Arizona, USA, 2002. [<a href="http://www.serc.iisc.ernet.in/~venky/Papers/rvb_iscas02.pdf">pdf</a>]<br>
</span></li><li><span lang="EN-US">R. <span class="SpellE">Venkatesh</span> <span class="SpellE">Babu</span>
and K. R. <span class="SpellE"><span class="GramE">Ramakrishnan</span></span><span class="GramE">,</span>
Compressed Domain Motion Segmentation for Video Object Extraction, In
Proceedings of the IEEE International Conference on Acoustics, Speech,
and
Signal Processing (ICASSP-2002), vol. IV, pp. 3788-3791, May 13-17,
Orlando,
Florida, USA, 2002.<o:p> [<a href="http://www.serc.iisc.ernet.in/~venky/Papers/rvb_icassp02.pdf">pdf</a>]</o:p></span></li><li><span lang="EN-US">R. <span class="SpellE">Venkatesh</span> <span class="SpellE">Babu</span>,
B. <span class="SpellE">Anantharaman</span>, K. R. <span class="SpellE">Ramakrishnan</span>
and S. H. <span class="SpellE">Srinivasan</span>, Compressed domain
action
classification using HMM, In Proceedings of the IEEE Workshop on
Content-based
Access of Image and Video Libraries (CBAIVL-2001), pp. 44-49, Dec. 14,
Kauai,
Hawaii USA, 2001.</span></li><li><span lang="EN-US">R. <span class="SpellE">Venkatesh</span> <span class="SpellE">Babu</span>,
K. R. <span class="SpellE">Ramakrishnan</span> and S. H. <span class="SpellE">Srinivasan</span>,
Video Object Segmentation: A Compressed Domain Approach, In the
Proceedings of
the Tenth Annual Symposium of the IEEE Bangalore Section on Multimedia
Communications and Signal Processing, pp. 97-101, Nov. 23-24,
Bangalore, 2001</span></li></ul><ul style="text-align: left;">
</ul>
</div>
</div>
</div>
<br>
<br>
<footer>
<div class="row">
<div class="col-lg-12">
<p>Code released under the <a href="https://github.com/thomaspark/bootswatch/blob/gh-pages/LICENSE">MIT License</a>.</p>
<p>Based on <a href="http://getbootstrap.com" rel="nofollow">Bootstrap</a>. Icons from <a href="http://fortawesome.github.io/Font-Awesome/" rel="nofollow">Font Awesome</a>. Web fonts from <a href="http://www.google.com/webfonts" rel="nofollow">Google</a>.</p>
</div>
</div>
</footer>
</div>
<script src="https://code.jquery.com/jquery-1.10.2.min.js"></script>
<script src="../bower_components/bootstrap/dist/js/bootstrap.min.js"></script>
<script src="../assets/js/bootswatch.js"></script>
<script type="text/javascript">
/* <![CDATA[ */
(function(){try{var s,a,i,j,r,c,l=document.getElementsByTagName("a"),t=document.createElement("textarea");for(i=0;l.length-i;i++){try{a=l[i].getAttribute("href");if(a&&a.indexOf("/cdn-cgi/l/email-protection") > -1 && (a.length > 28)){s='';j=27+ 1 + a.indexOf("/cdn-cgi/l/email-protection");if (a.length > j) {r=parseInt(a.substr(j,2),16);for(j+=2;a.length>j&&a.substr(j,1)!='X';j+=2){c=parseInt(a.substr(j,2),16)^r;s+=String.fromCharCode(c);}j+=1;s+=a.substr(j,a.length-j);}t.innerHTML=s.replace(/</g,"<").replace(/>/g,">");l[i].setAttribute("href","mailto:"+t.value);}}catch(e){}}}catch(e){}})();
/* ]]> */
</script>
</body>
</html>