-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpapers.bib
More file actions
5892 lines (5574 loc) · 277 KB
/
papers.bib
File metadata and controls
5892 lines (5574 loc) · 277 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
@article{10.1145/3768343,
author = {Zhang, Ruisi and Rajarathnam, Rachel Selina and Pan, David and Koushanfar, Farinaz},
title = {AutoMarks: A GNN-based Automated Physical Design Watermarking Framework},
year = {2025},
publisher = {Association for Computing Machinery},
address = {New York, NY, USA},
issn = {1084-4309},
url = {https://doi.org/10.1145/3768343},
doi = {10.1145/3768343},
journal = {ACM Trans. Des. Autom. Electron. Syst.},
url = {https://raw.githubusercontent.com/ACESLabUCSD/website-bib/refs/heads/main/Papers/2025/automarks.pdf},
}
@article{sheybani2025gottahashemall,
title = {Gotta Hash 'Em All! Speeding Up Hash Functions for Zero-Knowledge Proof Applications},
author = {Nojan Sheybani and Tengkai Gong and Anees Ahmed and Nges Brian Njungle and Michel Kinsy and Farinaz Koushanfar},
year = {2025},
eprint = {2501.18780},
archivePrefix = {arXiv},
primaryClass = {cs.CR},
url = {https://raw.githubusercontent.com/ACESLabUCSD/website-bib/refs/heads/main/Papers/2025/gotta_hash_em_all.pdf},
}
@article{zhang2025robustsecurecodewatermarking,
title = {Robust and Secure Code Watermarking for Large Language Models via ML/Crypto Codesign},
author = {Ruisi Zhang and Neusha Javidnia and Nojan Sheybani and Farinaz Koushanfar},
year = {2025},
eprint = {2502.02068},
archivePrefix = {arXiv},
primaryClass = {cs.CR},
url = {https://raw.githubusercontent.com/ACESLabUCSD/website-bib/refs/heads/main/Papers/2025/robust_secure_code_watermarking.pdf},
}
@article{syros2025droppoisondilutionknowledge,
title = {DROP: Poison Dilution via Knowledge Distillation for Federated Learning},
author = {Georgios Syros and Anshuman Suri and Farinaz Koushanfar and Cristina Nita-Rotaru and Alina Oprea},
year = {2025},
eprint = {2502.07011},
archivePrefix = {arXiv},
primaryClass = {cs.LG},
url = {https://raw.githubusercontent.com/ACESLabUCSD/website-bib/refs/heads/main/Papers/2025/drop.pdf}
}
@article{sheybani2025zeroknowledgeproofframeworkssystematic,
title = {Zero-Knowledge Proof Frameworks: A Systematic Survey},
author = {Nojan Sheybani and Anees Ahmed and Michel Kinsy and Farinaz Koushanfar},
year = {2025},
eprint = {2502.07063},
archivePrefix = {arXiv},
primaryClass = {cs.CR},
url = {https://raw.githubusercontent.com/ACESLabUCSD/website-bib/refs/heads/main/Papers/2025/zkp_survey.pdf}
}
@article{10930928,
author = {Zhang, Ruisi and Selina Rajarathnam, Rachel and Pan, David Z. and Koushanfar, Farinaz},
journal = {IEEE Transactions on Computer-Aided Design of Integrated Circuits and Systems},
title = {ICMarks: A Robust Watermarking Framework for Integrated Circuit Physical Design IP Protection},
year = {2025},
volume = {44},
number = {10},
pages = {3910-3923},
doi = {10.1109/TCAD.2025.3552503},
url = {https://raw.githubusercontent.com/ACESLabUCSD/website-bib/refs/heads/main/Papers/2025/icmarks.pdf}
}
@INPROCEEDINGS{10983416,
author = {Javidnia, Neusha and Rouhani, Bita Darvish and Koushanfar, Farinaz},
booktitle = {2025 IEEE Custom Integrated Circuits Conference (CICC)},
title = {Key, Value, Compress: A Systematic Exploration of KV Cache Compression Techniques},
year = {2025},
volume = {},
number = {},
pages = {1-3},
keywords = {Systematics;Image coding;Large language models;Instruments;Taxonomy;Redundancy;Graphics processing units;Focusing;Throughput;Integrated circuit modeling},
doi = {10.1109/CICC63670.2025.10983416},
url = {https://raw.githubusercontent.com/ACESLabUCSD/website-bib/refs/heads/main/Papers/2025/Key_Value_Compress_A_Systematic_Exploration_of_KV_Cache_Compression_Techniques.pdf}
}
@article{shabgahi2025mergeguardefficientthwartingtrojan,
title = {MergeGuard: Efficient Thwarting of Trojan Attacks in Machine Learning Models},
author = {Soheil Zibakhsh Shabgahi and Yaman Jandali and Farinaz Koushanfar},
year = {2025},
eprint = {2505.04015},
archivePrefix = {arXiv},
primaryClass = {cs.CR},
url = {https://raw.githubusercontent.com/ACESLabUCSD/website-bib/refs/heads/main/Papers/2025/mergeguard.pdf}
}
@INPROCEEDINGS{11023366,
author = {Chang, Jung-Woo and Sun, Ke and Xia, David and Zhang, Xinyu and Koushanfar, Farinaz},
booktitle = {2025 IEEE Symposium on Security and Privacy (SP)},
title = {EveGuard: Defeating Vibration-based Side-Channel Eavesdropping with Audio Adversarial Perturbations},
year = {2025},
volume = {},
number = {},
pages = {4534-4552},
keywords = {Vibrations;Training;Translation;Perturbation methods;Radar detection;Radar;Sensors;Security;Protection;Eavesdropping;eavesdropping;vibrations;optical sensors;motion sensors;adversarial machine learning;acoustics;mmwave radar},
doi = {10.1109/SP61157.2025.00235},
url = {https://raw.githubusercontent.com/ACESLabUCSD/website-bib/refs/heads/main/Papers/2025/eve_guard.pdf}
}
@article{liao2025learningdynamiccombinatorialoptimization,
title = {Learning for Dynamic Combinatorial Optimization without Training Data},
author = {Yiqiao Liao and Farinaz Koushanfar and Parinaz Naghizadeh},
year = {2025},
eprint = {2505.19497},
archivePrefix = {arXiv},
primaryClass = {cs.LG},
url = {https://raw.githubusercontent.com/ACESLabUCSD/website-bib/refs/heads/main/Papers/2025/learning_for_dynamic_combinatorial_optimization_without_training_data.pdf}
}
@article{zhang2025attestllmefficientattestationframework,
title = {AttestLLM: Efficient Attestation Framework for Billion-scale On-device LLMs},
author = {Ruisi Zhang and Yifei Zhao and Neusha Javidnia and Mengxin Zheng and Farinaz Koushanfar},
year = {2025},
eprint = {2509.06326},
archivePrefix = {arXiv},
primaryClass = {cs.CR},
url = {https://raw.githubusercontent.com/ACESLabUCSD/website-bib/refs/heads/main/Papers/2025/AttestLLM.pdf}
}
@article{shabgahi2025fortifaifendingrecursivetraining,
title = {ForTIFAI: Fending Off Recursive Training Induced Failure for AI Model Collapse},
author = {Soheil Zibakhsh Shabgahi and
Pedram Aghazadeh and
Azalia Mirhoseini and
Farinaz Koushanfar},
year = {2025},
eprint = {2509.08972},
archivePrefix = {arXiv},
primaryClass = {cs.AI},
url = {https://raw.githubusercontent.com/ACESLabUCSD/website-bib/refs/heads/main/Papers/2025/fortifai.pdf},
}
@article{sheybani2025zorrozeroknowledgerobustnessprivacy,
title = {ZORRO: Zero-Knowledge Robustness and Privacy for Split Learning (Full Version)},
author = {Nojan Sheybani and
Alessandro Pegoraro and
Jonathan Knauer and
Phillip Rieger and
Elissa Mollakuqe and
Farinaz Koushanfar and
Ahmad-Reza Sadeghi},
year = {2025},
eprint = {2509.09787},
archivePrefix = {arXiv},
primaryClass = {cs.CR},
url = {https://raw.githubusercontent.com/ACESLabUCSD/website-bib/refs/heads/main/Papers/2025/ZORRO.pdf},
}
@article{jandali2025optimizingprivacypreservingprimitivessupport,
title = {Optimizing Privacy-Preserving Primitives to Support LLM-Scale Applications},
author = {Yaman Jandali and
Ruisi Zhang and
Nojan Sheybani and
Farinaz Koushanfar},
year = {2025},
eprint = {2509.25072},
archivePrefix = {arXiv},
primaryClass = {cs.CR},
url = {https://raw.githubusercontent.com/ACESLabUCSD/website-bib/refs/heads/main/Papers/2025/optimizing_privacy-preserving_primitives_to_support_LLM-scale_applications.pdf},
}
@article{DBLP:journals/dt/ChenFRZK24,
author = {Huili Chen and
Cheng Fu and
Bita Darvish Rouhani and
Jishen Zhao and
Farinaz Koushanfar},
title = {Intellectual Property Protection of Deep-Learning Systems via Hardware/Software
Co-Design},
journal = {{IEEE} Des. Test},
volume = {41},
number = {2},
pages = {23--31},
year = {2024},
url = {https://raw.githubusercontent.com/ACESLabUCSD/website-bib/refs/heads/main/Papers/2024/Intellectual_Property_Protection_of_Deep-Learning_Systems_via_Hardware_Software_Co-Design.pdf},
doi = {10.1109/MDAT.2023.3303435},
timestamp = {Sat, 16 Mar 2024 00:00:00 +0100},
biburl = {https://dblp.org/rec/journals/dt/ChenFRZK24.bib},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@article{DBLP:journals/natmi/HeydaribeniZZEK24,
author = {Nasimeh Heydaribeni and
Xinrui Zhan and
Ruisi Zhang and
Tina Eliassi{-}Rad and
Farinaz Koushanfar},
title = {Distributed constrained combinatorial optimization leveraging hypergraph
neural networks},
journal = {Nat. Mac. Intell.},
volume = {6},
number = {6},
pages = {664--672},
year = {2024},
url = {https://raw.githubusercontent.com/ACESLabUCSD/website-bib/refs/heads/main/Papers/2024/2311.09375v2.pdf},
doi = {10.1038/S42256-024-00833-7},
timestamp = {Fri, 02 Aug 2024 01:00:00 +0200},
biburl = {https://dblp.org/rec/journals/natmi/HeydaribeniZZEK24.bib},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@article{DBLP:journals/tecs/ZhangSHHK24,
author = {Xinqiao Zhang and
Mohammad Samragh and
Siam U. Hussain and
Ke Huang and
Farinaz Koushanfar},
title = {Scalable Binary Neural Network Applications in Oblivious Inference},
journal = {{ACM} Trans. Embed. Comput. Syst.},
volume = {23},
number = {3},
pages = {45:1--45:18},
year = {2024},
url = {https://raw.githubusercontent.com/ACESLabUCSD/website-bib/refs/heads/main/Papers/2024/3607192.pdf},
doi = {10.1145/3607192},
timestamp = {Thu, 04 Jul 2024 01:00:00 +0200},
biburl = {https://dblp.org/rec/journals/tecs/ZhangSHHK24.bib},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@article{DBLP:journals/tetc/SheybaniZHK24,
author = {Nojan Sheybani and
Xinqiao Zhang and
Siam Umar Hussain and
Farinaz Koushanfar},
title = {SenseHash: Computing on Sensor Values Mystified at the Origin},
journal = {{IEEE} Trans. Emerg. Top. Comput.},
volume = {12},
number = {2},
pages = {508--520},
year = {2024},
url = {https://raw.githubusercontent.com/ACESLabUCSD/website-bib/refs/heads/main/Papers/2024/SenseHash_Computing_on_Sensor_Values_Mystified_at_the_Origin.pdf},
doi = {10.1109/TETC.2022.3217488},
timestamp = {Thu, 04 Jul 2024 01:00:00 +0200},
biburl = {https://dblp.org/rec/journals/tetc/SheybaniZHK24.bib},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@article{DBLP:journals/trets/WengMLKASMKDDK24,
author = {Olivia Weng and
Gabriel Marcano and
Vladimir Loncar and
Alireza Khodamoradi and
G. Abarajithan and
Nojan Sheybani and
Andres Meza and
Farinaz Koushanfar and
Kristof Denolf and
Javier Mauricio Duarte and
Ryan Kastner},
title = {Tailor: Altering Skip Connections for Resource-Efficient Inference},
journal = {{ACM} Trans. Reconfigurable Technol. Syst.},
volume = {17},
number = {1},
pages = {11:1--11:23},
year = {2024},
url = {https://raw.githubusercontent.com/ACESLabUCSD/website-bib/refs/heads/main/Papers/2024/3624990.pdf},
doi = {10.1145/3624990},
timestamp = {Mon, 15 Apr 2024 01:00:00 +0200},
biburl = {https://dblp.org/rec/journals/trets/WengMLKASMKDDK24.bib},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@inproceedings{DBLP:conf/aaaiss/SheybaniK24,
author = {Nojan Sheybani and
Farinaz Koushanfar},
editor = {Ron P. A. Petrick and
Christopher W. Geib},
title = {You Can Have Your Cake and Eat It Too: Ensuring Practical Robustness
and Privacy in Federated Learning},
booktitle = {Proceedings of the {AAAI} 2024 Spring Symposium Series, Stanford,
CA, USA, March 25-27, 2024},
pages = {316},
publisher = {{AAAI} Press},
year = {2024},
url = {https://raw.githubusercontent.com/ACESLabUCSD/website-bib/refs/heads/main/Papers/2024/31225-Article%20Text-35281-1-2-20240520%20(2).pdf},
doi = {10.1609/AAAISS.V3I1.31225},
timestamp = {Mon, 03 Jun 2024 16:39:00 +0200},
biburl = {https://dblp.org/rec/conf/aaaiss/SheybaniK24.bib},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@inproceedings{DBLP:conf/uss/ZhangHNK24,
author = {Ruisi Zhang and
Shehzeen Samarah Hussain and
Paarth Neekhara and
Farinaz Koushanfar},
editor = {Davide Balzarotti and
Wenyuan Xu},
title = {{REMARK-LLM:} {A} Robust and Efficient Watermarking Framework for
Generative Large Language Models},
booktitle = {33rd {USENIX} Security Symposium, {USENIX} Security 2024, Philadelphia,
PA, USA, August 14-16, 2024},
publisher = {{USENIX} Association},
year = {2024},
url = {https://raw.githubusercontent.com/ACESLabUCSD/website-bib/refs/heads/main/Papers/2024/2310.12362v2.pdf},
timestamp = {Mon, 22 Jul 2024 17:10:49 +0200},
biburl = {https://dblp.org/rec/conf/uss/ZhangHNK24.bib},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@article{DBLP:journals/corr/abs-2402-17938,
author = {Ruisi Zhang and
Farinaz Koushanfar},
title = {EmMark: Robust Watermarks for {IP} Protection of Embedded Quantized
Large Language Models},
journal = {61th {ACM/IEEE} Design Automation Conference, {DAC} 2024},
pages = {1--6},
year = {2024},
url = {https://raw.githubusercontent.com/ACESLabUCSD/website-bib/refs/heads/main/Papers/2024/2402.17938v1.pdf},
doi = {10.48550/ARXIV.2402.17938},
eprinttype = {arXiv},
eprint = {2402.17938},
timestamp = {Tue, 26 Mar 2024 00:00:00 +0100},
biburl = {https://dblp.org/rec/journals/corr/abs-2402-17938.bib},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@article{DBLP:journals/corr/abs-2402-18059,
author = {Mingjia Huo and
Sai Ashish Somayajula and
Youwei Liang and
Ruisi Zhang and
Farinaz Koushanfar and
Pengtao Xie},
title = {Token-Specific Watermarking with Enhanced Detectability and Semantic
Coherence for Large Language Models},
journal = {Proceedings of the 41st international conference on machine learning},
year = {2024},
url = {https://raw.githubusercontent.com/ACESLabUCSD/website-bib/refs/heads/main/Papers/2024/2402.18059v3.pdf},
doi = {10.48550/ARXIV.2402.18059},
eprinttype = {arXiv},
eprint = {2402.18059},
timestamp = {Tue, 26 Mar 2024 00:00:00 +0100},
biburl = {https://dblp.org/rec/journals/corr/abs-2402-18059.bib},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@article{DBLP:journals/corr/abs-2404-18407,
author = {Ruisi Zhang and
Rachel Selina Rajarathnam and
David Z. Pan and
Farinaz Koushanfar},
title = {ICMarks: {A} Robust Watermarking Framework for Integrated Circuit
Physical Design {IP} Protection},
journal = {CoRR},
volume = {abs/2404.18407},
year = {2024},
url = {https://raw.githubusercontent.com/ACESLabUCSD/website-bib/refs/heads/main/Papers/2024/2404.18407v1.pdf},
doi = {10.48550/ARXIV.2404.18407},
eprinttype = {arXiv},
eprint = {2404.18407},
timestamp = {Mon, 27 May 2024 01:00:00 +0200},
biburl = {https://dblp.org/rec/journals/corr/abs-2404-18407.bib},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@article{DBLP:journals/corr/abs-2407-20544,
author = {Ruisi Zhang and
Rachel Selina Rajarathnam and
David Z. Pan and
Farinaz Koushanfar},
title = {Automated Physical Design Watermarking Leveraging Graph Neural Networks},
journal = {6th ACM/IEEE International Symposium on Machine Learning for CAD},
volume = {abs/2407.20544},
year = {2024},
url = {https://raw.githubusercontent.com/ACESLabUCSD/website-bib/refs/heads/main/Papers/2024/2407.20544v1.pdf},
doi = {10.48550/ARXIV.2407.20544},
eprinttype = {arXiv},
eprint = {2407.20544},
timestamp = {Wed, 21 Aug 2024 01:00:00 +0200},
biburl = {https://dblp.org/rec/journals/corr/abs-2407-20544.bib},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@article{DBLP:journals/iacr/PotluriK24,
author = {Seetal Potluri and
Farinaz Koushanfar},
title = {SoK: Model Reverse Engineering Threats for Neural Network Hardware},
journal = {{IACR} Cryptol. ePrint Arch.},
pages = {913},
year = {2024},
url = {https://raw.githubusercontent.com/ACESLabUCSD/website-bib/refs/heads/main/Papers/2024/2024-913.pdf},
timestamp = {Mon, 01 Jul 2024 01:00:00 +0200},
biburl = {https://dblp.org/rec/journals/iacr/PotluriK24.bib},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@article{DBLP:journals/jetc/JavaheripiCK23,
author = {Mojan Javaheripi and
Jung{-}Woo Chang and
Farinaz Koushanfar},
title = {AccHashtag: Accelerated Hashing for Detecting Fault-Injection Attacks
on Embedded Neural Networks},
journal = {{ACM} J. Emerg. Technol. Comput. Syst.},
volume = {19},
number = {1},
pages = {7:1--7:20},
year = {2023},
url = {https://raw.githubusercontent.com/ACESLabUCSD/website-bib/refs/heads/main/Papers/2023/3555808.pdf},
doi = {10.1145/3555808},
timestamp = {Sat, 29 Apr 2023 01:00:00 +0200},
biburl = {https://dblp.org/rec/journals/jetc/JavaheripiCK23.bib},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@article{DBLP:journals/pr/GiuliviJRKCHB23,
author = {Loris Giulivi and
Malhar Jere and
Loris Rossi and
Farinaz Koushanfar and
Gabriela F. Ciocarlie and
Briland Hitaj and
Giacomo Boracchi},
title = {Adversarial scratches: Deployable attacks to {CNN} classifiers},
journal = {Pattern Recognit.},
volume = {133},
pages = {108985},
year = {2023},
url = {https://raw.githubusercontent.com/ACESLabUCSD/website-bib/refs/heads/main/Papers/2023/1-s2.0-S0031320322004654-main.pdf},
doi = {10.1016/J.PATCOG.2022.108985},
timestamp = {Wed, 07 Dec 2022 00:00:00 +0100},
biburl = {https://dblp.org/rec/journals/pr/GiuliviJRKCHB23.bib},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@article{DBLP:journals/tecs/ChenZHK23,
author = {Huili Chen and
Xinqiao Zhang and
Ke Huang and
Farinaz Koushanfar},
title = {AdaTest: Reinforcement Learning and Adaptive Sampling for On-chip
Hardware Trojan Detection},
journal = {{ACM} Trans. Embed. Comput. Syst.},
volume = {22},
number = {2},
pages = {37:1--37:23},
year = {2023},
url = {https://raw.githubusercontent.com/ACESLabUCSD/website-bib/refs/heads/main/Papers/2023/3544015.pdf},
doi = {10.1145/3544015},
timestamp = {Mon, 28 Aug 2023 01:00:00 +0200},
biburl = {https://dblp.org/rec/journals/tecs/ChenZHK23.bib},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@article{DBLP:journals/tecs/ChenK23,
author = {Huili Chen and
Farinaz Koushanfar},
title = {Tutorial: Toward Robust Deep Learning against Poisoning Attacks},
journal = {{ACM} Trans. Embed. Comput. Syst.},
volume = {22},
number = {3},
pages = {42:1--42:15},
year = {2023},
url = {https://raw.githubusercontent.com/ACESLabUCSD/website-bib/refs/heads/main/Papers/2023/3574159.pdf},
doi = {10.1145/3574159},
timestamp = {Fri, 21 Jul 2023 01:00:00 +0200},
biburl = {https://dblp.org/rec/journals/tecs/ChenK23.bib},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@article{DBLP:journals/tifs/Frank0ASAK0RS23,
author = {Florian Frank and
Wenjie Xiong and
Nikolaos Athanasios Anagnostopoulos and
Andr{\'{e}} Schaller and
Tolga Arul and
Farinaz Koushanfar and
Stefan Katzenbeisser and
Ulrich R{\"{u}}hrmair and
Jakub Szefer},
title = {Abusing Commodity DRAMs in IoT Devices to Remotely Spy on Temperature},
journal = {{IEEE} Trans. Inf. Forensics Secur.},
volume = {18},
pages = {2991--3005},
year = {2023},
url = {https://raw.githubusercontent.com/ACESLabUCSD/website-bib/refs/heads/main/Papers/2023/Abusing_Commodity_DRAMs_in_IoT_Devices_to_Remotely_Spy_on_Temperature.pdf},
doi = {10.1109/TIFS.2023.3271252},
timestamp = {Tue, 16 Apr 2024 01:00:00 +0200},
biburl = {https://dblp.org/rec/journals/tifs/Frank0ASAK0RS23.bib},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@article{DBLP:journals/todaes/ZhangHCJK23,
author = {Ruisi Zhang and
Shehzeen Hussain and
Huili Chen and
Mojan Javaheripi and
Farinaz Koushanfar},
title = {Systemization of Knowledge: Robust Deep Learning using Hardware-software
co-design in Centralized and Federated Settings},
journal = {{ACM} Trans. Design Autom. Electr. Syst.},
volume = {28},
number = {6},
pages = {88:1--88:32},
year = {2023},
url = {https://raw.githubusercontent.com/ACESLabUCSD/website-bib/refs/heads/main/Papers/2023/3616868.pdf},
doi = {10.1145/3616868},
timestamp = {Sun, 10 Dec 2023 00:00:00 +0100},
biburl = {https://dblp.org/rec/journals/todaes/ZhangHCJK23.bib},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@inproceedings{DBLP:conf/allerton/WangHKJ23,
author = {Xinghan Wang and
Nasimeh Heydaribeni and
Farinaz Koushanfar and
Tara Javidi},
title = {Federated Certainty Equivalence Control for Linear Gaussian Systems
with Unknown Decoupled Dynamics and Quadratic Common Cost},
booktitle = {59th Annual Allerton Conference on Communication, Control, and Computing,
Allerton 2023, Monticello, IL, USA, September 26-29, 2023},
pages = {1--8},
publisher = {{IEEE}},
year = {2023},
url = {https://raw.githubusercontent.com/ACESLabUCSD/website-bib/refs/heads/main/Papers/2023/Federated_Certainty_Equivalence_Control_for_Linear_Gaussian_Systems_with_Unknown_Decoupled_Dynamics_and_Quadratic_Common_Cost.pdf},
doi = {10.1109/ALLERTON58177.2023.10313509},
timestamp = {Wed, 29 Nov 2023 10:22:21 +0100},
biburl = {https://dblp.org/rec/conf/allerton/WangHKJ23.bib},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@inproceedings{DBLP:conf/ccs/BabelJ0KKJ23,
author = {Kushal Babel and
Mojan Javaheripi and
Yan Ji and
Mahimna Kelkar and
Farinaz Koushanfar and
Ari Juels},
editor = {Weizhi Meng and
Christian Damsgaard Jensen and
Cas Cremers and
Engin Kirda},
title = {Lanturn: Measuring Economic Security of Smart Contracts Through Adaptive
Learning},
booktitle = {Proceedings of the 2023 {ACM} {SIGSAC} Conference on Computer and
Communications Security, {CCS} 2023, Copenhagen, Denmark, November
26-30, 2023},
pages = {1212--1226},
publisher = {{ACM}},
year = {2023},
url = {https://raw.githubusercontent.com/ACESLabUCSD/website-bib/refs/heads/main/Papers/2023/3576915.3623204.pdf},
doi = {10.1145/3576915.3623204},
timestamp = {Tue, 28 Nov 2023 00:00:00 +0100},
biburl = {https://dblp.org/rec/conf/ccs/BabelJ0KKJ23.bib},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@inproceedings{DBLP:conf/ccs/BallaK23,
author = {Shashank Balla and
Farinaz Koushanfar},
editor = {Weizhi Meng and
Christian Damsgaard Jensen and
Cas Cremers and
Engin Kirda},
title = {HELiKs: {HE} Linear Algebra Kernels for Secure Inference},
booktitle = {Proceedings of the 2023 {ACM} {SIGSAC} Conference on Computer and
Communications Security, {CCS} 2023, Copenhagen, Denmark, November
26-30, 2023},
pages = {2306--2320},
publisher = {{ACM}},
year = {2023},
url = {https://raw.githubusercontent.com/ACESLabUCSD/website-bib/refs/heads/main/Papers/2023/3576915.3623136.pdf},
doi = {10.1145/3576915.3623136},
timestamp = {Tue, 28 Nov 2023 00:00:00 +0100},
biburl = {https://dblp.org/rec/conf/ccs/BallaK23.bib},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@inproceedings{DBLP:conf/dac/ChangJK23,
author = {Jung{-}Woo Chang and
Mojan Javaheripi and
Farinaz Koushanfar},
title = {VideoFlip: Adversarial Bit Flips for Reducing Video Service Quality},
booktitle = {60th {ACM/IEEE} Design Automation Conference, {DAC} 2023, San Francisco,
CA, USA, July 9-13, 2023},
pages = {1--6},
publisher = {{IEEE}},
year = {2023},
url = {https://raw.githubusercontent.com/ACESLabUCSD/website-bib/refs/heads/main/Papers/2023/VideoFlip_Adversarial_Bit_Flips_for_Reducing_Video_Service_Quality.pdf},
doi = {10.1109/DAC56929.2023.10247863},
timestamp = {Sun, 24 Sep 2023 13:31:06 +0200},
biburl = {https://dblp.org/rec/conf/dac/ChangJK23.bib},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@inproceedings{DBLP:conf/dac/SheybaniGKK23,
author = {Nojan Sheybani and
Zahra Ghodsi and
Ritvik Kapila and
Farinaz Koushanfar},
title = {{ZKROWNN:} Zero Knowledge Right of Ownership for Neural Networks},
booktitle = {60th {ACM/IEEE} Design Automation Conference, {DAC} 2023, San Francisco,
CA, USA, July 9-13, 2023},
pages = {1--6},
publisher = {{IEEE}},
year = {2023},
url = {https://raw.githubusercontent.com/ACESLabUCSD/website-bib/refs/heads/main/Papers/2023/ZKROWNN_Zero_Knowledge_Right_of_Ownership_for_Neural_Networks.pdf},
doi = {10.1109/DAC56929.2023.10247798},
timestamp = {Sun, 24 Sep 2023 01:00:00 +0200},
biburl = {https://dblp.org/rec/conf/dac/SheybaniGKK23.bib},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@inproceedings{DBLP:conf/dac/ZhangJGBK23,
author = {Ruisi Zhang and
Mojan Javaheripi and
Zahra Ghodsi and
Amit Bleiweiss and
Farinaz Koushanfar},
title = {AdaGL: Adaptive Learning for Agile Distributed Training of Gigantic
GNNs},
booktitle = {60th {ACM/IEEE} Design Automation Conference, {DAC} 2023, San Francisco,
CA, USA, July 9-13, 2023},
pages = {1--6},
publisher = {{IEEE}},
year = {2023},
url = {https://raw.githubusercontent.com/ACESLabUCSD/website-bib/refs/heads/main/Papers/2023/AdaGL_Adaptive_Learning_for_Agile_Distributed_Training_of_Gigantic_GNNs.pdf},
doi = {10.1109/DAC56929.2023.10248003},
timestamp = {Sun, 24 Sep 2023 01:00:00 +0200},
biburl = {https://dblp.org/rec/conf/dac/ZhangJGBK23.bib},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@inproceedings{DBLP:conf/dsn/HussainHMNK23,
author = {Shehzeen Hussain and
Todd Huster and
Chris Mesterharm and
Paarth Neekhara and
Farinaz Koushanfar},
title = {ReFace: Adversarial Transformation Networks for Real-time Attacks
on Face Recognition Systems},
booktitle = {53rd Annual {IEEE/IFIP} International Conference on Dependable Systems
and Network, {DSN} 2023, Porto, Portugal, June 27-30, 2023},
pages = {302--312},
publisher = {{IEEE}},
year = {2023},
url = {https://raw.githubusercontent.com/ACESLabUCSD/website-bib/refs/heads/main/Papers/2023/ReFace_Adversarial_Transformation_Networks_for_Real-time_Attacks_on_Face_Recognition_Systems.pdf},
doi = {10.1109/DSN58367.2023.00038},
timestamp = {Tue, 15 Aug 2023 11:43:57 +0200},
biburl = {https://dblp.org/rec/conf/dsn/HussainHMNK23.bib},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@inproceedings{DBLP:conf/fpga/WengMLKSKDDK23,
author = {Olivia Weng and
Gabriel Marcano and
Vladimir Loncar and
Alireza Khodamoradi and
Nojan Sheybani and
Farinaz Koushanfar and
Kristof Denolf and
Javier Mauricio Duarte and
Ryan Kastner},
editor = {Paolo Ienne and
Zhiru Zhang},
title = {Adapting Skip Connections for Resource-Efficient {FPGA} Inference},
booktitle = {Proceedings of the 2023 {ACM/SIGDA} International Symposium on Field
Programmable Gate Arrays, {FPGA} 2023, Monterey, CA, USA, February
12-14, 2023},
pages = {229},
publisher = {{ACM}},
year = {2023},
url = {https://doi.org/10.1145/3543622.3573172},
doi = {10.1145/3543622.3573172},
timestamp = {Sat, 25 Feb 2023 00:00:00 +0100},
biburl = {https://dblp.org/rec/conf/fpga/WengMLKSKDDK23.bib},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@inproceedings{DBLP:conf/iccv/GhodsiJSZ0K23,
author = {Zahra Ghodsi and
Mojan Javaheripi and
Nojan Sheybani and
Xinqiao Zhang and
Ke Huang and
Farinaz Koushanfar},
title = {zPROBE: Zero Peek Robustness Checks for Federated Learning},
booktitle = {{IEEE/CVF} International Conference on Computer Vision, {ICCV} 2023,
Paris, France, October 1-6, 2023},
pages = {4837--4847},
publisher = {{IEEE}},
year = {2023},
url = {https://raw.githubusercontent.com/ACESLabUCSD/website-bib/refs/heads/main/Papers/2023/zPROBE_Zero_Peek_Robustness_Checks_for_Federated_Learning.pdf},
doi = {10.1109/ICCV51070.2023.00448},
timestamp = {Sun, 04 Aug 2024 01:00:00 +0200},
biburl = {https://dblp.org/rec/conf/iccv/GhodsiJSZ0K23.bib},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@inproceedings{DBLP:conf/ndss/ChangJHK23,
author = {Jung{-}Woo Chang and
Mojan Javaheripi and
Seira Hidano and
Farinaz Koushanfar},
title = {RoVISQ: Reduction of Video Service Quality via Adversarial Attacks
on Deep Learning-based Video Compression},
booktitle = {30th Annual Network and Distributed System Security Symposium, {NDSS}
2023, San Diego, California, USA, February 27 - March 3, 2023},
publisher = {The Internet Society},
year = {2023},
url = {https://raw.githubusercontent.com/ACESLabUCSD/website-bib/refs/heads/main/Papers/2023/ndss2023_s165_paper.pdf},
timestamp = {Thu, 15 Jun 2023 01:00:00 +0200},
biburl = {https://dblp.org/rec/conf/ndss/ChangJHK23.bib},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@inproceedings{DBLP:conf/ndss/SendnerCFPKSDSK23,
author = {Christoph Sendner and
Huili Chen and
Hossein Fereidooni and
Lukas Petzi and
Jan K{\"{o}}nig and
Jasper Stang and
Alexandra Dmitrienko and
Ahmad{-}Reza Sadeghi and
Farinaz Koushanfar},
title = {Smarter Contracts: Detecting Vulnerabilities in Smart Contracts with
Deep Transfer Learning},
booktitle = {30th Annual Network and Distributed System Security Symposium, {NDSS}
2023, San Diego, California, USA, February 27 - March 3, 2023},
publisher = {The Internet Society},
year = {2023},
url = {https://raw.githubusercontent.com/ACESLabUCSD/website-bib/refs/heads/main/Papers/2023/ndss2023_s263_paper.pdf},
timestamp = {Thu, 15 Jun 2023 01:00:00 +0200},
biburl = {https://dblp.org/rec/conf/ndss/SendnerCFPKSDSK23.bib},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@article{DBLP:journals/corr/abs-2304-01441,
author = {Jung{-}Woo Chang and
Nojan Sheybani and
Shehzeen Samarah Hussain and
Mojan Javaheripi and
Seira Hidano and
Farinaz Koushanfar},
title = {NetFlick: Adversarial Flickering Attacks on Deep Learning Based Video
Compression},
journal = {CoRR},
volume = {abs/2304.01441},
year = {2023},
url = {https://raw.githubusercontent.com/ACESLabUCSD/website-bib/refs/heads/main/Papers/2023/2304.01441v1.pdf},
doi = {10.48550/ARXIV.2304.01441},
eprinttype = {arXiv},
eprint = {2304.01441},
timestamp = {Thu, 20 Apr 2023 01:00:00 +0200},
biburl = {https://dblp.org/rec/journals/corr/abs-2304-01441.bib},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@article{DBLP:journals/corr/abs-2307-08549,
author = {Christoph Sendner and
Ruisi Zhang and
Alexander Hefter and
Alexandra Dmitrienko and
Farinaz Koushanfar},
title = {G-Scan: Graph Neural Networks for Line-Level Vulnerability Identification
in Smart Contracts},
journal = {CoRR},
volume = {abs/2307.08549},
year = {2023},
url = {https://raw.githubusercontent.com/ACESLabUCSD/website-bib/refs/heads/main/Papers/2023/2307.08549v1.pdf},
doi = {10.48550/ARXIV.2307.08549},
eprinttype = {arXiv},
eprint = {2307.08549},
timestamp = {Tue, 25 Jul 2023 01:00:00 +0200},
biburl = {https://dblp.org/rec/journals/corr/abs-2307-08549.bib},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@article{DBLP:journals/corr/abs-2308-00623,
author = {Patrick McDaniel and
Farinaz Koushanfar},
title = {Secure and Trustworthy Computing 2.0 Vision Statement},
journal = {CoRR},
volume = {abs/2308.00623},
year = {2023},
url = {https://raw.githubusercontent.com/ACESLabUCSD/website-bib/refs/heads/main/Papers/2023/2308.00623v1.pdf},
doi = {10.48550/ARXIV.2308.00623},
eprinttype = {arXiv},
eprint = {2308.00623},
timestamp = {Mon, 21 Aug 2023 01:00:00 +0200},
biburl = {https://dblp.org/rec/journals/corr/abs-2308-00623.bib},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@article{DBLP:journals/corr/abs-2308-02747,
author = {Nasimeh Heydaribeni and
Ruisi Zhang and
Tara Javidi and
Cristina Nita{-}Rotaru and
Farinaz Koushanfar},
title = {SureFED: Robust Federated Learning via Uncertainty-Aware Inward and Outward Inspection},
journal = {CoRR},
volume = {abs/2308.02747},
year = {2023},
url = {https://raw.githubusercontent.com/ACESLabUCSD/website-bib/refs/heads/main/Papers/2023/2308.02747v2.pdf},
doi = {10.48550/ARXIV.2308.02747},
eprinttype = {arXiv},
eprint = {2308.02747},
timestamp = {Mon, 21 Aug 2023 01:00:00 +0200},
biburl = {https://dblp.org/rec/journals/corr/abs-2308-02747.bib},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@article{DBLP:journals/corr/abs-2310-09653,
author = {Paarth Neekhara and
Shehzeen Hussain and
Rafael Valle and
Boris Ginsburg and
Rishabh Ranjan and
Shlomo Dubnov and
Farinaz Koushanfar and
Julian J. McAuley},
title = {SelfVC: Voice Conversion With Iterative Refinement using Self Transformations},
journal = {CoRR},
volume = {abs/2310.09653},
year = {2023},
url = {https://raw.githubusercontent.com/ACESLabUCSD/website-bib/refs/heads/main/Papers/2023/2310.09653v2.pdf},
doi = {10.48550/ARXIV.2310.09653},
eprinttype = {arXiv},
eprint = {2310.09653},
timestamp = {Mon, 05 Feb 2024 00:00:00 +0100},
biburl = {https://dblp.org/rec/journals/corr/abs-2310-09653.bib},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@article{DBLP:journals/corr/abs-2311-00207,
author = {Jung{-}Woo Chang and
Ke Sun and
Nasimeh Heydaribeni and
Seira Hidano and
Xinyu Zhang and
Farinaz Koushanfar},
title = {Magmaw: Modality-Agnostic Adversarial Attacks on Machine Learning-Based
Wireless Communication Systems},
journal = {CoRR},
volume = {abs/2311.00207},
year = {2023},
url = {https://raw.githubusercontent.com/ACESLabUCSD/website-bib/refs/heads/main/Papers/2023/2311.00207v1.pdf},
doi = {10.48550/ARXIV.2311.00207},
eprinttype = {arXiv},
eprint = {2311.00207},
timestamp = {Tue, 07 Nov 2023 00:00:00 +0100},
biburl = {https://dblp.org/rec/journals/corr/abs-2311-00207.bib},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@article{DBLP:journals/corr/abs-2311-17279,
author = {Soheil Zibakhsh Shabgahi and
Nojan Sheybani and
Aiden Tabrizi and
Farinaz Koushanfar},
title = {LiveTune: Dynamic Parameter Tuning for Training Deep Neural Networks},
journal = {CoRR},
volume = {abs/2311.17279},
year = {2023},
url = {https://raw.githubusercontent.com/ACESLabUCSD/website-bib/refs/heads/main/Papers/2023/2311.17279v2.pdf},
doi = {10.48550/ARXIV.2311.17279},
eprinttype = {arXiv},
eprint = {2311.17279},
timestamp = {Tue, 05 Dec 2023 00:00:00 +0100},
biburl = {https://dblp.org/rec/journals/corr/abs-2311-17279.bib},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@article{DBLP:journals/corr/abs-2311-17943,
author = {Soheil Zibakhsh Shabgahi and
Mohammad Soheil Shariff and
Farinaz Koushanfar},
title = {LayerCollapse: Adaptive compression of neural networks},
journal = {CoRR},
volume = {abs/2311.17943},
year = {2023},
url = {https://raw.githubusercontent.com/ACESLabUCSD/website-bib/refs/heads/main/Papers/2023/2311.17943v2.pdf},
doi = {10.48550/ARXIV.2311.17943},
eprinttype = {arXiv},
eprint = {2311.17943},
timestamp = {Tue, 05 Dec 2023 00:00:00 +0100},
biburl = {https://dblp.org/rec/journals/corr/abs-2311-17943.bib},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@article{DBLP:journals/corr/abs-2312-00245,
author = {Yaman Jandali and
Nojan Sheybani and
Farinaz Koushanfar},
title = {{SPAM:} Secure {\&} Private Aircraft Management},
journal = {CoRR},
volume = {abs/2312.00245},
year = {2023},
url = {https://raw.githubusercontent.com/ACESLabUCSD/website-bib/refs/heads/main/Papers/2023/2312.00245v1.pdf},
doi = {10.48550/ARXIV.2312.00245},
eprinttype = {arXiv},
eprint = {2312.00245},
timestamp = {Fri, 08 Dec 2023 00:00:00 +0100},
biburl = {https://dblp.org/rec/journals/corr/abs-2312-00245.bib},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@article{DBLP:journals/jsait/WangLJK22,
author = {Xinghan Wang and
Anusha Lalitha and
Tara Javidi and
Farinaz Koushanfar},
title = {Peer-to-Peer Variational Federated Learning Over Arbitrary Graphs},
journal = {{IEEE} J. Sel. Areas Inf. Theory},
volume = {3},
number = {2},
pages = {172--182},
year = {2022},
url = {https://raw.githubusercontent.com/ACESLabUCSD/website-bib/refs/heads/main/Papers/2022/Peer-to-Peer_Variational_Federated_Learning_Over_Arbitrary_Graphs.pdf},
doi = {10.1109/JSAIT.2022.3189051},
timestamp = {Fri, 10 Feb 2023 00:00:00 +0100},
biburl = {https://dblp.org/rec/journals/jsait/WangLJK22.bib},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@inproceedings{DBLP:conf/iccad/HussainSNZDK22,
author = {Shehzeen Hussain and
Nojan Sheybani and
Paarth Neekhara and
Xinqiao Zhang and
Javier Mauricio Duarte and
Farinaz Koushanfar},
editor = {Tulika Mitra and
Evangeline F. Y. Young and
Jinjun Xiong},
title = {FastStamp: Accelerating Neural Steganography and Digital Watermarking
of Images on FPGAs},
booktitle = {Proceedings of the 41st {IEEE/ACM} International Conference on Computer-Aided
Design, {ICCAD} 2022, San Diego, California, USA, 30 October 2022
- 3 November 2022},
pages = {41:1--41:9},
publisher = {{ACM}},
year = {2022},
url = {https://raw.githubusercontent.com/ACESLabUCSD/website-bib/refs/heads/main/Papers/2022/3508352.3549357.pdf},
doi = {10.1145/3508352.3549357},
timestamp = {Mon, 08 Apr 2024 01:00:00 +0200},
biburl = {https://dblp.org/rec/conf/iccad/HussainSNZDK22.bib},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@inproceedings{DBLP:conf/ih/Koushanfar22,
author = {Farinaz Koushanfar},
editor = {B. S. Manjunath and
Jan Butora and
Benedetta Tondi and
Claus Vielhauer},
title = {Intellectual Property {(IP)} Protection for Deep Learning and Federated
Learning Models},
booktitle = {IH{\&}MMSec '22: {ACM} Workshop on Information Hiding and Multimedia
Security, Santa Barbara, CA, USA, June 27 - 28, 2022},
pages = {5},
publisher = {{ACM}},
year = {2022},
url = {https://raw.githubusercontent.com/ACESLabUCSD/website-bib/refs/heads/main/Papers/2022/3531536.3532957.pdf},
doi = {10.1145/3531536.3532957},
timestamp = {Thu, 30 Jun 2022 17:02:33 +0200},
biburl = {https://dblp.org/rec/conf/ih/Koushanfar22.bib},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@inproceedings{DBLP:conf/nips/JavaheripiRMSRM22,
author = {Mojan Javaheripi and
Gustavo de Rosa and
Subhabrata Mukherjee and
Shital Shah and
Tomasz Religa and
Caio C{\'{e}}sar Teodoro Mendes and
S{\'{e}}bastien Bubeck and
Farinaz Koushanfar and
Debadeepta Dey},
editor = {Sanmi Koyejo and
S. Mohamed and
A. Agarwal and
Danielle Belgrave and
K. Cho and
A. Oh},
title = {LiteTransformerSearch: Training-free Neural Architecture Search for
Efficient Language Models},
booktitle = {Advances in Neural Information Processing Systems 35: Annual Conference
on Neural Information Processing Systems 2022, NeurIPS 2022, New Orleans,
LA, USA, November 28 - December 9, 2022},
year = {2022},
url = {https://raw.githubusercontent.com/ACESLabUCSD/website-bib/refs/heads/main/Papers/2022/NeurIPS-2022-litetransformersearch-training-free-neural-architecture-search-for-efficient-language-models-Paper-Conference.pdf},
timestamp = {Tue, 13 Aug 2024 01:00:00 +0200},
biburl = {https://dblp.org/rec/conf/nips/JavaheripiRMSRM22.bib},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@inproceedings{DBLP:conf/uss/NguyenRCYMFMMMZ22,
author = {Thien Duc Nguyen and
Phillip Rieger and