A Common Framework for Developing Table Understanding Models.
Pujara, J.; Rajendran, A.; Ghasemi-Gol, M.; and Szekely, P. A
In
ISWC Satellites, pages 133–136, 2019.
link
bibtex
@inproceedings{pujara2019common,
title={A Common Framework for Developing Table Understanding Models.},
author={Pujara, Jay and Rajendran, Arunkumar and Ghasemi-Gol, Majid and Szekely, Pedro A},
booktitle={ISWC Satellites},
pages={133--136},
year={2019}
}
A Comparative Study of Stress and Anxiety Prediction in Ecological Settings Using a Smart-shirt and a Smart-bracelet.
Tiwari, A.; Cassani, R.; Narayanan, S.; and Falk, T.
In
In proceedings of 41st Annual International Conference of the IEEE Engineering in Medicine and Biology Society (EMBC19), Jul 2019.
link
bibtex
@inproceedings{Tiwari2019AComparativeStudyof,
author = {Tiwari, Abhishek and Cassani, Raymundo and Narayanan, Shrikanth and Falk, Tiago},
booktitle = {In proceedings of 41st Annual International Conference of the IEEE Engineering in Medicine and Biology Society (EMBC19)},
location = {Berlin, Germany},
title = {A Comparative Study of Stress and Anxiety Prediction in Ecological Settings Using a Smart-shirt and a Smart-bracelet},
year = {2019},
month = {Jul}
}
A Gentle Introduction to Graph Neural Network (Basics, DeepWalk, and GraphSage).
Huang, K.
Feb 2019.
Paper
link
bibtex
@misc{huang_2019,
title={A Gentle Introduction to Graph Neural Network (Basics, DeepWalk, and GraphSage)}, url={https://towardsdatascience.com/a-gentle-introduction-to-graph-neural-network-basics-deepwalk-and-graphsage-db5d540d50b3},
publisher={Towards Data Science},
author={Huang, Kung-Hsiang},
year={2019},
month={Feb}}
A Grounded Unsupervised Universal Part-of-Speech Tagger for Low-Resource Languages.
Cardenas, R.; Lin, Y.; Ji, H.; and May, J.
In
Proceedings of the 2019 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies, Volume 1 (Long and Short Papers), pages 2428–2439, Minneapolis, Minnesota, June 2019. Association for Computational Linguistics
Paper
link
bibtex
abstract
1 download
@InProceedings{cardenas-EtAl:2019:N19-1,
author = {Cardenas, Ronald and Lin, Ying and Ji, Heng and May, Jonathan},
title = {A Grounded Unsupervised Universal Part-of-Speech Tagger for Low-Resource Languages},
booktitle = {Proceedings of the 2019 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies, Volume 1 (Long and Short Papers)},
month = {June},
year = {2019},
address = {Minneapolis, Minnesota},
publisher = {Association for Computational Linguistics},
pages = {2428--2439},
abstract = {Unsupervised part of speech (POS) tagging is often framed as a clustering problem, but practical taggers need to ground their clusters as well. Grounding generally requires reference labeled data, a luxury a low-resource language might not have. In this work, we describe an approach for low-resource unsupervised POS tagging that yields fully grounded output and requires no labeled training data. We find the classic method of Brown et al. (1992) clusters well in our use case and employ a decipherment-based approach to grounding. This approach presumes a sequence of cluster IDs is a `ciphertext' and seeks a POS tag-to-cluster ID mapping that will reveal the POS sequence. We show intrinsically that, despite the difficulty of the task, we obtain reasonable performance across a variety of languages. We also show extrinsically that incorporating our POS tagger into a name tagger leads to state-of-the-art tagging performance in Sinhalese and Kinyarwanda, two languages with nearly no labeled POS data available. We further demonstrate our tagger's utility by incorporating it into a true `zero-resource' variant of the MALOPA (Ammar et al., 2016) dependency parser model that removes the current reliance on multilingual resources and gold POS tags for new languages. Experiments show that including our tagger makes up much of the accuracy lost when gold POS tags are unavailable.},
url = {http://www.aclweb.org/anthology/N19-1252}
}
Unsupervised part of speech (POS) tagging is often framed as a clustering problem, but practical taggers need to ground their clusters as well. Grounding generally requires reference labeled data, a luxury a low-resource language might not have. In this work, we describe an approach for low-resource unsupervised POS tagging that yields fully grounded output and requires no labeled training data. We find the classic method of Brown et al. (1992) clusters well in our use case and employ a decipherment-based approach to grounding. This approach presumes a sequence of cluster IDs is a `ciphertext' and seeks a POS tag-to-cluster ID mapping that will reveal the POS sequence. We show intrinsically that, despite the difficulty of the task, we obtain reasonable performance across a variety of languages. We also show extrinsically that incorporating our POS tagger into a name tagger leads to state-of-the-art tagging performance in Sinhalese and Kinyarwanda, two languages with nearly no labeled POS data available. We further demonstrate our tagger's utility by incorporating it into a true `zero-resource' variant of the MALOPA (Ammar et al., 2016) dependency parser model that removes the current reliance on multilingual resources and gold POS tags for new languages. Experiments show that including our tagger makes up much of the accuracy lost when gold POS tags are unavailable.
A High-Level User-Oriented Framework for Database Evolution.
Schuler, R. E.; and Kessleman, C.
In
Proceedings of the 31st International Conference on Scientific and Statistical Database Management, of
SSDBM '19, pages 157–168, New York, NY, USA, 2019. Association for Computing Machinery
doi
link
bibtex
abstract
@inproceedings{Schuler2019,
abstract = {Databases are well suited to the task of describing and organizing research datasets, however, the difficulties of using database management systems effectively have resulted in their limited usage among domain scientists. Scientists operate in an environment that is changing steadily with new experimental protocols, instruments, and discoveries that impact what datasets they generate and how they describe and organize them. In order to manage datasets for a scientific application, scientists need to routinely revise their database schemas to reflect these changes. Unfortunately, evolving a database is one of the well-known and most difficult aspects of database usage. The conventional data definition and manipulation languages offer relatively low-level programming abstractions to perform complex database evolution tasks, and therefore require specialized technical skills not possessed by most domain scientists. A simplified means of expressing database evolution operations can reduce the effort of keeping the scientific database in sync with changing requirements. This paper presents a high-level, user-oriented, schema evolution framework with an algebra of specialized schema modification operators. The approach allows introduction of novel operators as motivated by new requirements and is amenable to well established optimization techniques for efficient planning and execution. We present the framework and its implementation, and we demonstrate its utility in an exemplar use case and performance evaluation.},
address = {{New York, NY, USA}},
author = {Schuler, Robert E. and Kessleman, Carl},
booktitle = {Proceedings of the 31st {{International Conference}} on {{Scientific}} and {{Statistical Database Management}}},
doi = {10.1145/3335783.3335787},
file = {/Users/schuler/Zotero/storage/T8CSAR3I/Schuler and Kesselman - 2019 - A High-level User-oriented Framework for Database .pdf},
isbn = {978-1-4503-6216-0},
keywords = {Database evolution,Schema evolution,Scientific databases},
pages = {157--168},
publisher = {{Association for Computing Machinery}},
series = {{{SSDBM}} '19},
title = {A {{High-Level User-Oriented Framework}} for {{Database Evolution}}},
year = {2019},
bdsk-url-1 = {https://doi.org/10.1145/3335783.3335787}}
Databases are well suited to the task of describing and organizing research datasets, however, the difficulties of using database management systems effectively have resulted in their limited usage among domain scientists. Scientists operate in an environment that is changing steadily with new experimental protocols, instruments, and discoveries that impact what datasets they generate and how they describe and organize them. In order to manage datasets for a scientific application, scientists need to routinely revise their database schemas to reflect these changes. Unfortunately, evolving a database is one of the well-known and most difficult aspects of database usage. The conventional data definition and manipulation languages offer relatively low-level programming abstractions to perform complex database evolution tasks, and therefore require specialized technical skills not possessed by most domain scientists. A simplified means of expressing database evolution operations can reduce the effort of keeping the scientific database in sync with changing requirements. This paper presents a high-level, user-oriented, schema evolution framework with an algebra of specialized schema modification operators. The approach allows introduction of novel operators as motivated by new requirements and is amenable to well established optimization techniques for efficient planning and execution. We present the framework and its implementation, and we demonstrate its utility in an exemplar use case and performance evaluation.
A Personal Visual Comfort Model: Predict Individuals Visual Comfort Using Occupant Eye Pupil Size and Machine Learning.
Cen, L.; Choi, J.; Yao, X.; Gil, Y.; Narayanan, S.; and Pentz, M.
In
In proceedings of 10th International Conference on Indoor Air Quality, Ventilation and Energy Conservation in Buildings (IAQVEC2019), Sep 2019.
link
bibtex
@inproceedings{Cen2019APersonalVisualComfort,
author = {Cen, Lingkai and Choi, Joon-Ho and Yao, Xiaomeng and Gil, Yolanda and Narayanan, Shrikanth and Pentz, Maryann},
booktitle = {In proceedings of 10th International Conference on Indoor Air Quality, Ventilation and Energy Conservation in Buildings (IAQVEC2019)},
location = {Bari, Italy},
month = {Sep},
title = {A Personal Visual Comfort Model: Predict Individuals Visual Comfort Using Occupant Eye Pupil Size and Machine Learning},
year = {2019}
}
A Personal Visual Comfort Model: Predict an Individual' s Visual Comfort Using Occupant Eye Pupil Sizes and Machine Learning.
Cen, L.; Choi, J.; Yao, X.; Gil, Y.; Narayanan, S.; and Pentz, M.
In
Tenth International Conference on Indoor Air Quality, Ventilation and Energy Conservation in Buildings, IOP Conference Series in Materials Science and Engineering (609)4, Bari, Italy, 2019.
link
bibtex
@inproceedings{cen-etal-iaqvec19,
author = {Lingkai Cen and Joon-Ho Choi and Xiaomeng Yao and Yolanda Gil and Shrikanth Narayanan and Maryann Pentz},
title = {A Personal Visual Comfort Model: Predict an Individual\textquotesingle s Visual Comfort Using Occupant Eye Pupil Sizes and Machine Learning},
booktitle = {Tenth International Conference on Indoor Air Quality, Ventilation and Energy Conservation in Buildings, IOP Conference Series in Materials Science and Engineering (609)4},
address = {Bari, Italy},
year = {2019}
}
A Secure Gateway for Enabling ASIC Design Collaborations.
Bogol, S.; Brenner, P.; Brinckman, A.; Deelman, E.; Ferreira da Silva, R.; Gupta, S.; Nabrzyski, J.; Park, S.; Perez, D.; Rynge, M.; Taylor, I.; Vahi, K.; Werf, M. V.; Sarah, R.; and Wyngaard, S.
In
11th International Workshop on Science Gateways (IWSG 2019), 2019.
Funding Acknowledgments: DARPA HR0011-16-C-0043
link
bibtex
@InProceedings{ bogol-iwsg-2019,
Title = {A Secure Gateway for Enabling ASIC Design Collaborations},
Author = {Bogol, Steve and Brenner, Paul and Brinckman, Adam and
Deelman, Ewa and Ferreira da Silva, Rafael and Gupta,
Sandeep and Nabrzyski, Jarek and Park, Soowang and Perez,
Damian and Rynge, Mats and Taylor, Ian and Vahi, Karan and
Werf, Matt Vander and Rucker Sarah and Wyngaard,
Sebastian},
BookTitle = {11th International Workshop on Science Gateways (IWSG
2019)},
Year = {2019},
Pages = {},
DOI = {},
Note = {Funding Acknowledgments: DARPA HR0011-16-C-0043}
}
A Universal Parent Model for Low-Resource Neural Machine Translation Transfer.
Gheini, M.; and May, J.
CoRR, abs/1909.06516. 2019.
Paper
link
bibtex
1 download
@article{DBLP:journals/corr/abs-1909-06516,
author = {Mozhdeh Gheini and
Jonathan May},
title = {A Universal Parent Model for Low-Resource Neural Machine Translation
Transfer},
journal = {CoRR},
volume = {abs/1909.06516},
year = {2019},
url = {http://arxiv.org/abs/1909.06516},
archivePrefix = {arXiv},
eprint = {1909.06516},
timestamp = {Mon, 23 Sep 2019 18:07:15 +0200},
biburl = {https://dblp.org/rec/journals/corr/abs-1909-06516.bib},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
A cooperative machine learning approach for pedestrian navigation in indoor IoT.
Jalal Abadi, M.; Luceri, L.; Hassan, M.; Chou, C. T.; and Nicoli, M.
Sensors, 19(21): 4609. 2019.
link
bibtex
@article{jalal2019cooperative,
title={A cooperative machine learning approach for pedestrian navigation in indoor IoT},
author={Jalal Abadi, Marzieh and Luceri, Luca and Hassan, Mahbub and Chou, Chun Tung and Nicoli, Monica},
journal={Sensors},
volume={19},
number={21},
pages={4609},
year={2019},
publisher={MDPI}
}
A modular architecture for articulatory synthesis from gestural specification.
Alexander, R.; Sorensen, T.; Toutios, A.; and Narayanan, S.
J. Acoust. Soc. Am., 146(6): 4458-4471. dec 2019.
doi
link
bibtex
@article{Alex2019Amodulararchitecturefor,
author = {Alexander, Rachel and Sorensen, Tanner and Toutios, Asterios and Narayanan, Shrikanth},
bib2html_rescat = {span},
doi = {https://doi.org/10.1121/1.5139413},
journal = {J. Acoust. Soc. Am.},
link = {http://sail.usc.edu/publications/files/Alexander-JASA2020.pdf},
month = {dec},
number = {6},
pages = {4458-4471},
title = {A modular architecture for articulatory synthesis from gestural specification},
volume = {146},
year = {2019}
}
A phenome-wide association study (PheWAS) in the Population Architecture using Genomics and Epidemiology (PAGE) study reveals potential pleiotropy in African Americans.
Pendergrass, S. A.; Buyske, S.; Jeff, J. M.; Frase, A.; Dudek, S.; Bradford, Y.; Ambite, J.; Avery, C. L.; Buzkova, P.; Deelman, E.; Fesinmeyer, M. D.; Haiman, C.; Heiss, G.; Hindorff, L. A.; Hsu, C.; Jackson, R. D.; Lin, Y.; Le Marchand, L.; Matise, T. C.; Monroe, K. R.; Moreland, L.; North, K. E.; Park, S. L.; Reiner, A.; Wallace, R.; Wilkens, L. R.; Kooperberg, C.; Ritchie, M. D.; and Crawford, D. C.
PloS one, 14: e0226771. 2019.
Paper
doi
link
bibtex
abstract
5 downloads
@article{PendergrassBuyskeJeffEtAl2019,
abstract = {We performed a hypothesis-generating phenome-wide association study (PheWAS) to identify and characterize cross-phenotype associations, where one {SNP} is associated with two or more phenotypes, between thousands of genetic variants assayed on the Metabochip and hundreds of phenotypes in 5,897 African Americans as part of the {Population Architecture using Genomics and Epidemiology} (PAGE) I study. The PAGE I study was a National Human Genome Research Institute-funded collaboration of four study sites accessing diverse epidemiologic studies genotyped on the Metabochip, a custom genotyping chip that has dense coverage of regions in the genome previously associated with cardio-metabolic traits and outcomes in mostly European-descent populations. Here we focus on identifying novel phenome-genome relationships, where SNPs are associated with more than one phenotype. To do this, we performed a PheWAS, testing each {SNP} on the Metabochip for an association with up to 273 phenotypes in the participating PAGE I study sites. We identified 133 putative pleiotropic variants, defined as SNPs associated at an empirically derived p-value threshold of p<0.01 in two or more PAGE study sites for two or more phenotype classes. We further annotated these PheWAS-identified variants using publicly available functional data and local genetic ancestry. Amongst our novel findings is SPARC rs4958487, associated with increased glucose levels and hypertension. SPARC has been implicated in the pathogenesis of diabetes and is also known to have a potential role in fibrosis, a common consequence of multiple conditions including hypertension. The SPARC example and others highlight the potential that PheWAS approaches have in improving our understanding of complex disease architecture by identifying novel relationships between genetic variants and an array of common human phenotypes.},
author = {Pendergrass, Sarah A. and Buyske, Steven and Jeff, Janina M. and Frase, Alex and Dudek, Scott and Bradford, Yuki and Ambite, Jose-Luis and Avery, Christy L. and Buzkova, Petra and Deelman, Ewa and Fesinmeyer, Megan D. and Haiman, Christopher and Heiss, Gerardo and Hindorff, Lucia A. and Hsu, Chun-Nan and Jackson, Rebecca D. and Lin, Yi and Le Marchand, Loic and Matise, Tara C. and Monroe, Kristine R. and Moreland, Larry and North, Kari E. and Park, Sungshim L. and Reiner, Alex and Wallace, Robert and Wilkens, Lynne R. and Kooperberg, Charles and Ritchie, Marylyn D. and Crawford, Dana C.},
citation-subset = {IM},
completed = {2020-04-06},
country = {United States},
doi = {10.1371/journal.pone.0226771},
issn = {1932-6203},
issn-linking = {1932-6203},
issue = {12},
journal = {PloS one},
keywords = {African Americans, genetics; Aged; Atherosclerosis, genetics; Epidemiologic Studies; Female; Genetic Pleiotropy; Genome-Wide Association Study; Humans; Male; Metagenomics; Middle Aged; Phenomics; Polymorphism, Single Nucleotide},
nlm-id = {101285081},
owner = {NLM},
pages = {e0226771},
pii = {PONE-D-19-33442},
pmc = {PMC6938343},
pmid = {31891604},
url = {https://pubmed.ncbi.nlm.nih.gov/31891604/},
pubmodel = {Electronic-eCollection},
pubstate = {epublish},
revised = {2020-04-30},
title = {A phenome-wide association study ({PheWAS}) in the {Population Architecture using Genomics and Epidemiology} ({PAGE}) study reveals potential pleiotropy in {African Americans}.},
volume = {14},
year = {2019},
bdsk-url-1 = {https://pubmed.ncbi.nlm.nih.gov/31891604/},
bdsk-url-2 = {https://doi.org/10.1371/journal.pone.0226771}}
We performed a hypothesis-generating phenome-wide association study (PheWAS) to identify and characterize cross-phenotype associations, where one SNP is associated with two or more phenotypes, between thousands of genetic variants assayed on the Metabochip and hundreds of phenotypes in 5,897 African Americans as part of the Population Architecture using Genomics and Epidemiology (PAGE) I study. The PAGE I study was a National Human Genome Research Institute-funded collaboration of four study sites accessing diverse epidemiologic studies genotyped on the Metabochip, a custom genotyping chip that has dense coverage of regions in the genome previously associated with cardio-metabolic traits and outcomes in mostly European-descent populations. Here we focus on identifying novel phenome-genome relationships, where SNPs are associated with more than one phenotype. To do this, we performed a PheWAS, testing each SNP on the Metabochip for an association with up to 273 phenotypes in the participating PAGE I study sites. We identified 133 putative pleiotropic variants, defined as SNPs associated at an empirically derived p-value threshold of p<0.01 in two or more PAGE study sites for two or more phenotype classes. We further annotated these PheWAS-identified variants using publicly available functional data and local genetic ancestry. Amongst our novel findings is SPARC rs4958487, associated with increased glucose levels and hypertension. SPARC has been implicated in the pathogenesis of diabetes and is also known to have a potential role in fibrosis, a common consequence of multiple conditions including hypertension. The SPARC example and others highlight the potential that PheWAS approaches have in improving our understanding of complex disease architecture by identifying novel relationships between genetic variants and an array of common human phenotypes.
A pipeline for large-scale simulation of population-based linkage.
Sticca, E.; Belbin, G.; Soto, J.; Shemirani, R.; Nelson, D.; Gravel, S.; Ambite, J.; Wojcik, G.; Kenny, E.; and Gignoux, C.
In
Annual Meeting of the American Society of Human Genetics, Houston, TX, 2019.
Abstract + Poster
link
bibtex
@InProceedings{sticca2019:ASHG,
author = {E.L. Sticca and G.M. Belbin and J. Soto and R. Shemirani and D. Nelson and S. Gravel and J.L. Ambite and G.L. Wojcik and E.E. Kenny and C.R. Gignoux},
title = {A pipeline for large-scale simulation of population-based linkage.},
booktitle = {Annual Meeting of the American Society of Human Genetics},
year = {2019},
address = {Houston, TX},
note = {Abstract + Poster},
}
A system for the 2019 Sentiment, Emotion and Cognitive State Task of DARPAs LORELEI project.
Martinez, V.; Ramakrishna, A.; Chiu, M.; Singla, K.; and Narayanan, S.
In
In proceedings of Proceedings of the 8th International Conference on Affective Computing Intelligent Interaction, September 2019.
link
bibtex
@inproceedings{Martinez2019Asystemforthe,
author = {Martinez, Victor and Ramakrishna, Anil and Chiu, Ming-Chang and Singla, Karan and Narayanan, Shrikanth},
booktitle = {In proceedings of Proceedings of the 8th International Conference on Affective Computing Intelligent Interaction},
location = {Cambridge, UK},
month = {September},
title = {A system for the 2019 Sentiment, Emotion and Cognitive State Task of DARPAs LORELEI project},
year = {2019}
}
A universal measure for network traceability.
Lu, X.; Horn, A. L; Su, J.; and Jiang, J.
Omega, 87: 191–204. 2019.
link
bibtex
@article{lu2019universal,
title={A universal measure for network traceability},
author={Lu, Xin and Horn, Abigail L and Su, Jiahao and Jiang, Jiang},
journal={Omega},
volume={87},
pages={191--204},
year={2019},
publisher={Elsevier}
}
AIRD: Adversarial Learning Framework for Image Repurposing Detection.
Jaiswal, A.; Wu, Y.; AbdAlmageed, W.; Masi, I.; and Natarajan, P.
CoRR, abs/1903.00788. 2019.
Paper
link
bibtex
2 downloads
@article{DBLP:journals/corr/abs-1903-00788,
author = {Ayush Jaiswal and
Yue Wu and
Wael AbdAlmageed and
Iacopo Masi and
Premkumar Natarajan},
title = {{AIRD:} Adversarial Learning Framework for Image Repurposing Detection},
journal = {CoRR},
volume = {abs/1903.00788},
year = {2019},
url = {http://arxiv.org/abs/1903.00788},
eprinttype = {arXiv},
eprint = {1903.00788},
timestamp = {Sat, 30 Mar 2019 00:00:00 +0100},
biburl = {https://dblp.org/rec/journals/corr/abs-1903-00788.bib},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
Accurately Simulating Energy Consumption of I/O-intensive Scientific Workflows.
Ferreira da Silva, R.; Orgerie, A.; Casanova, H.; Tanaka, R.; Deelman, E.; and Suter, F.
In
Computational Science – ICCS 2019, pages 138–152, 2019. Springer International Publishing
Funding Acknowledgments: NSF 1642335, NSF 1664162, DOE DE-SC0012636
doi
link
bibtex
@InProceedings{ ferreiradasilva-iccs-2019,
Author = {Ferreira da Silva, Rafael and Orgerie, Anne-C\'{e}cile and
Casanova, Henri and Tanaka, Ryan and Deelman, Ewa and
Suter, Fr\'{e}d\'{e}ric},
Title = {Accurately Simulating Energy Consumption of I/O-intensive
Scientific Workflows},
BookTitle = {Computational Science -- ICCS 2019},
Year = {2019},
Pages = {138--152},
Publisher = {Springer International Publishing},
DOI = {10.1007/978-3-030-22734-0_11},
Note = {Funding Acknowledgments: NSF 1642335, NSF 1664162, DOE
DE-SC0012636}
}
.
Toutios, A.; Byrd, D.; Goldstein, L.; and Narayanan, S. S.
Advances in vocal tract imaging and analysis. Routledge London and New York, New York, NY, Apr 2019.
link
bibtex
@inbook{Toutios2018AdvancesInVocalTractImaging,
address = {New York, NY},
author = {Toutios, Asterios and Byrd, Dani and Goldstein, Louis and Narayanan, Shrikanth S.},
bib2html_rescat = {span},
link = {},
publisher = {Routledge London and New York},
title = {Advances in vocal tract imaging and analysis},
year = {2019},
month = {Apr}
}
Advancing the international data science workforce through shared training and education.
Horn, J. D. V.; Abe, S.; Ambite, J. L.; Attwood, T. K.; Beard, N.; Bellis, L.; Bhattrai, A.; Bui, A. A. T.; Burns, G.; Fierro, L.; Gordon, J.; Grethe, J. S.; Kamdar, J.; Lei, X.; Lerman, K.; McGrath, A.; Mulder, N. J.; O'Driscoll, C.; Stewart, C.; and Tyagi, S.
F1000Research, 8: 251. 2019.
Paper
doi
link
bibtex
2 downloads
@article{DBLP:journals/f1000research/HornAAABBBBBFGGKLLMMOST19,
author = {John D. Van Horn and
Sumiko Abe and
Jos{\'{e}} Luis Ambite and
Teresa K. Attwood and
Niall Beard and
Louisa Bellis and
Avnish Bhattrai and
Alex A. T. Bui and
Gully Burns and
Lily Fierro and
Jonathan Gordon and
Jeffrey S. Grethe and
Jeana Kamdar and
Xiaoyu Lei and
Kristina Lerman and
Annette McGrath and
Nicola J. Mulder and
Caroline O'Driscoll and
Crystal Stewart and
Sonika Tyagi},
title = {Advancing the international data science workforce through shared
training and education},
journal = {F1000Research},
volume = {8},
pages = {251},
year = {2019},
url = {https://doi.org/10.12688/f1000research.18357.1},
doi = {10.12688/F1000RESEARCH.18357.1},
timestamp = {Mon, 28 Aug 2023 01:00:00 +0200},
biburl = {https://dblp.org/rec/journals/f1000research/HornAAABBBBBFGGKLLMMOST19.bib},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
Age-invariant face recognition using gender specific 3D aging modeling.
Riaz, S.; Ali, Z.; Park, U.; Choi, J.; Masi, I.; and Natarajan, P.
Multim. Tools Appl., 78(17): 25163–25183. 2019.
Paper
doi
link
bibtex
2 downloads
@article{DBLP:journals/mta/RiazAPCMN19,
author = {Sidra Riaz and
Zahid Ali and
Unsang Park and
Jongmoo Choi and
Iacopo Masi and
Prem Natarajan},
title = {Age-invariant face recognition using gender specific 3D aging modeling},
journal = {Multim. Tools Appl.},
volume = {78},
number = {17},
pages = {25163--25183},
year = {2019},
url = {https://doi.org/10.1007/s11042-019-7694-1},
doi = {10.1007/S11042-019-7694-1},
timestamp = {Mon, 11 May 2020 01:00:00 +0200},
biburl = {https://dblp.org/rec/journals/mta/RiazAPCMN19.bib},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
An Intelligent Interface for Integrating Climate, Hydrology, Agriculture, and Socioeconomic Models.
Garijo, D.; Khider, D.; Ratnakar, V.; Gil, Y.; Deelman, E.; da Silva, R. F.; Knoblock, C.; Chiang, Y.; Pham, M.; Pujara, J.; Vu, B.; Feldman, D.; Mayani, R.; Cobourn, K.; Duffy, C.; Kemanian, A.; Shu, L.; Kumar, V.; Khandelwal, A.; Tayal, K.; Peckham, S.; Stoica, M.; Dabrowski, A.; Hardesty-Lewis, D.; and Pierce, S.
In
Proceedings of the 24th International Conference on Intelligent User Interfaces: Companion, of
IUI '19, pages 111–112, New York, NY, USA, 2019. ACM
Paper
doi
link
bibtex
4 downloads
@inproceedings{Garijo:2019:III:3308557.3308711,
author = {Garijo, Daniel and Khider, Deborah and Ratnakar, Varun and Gil, Yolanda and Deelman, Ewa and da Silva, Rafael Ferreira and Knoblock, Craig and Chiang, Yao-Yi and Pham, Minh and Pujara, Jay and Vu, Binh and Feldman, Dan and Mayani, Rajiv and Cobourn, Kelly and Duffy, Chris and Kemanian, Armen and Shu, Lele and Kumar, Vipin and Khandelwal, Ankush and Tayal, Kshitij and Peckham, Scott and Stoica, Maria and Dabrowski, Anna and Hardesty-Lewis, Daniel and Pierce, Suzanne},
title = {An Intelligent Interface for Integrating Climate, Hydrology, Agriculture, and Socioeconomic Models},
booktitle = {Proceedings of the 24th International Conference on Intelligent User Interfaces: Companion},
series = {IUI '19},
year = {2019},
isbn = {978-1-4503-6673-1},
location = {Marina del Ray, California},
pages = {111--112},
numpages = {2},
url = {http://doi.acm.org/10.1145/3308557.3308711},
urlPaper = {http://usc-isi-i2.github.io/papers/daniel19-iui.pdf},
doi = {10.1145/3308557.3308711},
acmid = {3308711},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {environmental modeling, intelligent workflow systems, model integration, scientific discovery},
}
An Intelligent Interface for Integrating Climate, Hydrology, Agriculture, and Socioeconomic Models.
Garijo, D.; Khider, D.; Ratnakar, V.; Gil, Y.; Deelman, E.; Ferreira da Silva, R.; Knoblock, C.; Chiang, Y.; Pham, M.; Pujara, J.; Vu, B.; Feldman, D.; Mayani, R.; Cobourn, K.; Duffy, C.; Kemanian, A.; Shu, L.; Kumar, V.; Khandelwal, A.; Tayal, K.; Peckham, S.; Stoica, M.; Dabrowski, A.; Hardesty-Lewis, D.; and Pierce, S.
In
ACM 24th International Conference on Intelligent User Interfaces (IUI'19), pages 111–112, 2019.
Funding Acknowledgments: DARPA W911NF-18-1-0027
doi
link
bibtex
@InProceedings{ garijo-iui-2019,
Author = {Garijo, Daniel and Khider, Deborah and Ratnakar, Varun and
Gil, Yolanda and Deelman, Ewa and Ferreira da Silva, Rafael
and Knoblock, Craig and Chiang, Yao-Yi and Pham, Minh and
Pujara, Jay and Vu, Binh and Feldman, Dan and Mayani, Rajiv
and Cobourn, Kelly and Duffy, Chris and Kemanian, Armen and
Shu, Lele and Kumar, Vipin and Khandelwal, Ankush and
Tayal, Kshitij and Peckham, Scott and Stoica, Maria and
Dabrowski, Anna and Hardesty-Lewis, Daniel and Pierce,
Suzanne},
Title = {An Intelligent Interface for Integrating Climate,
Hydrology, Agriculture, and Socioeconomic Models},
BookTitle = {ACM 24th International Conference on Intelligent User
Interfaces (IUI'19)},
Year = {2019},
Pages = {111--112},
DOI = {10.1145/3308557.3308711},
Note = {Funding Acknowledgments: DARPA W911NF-18-1-0027}
}
Analog errors in Ising machines.
Albash, T.; Martin-Mayor, V.; and Hen, I.
Quantum Science and Technology, 4(2): 02LT03. apr 2019.
Paper
doi
link
bibtex
abstract
@article{Albash_2019,
doi = {10.1088/2058-9565/ab13ea},
url = {https://doi.org/10.1088%2F2058-9565%2Fab13ea},
year = 2019,
month = {apr},
publisher = {{IOP} Publishing},
volume = {4},
number = {2},
pages = {02LT03},
author = {Tameem Albash and Victor Martin-Mayor and Itay Hen},
title = {Analog errors in Ising machines},
journal = {Quantum Science and Technology},
abstract = {Recent technological breakthroughs have precipitated the availability of specialized devices that promise to solve NP-Hard problems faster than standard computers. These ‘Ising Machines’ are however analog in nature and as such inevitably have implementation errors. We find that their success probability decays exponentially with problem size for a fixed error level, and we derive a sufficient scaling law for the error in order to maintain a fixed success probability. We corroborate our results with experiment and numerical simulations and discuss the practical implications of our findings.}
}
Recent technological breakthroughs have precipitated the availability of specialized devices that promise to solve NP-Hard problems faster than standard computers. These ‘Ising Machines’ are however analog in nature and as such inevitably have implementation errors. We find that their success probability decays exponentially with problem size for a fixed error level, and we derive a sufficient scaling law for the error in order to maintain a fixed success probability. We corroborate our results with experiment and numerical simulations and discuss the practical implications of our findings.
Analog errors in quantum annealing: doom and hope.
Pearson, A.; Mishra, A.; Hen, I.; and Lidar, D. A.
npj Quantum Information, 5(1): 107. 2019.
Paper
doi
link
bibtex
abstract
@article{npjQ,
Abstract = {Quantum annealing has the potential to provide a speedup over classical algorithms in solving optimization problems. Just as for any other quantum device, suppressing Hamiltonian control errors will be necessary before quantum annealers can achieve speedups. Such analog control errors are known to lead to {\$}{\$}J{\$}{\$}J-chaos, wherein the probability of obtaining the optimal solution, encoded as the ground state of the intended Hamiltonian, varies widely depending on the control error. Here, we show that {\$}{\$}J{\$}{\$}J-chaos causes a catastrophic failure of quantum annealing, in that the scaling of the time-to-solution metric becomes worse than that of a deterministic (exhaustive) classical solver. We demonstrate this empirically using random Ising spin glass problems run on the two latest generations of the D-Wave quantum annealers. We then proceed to show that this doomsday scenario can be mitigated using a simple error suppression and correction scheme known as quantum annealing correction (QAC). By using QAC, the time-to-solution scaling of the same D-Wave devices is improved to below that of the classical upper bound, thus restoring hope in the speedup prospects of quantum annealing.},
Author = {Pearson, Adam and Mishra, Anurag and Hen, Itay and Lidar, Daniel A.},
Da = {2019/11/28},
Date-Added = {2020-05-11 16:55:01 -0700},
Date-Modified = {2020-05-11 16:55:01 -0700},
Doi = {10.1038/s41534-019-0210-7},
Id = {Pearson2019},
Isbn = {2056-6387},
Journal = {npj Quantum Information},
Number = {1},
Pages = {107},
Title = {Analog errors in quantum annealing: doom and hope},
Ty = {JOUR},
Url = {https://doi.org/10.1038/s41534-019-0210-7},
Volume = {5},
Year = {2019},
Bdsk-Url-1 = {https://doi.org/10.1038/s41534-019-0210-7}}
Quantum annealing has the potential to provide a speedup over classical algorithms in solving optimization problems. Just as for any other quantum device, suppressing Hamiltonian control errors will be necessary before quantum annealers can achieve speedups. Such analog control errors are known to lead to \$}{\$J\$}{\$J-chaos, wherein the probability of obtaining the optimal solution, encoded as the ground state of the intended Hamiltonian, varies widely depending on the control error. Here, we show that \$}{\$J\$}{\$J-chaos causes a catastrophic failure of quantum annealing, in that the scaling of the time-to-solution metric becomes worse than that of a deterministic (exhaustive) classical solver. We demonstrate this empirically using random Ising spin glass problems run on the two latest generations of the D-Wave quantum annealers. We then proceed to show that this doomsday scenario can be mitigated using a simple error suppression and correction scheme known as quantum annealing correction (QAC). By using QAC, the time-to-solution scaling of the same D-Wave devices is improved to below that of the classical upper bound, thus restoring hope in the speedup prospects of quantum annealing.
Analog nature of quantum adiabatic unstructured search.
Slutskii, M.; Albash, T.; Barash, L.; and Hen, I.
New Journal of Physics, 21(11): 113025. nov 2019.
Paper
doi
link
bibtex
abstract
@article{Slutskii_2019,
doi = {10.1088/1367-2630/ab51f9},
url = {https://doi.org/10.1088%2F1367-2630%2Fab51f9},
year = 2019,
month = {nov},
publisher = {{IOP} Publishing},
volume = {21},
number = {11},
pages = {113025},
author = {Mikhail Slutskii and Tameem Albash and Lev Barash and Itay Hen},
title = {Analog nature of quantum adiabatic unstructured search},
journal = {New Journal of Physics},
abstract = {The quantum adiabatic unstructured search algorithm is one of only a handful of quantum adiabatic optimization algorithms to exhibit provable speedups over their classical counterparts. With no fault tolerance theorems to guarantee the resilience of such algorithms against errors, understanding the impact of imperfections on their performance is of both scientific and practical significance. We study the robustness of the algorithm against various types of imperfections: limited control over the interpolating schedule, Hamiltonian misspecification, and interactions with a thermal environment. We find that the unstructured search algorithm’s quadratic speedup is generally not robust to the presence of any one of the above non-idealities, and in some cases we find that it imposes unrealistic conditions on how the strength of these noise sources must scale to maintain the quadratic speedup.}
}
The quantum adiabatic unstructured search algorithm is one of only a handful of quantum adiabatic optimization algorithms to exhibit provable speedups over their classical counterparts. With no fault tolerance theorems to guarantee the resilience of such algorithms against errors, understanding the impact of imperfections on their performance is of both scientific and practical significance. We study the robustness of the algorithm against various types of imperfections: limited control over the interpolating schedule, Hamiltonian misspecification, and interactions with a thermal environment. We find that the unstructured search algorithm’s quadratic speedup is generally not robust to the presence of any one of the above non-idealities, and in some cases we find that it imposes unrealistic conditions on how the strength of these noise sources must scale to maintain the quadratic speedup.
Analyzing Tumor Gene Expression Factors with the CorExplorer Web Portal.
Pepke, S.; Nelson, W. M; and Ver Steeg, G.
JoVE (Journal of Visualized Experiments), (152): e60431. 2019.
link
bibtex
@article{pepke2019,
Author = {Pepke, Shirley and Nelson, William M and {Ver Steeg}, Greg},
Date-Added = {2020-01-20 20:40:51 +0000},
Date-Modified = {2020-01-20 20:40:51 +0000},
Journal = {JoVE (Journal of Visualized Experiments)},
Number = {152},
Pages = {e60431},
Title = {Analyzing Tumor Gene Expression Factors with the CorExplorer Web Portal},
Year = {2019}}
Analyzing and inferring human real-life behavior through online social networks with social influence deep learning.
Luceri, L.; Braun, T.; and Giordano, S.
Applied network science, 4(1): 1–25. 2019.
link
bibtex
@article{luceri2019analyzing,
title={Analyzing and inferring human real-life behavior through online social networks with social influence deep learning},
author={Luceri, Luca and Braun, Torsten and Giordano, Silvia},
journal={Applied network science},
volume={4},
number={1},
pages={1--25},
year={2019},
publisher={Springer}
}
Applicability Study of the PRIMAD Model to LIGO Gravitational Wave Search Workflows.
Chapp, D.; Rorabaugh, D.; Brown, D., A.; Deelman, E.; Vahi, K.; Welch, V.; and Taufer, M.
In
Proceedings of the 2nd International Workshop on Practical Reproducible Evaluation of Computer Systems - P-RECS '19, pages 1-6, 2019. ACM Press
Paper
Website
doi
link
bibtex
abstract
4 downloads
@inproceedings{
title = {Applicability Study of the PRIMAD Model to LIGO Gravitational Wave Search Workflows},
type = {inproceedings},
year = {2019},
pages = {1-6},
websites = {http://dl.acm.org/citation.cfm?doid=3322790.3330591},
publisher = {ACM Press},
city = {New York, New York, USA},
id = {a8fc707b-a689-30c9-9a1f-4bfd41ec7f94},
created = {2019-10-01T17:21:21.350Z},
accessed = {2019-09-11},
file_attached = {true},
profile_id = {42d295c0-0737-38d6-8b43-508cab6ea85d},
last_modified = {2020-05-11T14:43:34.259Z},
read = {false},
starred = {false},
authored = {true},
confirmed = {false},
hidden = {false},
citation_key = {Chapp2019},
private_publication = {false},
abstract = {The PRIMAD model with its six components (i.e., Platform, Research Objective, Implementation, Methods, Actors, and Data), provides an abstract taxonomy to represent computational experiments and enforce reproducibility by design. In this paper, we assess the model applicability to a set of Laser Interferometer Gravitational-Wave Observatory (LIGO) workflows from literature sources (i.e., published papers). Our work outlines potentials and limits of the model in terms of its abstraction levels and application process.},
bibtype = {inproceedings},
author = {Chapp, Dylan and Rorabaugh, Danny and Brown, Duncan A. and Deelman, Ewa and Vahi, Karan and Welch, Von and Taufer, Michela},
doi = {10.1145/3322790.3330591},
booktitle = {Proceedings of the 2nd International Workshop on Practical Reproducible Evaluation of Computer Systems - P-RECS '19}
}
The PRIMAD model with its six components (i.e., Platform, Research Objective, Implementation, Methods, Actors, and Data), provides an abstract taxonomy to represent computational experiments and enforce reproducibility by design. In this paper, we assess the model applicability to a set of Laser Interferometer Gravitational-Wave Observatory (LIGO) workflows from literature sources (i.e., published papers). Our work outlines potentials and limits of the model in terms of its abstraction levels and application process.
Applying Multivariate Segmentation Methods to Human Activity Recognition From Wearable Sensors' Data.
Li, K.; Habre, R.; Deng, H.; Urman, R.; Morrison, J.; Gilliland, F. D; Ambite, J. L.; Stripelis, D.; Chiang, Y.; Lin, Y.; Bui, A. A.; King, C.; Hosseini, A.; Van Vliet, E.; Sarrafzadeh, M.; and Eckel, S. P
JMIR mHealth and uHealth, 7(2): e11201. February 2019.
Paper
-file
doi
link
bibtex
2 downloads
@ARTICLE{Li2019-gr,
title = "{Applying Multivariate Segmentation Methods to Human Activity
Recognition From Wearable Sensors' Data}",
author = "Li, Kenan and Habre, Rima and Deng, Huiyu and Urman, Robert and
Morrison, John and Gilliland, Frank D and Ambite, Jos{\'e} Luis
and Stripelis, Dimitris and Chiang, Yao-Yi and Lin, Yijun and
Bui, Alex At and King, Christine and Hosseini, Anahita and Van
Vliet, Eleanne and Sarrafzadeh, Majid and Eckel, Sandrah P",
journal = "JMIR mHealth and uHealth",
volume = 7,
number = 2,
pages = "e11201",
month = feb,
year = 2019,
url = "http://dx.doi.org/10.2196/11201",
url-file = "papers/Li-et-al.-2019-Applying-Multivariate-Segmentation-Methods-to-Human-Activity-Recognition-From-Wearable-Sensors'-Data.pdf",
language = "en",
issn = "2291-5222",
pmid = "30730297",
doi = "10.2196/11201",
pmc = "PMC6386646"
}
Articulatory Characterization of English Liquid-Final Rimes.
Proctor, M.; Walker, R.; Smith, C.; Szalay, T.; Goldstein, L.; and Narayanan, S.
J. Phonetics, 77: 100921. Aug 2019.
Paper
doi
link
bibtex
abstract
@article{Proctor2019ArticulatoryCharacterizationofEnglish,
abstract = {Articulation of liquid consonants in onsets and codas by four speakers of General American English was examined using real-time MRI. Midsagittal tongue posture was compared for laterals and rhotics produced in each syllable margin, adjacent to 13 different vowels and diphthongs. Vowel articulation was examined in words without liquids, before each liquid, and after each liquid, to assess the coarticulatory influence of each segment on the others. Overall, nuclear vocalic postures were more influenced by coda rhotics than onset rhotics or laterals in either syllable margin. Laterals exhibited greater temporal and spatial independence between coronal and dorsal gestures. Rhotics were produced with a variety of speaker-specific postures, but were united by a greater degree of coarticulatory resistance to vowel context, patterns consistent with greater coarticulatory influence on adjacent vowels, and less allophonic variation across syllable positions than laterals.},
author = {Proctor, Michael and Walker, Rachel and Smith, Caitlin and Szalay, Tunde and Goldstein, Louis and Narayanan, Shrikanth},
doi = {https://doi.org/10.1016/j.wocn.2019.100921},
issn = {0095-4470},
journal = {J. Phonetics},
keywords = {Liquid consonant, Rhotic, Lateral, Coarticulation, Syllable structure},
link = {http://sail.usc.edu/publications/files/proctor_jphon-2019.pdf},
pages = {100921},
title = {Articulatory Characterization of English Liquid-Final Rimes},
url = {http://www.sciencedirect.com/science/article/pii/S0095447018300457},
volume = {77},
year = {2019},
month = {Aug}
}
Articulation of liquid consonants in onsets and codas by four speakers of General American English was examined using real-time MRI. Midsagittal tongue posture was compared for laterals and rhotics produced in each syllable margin, adjacent to 13 different vowels and diphthongs. Vowel articulation was examined in words without liquids, before each liquid, and after each liquid, to assess the coarticulatory influence of each segment on the others. Overall, nuclear vocalic postures were more influenced by coda rhotics than onset rhotics or laterals in either syllable margin. Laterals exhibited greater temporal and spatial independence between coronal and dorsal gestures. Rhotics were produced with a variety of speaker-specific postures, but were united by a greater degree of coarticulatory resistance to vowel context, patterns consistent with greater coarticulatory influence on adjacent vowels, and less allophonic variation across syllable positions than laterals.
Auto-Tuning Spectral Clustering for Speaker Diarization Using Normalized Maximum Eigengap.
Park, T. J.; Han, K.; Kumar, M.; and Narayanan, S.
IEEE Signal Processing Letters. Mar 2019.
doi
link
bibtex
@article{Park2019Auto-TuningSpectralClusteringfor,
author = {Park, Tae Jin and Han, Kyu and Kumar, Manoj and Narayanan, Shrikanth},
doi = {10.1109/LSP.2019.2961071},
journal = {IEEE Signal Processing Letters},
title = {Auto-Tuning Spectral Clustering for Speaker Diarization Using Normalized Maximum Eigengap},
year = {2019},
month = {Mar}
}
Auto-encoding Correlation Explanation.
Gao, S.; Brekelmans, R.; Ver Steeg, G.; and Galstyan, A.
In
Proceedings of the 22nd International Conference on AI and Statistics (AISTATS), 2019.
link
bibtex
@inproceedings{aistats2019,
Author = {Shuyang Gao and Robert Brekelmans and Greg {Ver Steeg} and Aram Galstyan},
Booktitle = {Proceedings of the 22nd International Conference on AI and Statistics (AISTATS)},
Date-Added = {2019-01-24 17:43:17 +0000},
Date-Modified = {2019-01-24 17:44:47 +0000},
Title = {Auto-encoding Correlation Explanation},
Year = {2019}}
Auto-encoding total correlation explanation.
Gao, S.; Brekelmans, R.; Ver Steeg, G.; and Galstyan, A.
In
The 22nd International Conference on Artificial Intelligence and Statistics, pages 1157–1166, 2019. PMLR
link
bibtex
@inproceedings{gao2019auto,
title={Auto-encoding total correlation explanation},
author={Gao, Shuyang and Brekelmans, Rob and Ver Steeg, Greg and Galstyan, Aram},
booktitle={The 22nd International Conference on Artificial Intelligence and Statistics},
pages={1157--1166},
year={2019},
organization={PMLR}
}
Automated processing of phenotypic data submissions.
Mayani, R.; Vahi, K.; Ambite, J.; Sharma, S.; Azaro, M.; Wilson, S.; Ruocco, B.; Davis, G.; Romanella, M.; Brzustowicz, L.; Deelman, E.; and Arens, Y.
In
Annual Meeting of the American Society of Human Genetics, Houston, TX, 2019.
Abstract + Poster
link
bibtex
@InProceedings{mayani2019a:ASHG,
author = {R. Mayani and K. Vahi and J.L. Ambite and S. Sharma and M. Azaro and S. Wilson and B. Ruocco and G. Davis and M. Romanella and L. Brzustowicz and E. Deelman and Y. Arens},
title = {Automated processing of phenotypic data submissions},
booktitle = {Annual Meeting of the American Society of Human Genetics},
year = {2019},
address = {Houston, TX},
note = {Abstract + Poster},
}
Automatic Adaptation to Sensor Replacements.
Shi, Y.; Kumar, T. S.; and Knoblock, C. A
In
The Thirty-Second International Flairs Conference, 2019.
link
bibtex
@inproceedings{shi2019automatic,
title={Automatic Adaptation to Sensor Replacements},
author={Shi, Yuan and Kumar, TK Satish and Knoblock, Craig A},
booktitle={The Thirty-Second International Flairs Conference},
year={2019}
}
Automatic alignment of contemporary vector data and georeferenced historical maps using reinforcement learning.
Duan, W.; Chiang, Y.; Leyk, S.; Uhl, J. H; and Knoblock, C. A
International Journal of Geographical Information Science,1–26. 2019.
link
bibtex
@article{duan2019automatic,
title={Automatic alignment of contemporary vector data and georeferenced historical maps using reinforcement learning},
author={Duan, Weiwei and Chiang, Yao-Yi and Leyk, Stefan and Uhl, Johannes H and Knoblock, Craig A},
journal={International Journal of Geographical Information Science},
pages={1--26},
year={2019},
publisher={Taylor \& Francis}
}
BD2K Training Coordinating Center's ERuDIte: the Educational Resource Discovery Index for Data Science.
Ambite, J. L.; Fierro, L.; Gordon, J.; Burns, G.; Geigl, F.; Lerman, K.; and Van Horn, J. D
IEEE Transactions on Emerging Topics in Computing. 2019.
link
bibtex
@article{ambite2019bd2k,
title={BD2K Training Coordinating Center's ERuDIte: the Educational Resource Discovery Index for Data Science},
author={Ambite, Jose Luis and Fierro, Lily and Gordon, Jonathan and Burns, Gully and Geigl, Florian and Lerman, Kristina and Van Horn, John D},
journal={IEEE Transactions on Emerging Topics in Computing},
year={2019},
publisher={IEEE}
}
BD2K Training Coordinating Center’s ERuDIte: the Educational Resource Discovery Index for Data Science.
Ambite, J. L.; Fierro, L.; Gordon, J.; Burns, G. A.; Geigl, F.; Lerman, K.; and Horn, J. D. V.
IEEE Transactions on Emerging Topics in Computing. Jan 2019.
10.1109/TETC.2019.2903466
doi
link
bibtex
@Article{ambite2019:tetc-DONTCITEUPDATE2021,
author = {Jos\'{e} Luis Ambite and Lily Fierro and Jonathan Gordon and Gully A. Burns and Florian Geigl and Kristina Lerman and John D. Van Horn},
title = {{BD2K Training Coordinating Center’s ERuDIte: the Educational Resource Discovery Index for Data Science}},
journal = {IEEE Transactions on Emerging Topics in Computing},
year = {2019},
DOI = {10.1109/TETC.2019.2903466},
note = {10.1109/TETC.2019.2903466},
publisher = {IEEE Computer Society},
address = {Los Alamitos, CA, USA},
month = {Jan}
}
III.3: Evidence and Artificial Intelligence.
Dane, J. A.; and May, J.
of Mythodologies. Begging The Question: Critical Reasoning in Chaucer Studies, Book History, and Humanistic Inquiry, pages 295–208. Marymount Institute Press, 2019.
link
bibtex
@InBook{mythodologies-2019,
author = {Joseph A. Dane and Jonathan May},
title = {Begging The Question: Critical Reasoning in Chaucer Studies, Book History, and Humanistic Inquiry},
chapter = {III.3: Evidence and Artificial Intelligence},
publisher = {Marymount Institute Press},
year = 2019,
number = {II},
series = {Mythodologies},
pages = {295--208}}
Better automatic evaluation of open-domain dialogue systems with contextualized embeddings.
Ghazarian, S.; Wei, J. T.; Galstyan, A.; and Peng, N.
arXiv preprint arXiv:1904.10635. 2019.
link
bibtex
@article{ghazarian2019better,
title={Better automatic evaluation of open-domain dialogue systems with contextualized embeddings},
author={Ghazarian, Sarik and Wei, Johnny Tian-Zheng and Galstyan, Aram and Peng, Nanyun},
journal={arXiv preprint arXiv:1904.10635},
year={2019}
}
Big Data to Knowledge (BD2K) Training Coordinating Center (TCC) Educational Resource Discovery Index (ERuDIte) as Linked Data.
BD2K-TCC
https://doi.org/10.5281/zenodo.2553415, 2019.
[Online; accessed 16-August-2021]
link
bibtex
@misc{bd2k-erudite,
author = {{BD2K-TCC}},
title = {{Big Data to Knowledge (BD2K) Training Coordinating Center (TCC) Educational Resource Discovery Index (ERuDIte) as Linked Data}},
howpublished = {https://doi.org/10.5281/zenodo.2553415},
year = {2019},
note = {[Online; accessed 16-August-2021]}
}
Biomedical Named Entity Recognition via Reference-Set Augmented Bootstrapping.
Mathew, J.; Fakhraei, S.; and Ambite, J.
ArXiv, abs/1906.00282. 2019.
link
bibtex
@article{Mathew2019BiomedicalNE,
title={Biomedical Named Entity Recognition via Reference-Set Augmented Bootstrapping},
author={Joel Mathew and Shobeir Fakhraei and J. Ambite},
journal={ArXiv},
year={2019},
volume={abs/1906.00282}
}
Bluetooth based Indoor Localization using Triplet Embeddings.
Mundnich, K.; Girault, B.; and Narayanan, S.
In
Proceedings of ICASSP, May 2019.
link
bibtex
@inproceedings{Mundnich2019BluetoothbasedIndoorLocalization,
author = {Mundnich, Karel and Girault, Benjamin and Narayanan, Shrikanth},
booktitle = {Proceedings of ICASSP},
link = {http://sail.usc.edu/publications/files/Mundnich-ICASSP2019.pdf},
location = {Brighton, UK},
month = {May},
title = {Bluetooth based Indoor Localization using Triplet Embeddings},
year = {2019}
}
BootKeeper: Validating Software Integrity Properties on Boot Firmware Images.
Chevalier, R.; Cristalli, S.; Hauser, C.; Shoshitaishvili, Y.; Wang, R.; Kruegel, C.; Vigna, G.; Bruschi, D.; and Lanzi, A.
In
Proceedings of the Ninth ACM Conference on Data and Application Security and Privacy, pages 315–325, 2019.
link
bibtex
@inproceedings{chevalier2019bootkeeper,
title={BootKeeper: Validating Software Integrity Properties on Boot Firmware Images},
author={Chevalier, Ronny and Cristalli, Stefano and Hauser, Christophe and Shoshitaishvili, Yan and Wang, Ruoyu and Kruegel, Christopher and Vigna, Giovanni and Bruschi, Danilo and Lanzi, Andrea},
booktitle={Proceedings of the Ninth ACM Conference on Data and Application Security and Privacy},
pages={315--325},
year={2019}
}
Breathing Rate Complexity Features for “In-the-Wild” Stress and Anxiety Measurement.
Tiwari, A.; Narayanan, S.; and Falk, T. H.
In
2019 27th European Signal Processing Conference (EUSIPCO), pages 1-5, Sep. 2019.
doi
link
bibtex
abstract
@InProceedings{8902700,
author = {A. Tiwari and S. Narayanan and T. H. Falk},
booktitle = {2019 27th European Signal Processing Conference (EUSIPCO)},
title = {Breathing Rate Complexity Features for “In-the-Wild” Stress and Anxiety Measurement},
year = {2019},
pages = {1-5},
abstract = {Features extracted from respiratory activity signals have been shown to carry information about mental states such as anxiety and mental stress. Such findings, however, are based on studies conducted mostly in controlled laboratory environments with artificially-induced psychological responses. While this assures that high quality data are collected, the amount of data is limited and the transferability of the findings to more ecologically-appropriate natural settings (i.e., “in-the-wild”) remains unknown. In this paper, we propose new non-linear complexity measures computed from four different respiration activity time series (i.e., inter-breath interval, inhale-to-exhale ratio, inhale/exhale amplitude envelope, and interbreath difference) and show their discriminatory power for anxiety and stress monitoring in the workplace. The new features are tested on a dataset collected from 200 hospital workers (nurses and staff) during their normal work shifts. The proposed features are shown to be complementary to conventional measures of breathing rate and depth.},
keywords = {diseases;feature extraction;medical signal processing;patient care;pneumodynamics;psychology;time series;artificially-induced psychological responses;ecologically-appropriate natural settings;nonlinear complexity measures;inter-breath interval;stress monitoring;respiratory activity signals;mental states;breathing rate complexity features;anxiety measurement;respiration activity time series;in-the-wild stress;feature extraction;Feature extraction;Stress;Benchmark testing;Biomedical measurement;Stress measurement;Time series analysis;Entropy},
doi = {10.23919/EUSIPCO.2019.8902700},
issn = {2076-1465},
month = {Sep.},
}
Features extracted from respiratory activity signals have been shown to carry information about mental states such as anxiety and mental stress. Such findings, however, are based on studies conducted mostly in controlled laboratory environments with artificially-induced psychological responses. While this assures that high quality data are collected, the amount of data is limited and the transferability of the findings to more ecologically-appropriate natural settings (i.e., “in-the-wild”) remains unknown. In this paper, we propose new non-linear complexity measures computed from four different respiration activity time series (i.e., inter-breath interval, inhale-to-exhale ratio, inhale/exhale amplitude envelope, and interbreath difference) and show their discriminatory power for anxiety and stress monitoring in the workplace. The new features are tested on a dataset collected from 200 hospital workers (nurses and staff) during their normal work shifts. The proposed features are shown to be complementary to conventional measures of breathing rate and depth.
Bridging Concepts and Practice in eScience via Simulation-driven Engineering.
Ferreira da Silva, R.; Casanova, H.; Tanaka, R.; and Suter, F.
In
Workshop on Bridging from Concepts to Data and Computation for eScience (BC2DC'19), 15th International Conference on eScience (eScience), pages 609–614, 2019.
Funding Acknowledgements: NSF 1642335, NSF 1923539
doi
link
bibtex
@inproceedings{ferreiradasilva2019escience,
title = {Bridging Concepts and Practice in eScience via Simulation-driven Engineering},
author = {Ferreira da Silva, Rafael and Casanova, Henri and Tanaka, Ryan and Suter, Frederic},
booktitle = {Workshop on Bridging from Concepts to Data and Computation for eScience (BC2DC'19), 15th International Conference on eScience (eScience)},
year = {2019},
pages = {609--614},
doi = {10.1109/eScience.2019.00084},
note = {Funding Acknowledgements: NSF 1642335, NSF 1923539}
}
Building Explainable Predictive Analytics for Location-Dependent Time-Series Data.
Chiang, Y Y; Lin, Y; Franklin, M; Eckel, S P; Ambite, J L; and Ku, W
In
Proceedings of the 2019 IEEE First International Conference on Cognitive Machine Intelligence (CogMI), pages 202–209, December 2019.
Paper
-file
doi
link
bibtex
5 downloads
@INPROCEEDINGS{Chiang2019-yx,
title = "{Building Explainable Predictive Analytics for Location-Dependent
Time-Series Data}",
booktitle = "{Proceedings of the 2019 IEEE First International Conference on
Cognitive Machine Intelligence (CogMI)}",
author = "Chiang, Y Y and Lin, Y and Franklin, M and Eckel, S P and
Ambite, J L and Ku, W",
pages = "202--209",
month = dec,
year = 2019,
url = "http://dx.doi.org/10.1109/CogMI48466.2019.00037",
url-file = "papers/Chiang-et-al.-2019-Building-Explainable-Predictive-Analytics-for-Location-Dependent-Time-Series-Data.pdf",
doi = "10.1109/CogMI48466.2019.00037"
}
Building deep learning models for evidence classification from the open access biomedical literature.
Burns, G. A; Li, X.; and Peng, N.
Database, 2019. 2019.
link
bibtex
@article{burns2019building,
title={Building deep learning models for evidence classification from the open access biomedical literature},
author={Burns, Gully A and Li, Xiangci and Peng, Nanyun},
journal={Database},
volume={2019},
year={2019},
publisher={Narnia}
}
Cache Me If You Can: Effects of DNS Time-to-Live.
Moura, G. C. M.; Heidemann, J.; de O. Schmidt, R.; and Hardaker, W.
In
Proceedings of the ACM Internet Measurement Conference, pages to appear, Amsterdam, the Netherlands, October 2019. ACM
Paper
doi
link
bibtex
abstract
@InProceedings{Moura19b,
author = "Giovane C. M. Moura and John Heidemann and
Ricardo de O. Schmidt and Wes Hardaker",
title = "Cache Me If You Can: Effects of {DNS} {Time-to-Live}",
booktitle = "Proceedings of the " # "ACM Internet Measurement Conference",
year = 2019,
sortdate = "2019-10-31",
project = "ant, lacanic, divoice, paaddos, nipet, ddidd",
jsubject = "network_security",
pages = "to appear",
month = oct,
address = "Amsterdam, the Netherlands",
publisher = "ACM",
jlocation = "johnh: pafile",
keywords = "anycast, dns, ttl, ddos, root ddos",
doi = "https://doi.org/10.1145/3355369.3355568",
url = "https://ant.isi.edu/%7ejohnh/PAPERS/Moura19b.html",
pdfurl = "https://ant.isi.edu/%7ejohnh/PAPERS/Moura19b.pdf",
blogurl = "https://ant.isi.edu/blog/?p=1355",
dataurl = "https://ant.isi.edu/datasets/dns/#Moura19b_data",
myorganization = "USC/Information Sciences Institute",
copyrightholder = "authors",
abstract = "DNS depends on extensive caching for good performance, and every DNS
zone owner must set \emph{Time-to-Live} (TTL) values to control their DNS
caching. Today there is relatively little guidance backed by research
about how to set TTLs, and operators must balance conflicting demands
of caching against agility of configuration.
Exactly how TTL value choices affect operational
networks is quite challenging to understand due to interactions across the
distributed DNS service, where resolvers receive TTLs in different ways
(answers and hints), TTLs are specified in multiple places (zones and
their parent's glue), and while DNS resolution must be security-aware.
This paper provides the first careful evaluation of how these multiple,
interacting factors affect the effective cache lifetimes of DNS records,
and provides recommendations for how to configure DNS TTLs based on
our findings. We provide recommendations in TTL choice for different
situations, and for where they must be configured. We show that longer
TTLs have significant promise in reducing latency, reducing it from
183ms to 28.7ms for one country-code TLD.",
}
DNS depends on extensive caching for good performance, and every DNS zone owner must set \emphTime-to-Live (TTL) values to control their DNS caching. Today there is relatively little guidance backed by research about how to set TTLs, and operators must balance conflicting demands of caching against agility of configuration. Exactly how TTL value choices affect operational networks is quite challenging to understand due to interactions across the distributed DNS service, where resolvers receive TTLs in different ways (answers and hints), TTLs are specified in multiple places (zones and their parent's glue), and while DNS resolution must be security-aware. This paper provides the first careful evaluation of how these multiple, interacting factors affect the effective cache lifetimes of DNS records, and provides recommendations for how to configure DNS TTLs based on our findings. We provide recommendations in TTL choice for different situations, and for where they must be configured. We show that longer TTLs have significant promise in reducing latency, reducing it from 183ms to 28.7ms for one country-code TLD.
Cache Me If You Can: Effects of DNS Time-to-Live.
Moura, G. C. M.; Heidemann, J.; Schmidt, R. d. O.; and Hardaker, W.
In
Proceedings of the Internet Measurement Conference, of
IMC '19, pages 101–115, New York, NY, USA, 2019. ACM
Paper
doi
link
bibtex
@inproceedings{Moura:2019:CMY:3355369.3355568,
author = {Moura, Giovane C. M. and Heidemann, John and Schmidt, Ricardo de O. and Hardaker, Wes},
title = {Cache Me If You Can: Effects of DNS Time-to-Live},
booktitle = {Proceedings of the Internet Measurement Conference},
series = {IMC '19},
year = {2019},
isbn = {978-1-4503-6948-0},
location = {Amsterdam, Netherlands},
pages = {101--115},
numpages = {15},
url = {http://doi.acm.org/10.1145/3355369.3355568},
pdfurl = {https://www.isi.edu/~hardaker/papers/2019-10-cache-me-ttls.pdf},
doi = {10.1145/3355369.3355568},
acmid = {3355568},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {DNS, caching, recursive DNS servers},
ISIArea="NET",
}
Cache Me If You Can: Effects of DNS Time-to-Live (extended).
Moura, G. C. M.; Heidemann, J.; de O. Schmidt, R.; and Hardaker, W.
Technical Report ISI-TR-734b, USC/Information Sciences Institute, July 2019.
Released May 2018, updated Sept. 2019
Paper
link
bibtex
abstract
@TechReport{Moura19a,
author = "Giovane C. M. Moura and John Heidemann and
Ricardo de O. Schmidt and Wes Hardaker",
title = "Cache Me If You Can: Effects of {DNS} {Time-to-Live} (extended)",
institution = "USC/Information Sciences Institute",
year = 2019,
sortdate = "2018-07-16",
number = "ISI-TR-734b",
note = "Released May 2018, updated Sept.~2019",
project = "ant, lacanic, divoice, paaddos, nipet, ddidd",
jsubject = "network_security",
month = jul,
jlocation = "johnh: pafile",
keywords = "anycast, dns, ttl, ddos, root ddos",
url = "https://ant.isi.edu/%7ejohnh/PAPERS/Moura19a.html",
pdfurl = "https://ant.isi.edu/%7ejohnh/PAPERS/Moura19a.pdf",
xxxblogurl = "https://ant.isi.edu/blog/?p=1192",
otherurl = "ftp://ftp.isi.edu/isi-pubs/tr-734.pdf",
dataurl = "https://ant.isi.edu/datasets/dns/#Moura19a_data",
myorganization = "USC/Information Sciences Institute",
copyrightholder = "authors",
abstract = "
DNS depends on extensive caching for good performance, and every DNS
zone owner must set Time-to-Live (TTL) values to control their
DNS caching. Today there is relatively little guidance backed by
research about how to set TTLs, and operators must balance conflicting
demands of caching against agility of configuration. Exactly how TTL
value choices affect operational networks is quite challenging to
understand for several reasons: DNS is a distributed service, DNS
resolution is security-sensitive, and resolvers require multiple types
of information as they traverse the DNS hierarchy. These complications
mean there are multiple frequently interacting, places TTLs can be
specified. This paper provides the first careful evaluation of how
these factors affect the effective cache lifetimes of DNS records, and
provides recommendations for how to configure DNS TTLs based on our
findings. We provide recommendations in TTL choice for different
situations, and for where they must be configured. We show that longer
TTLs have significant promise, reducing median latency from 183ms to
28.7ms for one country-code TLD.
",
}
DNS depends on extensive caching for good performance, and every DNS zone owner must set Time-to-Live (TTL) values to control their DNS caching. Today there is relatively little guidance backed by research about how to set TTLs, and operators must balance conflicting demands of caching against agility of configuration. Exactly how TTL value choices affect operational networks is quite challenging to understand for several reasons: DNS is a distributed service, DNS resolution is security-sensitive, and resolvers require multiple types of information as they traverse the DNS hierarchy. These complications mean there are multiple frequently interacting, places TTLs can be specified. This paper provides the first careful evaluation of how these factors affect the effective cache lifetimes of DNS records, and provides recommendations for how to configure DNS TTLs based on our findings. We provide recommendations in TTL choice for different situations, and for where they must be configured. We show that longer TTLs have significant promise, reducing median latency from 183ms to 28.7ms for one country-code TLD.
Cascading failures in scale-free interdependent networks.
Turalska, M.; Burghardt, K.; Rohden, M.; Swami, A.; and D'Souza, R. M.
Phys. Rev. E, 99: 032308. Mar 2019.
Paper
doi
link
bibtex
@article{Turalska2019,
title = {Cascading failures in scale-free interdependent networks},
author = {Turalska, Malgorzata and Burghardt, Keith and Rohden, Martin and Swami, Ananthram and D'Souza, Raissa M.},
journal = {Phys. Rev. E},
volume = {99},
issue = {3},
pages = {032308},
numpages = {9},
year = {2019},
month = {Mar},
publisher = {American Physical Society},
doi = {10.1103/PhysRevE.99.032308},
url = {https://link.aps.org/doi/10.1103/PhysRevE.99.032308}
}
Characterization of In Situ and In Transit Analytics of Molecular Dynamics Simulations for Next-generation Supercomputers.
Thomas, S.; Wyatt, M.; Do, T. M. A.; Pottier, L.; Ferreira da Silva, R.; Weinstein, H.; Cuendet, M. A.; Estrada, T.; Deelman, E.; and Taufer, M.
In
15th International Conference on eScience (eScience), pages 188–198, 2019.
Funding Acknowledgments: NSF 1741040
doi
link
bibtex
@InProceedings{ thomas-escience-2019,
Title = {Characterization of In Situ and In Transit Analytics of
Molecular Dynamics Simulations for Next-generation
Supercomputers},
Author = {Thomas, Stephen and Wyatt, Michael and Do, Tu Mai Anh and
Pottier, Lo\"ic and Ferreira da Silva, Rafael and
Weinstein, Harel and Cuendet, Michel A. and Estrada, Trilce
and Deelman, Ewa and Taufer, Michela},
BookTitle = {15th International Conference on eScience (eScience)},
Year = {2019},
Pages = {188--198},
DOI = {10.1109/eScience.2019.00027},
Note = {Funding Acknowledgments: NSF 1741040}
}
Characterizing Activity on the Deep and DarkWeb.
Tavabi, N.; Bartley, N.; Abeliuk, A.; Soni, S.; Ferrara, E.; and Lerman, K.
In
Proceedings of the Companion to The Web Conference: CyberSafety Workshop, 2019.
link
bibtex
@INPROCEEDINGS{Tavabi2019characterizing,
author = {Nazgol Tavabi and Nathan Bartley and Andres Abeliuk and Sandeep Soni and Emilio Ferrara and Kristina Lerman},
title = {Characterizing Activity on the Deep and DarkWeb},
booktitle = {Proceedings of the Companion to The Web Conference: CyberSafety Workshop},
year = {2019},
}
Characterizing the 2016 Russian IRA influence campaign.
Badawy, A.; Addawood, A.; Lerman, K.; and Ferrara, E.
Social Network Analysis and Mining, 9(1): 31. 2019.
link
bibtex
@article{Badawy2019characterizing,
title={Characterizing the 2016 Russian IRA influence campaign},
author={Badawy, Adam and Addawood, Aseel and Lerman, Kristina and Ferrara, Emilio},
journal={Social Network Analysis and Mining},
volume={9},
number={1},
pages={31},
year={2019},
publisher={Springer}
}
Climate models can correctly simulate the continuum of global-average temperature variability.
Zhu, F.; Emile-Geay, J.; McKay, N. P.; Hakim, G. J.; Khider, D.; Ault, T. R.; Steig, E. J.; Dee, S.; and Kirchner, J. W.
Proceedings of the National Academy of Sciences, 116(18): 8728–8733. 2019.
ISBN: 0027-8424 Publisher: National Acad Sciences
link
bibtex
2 downloads
@article{zhu_climate_2019,
title = {Climate models can correctly simulate the continuum of global-average temperature variability},
volume = {116},
copyright = {All rights reserved},
number = {18},
journal = {Proceedings of the National Academy of Sciences},
author = {Zhu, Feng and Emile-Geay, Julien and McKay, Nicholas P. and Hakim, Gregory J. and Khider, Deborah and Ault, Toby R. and Steig, Eric J. and Dee, Sylvia and Kirchner, James W.},
year = {2019},
note = {ISBN: 0027-8424
Publisher: National Acad Sciences},
pages = {8728--8733},
}
Co-LOD: Continuous Space Linked Open Data.
Kejriwal, M.; and Szekely, P. A
In
ISWC Satellites, pages 333–337, 2019.
link
bibtex
@inproceedings{kejriwal2019co,
title={Co-LOD: Continuous Space Linked Open Data.},
author={Kejriwal, Mayank and Szekely, Pedro A},
booktitle={ISWC Satellites},
pages={333--337},
year={2019}
}
Collaborating to leverage R&E network infrastructures between Africa, Brazil, and the U.S.
Morgan, H.; Ibarra, J.; Bezerra, J.; Lopez, L. F.; Chergarova, V.; Cox, D. A.; Stanton, M.; Hazin, A.; Lotz, L.; and Mammen, S.
2019 2019.
Paper
link
bibtex
1 download
@conference {RN849,
title = {Collaborating to leverage R\&E network infrastructures between Africa, Brazil, and the U.S.},
booktitle = {UbuntuNet-Connect 2019},
year = {2019},
month = {2019},
type = {Conference Paper},
address = {Antananarivo, Madagascar},
url = {https://urldefense.com/v3/__https://repository.ubuntunet.net/handle/10.20374/271__;!!FjuHKAHQs5udqho!OrfqNEjI8IYnpYEY3Wc7S4oSY6Kf82MHM8jGAJar7qa8MoXzNwtTTC2HiJsVSREP5YicoFyGz7HN7A$ },
author = {Heidi Morgan and Julio Ibarra and Jeronimo Bezerra and Lopez, Luis Fernandez and Vasilka Chergarova and Donald A. Cox and Michael Stanton and Hazin, Aluizio and Lotz, Len and Mammen, Siju}
}
Collaboration Drives Individual Productivity.
Murić, G.; Abeliuk, A.; Lerman, K.; and Ferrara, E.
Proceedings of the ACM on Human-Computer Interaction, 3(CSCW): 1–24. 2019.
link
bibtex
@article{muric2019collaboration,
title={Collaboration Drives Individual Productivity},
author={Muri{\'c}, Goran and Abeliuk, Andres and Lerman, Kristina and Ferrara, Emilio},
journal={Proceedings of the ACM on Human-Computer Interaction},
volume={3},
number={CSCW},
pages={1--24},
year={2019},
publisher={ACM New York, NY, USA}
}
Collaboration Drives Individual Productivity.
Muric, G.; Abeliuk, A.; Lerman, K.; and Ferrara, E.
CoRR, abs/1911.11787. 2019.
Paper
link
bibtex
@article{DBLP:journals/corr/abs-1911-11787,
author = {Goran Muric and
Andr{\'{e}}s Abeliuk and
Kristina Lerman and
Emilio Ferrara},
title = {Collaboration Drives Individual Productivity},
journal = {CoRR},
volume = {abs/1911.11787},
year = {2019},
url = {http://arxiv.org/abs/1911.11787},
eprinttype = {arXiv},
eprint = {1911.11787},
timestamp = {Sun, 02 Oct 2022 01:00:00 +0200},
biburl = {https://dblp.org/rec/journals/corr/abs-1911-11787.bib},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
Collaborative Circuit Designs using the CRAFT Repository.
Brinckman, A.; Deelman, E.; Gupta, S.; Nabrzyski, J.; Park, S.; Ferreira da Silva, R.; Taylor, I. J.; and Vahi, K.
Future Generation Computer Systems, 94: 841–853. 2019.
Funding Acknowledgments: DARPA HR0011-16-C-0043
doi
link
bibtex
@Article{ brinckman-fgcs-2018,
Title = {Collaborative Circuit Designs using the CRAFT Repository},
Author = {Brinckman, Adam and Deelman, Ewa and Gupta, Sandeep and
Nabrzyski, Jarek and Park, Soowang and Ferreira da Silva,
Rafael and Taylor, Ian J. and Vahi, Karan},
Journal = {Future Generation Computer Systems},
Volume = {94},
Number = {},
Pages = {841--853},
Year = {2019},
DOI = {10.1016/j.future.2018.01.018},
Note = {Funding Acknowledgments: DARPA HR0011-16-C-0043}
}
Collective Alignment of Large-scale Ontologies.
Embar, V.; Pujara, J.; and Getoor, L.
In
AKBC Workshop on Federated KBs and the Open Knowledge Network, 2019.
link
bibtex
@inproceedings{embar:akbc19ws,
author = "Embar, Varun and Pujara, Jay and Getoor, Lise",
bib_url = "/pubs/bib/embar-akbc19ws.bib",
booktitle = "AKBC Workshop on Federated KBs and the Open Knowledge Network",
pdf_url = "/pubs/2019/embar-akbc19ws/embar-akbc19ws.pdf",
sec = "ws",
title = "Collective Alignment of Large-scale Ontologies",
year = "2019"
}
Comprehensible Context-driven Text Game Playing.
Yin, X.; and May, J.
August 2019.
link
bibtex
@inprcoeedings{Yin2019ComprehensibleCT,
title={Comprehensible Context-driven Text Game Playing},
author={Xusen Yin and Jonathan May},
booktitle={Proc. 2019 IEEE Conference on Games (CoG)},
year={2019},
month=August,
pages={1-8}
}
Computational requirements for real-time ptychographic image reconstruction.
Datta, K.; Rittenbach, A.; Kang, D.; Walters, J. P.; Crago, S. P; and Damoulakis, J.
Applied Optics, 58(7): B19–B27. 2019.
link
bibtex
@article{datta2019computational,
title={Computational requirements for real-time ptychographic image reconstruction},
author={Datta, Kaushik and Rittenbach, Andrew and Kang, Dong-In and Walters, John Paul and Crago, Stephen P and Damoulakis, John},
journal={Applied Optics},
volume={58},
number={7},
pages={B19--B27},
year={2019},
publisher={Optical Society of America}
}
Concept drift in bias and sensationalism detection: an experimental study.
Zhang, S.; and Kejriwal, M.
In Spezzano, F.; Chen, W.; and Xiao, X., editor(s),
ASONAM '19: International Conference on Advances in Social Networks Analysis and Mining, Vancouver, British Columbia, Canada, 27-30 August, 2019, pages 601–604, 2019. ACM
Paper
doi
link
bibtex
1 download
@inproceedings{DBLP:conf/asunam/ZhangK19,
author = {Shuo Zhang and
Mayank Kejriwal},
editor = {Francesca Spezzano and
Wei Chen and
Xiaokui Xiao},
title = {Concept drift in bias and sensationalism detection: an experimental
study},
booktitle = {{ASONAM} '19: International Conference on Advances in Social Networks
Analysis and Mining, Vancouver, British Columbia, Canada, 27-30 August,
2019},
pages = {601--604},
publisher = {{ACM}},
year = {2019},
url = {https://doi.org/10.1145/3341161.3343690},
doi = {10.1145/3341161.3343690},
timestamp = {Sun, 19 Jan 2020 00:00:00 +0100},
biburl = {https://dblp.org/rec/conf/asunam/ZhangK19.bib},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
Considerations for Globigerinoides ruber (White and Pink) Paleoceanography: Comprehensive Insights From a Long-Running Sediment Trap.
Richey, J. N.; Thirumalai, K.; Khider, D.; Reynolds, C. E.; Partin, J. W.; and Quinn, T. M.
Paleoceanography and Paleoclimatology, 34(3): 353–373. 2019.
Paper
doi
link
bibtex
abstract
@article{richey_considerations_2019,
title = {Considerations for {Globigerinoides} ruber ({White} and {Pink}) {Paleoceanography}: {Comprehensive} {Insights} {From} a {Long}-{Running} {Sediment} {Trap}},
volume = {34},
url = {https://github.com/khider/khider.github.io/blob/master/papers/Richey_et_al-2019-Paleoceanography_and_Paleoclimatology.pdf},
doi = {10.1029/2018PA003417},
abstract = {Abstract We present a detailed analysis of the seasonal distribution, size, morphological variability, and geochemistry of co-occurring pink and white chromotypes of Globigerinoides ruber from a high-resolution (1–2 weeks) and long-running sediment trap time series in the northern Gulf of Mexico. We find no difference in the seasonal flux of the two chromotypes. Although flux of G. ruber is consistently lowest in winter, the flux-weighted signal exported to marine sediments represents mean annual conditions in the surface mixed layer. We observe the same morphological diversity among pink specimens of G. ruber as white. Comparison of the oxygen and carbon isotopic composition (δ18O and δ13C) of two morphotypes (sensu stricto and sensu lato) of pink G. ruber reveals the isotopes to be indistinguishable. The test size distribution within the population varies seasonally, with the abundance of large individuals increasing (decreasing) with increasing (decreasing) sea surface temperature. We find no systematic offsets in the Mg/Ca and δ18O of co-occurring pink and white G. ruber. The sediment trap data set shows that the Mg/Ca-temperature sensitivity for both chromotypes is much lower than the canonical 9\%/°C, which can likely be attributed to the secondary influence of both salinity and pH on foraminiferal Mg/Ca. Using paired Mg/Ca and δ18O, we evaluate the performance of a suite of published equations for calculating sea surface temperature, sea surface salinity, and isotopic composition of seawater (δ18Osw), including a new salinity-δ18Osw relationship for the northern Gulf of Mexico from water column observations.},
number = {3},
journal = {Paleoceanography and Paleoclimatology},
author = {Richey, Julie N. and Thirumalai, Kaustubh and Khider, Deborah and Reynolds, Caitlin E. and Partin, Judson W. and Quinn, Terrence M.},
year = {2019},
keywords = {Globigerinoides ruber, Gulf of Mexico, Mg/Ca, Sediment Trap, morphotypes, planktic foraminifera},
pages = {353--373},
}
Abstract We present a detailed analysis of the seasonal distribution, size, morphological variability, and geochemistry of co-occurring pink and white chromotypes of Globigerinoides ruber from a high-resolution (1–2 weeks) and long-running sediment trap time series in the northern Gulf of Mexico. We find no difference in the seasonal flux of the two chromotypes. Although flux of G. ruber is consistently lowest in winter, the flux-weighted signal exported to marine sediments represents mean annual conditions in the surface mixed layer. We observe the same morphological diversity among pink specimens of G. ruber as white. Comparison of the oxygen and carbon isotopic composition (δ18O and δ13C) of two morphotypes (sensu stricto and sensu lato) of pink G. ruber reveals the isotopes to be indistinguishable. The test size distribution within the population varies seasonally, with the abundance of large individuals increasing (decreasing) with increasing (decreasing) sea surface temperature. We find no systematic offsets in the Mg/Ca and δ18O of co-occurring pink and white G. ruber. The sediment trap data set shows that the Mg/Ca-temperature sensitivity for both chromotypes is much lower than the canonical 9%/°C, which can likely be attributed to the secondary influence of both salinity and pH on foraminiferal Mg/Ca. Using paired Mg/Ca and δ18O, we evaluate the performance of a suite of published equations for calculating sea surface temperature, sea surface salinity, and isotopic composition of seawater (δ18Osw), including a new salinity-δ18Osw relationship for the northern Gulf of Mexico from water column observations.
Constellations in the Cloud: Virtualizing Remote Sensing Systems.
A. G. Schmidt, V. V.; and French, M.
2019.
link
bibtex
@conference {Schmidt2019,
title = {Constellations in the Cloud: Virtualizing Remote Sensing Systems},
booktitle = {IEEE International Geoscience and Remote Sensing Symposium},
year = {2019},
author = {A. G. Schmidt, V. Venugopalan, M. Paolieri, and M. French}
}
Constellations in the cloud: Virtualizing remote sensing systems.
Schmidt, A. G.; Venugopalan, V.; Paolieri, M.; and French, M.
In
IEEE International Geoscience and Remote Sensing Symposium (IGARSS), 2019.
link
bibtex
@inproceedings{schmidt2019b,
author = {Andrew G. Schmidt and Venugopalan, Vivek and Marco Paolieri and French, M.},
booktitle = {IEEE International Geoscience and Remote Sensing Symposium (IGARSS)},
title = {Constellations in the cloud: Virtualizing remote sensing systems},
year = {2019}}
Contextualized Word Embeddings Enhanced Event Temporal Relation Extraction for Story Understanding.
Han, R.; Liang, M.; Alhafni, B.; and Peng, N.
In
2019 Annual Conference of the North American Chapter of the Association for Computational Linguistics (NAACL-HLT 2019), Workshop on Narrative Understanding, 2019.
link
bibtex
@inproceedings{han2019contextualized,
title={Contextualized Word Embeddings Enhanced Event Temporal Relation Extraction for Story Understanding},
author={Han, Rujun and Liang, Mengyue and Alhafni, Bashar and Peng, Nanyun},
booktitle={2019 Annual Conference of the North American Chapter of the Association for Computational Linguistics (NAACL-HLT 2019), Workshop on Narrative Understanding},
year={2019}
}
Coupled clustering of time-series and networks.
Liu, Y.; Zhu, L.; Szekely, P.; Galstyan, A.; and Koutra, D.
In
Proceedings of the 2019 SIAM International Conference on Data Mining, pages 531–539, 2019. Society for Industrial and Applied Mathematics
link
bibtex
@inproceedings{liu2019coupled,
title={Coupled clustering of time-series and networks},
author={Liu, Yike and Zhu, Linhong and Szekely, Pedro and Galstyan, Aram and Koutra, Danai},
booktitle={Proceedings of the 2019 SIAM International Conference on Data Mining},
pages={531--539},
year={2019},
organization={Society for Industrial and Applied Mathematics}
}
Creating a FAIR Data Catalog to Support Scientific Modeling.
Shbita, B.; Vu, B.; Feldman, D.; Pham, M.; Rajendran, A; Knoblock, C A; Pujara, J; and Chiang, Y.
In
Proceedings of the Workshop on Advanced Knowledge Technologies for Science in a FAIR World (AKTS) 2019, September 2019.
Paper
-file
link
bibtex
5 downloads
@INPROCEEDINGS{Shbita2019-lv,
title = "{Creating a FAIR Data Catalog to Support Scientific Modeling}",
booktitle = "{Proceedings of the Workshop on Advanced Knowledge Technologies
for Science in a FAIR World (AKTS) 2019}",
author = "Shbita, Basel and Vu, Binh and Feldman, Dan and Pham, Minh and
Rajendran, A and Knoblock, C A and Pujara, J and Chiang, Y-Y",
month = sep,
year = 2019,
url = "https://www.researchgate.net/publication/339670920_Creating_a_FAIR_Data_Catalog_to_Support_Scientific_Modeling",
url-file = "papers/Shbita-et-al.-2019-Creating-a-FAIR-Data-Catalog-to-Support-Scientific-Modeling.pdf"
}
Cross-Modal Coordination of Face-Directed Gaze and Emotional Speech Production in School-Aged Children and Adolescents with ASD.
Sorensen, T.; Zane, E.; Feng, T.; Narayanan, S.; and Grossman, R.
Scientific Reports, 9(18301). Dec 2019.
doi
link
bibtex
@article{Sorensen2019Cross-ModalCoordinationofFace-Directed,
author = {Sorensen, Tanner and Zane, Emily and Feng, Tiantian and Narayanan, Shrikanth and Grossman, Ruth},
doi = {10.1038/s41598-019-54587-z},
journal = {Scientific Reports},
link = {http://sail.usc.edu/publications/files/sorensen2019ASD.pdf},
month = {Dec},
number = {18301},
title = {Cross-Modal Coordination of Face-Directed Gaze and Emotional Speech Production in School-Aged Children and Adolescents with ASD},
volume = {9},
year = {2019}
}
Cross-lingual Dependency Parsing with Unlabeled Auxiliary Languages.
Uddin Ahmad, W.; Zhang, Z.; Ma, X.; Chang, K.; and Peng, N.
arXiv preprint arXiv:1909.09265. 2019.
link
bibtex
@article{uddin2019cross,
title={Cross-lingual Dependency Parsing with Unlabeled Auxiliary Languages},
author={Uddin Ahmad, Wasi and Zhang, Zhisong and Ma, Xuezhe and Chang, Kai-Wei and Peng, Nanyun},
journal={arXiv preprint arXiv:1909.09265},
year={2019}
}
Cross-lingual Dependency Parsing with Unlabeled Auxiliary Languages.
Ahmad, W. U.; Zhang, Z.; Ma, X.; Chang, K.; and Peng, N.
In
The 2019 SIGNLL Conference on Computational Natural Language Learning (CoNLL), 2019.
link
bibtex
@inproceedings{ahmad2019cross,
title={Cross-lingual Dependency Parsing with Unlabeled Auxiliary Languages},
author={Ahmad, Wasi Uddin and Zhang, Zhisong and Ma, Xuezhe and Chang, Kai-Wei and Peng, Nanyun},
booktitle={The 2019 SIGNLL Conference on Computational Natural Language Learning (CoNLL)},
year={2019}
}
Cross-lingual Joint Entity and Word Embedding to Improve Entity Linking and Parallel Sentence Mining.
Pan, X.; Gowda, T.; Ji, H.; May, J.; and Miller, S.
In
Proceedings of the 2nd Workshop on Deep Learning Approaches for Low-Resource NLP (DeepLo 2019), pages 56–66, Hong Kong, China, November 2019. Association for Computational Linguistics
Paper
doi
link
bibtex
abstract
@inproceedings{pan-etal-2019-cross,
title = "Cross-lingual Joint Entity and Word Embedding to Improve Entity Linking and Parallel Sentence Mining",
author = "Pan, Xiaoman and
Gowda, Thamme and
Ji, Heng and
May, Jonathan and
Miller, Scott",
booktitle = "Proceedings of the 2nd Workshop on Deep Learning Approaches for Low-Resource NLP (DeepLo 2019)",
month = nov,
year = "2019",
address = "Hong Kong, China",
publisher = "Association for Computational Linguistics",
url = "https://www.aclweb.org/anthology/D19-6107",
doi = "10.18653/v1/D19-6107",
pages = "56--66",
abstract = "Entities, which refer to distinct objects in the real world, can be viewed as language universals and used as effective signals to generate less ambiguous semantic representations and align multiple languages. We propose a novel method, CLEW, to generate cross-lingual data that is a mix of entities and contextual words based on Wikipedia. We replace each anchor link in the source language with its corresponding entity title in the target language if it exists, or in the source language otherwise. A cross-lingual joint entity and word embedding learned from this kind of data not only can disambiguate linkable entities but can also effectively represent unlinkable entities. Because this multilingual common space directly relates the semantics of contextual words in the source language to that of entities in the target language, we leverage it for unsupervised cross-lingual entity linking. Experimental results show that CLEW significantly advances the state-of-the-art: up to 3.1{\%} absolute F-score gain for unsupervised cross-lingual entity linking. Moreover, it provides reliable alignment on both the word/entity level and the sentence level, and thus we use it to mine parallel sentences for all (302, 2) language pairs in Wikipedia.",
}
Entities, which refer to distinct objects in the real world, can be viewed as language universals and used as effective signals to generate less ambiguous semantic representations and align multiple languages. We propose a novel method, CLEW, to generate cross-lingual data that is a mix of entities and contextual words based on Wikipedia. We replace each anchor link in the source language with its corresponding entity title in the target language if it exists, or in the source language otherwise. A cross-lingual joint entity and word embedding learned from this kind of data not only can disambiguate linkable entities but can also effectively represent unlinkable entities. Because this multilingual common space directly relates the semantics of contextual words in the source language to that of entities in the target language, we leverage it for unsupervised cross-lingual entity linking. Experimental results show that CLEW significantly advances the state-of-the-art: up to 3.1% absolute F-score gain for unsupervised cross-lingual entity linking. Moreover, it provides reliable alignment on both the word/entity level and the sentence level, and thus we use it to mine parallel sentences for all (302, 2) language pairs in Wikipedia.
Cross-lingual Joint Entity and Word Embedding to Improve Entity Linking and Parallel Sentence Mining.
Pan, X.; \textbfGowda, Thamme; Ji, H.; May, J.; and Miller, S.
In
Proceedings of the 2nd Workshop on Deep Learning Approaches for Low-Resource NLP (DeepLo 2019), pages 56–66, Hong Kong, China, November 2019. Association for Computational Linguistics
Paper
doi
link
bibtex
abstract
@inproceedings{pan-etal-2019-cross,
title = "Cross-lingual Joint Entity and Word Embedding to Improve Entity Linking and Parallel Sentence Mining",
author = "Pan, Xiaoman and
\textbf{Gowda, Thamme} and
Ji, Heng and
May, Jonathan and
Miller, Scott",
booktitle = "Proceedings of the 2nd Workshop on Deep Learning Approaches for Low-Resource NLP (DeepLo 2019)",
month = nov,
year = "2019",
address = "Hong Kong, China",
publisher = "Association for Computational Linguistics",
url = "https://www.aclweb.org/anthology/D19-6107",
doi = "10.18653/v1/D19-6107",
pages = "56--66",
abstract = "Entities, which refer to distinct objects in the real world, can be viewed as language universals and used as effective signals to generate less ambiguous semantic representations and align multiple languages. We propose a novel method, CLEW, to generate cross-lingual data that is a mix of entities and contextual words based on Wikipedia. We replace each anchor link in the source language with its corresponding entity title in the target language if it exists, or in the source language otherwise. A cross-lingual joint entity and word embedding learned from this kind of data not only can disambiguate linkable entities but can also effectively represent unlinkable entities. Because this multilingual common space directly relates the semantics of contextual words in the source language to that of entities in the target language, we leverage it for unsupervised cross-lingual entity linking. Experimental results show that CLEW significantly advances the state-of-the-art: up to 3.1{\%} absolute F-score gain for unsupervised cross-lingual entity linking. Moreover, it provides reliable alignment on both the word/entity level and the sentence level, and thus we use it to mine parallel sentences for all (302, 2) language pairs in Wikipedia.",
}
Entities, which refer to distinct objects in the real world, can be viewed as language universals and used as effective signals to generate less ambiguous semantic representations and align multiple languages. We propose a novel method, CLEW, to generate cross-lingual data that is a mix of entities and contextual words based on Wikipedia. We replace each anchor link in the source language with its corresponding entity title in the target language if it exists, or in the source language otherwise. A cross-lingual joint entity and word embedding learned from this kind of data not only can disambiguate linkable entities but can also effectively represent unlinkable entities. Because this multilingual common space directly relates the semantics of contextual words in the source language to that of entities in the target language, we leverage it for unsupervised cross-lingual entity linking. Experimental results show that CLEW significantly advances the state-of-the-art: up to 3.1% absolute F-score gain for unsupervised cross-lingual entity linking. Moreover, it provides reliable alignment on both the word/entity level and the sentence level, and thus we use it to mine parallel sentences for all (302, 2) language pairs in Wikipedia.
Cross-lingual Structure Transfer for Relation and Event Extraction.
Subburathinam, A.; Lu, D.; Ji, H.; May, J.; Chang, S.; Sil, A.; and Voss, C.
In
Proceedings of the 2019 Conference on Empirical Methods in Natural Language Processing and the 9th International Joint Conference on Natural Language Processing (EMNLP-IJCNLP), pages 313–325, Hong Kong, China, November 2019. Association for Computational Linguistics
Paper
doi
link
bibtex
abstract
@inproceedings{subburathinam-etal-2019-cross,
title = "Cross-lingual Structure Transfer for Relation and Event Extraction",
author = "Subburathinam, Ananya and
Lu, Di and
Ji, Heng and
May, Jonathan and
Chang, Shih-Fu and
Sil, Avirup and
Voss, Clare",
booktitle = "Proceedings of the 2019 Conference on Empirical Methods in Natural Language Processing and the 9th International Joint Conference on Natural Language Processing (EMNLP-IJCNLP)",
month = nov,
year = "2019",
address = "Hong Kong, China",
publisher = "Association for Computational Linguistics",
url = "https://www.aclweb.org/anthology/D19-1030",
doi = "10.18653/v1/D19-1030",
pages = "313--325",
abstract = "The identification of complex semantic structures such as events and entity relations, already a challenging Information Extraction task, is doubly difficult from sources written in under-resourced and under-annotated languages. We investigate the suitability of cross-lingual structure transfer techniques for these tasks. We exploit relation- and event-relevant language-universal features, leveraging both symbolic (including part-of-speech and dependency path) and distributional (including type representation and contextualized representation) information. By representing all entity mentions, event triggers, and contexts into this complex and structured multilingual common space, using graph convolutional networks, we can train a relation or event extractor from source language annotations and apply it to the target language. Extensive experiments on cross-lingual relation and event transfer among English, Chinese, and Arabic demonstrate that our approach achieves performance comparable to state-of-the-art supervised models trained on up to 3,000 manually annotated mentions: up to 62.6{\%} F-score for Relation Extraction, and 63.1{\%} F-score for Event Argument Role Labeling. The event argument role labeling model transferred from English to Chinese achieves similar performance as the model trained from Chinese. We thus find that language-universal symbolic and distributional representations are complementary for cross-lingual structure transfer.",
}
The identification of complex semantic structures such as events and entity relations, already a challenging Information Extraction task, is doubly difficult from sources written in under-resourced and under-annotated languages. We investigate the suitability of cross-lingual structure transfer techniques for these tasks. We exploit relation- and event-relevant language-universal features, leveraging both symbolic (including part-of-speech and dependency path) and distributional (including type representation and contextualized representation) information. By representing all entity mentions, event triggers, and contexts into this complex and structured multilingual common space, using graph convolutional networks, we can train a relation or event extractor from source language annotations and apply it to the target language. Extensive experiments on cross-lingual relation and event transfer among English, Chinese, and Arabic demonstrate that our approach achieves performance comparable to state-of-the-art supervised models trained on up to 3,000 manually annotated mentions: up to 62.6% F-score for Relation Extraction, and 63.1% F-score for Event Argument Role Labeling. The event argument role labeling model transferred from English to Chinese achieves similar performance as the model trained from Chinese. We thus find that language-universal symbolic and distributional representations are complementary for cross-lingual structure transfer.
Custom Execution Environments with Containers in Pegasus-enabled Scientific Workflows.
Vahi, K.; Rynge, M.; Papadimitriou, G.; Brown, D.; Mayani, R.; Ferreira da Silva, R.; Deelman, E.; Mandal, A.; Lyons, E.; and Zink, M.
In
15th International Conference on eScience (eScience), pages 281–290, 2019.
Funding Acknowledgments: NSF 1664162, NSF 1826997, NSF 1443047
doi
link
bibtex
@InProceedings{ vahi-escience-2019,
Title = {Custom Execution Environments with Containers in
Pegasus-enabled Scientific Workflows},
Author = {Vahi, Karan and Rynge, Mats and Papadimitriou, George and
Brown, Duncan and Mayani, Rajiv and Ferreira da Silva,
Rafael and Deelman, Ewa and Mandal, Anirban and Lyons, Eric
and Zink, Michael},
BookTitle = {15th International Conference on eScience (eScience)},
Year = {2019},
Location = {San Diego, CA, USA},
Pages = {281--290},
DOI = {10.1109/eScience.2019.00039},
Note = {Funding Acknowledgments: NSF 1664162, NSF 1826997, NSF
1443047}
}
Cyberinfrastructure Center of Excellence Pilot: Connecting Large Facilities Cyberinfrastructure.
Deelman, E.; Mandal, A.; Pascucci, V.; Sons, S.; Wyngaard, J.; Vardeman II, C. F; Petruzza, S.; Baldin, I.; Christopherson, L.; Mitchell, R.; Pottier, L.; Rynge, M.; Scott, E.; Vahi, K.; Kogank, M.; Mann, J. A; Gulbransen, T.; Allen, D.; Barlow, D.; Bonarrigo, S.; Clark, C.; Goldman, L.; Goulden, T.; Harvey, P.; Hulsander, D.; Jacob, S.; Laney, C.; Lobo-Padilla, I.; Sampson, J.; Staarmann, J.; and Stone, S.
In
15th International Conference on eScience (eScience), 2019.
Funding Acknowledgments: NSF 1842042
link
bibtex
@InProceedings{ deelman-escience-2019,
Title = {Cyberinfrastructure Center of Excellence Pilot: Connecting
Large Facilities Cyberinfrastructure},
Author = {Deelman, Ewa and Mandal, Anirban and Pascucci, Valerio and
Sons, Susan and Wyngaard, Jane and Vardeman II, Charles F
and Petruzza, Steve and Baldin, Ilya and Christopherson,
Laura and Mitchell, Ryan and Pottier, Lo\"ic and Rynge,
Mats and Scott, Erik and Vahi, Karan and Kogank, Marina and
Mann, Jasmine A and Gulbransen, Tom and Allen, Daniel and
Barlow, David and Bonarrigo, Santiago and Clark, Chris and
Goldman, Leslie and Goulden, Tristan and Harvey, Phil and
Hulsander, David and Jacob, Steve and Laney, Christine and
Lobo-Padilla, Ivan and Sampson, Jeremey and Staarmann, John
and Stone, Steve},
BookTitle = {15th International Conference on eScience (eScience)},
Year = {2019},
Location = {San Diego, CA, USA},
Pages = {},
DOI = {},
Note = {Funding Acknowledgments: NSF 1842042}
}
Cyberinfrastructure Requirements to Enhance Multi-messenger Astrophysics.
Chang, P.; Allen, G.; Anderson, W.; Bianco, F., B.; Bloom, J., S.; Brady, P., R.; Brazier, A.; Cenko, S., B.; Couch, S., M.; DeYoung, T.; Deelman, E.; Etienne, Z., B.; Foley, R., J.; Fox, D., B.; Golkhou, V., Z.; Grant, D., R.; Hanna, C.; Holley-Bockelmann, K.; Howell, D., A.; Huerta, E., A.; Johnson, M., W., G.; Juric, M.; Kaplan, D., L.; Katz, D., S.; Keivani, A.; Kerzendorf, W.; Kopper, C.; Lam, M., T.; Lehner, L.; Marka, Z.; Marka, S.; Nabrzyski, J.; Narayan, G.; O'Shea, B., W.; Petravick, D.; Quick, R.; Street, R., A.; Taboada, I.; Timmes, F.; Turk, M., J.; Weltman, A.; and Zhang, Z.
. 3 2019.
Paper
Website
link
bibtex
abstract
@article{
title = {Cyberinfrastructure Requirements to Enhance Multi-messenger Astrophysics},
type = {article},
year = {2019},
websites = {http://arxiv.org/abs/1903.04590},
month = {3},
day = {11},
id = {2bcb05ba-9331-34ad-b009-f2f4cba04f58},
created = {2020-04-22T21:44:57.173Z},
accessed = {2020-04-22},
file_attached = {true},
profile_id = {42d295c0-0737-38d6-8b43-508cab6ea85d},
last_modified = {2020-05-11T14:43:33.833Z},
read = {false},
starred = {false},
authored = {true},
confirmed = {false},
hidden = {false},
citation_key = {Chang2019},
private_publication = {false},
abstract = {The identification of the electromagnetic counterpart of the gravitational wave event, GW170817, and discovery of neutrinos and gamma-rays from TXS 0506+056 heralded the new era of multi-messenger astrophysics. As the number of multi-messenger events rapidly grow over the next decade, the cyberinfrastructure requirements to handle the increase in data rates, data volume, need for event follow up, and analysis across the different messengers will also explosively grow. The cyberinfrastructure requirements to enhance multi-messenger astrophysics will both be a major challenge and opportunity for astronomers, physicists, computer scientists and cyberinfrastructure specialists. Here we outline some of these requirements and argue for a distributed cyberinfrastructure institute for multi-messenger astrophysics to meet these challenges.},
bibtype = {article},
author = {Chang, Philip and Allen, Gabrielle and Anderson, Warren and Bianco, Federica B. and Bloom, Joshua S. and Brady, Patrick R. and Brazier, Adam and Cenko, S. Bradley and Couch, Sean M. and DeYoung, Tyce and Deelman, Ewa and Etienne, Zachariah B and Foley, Ryan J. and Fox, Derek B and Golkhou, V. Zach and Grant, Darren R and Hanna, Chad and Holley-Bockelmann, Kelly and Howell, D. Andrew and Huerta, E. A. and Johnson, Margaret W. G. and Juric, Mario and Kaplan, David L. and Katz, Daniel S. and Keivani, Azadeh and Kerzendorf, Wolfgang and Kopper, Claudio and Lam, Michael T. and Lehner, Luis and Marka, Zsuzsa and Marka, Szabolcs and Nabrzyski, Jarek and Narayan, Gautham and O'Shea, Brian W. and Petravick, Donald and Quick, Rob and Street, Rachel A. and Taboada, Ignacio and Timmes, Frank and Turk, Matthew J. and Weltman, Amanda and Zhang, Zhao}
}
The identification of the electromagnetic counterpart of the gravitational wave event, GW170817, and discovery of neutrinos and gamma-rays from TXS 0506+056 heralded the new era of multi-messenger astrophysics. As the number of multi-messenger events rapidly grow over the next decade, the cyberinfrastructure requirements to handle the increase in data rates, data volume, need for event follow up, and analysis across the different messengers will also explosively grow. The cyberinfrastructure requirements to enhance multi-messenger astrophysics will both be a major challenge and opportunity for astronomers, physicists, computer scientists and cyberinfrastructure specialists. Here we outline some of these requirements and argue for a distributed cyberinfrastructure institute for multi-messenger astrophysics to meet these challenges.
Cybersecurity Experimentation at Program Scale: Guidelines and Principles for Future Testbeds.
Kline, E.; and Schwab, S.
In
Cyber Range Applications and Technologies (CACOE), 2019.
link
bibtex
@inproceedings{kline19cacoe,
title={{Cybersecurity Experimentation at Program Scale: Guidelines and Principles for Future Testbeds}},
author={Kline, Erik and Schwab, Stephen},
booktitle={Cyber Range Applications and Technologies (CACOE)},
year={2019}
}
D-REPR: A Language for Describing and Mapping Diversely-Structured Data Sources to RDF.
Vu, B.; Knoblock, C.; and Pujara, J.
In
ACM International Conference on Knowledge Capture (K-CAP), 2019.
link
bibtex
@inproceedings{vu:kcap19,
author = "Vu, Binh and Knoblock, Craig and Pujara, Jay",
acceptrate = "18\%",
bib_url = "/pubs/bib/vu-kcap19.bib",
booktitle = "ACM International Conference on Knowledge Capture (K-CAP)",
doi_url = "https://doi.org/10.1145/3308558.3313711",
pdf_url = "/pubs/2019/vu-kcap19/vu-kcap19.pdf",
sec = "conf",
title = "D-REPR: A Language for Describing and Mapping Diversely-Structured Data Sources to RDF",
year = "2019"
}
D-REPR: A Language for Describing and Mapping Diversely-Structured Data Sources to RDF.
Vu, B.; Pujara, J.; and Knoblock, C. A
In
Proceedings of the 10th International Conference on Knowledge Capture, pages 189–196, 2019.
Paper
Slides
link
bibtex
17 downloads
@inproceedings{vu2019d,
title={D-REPR: A Language for Describing and Mapping Diversely-Structured Data Sources to RDF},
author={Vu, Binh and Pujara, Jay and Knoblock, Craig A},
booktitle={Proceedings of the 10th International Conference on Knowledge Capture},
pages={189--196},
year={2019},
Urlpaper = {http://usc-isi-i2.github.io/papers/vu19-kcap.pdf},
UrlSlides = {http://usc-isi-i2.github.io/slides/vu2019-slides.pdf}
}
DANE update metrics.
Dukhovni, V.; and Hardaker, W.
Talk at ICANN DNSSEC Workshop, 06 2019.
Paper
link
bibtex
@Misc{Hardaker19b,
title="DANE update metrics",
author="Viktor Dukhovni and Wes Hardaker",
month=06,
year=2019,
sortdate = "2019-06-22",
URL="https://65.schedule.icann.org/meetings/1058208",
project = "ant, broot",
keywords="dns, dnssec, dane, security",
howpublished="Talk at ICANN DNSSEC Workshop",
pdfurl="https://ant.isi.edu/~hardaker/presentations/2019-06-DANE-hardaker-dukhovni.pdf"
}
% wjh:isi:gawseedresearch,
DDoS Defense in Depth for DNS (DDIDD).
Heidemann, J.; Hardaker, W.; Mirkovic, J.; Rizvi, A.; and Story, R.
Invited talk at the Trusted CI Webinar, December 2019.
Paper
link
bibtex
abstract
@Misc{Heidemann19a,
author = "John Heidemann and Wes Hardaker and Jelena
Mirkovic and ASM Rizvi and Robert Story",
title = "{DDoS} Defense in Depth for {DNS} (DDIDD)",
howpublished = "Invited talk at the Trusted CI Webinar",
month = dec,
year = 2019,
sortdate = "2019-12-09",
project = "ant, ddidd, paaddos, diiner",
jsubject = "topology_modeling",
jlocation = "johnh: pafile",
keywords = "anti-DDoS, network security, B-Root, invited talks",
url = "https://ant.isi.edu/%7ejohnh/PAPERS/Heidemann19a.html",
pdfurl = "https://ant.isi.edu/%7ejohnh/PAPERS/Heidemann19a.pdf",
videourl = "https://youtu.be/g_IivqPLdQM",
myorganization = "USC/Information Sciences Institute",
copyrightholder = "authors",
abstract = "
he DDIDD Project (DDoS Defense in Depth for DNS) is
applying existing and developing new defenses against
Distributed-Denial-of-Service attacks for operational DNS
infrastructure. We are building a defense-in-depth approach to
mitigate Distributed Denial-of-Service attacks for DNS servers, with
approaches to filter spoofed traffic, identify known-good traffic when
possible, and employ cloud-based scaling to handle the largest
attacks. We are working with USC's B-Root team to test our approaches
as a case study, and are making approaches open source as they become
available. This talk will summarize the project and our overall
approach, provide details about some of our early filters and filter
selection, and describe where we plan to go in the remaining year.
",
}
he DDIDD Project (DDoS Defense in Depth for DNS) is applying existing and developing new defenses against Distributed-Denial-of-Service attacks for operational DNS infrastructure. We are building a defense-in-depth approach to mitigate Distributed Denial-of-Service attacks for DNS servers, with approaches to filter spoofed traffic, identify known-good traffic when possible, and employ cloud-based scaling to handle the largest attacks. We are working with USC's B-Root team to test our approaches as a case study, and are making approaches open source as they become available. This talk will summarize the project and our overall approach, provide details about some of our early filters and filter selection, and describe where we plan to go in the remaining year.
Data augmentation using GANs for speech emotion recognition.
Chatziagapi, A.; Paraskevopoulos, G.; Sgouropoulos, D.; Pantazopoulos, G.; Nikandrou, M.; Giannakopoulos, T.; Katsamanis, A.; Potamianos, A.; and Narayanan, S.
In
Interspeech, pages 171–175, 2019.
link
bibtex
@inproceedings{chatziagapi2019data,
title = {Data augmentation using {GANs} for speech emotion recognition.},
booktitle = {Interspeech},
author = {Chatziagapi, Aggelina and Paraskevopoulos, Georgios and Sgouropoulos, Dimitris and Pantazopoulos, Georgios and Nikandrou, Malvina and Giannakopoulos, Theodoros and Katsamanis, Athanasios and Potamianos, Alexandros and Narayanan, Shrikanth},
year = {2019},
keywords = {\#nosource, ⛔ No DOI found},
pages = {171--175},
}
Deep, Landmark-Free FAME: Face Alignment, Modeling, and Expression Estimation.
Chang, F.; Tran, A. T.; Hassner, T.; Masi, I.; Nevatia, R.; and Medioni, G. G.
Int. J. Comput. Vis., 127(6-7): 930–956. 2019.
Paper
doi
link
bibtex
@article{DBLP:journals/ijcv/ChangTHMNM19,
author = {Feng{-}Ju Chang and
Anh Tuan Tran and
Tal Hassner and
Iacopo Masi and
Ram Nevatia and
G{\'{e}}rard G. Medioni},
title = {Deep, Landmark-Free {FAME:} Face Alignment, Modeling, and Expression
Estimation},
journal = {Int. J. Comput. Vis.},
volume = {127},
number = {6-7},
pages = {930--956},
year = {2019},
url = {https://doi.org/10.1007/s11263-019-01151-x},
doi = {10.1007/S11263-019-01151-X},
timestamp = {Fri, 13 Mar 2020 00:00:00 +0100},
biburl = {https://dblp.org/rec/journals/ijcv/ChangTHMNM19.bib},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
Defending Web Servers Against Flash Crowd Attacks.
Tandon, R.; Palia, A.; Ramani, J.; Paulsen, B.; Bartlett, G.; and Mirkovic, J.
In
Midscale Education and Research Infrastructure and Tools (MERIT) Workshop, pages 1–2, 2019. IEEE
link
bibtex
@inproceedings{tandon2019defending,
title={Defending Web Servers Against Flash Crowd Attacks},
author={Tandon, Rajat and Palia, Abhinav and Ramani, Jaydeep and Paulsen, Brandon and Bartlett, Genevieve and Mirkovic, Jelena},
booktitle={Midscale Education and Research Infrastructure and Tools (MERIT) Workshop},
pages={1--2},
year={2019},
organization={IEEE}
}
Demonstration of the Generalized Kennedy Receiver as a Near Quantum-Optimal Measurement for the Discrimination of Weak Classical Optical States.
Habif, J.; and Jagannathan, A.
In
APS Meeting Abstracts, 2019.
link
bibtex
@inproceedings{habif2019demonstration,
title={Demonstration of the Generalized Kennedy Receiver as a Near Quantum-Optimal Measurement for the Discrimination of Weak Classical Optical States},
author={Habif, Jonathan and Jagannathan, Arunkumar},
booktitle={APS Meeting Abstracts},
year={2019}
}
Demonstration of the Generalized-Kennedy Receiver for Quantum-Limited Discrimination of Photon-Starved Classical Light.
Gartenstein, S.; Habif, J. L; and Jagannathan, A.
In
Laser Science, pages JTu3A–112, 2019. Optical Society of America
link
bibtex
@inproceedings{gartenstein2019demonstration,
title={Demonstration of the Generalized-Kennedy Receiver for Quantum-Limited Discrimination of Photon-Starved Classical Light},
author={Gartenstein, Samuel and Habif, Jonathan L and Jagannathan, Arun},
booktitle={Laser Science},
pages={JTu3A--112},
year={2019},
organization={Optical Society of America}
}
Designing for Fallible Humans.
Mirkovic, J.; and Woo, S. S
In
Humans and CyberSecurity Workshop (HACS), 2019.
link
bibtex
@inproceedings{mirkovicdesigning,
title={Designing for Fallible Humans},
author={Mirkovic, Jelena and Woo, Simon S},
booktitle={Humans and CyberSecurity Workshop (HACS)},
year={2019}
}
Diffusion in social networks: Effects of monophilic contagion, friendship paradox and reactive networks.
Nettasinghe, B.; Krishnamurthy, V.; and Lerman, K.
IEEE Transactions on Network Science and Engineering. 2019.
link
bibtex
@article{nettasinghe2019diffusion,
title={Diffusion in social networks: Effects of monophilic contagion, friendship paradox and reactive networks},
author={Nettasinghe, Buddhika and Krishnamurthy, Vikram and Lerman, Kristina},
journal={IEEE Transactions on Network Science and Engineering},
year={2019},
publisher={IEEE}
}
Discovering Optimal Variable-length Time Series Motifs in Large-Scale Wearable Recordings of Human Bio-behavioral Signals.
Feng, T.; and Narayanan, S.
In
Proceedings of ICASSP, May 2019.
link
bibtex
@inproceedings{Feng2019DiscoveringOptimalVariable-lengthTime,
author = {Feng, Tiantian and Narayanan, Shrikanth},
booktitle = {Proceedings of ICASSP},
location = {Brighton, UK},
month = {May},
title = {Discovering Optimal Variable-length Time Series Motifs in Large-Scale Wearable Recordings of Human Bio-behavioral Signals},
year = {2019}
}
Do Nuclear Submarines Have Nuclear Captains? A Challenge Dataset for Commonsense Reasoning over Adjectives and Objects.
Mullenbach, J.; Gordon, J.; Peng, N.; and May, J.
In
Proceedings of the 2019 Conference on Empirical Methods in Natural Language Processing and the 9th International Joint Conference on Natural Language Processing (EMNLP-IJCNLP), pages 6051–6057, Hong Kong, China, November 2019. Association for Computational Linguistics
Paper
doi
link
bibtex
abstract
@inproceedings{mullenbach-etal-2019-nuclear,
title = "Do Nuclear Submarines Have Nuclear Captains? A Challenge Dataset for Commonsense Reasoning over Adjectives and Objects",
author = "Mullenbach, James and
Gordon, Jonathan and
Peng, Nanyun and
May, Jonathan",
booktitle = "Proceedings of the 2019 Conference on Empirical Methods in Natural Language Processing and the 9th International Joint Conference on Natural Language Processing (EMNLP-IJCNLP)",
month = nov,
year = "2019",
address = "Hong Kong, China",
publisher = "Association for Computational Linguistics",
url = "https://www.aclweb.org/anthology/D19-1625",
doi = "10.18653/v1/D19-1625",
pages = "6051--6057",
abstract = "How do adjectives project from a noun to its parts? If a motorcycle is red, are its wheels red? Is a nuclear submarine{'}s captain nuclear? These questions are easy for humans to judge using our commonsense understanding of the world, but are difficult for computers. To attack this challenge, we crowdsource a set of human judgments that answer the English-language question {``}Given a whole described by an adjective, does the adjective also describe a given part?{''} We build strong baselines for this task with a classification approach. Our findings indicate that, despite the recent successes of large language models on tasks aimed to assess commonsense knowledge, these models do not greatly outperform simple word-level models based on pre-trained word embeddings. This provides evidence that the amount of commonsense knowledge encoded in these language models does not extend far beyond that already baked into the word embeddings. Our dataset will serve as a useful testbed for future research in commonsense reasoning, especially as it relates to adjectives and objects",
}
How do adjectives project from a noun to its parts? If a motorcycle is red, are its wheels red? Is a nuclear submarine's captain nuclear? These questions are easy for humans to judge using our commonsense understanding of the world, but are difficult for computers. To attack this challenge, we crowdsource a set of human judgments that answer the English-language question ``Given a whole described by an adjective, does the adjective also describe a given part?'' We build strong baselines for this task with a classification approach. Our findings indicate that, despite the recent successes of large language models on tasks aimed to assess commonsense knowledge, these models do not greatly outperform simple word-level models based on pre-trained word embeddings. This provides evidence that the amount of commonsense knowledge encoded in these language models does not extend far beyond that already baked into the word embeddings. Our dataset will serve as a useful testbed for future research in commonsense reasoning, especially as it relates to adjectives and objects
Document Binarization via Multi-resolutional Attention Model with DRD Loss.
Peng, X.; Wang, C.; and Cao, H.
In
2019 International Conference on Document Analysis and Recognition, ICDAR 2019, Sydney, Australia, September 20-25, 2019, pages 45–50, 2019. IEEE
Paper
doi
link
bibtex
@inproceedings{DBLP:conf/icdar/PengWC19,
author = {Xujun Peng and
Chao Wang and
Huaigu Cao},
title = {Document Binarization via Multi-resolutional Attention Model with
DRD Loss},
booktitle = {2019 International Conference on Document Analysis and Recognition,
ICDAR 2019, Sydney, Australia, September 20-25, 2019},
pages = {45--50},
publisher = {IEEE},
year = {2019},
url = {https://doi.org/10.1109/ICDAR.2019.00017},
doi = {10.1109/ICDAR.2019.00017},
timestamp = {Tue, 04 Feb 2020 13:28:39 +0100},
biburl = {https://dblp.org/rec/conf/icdar/PengWC19.bib},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
Does Generative Face Completion Help Face Recognition?.
Mathai, J.; Masi, I.; and AbdAlmageed, W.
CoRR, abs/1906.02858. 2019.
Paper
link
bibtex
@article{DBLP:journals/corr/abs-1906-02858,
author = {Joe Mathai and
Iacopo Masi and
Wael AbdAlmageed},
title = {Does Generative Face Completion Help Face Recognition?},
journal = {CoRR},
volume = {abs/1906.02858},
year = {2019},
url = {http://arxiv.org/abs/1906.02858},
eprinttype = {arXiv},
eprint = {1906.02858},
timestamp = {Fri, 14 Jun 2019 01:00:00 +0200},
biburl = {https://dblp.org/rec/journals/corr/abs-1906-02858.bib},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
Domain-Specific Insight Graphs.
Szekely, P.; and Kejriwal, M.
Technical Report University of Southern California Marina del Rey United States, 2019.
link
bibtex
@techreport{szekely2019domain,
title={Domain-Specific Insight Graphs},
author={Szekely, Pedro and Kejriwal, Mayank},
year={2019},
institution={University of Southern California Marina del Rey United States}
}
Domain-Specific Knowledge Graph Construction.
Kejriwal, M.
of Springer Briefs in Computer ScienceSpringer, 2019.
Paper
doi
link
bibtex
20 downloads
@book{DBLP:series/sbcs/Kejriwal19,
author = {Mayank Kejriwal},
title = {Domain-Specific Knowledge Graph Construction},
series = {Springer Briefs in Computer Science},
publisher = {Springer},
year = {2019},
url = {https://doi.org/10.1007/978-3-030-12375-8},
doi = {10.1007/978-3-030-12375-8},
isbn = {978-3-030-12374-1},
timestamp = {Fri, 15 Mar 2019 00:00:00 +0100},
biburl = {https://dblp.org/rec/series/sbcs/Kejriwal19.bib},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
Dynamically Selecting Defenses to DDoS for DNS (extended).
Rizvi, A.; Heidemann, J.; and Mirkovic, J.
Technical Report ISI-TR-736, USC/Information Sciences Institute, May 2019.
Paper
link
bibtex
abstract
@TechReport{Rizvi19a,
author = "{ASM} Rizvi and John Heidemann and Jelena Mirkovic",
title = "Dynamically Selecting Defenses to {DDoS} for {DNS} (extended)",
institution = "USC/Information Sciences Institute",
year = 2019,
sortdate = "2019-12-03",
project = "ant, ddidd, paaddos",
jsubject = "routing",
number = "ISI-TR-736",
month = may,
jlocation = "johnh: pafile",
keywords = "ddos, filtering, hop-count, rcode, dns",
url = "https://ant.isi.edu/%7ejohnh/PAPERS/Rizvi19a.html",
pdfurl = "https://ant.isi.edu/%7ejohnh/PAPERS/Rizvi19a.pdf",
myorganization = "USC/Information Sciences Institute",
copyrightholder = "authors",
abstract = "
Distributed Denial-of-Service (DDoS) attacks exhaust resources,
leaving a server unavailable to legitimate clients. The Domain Name
System (DNS) is frequently the target of DDoS attacks, and its
connectionless communication makes it an easy target for spoofing
attacks. A large body of prior work has focused on specific filters
or anti-spoofing techniques, but DDoS threats continue to grow,
augmented by the addition of millions of Internet-of-Things (IoT)
devices. We propose two approaches to DDoS-defense: first, we
propose having a \emph{library} of defensive filters ready, each
applicable to different attack types and with different levels of
selectivity. Second, we suggest \emph{automatically selecting} the
best defense mechanism at attack start, and re-evaluating that choice
during the attack to account for polymorphic attacks. While
commercial services deploy automatic defenses today, there are no
detailed public descriptions of how they work---our contribution is to
document one automated approach, and to show the importance of
multiple types of defenses. We evaluate our approach against captured
DDoS attacks against a root DNS server, using analysis and testbed
experimentation with real DNS servers. Our automated system can
detect attack events within 15\,s, and choose the best defense within
40\,s. We show that we can reduce 23\% CPU usage and 63\% egress
network bandwidth with the same memory consumption and with little
collateral damage.
",
}
Distributed Denial-of-Service (DDoS) attacks exhaust resources, leaving a server unavailable to legitimate clients. The Domain Name System (DNS) is frequently the target of DDoS attacks, and its connectionless communication makes it an easy target for spoofing attacks. A large body of prior work has focused on specific filters or anti-spoofing techniques, but DDoS threats continue to grow, augmented by the addition of millions of Internet-of-Things (IoT) devices. We propose two approaches to DDoS-defense: first, we propose having a \emphlibrary of defensive filters ready, each applicable to different attack types and with different levels of selectivity. Second, we suggest \emphautomatically selecting the best defense mechanism at attack start, and re-evaluating that choice during the attack to account for polymorphic attacks. While commercial services deploy automatic defenses today, there are no detailed public descriptions of how they work—our contribution is to document one automated approach, and to show the importance of multiple types of defenses. We evaluate our approach against captured DDoS attacks against a root DNS server, using analysis and testbed experimentation with real DNS servers. Our automated system can detect attack events within 15\,s, and choose the best defense within 40\,s. We show that we can reduce 23% CPU usage and 63% egress network bandwidth with the same memory consumption and with little collateral damage.
Effects of network structure on subjective preference diversity.
Lin, A.; Abeliuk, A.; and Emilio, F.
IEEE International Conference on Big Data (Big Data),3026-3031. 2019.
doi
link
bibtex
@article{journals/Lin,
author = {Lin, Anne and Abeliuk, Andr{\'{e}}s and Emilio, Ferrara},
Journal = {IEEE International Conference on Big Data (Big Data)},
title = {Effects of network structure on subjective preference diversity.},
year = 2019,
organization={IEEE},
pages={3026-3031},
doi={10.1109/BigData47090.2019.9005454}
}
Efficient Estimation and Model Generalization for the Total Variability Model.
Travadi, R.; and Narayanan, S. S.
Computer Speech and Language, 53: 43-64. Jan 2019.
doi
link
bibtex
@article{Travadi2018EfficientEstimation,
author = {Travadi, Ruchir and Narayanan, Shrikanth S.},
bib2html_rescat = {},
doi = {https://doi.org/10.1016/j.csl.2018.07.003},
journal = {Computer Speech and Language},
link = {https://www.sciencedirect.com/science/article/pii/S0885230818300147?via%3Dihub},
month = {Jan},
pages = {43-64},
title = {Efficient Estimation and Model Generalization for the Total Variability Model},
volume = {53},
year = {2019}
}
Efficient and rapid clustering of identity-by-descent tracts in biobank-scale datasets.
Shemirani, R.; Belbin, G.; Kenny, E.; Gignoux, C.; and Ambite, J.
In
Annual Meeting of the American Society of Human Genetics, Houston, TX, 2019.
Abstract + Poster
link
bibtex
@InProceedings{shemirani2019:ASHG,
author = {R. Shemirani and G.M. Belbin and E.E. Kenny and C.R. Gignoux and J.L. Ambite},
title = {Efficient and rapid clustering of identity-by-descent tracts in biobank-scale datasets},
booktitle = {Annual Meeting of the American Society of Human Genetics},
year = {2019},
address = {Houston, TX},
note = {Abstract + Poster},
}
Efficient covariance estimation from temporal data.
Harutyunyan, H.; Moyer, D.; Khachatrian, H.; Steeg, G. V.; and Galstyan, A.
arXiv preprint arXiv:1905.13276. 2019.
link
bibtex
@article{harutyunyan2019efficient,
title={Efficient covariance estimation from temporal data},
author={Harutyunyan, Hrayr and Moyer, Daniel and Khachatrian, Hrant and Steeg, Greg Ver and Galstyan, Aram},
journal={arXiv preprint arXiv:1905.13276},
year={2019}
}
Emotional States in Clickbait Headlines.
Hayes, B. D.; and Bartlett, G.
. 2019.
link
bibtex
@Article{ref8,
author={Hayes, Bryan D.
and Bartlett, Genevieve},
title={Emotional States in Clickbait Headlines},
year={2019},
}
Empowering Agroecosystem Modeling with HTC Scientific Workflows: The Cycles Model Use Case.
Ferreira da Silva, R.; Mayani, R.; Shi, Y.; Kemanian, A. R.; Rynge, M.; and Deelman, E.
In
First International Workshop on Big Data Tools, Methods, and Use Cases for Innovative Scientific Discovery (BTSD), pages 4545–4552, 2019.
Funding Acknowledgments: DARPA W911NF-18-1-0027, NSF 1664162
doi
link
bibtex
@InProceedings{ ferreiradasilva2019btsd,
Title = {Empowering Agroecosystem Modeling with HTC Scientific
Workflows: The Cycles Model Use Case},
Author = {Ferreira da Silva, Rafael and Mayani, Rajiv and Shi,
Yuning and Kemanian, Armen R. and Rynge, Mats and Deelman,
Ewa},
BookTitle = {First International Workshop on Big Data Tools, Methods,
and Use Cases for Innovative Scientific Discovery (BTSD)},
Year = {2019},
Pages = {4545--4552},
DOI = {10.1109/BigData47090.2019.9006107},
Note = {Funding Acknowledgments: DARPA W911NF-18-1-0027, NSF
1664162}
}
Enabling Data Streaming-based Science Gateway through Federated Cyberinfrastructure.
Rodero, I.; Qin, Y.; Valls, J.; Simonet, A.; Villalobos, J.; Parashar, M.; Youn, C.; Wang, C.; Thareja, K.; Ruth, P.; Papadimitriou, G.; Lyons, E.; and Zink, M.
In
Gateways 2019, 2019.
Funding Acknowledgments: NSF 1835692, NSF 1745246, NSF 1826997
link
bibtex
@InProceedings{ rodero-gateways-2019,
Title = {Enabling Data Streaming-based Science Gateway through
Federated Cyberinfrastructure},
Author = {Rodero, Ivan and Qin, Yubo and Valls, Jesus and Simonet,
Anthony and Villalobos, J.J. and Parashar, Manish and Youn,
Chooban and Wang, Cong and Thareja, Komal and Ruth, Paul
and Papadimitriou, George and Lyons, Eric and Zink,
Michael},
BookTitle = {Gateways 2019},
Year = {2019},
Location = {San Diego, CA, USA},
Pages = {},
DOI = {},
Note = {Funding Acknowledgments: NSF 1835692, NSF 1745246, NSF
1826997}
}
Engineering Innovation in Speech Science: Data and Technologies.
Hagedorn, C.; Sorensen, T.; Lammert, A.; Toutios, A.; Goldstein, L.; Byrd, D.; and Narayanan, S.
SIG 19 Speech Science Perspectives of ASHA, 4(2): 411-420. Apr 2019.
doi
link
bibtex
@article{Hagedorn2018EngineeringInnovationinSpeech,
author = {Hagedorn, Christina and Sorensen, Tanner and Lammert, Adam and Toutios, Asterios and Goldstein, Louis and Byrd, Dani and Narayanan, Shrikanth},
doi = {10.1044/2018_PERS-SIG19-2018-0003},
journal = {SIG 19 Speech Science Perspectives of ASHA},
link = {http://sail.usc.edu/publications/files/Hagedorn-SIGPerspective2019.pdf},
month = {Apr},
number = {2},
pages = {411-420},
title = {Engineering Innovation in Speech Science: Data and Technologies},
volume = {4},
year = {2019}
}
Enhanced Independent Functional Testing of Xilinx FPGAs.
Haroldsen, T.; French, M.; Schmidt, A. G.; and Khamar, D.
In
Government Microcircuit Applications & Critical Technology Conference (GOMACTech), 2019.
link
bibtex
@inproceedings{schmidt2019a,
author = {Travis Haroldsen and Matthew French and Andrew G. Schmidt and D. Khamar},
booktitle = {Government Microcircuit Applications \& Critical Technology Conference (GOMACTech)},
title = {Enhanced Independent Functional Testing of Xilinx FPGAs},
year = {2019}}
Enhanced Independent Functional Testing of Xilinx FPGAs.
T. Haroldsen, M. F.; and Khamar, D.
April 2019.
link
bibtex
@conference {Haroldsen2019,
title = {Enhanced Independent Functional Testing of Xilinx FPGAs},
booktitle = {Government Microcircuit Applications and Critical Technology Conference (GOMACTech)},
year = {2019},
month = {April},
address = {Albuquerque, NM},
author = {T. Haroldsen, M. French, A. Schmidt, and D. Khamar}
}
Enhancing access to data at the NIMH Repository and Genomics Resource.
Ruocco, B.; Mayani, R.; Sharma, S.; Wilson, S.; Vahi, K.; Voinea, S.; Davis, G.; Valentine-Cooper, J.; Valentine-Cooper, W.; Mathew, J.; Romanella, M.; Arens, Y.; Deelman, E.; Azaro, M.; Vieland, V.; Ambite, J.; and Brzustowicz, L.
In
Annual Meeting of the American Society of Human Genetics, Houston, TX, 2019.
Abstract + Poster
link
bibtex
@InProceedings{mayani2019b:ASHG,
author = {B.G. Ruocco and R. Mayani and S. Sharma and S. Wilson and K. Vahi and S. Voinea and G. Davis and J. Valentine-Cooper and W. Valentine-Cooper and J. Mathew and M. Romanella and Y. Arens and E. Deelman and M.A. Azaro and V.J. Vieland and J.L. Ambite and L.M. Brzustowicz},
title = {Enhancing access to data at the {NIMH Repository and Genomics Resource}},
booktitle = {Annual Meeting of the American Society of Human Genetics},
year = {2019},
address = {Houston, TX},
note = {Abstract + Poster},
}
Enterprise OKN: A Federated Knowledge Graph for Financial Data.
Pujara, J.; Raschid, L.; Hoberg, G.; Phillips, G.; and Knoblock, C.
In
AKBC Workshop on Federated KBs and the Open Knowledge Network, 2019.
link
bibtex
@inproceedings{pujara:akbc19ws,
author = "Pujara, Jay and Raschid, Louiqa and Hoberg, Gerard and Phillips, Gordon and Knoblock, Craig",
bib_url = "/pubs/bib/pujara-akbc19ws.bib",
booktitle = "AKBC Workshop on Federated KBs and the Open Knowledge Network",
pdf_url = "/pubs/2019/pujara-akbc19ws/pujara-akbc19ws.pdf",
sec = "ws",
title = "Enterprise OKN: A Federated Knowledge Graph for Financial Data",
year = "2019"
}
Entity Linking to Knowledge Graphs to Infer Column Types and Properties.
Thawani, A.; Hu, M.; Hu, E.; Zafar, H.; Divvala, N. T.; Singh, A.; Qasemi, E.; Szekely, P. A; and Pujara, J.
SemTab ISWC, 2019: 25–32. 2019.
link
bibtex
@article{thawani2019entity,
title={Entity Linking to Knowledge Graphs to Infer Column Types and Properties.},
author={Thawani, Avijit and Hu, Minda and Hu, Erdong and Zafar, Husain and Divvala, Naren Teja and Singh, Amandeep and Qasemi, Ehsan and Szekely, Pedro A and Pujara, Jay},
journal={SemTab ISWC},
volume={2019},
pages={25--32},
year={2019}
}
Entity linking to knowledge graphs to infer column types and properties.
Thawani, A.; Hu, M.; Hu, E.; Zafar, H.; Divvala, N. T.; Singh, A.; Qasemi, E.; and Pujara, J.
In
The Semantic Web Challenge on Tabular Data to Knowledge Graph Matching at ISWC, 2019.
link
bibtex
@inproceedings{thawani:semtab19,
author = "Thawani, Avijit and Hu, Minda and Hu, Erdong and Zafar, Husain and Divvala, Naren Teja and Singh, Amandeep and Qasemi, Ehsan and Pujara, Jay",
booktitle = "The Semantic Web Challenge on Tabular Data to Knowledge Graph Matching at ISWC",
sec = "ws",
title = "Entity linking to knowledge graphs to infer column types and properties.",
year = "2019"
}
Estimating individualized daily self-reported affect with wearable sensors.
Yan, S.; Hosseinmardi, H.; Kao, H.; Narayanan, S.; Lerman, K.; and Ferrara, E.
In
2019 IEEE International Conference on Healthcare Informatics (ICHI), pages 1–9, 2019. IEEE
link
bibtex
@inproceedings{yan2019estimating,
title={Estimating individualized daily self-reported affect with wearable sensors},
author={Yan, Shen and Hosseinmardi, Homa and Kao, Hsien-Te and Narayanan, Shrikanth and Lerman, Kristina and Ferrara, Emilio},
booktitle={2019 IEEE International Conference on Healthcare Informatics (ICHI)},
pages={1--9},
year={2019},
organization={IEEE}
}
Estimating the density of states of frustrated spin systems.
Barash, L.; Marshall, J.; Weigel, M.; and Hen, I.
New Journal of Physics, 21(7): 073065. jul 2019.
Paper
doi
link
bibtex
abstract
@article{Barash_2019,
doi = {10.1088/1367-2630/ab2e39},
url = {https://doi.org/10.1088%2F1367-2630%2Fab2e39},
year = 2019,
month = {jul},
publisher = {{IOP} Publishing},
volume = {21},
number = {7},
pages = {073065},
author = {Lev Barash and Jeffrey Marshall and Martin Weigel and Itay Hen},
title = {Estimating the density of states of frustrated spin systems},
journal = {New Journal of Physics},
abstract = {Estimating the density of states (DOS) of systems with rugged free energy landscapes is a notoriously difficult task of the utmost importance in many areas of physics ranging from spin glasses to biopolymers. DOS estimation has also recently become an indispensable tool for the benchmarking of quantum annealers when these function as samplers. Some of the standard approaches suffer from a spurious convergence of the estimates to metastable minima, and these cases are particularly hard to detect. Here, we introduce a sampling technique based on population annealing enhanced with a multi-histogram analysis and report on its performance for spin glasses. We demonstrate its ability to overcome the pitfalls of other entropic samplers, resulting in some cases in large scaling advantages that can lead to the uncovering of new physics. The new technique avoids some inherent difficulties in established approaches and can be applied to a wide range of systems without relevant tailoring requirements. Benchmarking of the studied techniques is facilitated by the introduction of several schemes that allow us to achieve exact counts of the degeneracies of the tested instances.}
}
Estimating the density of states (DOS) of systems with rugged free energy landscapes is a notoriously difficult task of the utmost importance in many areas of physics ranging from spin glasses to biopolymers. DOS estimation has also recently become an indispensable tool for the benchmarking of quantum annealers when these function as samplers. Some of the standard approaches suffer from a spurious convergence of the estimates to metastable minima, and these cases are particularly hard to detect. Here, we introduce a sampling technique based on population annealing enhanced with a multi-histogram analysis and report on its performance for spin glasses. We demonstrate its ability to overcome the pitfalls of other entropic samplers, resulting in some cases in large scaling advantages that can lead to the uncovering of new physics. The new technique avoids some inherent difficulties in established approaches and can be applied to a wide range of systems without relevant tailoring requirements. Benchmarking of the studied techniques is facilitated by the introduction of several schemes that allow us to achieve exact counts of the degeneracies of the tested instances.
Evolution of bot and human behavior during elections.
Luceri, L.; Deb, A.; Giordano, S.; and Ferrara, E.
First Monday. 2019.
link
bibtex
@article{luceri2019evolution,
title={Evolution of bot and human behavior during elections},
author={Luceri, Luca and Deb, Ashok and Giordano, Silvia and Ferrara, Emilio},
journal={First Monday},
year={2019}
}
Exact Rate-Distortion in Autoencoders via Echo Noise.
Brekelmans, R.; Moyer, D.; Galstyan, A.; and Steeg, G. V.
In
Advances in Neural Information Processing Systems, 2019.
Paper
link
bibtex
1 download
@inproceedings{brekelmans2019exact,
title={Exact Rate-Distortion in Autoencoders via Echo Noise},
author={Brekelmans, Rob and Moyer, Daniel and Galstyan, Aram and Steeg, Greg Ver},
booktitle={Advances in Neural Information Processing Systems},
url={https://arxiv.org/abs/1904.07199},
year={2019}
}
Exact rate-distortion in autoencoders via echo noise.
Brekelmans, R.; Moyer, D.; Galstyan, A.; and Ver Steeg, G.
In
Advances in neural information processing systems, volume 32, 2019.
link
bibtex
@inproceedings{brekelmans2019exact,
title={Exact rate-distortion in autoencoders via echo noise},
author={Brekelmans, Rob and Moyer, Daniel and Galstyan, Aram and Ver Steeg, Greg},
booktitle={Advances in neural information processing systems},
volume={32},
year={2019}
}
Exploration of Workflow Management Systems Emerging Features from Users Perspectives.
Mitchell, R.; Pottier, L.; Jacobs, S.; Ferreira da Silva, R.; Rynge, M.; Vahi, K.; and Deelman, E.
In
First International Workshop on Big Data Tools, Methods, and Use Cases for Innovative Scientific Discovery (BTSD), pages 4537–4544, 2019.
Funding Acknowledgments: NSF 1842042
doi
link
bibtex
@InProceedings{ mitchell2019btsd,
Title = {Exploration of Workflow Management Systems Emerging
Features from Users Perspectives},
Author = {Mitchell, Ryan and Pottier, Lo\"ic and Jacobs, Steve and
Ferreira da Silva, Rafael and Rynge, Mats and Vahi, Karan
and Deelman, Ewa},
BookTitle = {First International Workshop on Big Data Tools, Methods,
and Use Cases for Innovative Scientific Discovery (BTSD)},
Year = {2019},
Pages = {4537--4544},
DOI = {10.1109/BigData47090.2019.9005494},
Note = {Funding Acknowledgments: NSF 1842042}
}
Extensible and Scalable Entity Resolution for Financial Datasets Using RLTK.
Yao, Y.; Szekely, P.; and Pujara, J.
In
Proceedings of the 5th Workshop on Data Science for Macro-modeling with Financial and Economic Datasets, pages 1–1, 2019.
link
bibtex
@inproceedings{yao2019extensible,
title={Extensible and Scalable Entity Resolution for Financial Datasets Using RLTK},
author={Yao, Yixiang and Szekely, Pedro and Pujara, Jay},
booktitle={Proceedings of the 5th Workshop on Data Science for Macro-modeling with Financial and Economic Datasets},
pages={1--1},
year={2019}
}
Face-Specific Data Augmentation for Unconstrained Face Recognition.
Masi, I.; Tran, A. T.; Hassner, T.; Sahin, G.; and Medioni, G. G.
Int. J. Comput. Vis., 127(6-7): 642–667. 2019.
Paper
doi
link
bibtex
@article{DBLP:journals/ijcv/MasiTHSM19,
author = {Iacopo Masi and
Anh Tuan Tran and
Tal Hassner and
Gozde Sahin and
G{\'{e}}rard G. Medioni},
title = {Face-Specific Data Augmentation for Unconstrained Face Recognition},
journal = {Int. J. Comput. Vis.},
volume = {127},
number = {6-7},
pages = {642--667},
year = {2019},
url = {https://doi.org/10.1007/s11263-019-01178-0},
doi = {10.1007/S11263-019-01178-0},
timestamp = {Fri, 13 Mar 2020 00:00:00 +0100},
biburl = {https://dblp.org/rec/journals/ijcv/MasiTHSM19.bib},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
Factors influencing the adoption of Software Defined Networking by Research and Educational Networks.
Chergarova, V.; Bezerra, J.; Ibarra, J.; and Morgan, H.
2019.
Paper
link
bibtex
@conference {RN678,
title = {Factors influencing the adoption of Software Defined Networking by Research and Educational Networks},
booktitle = {The annual Americas{\textquoteright} Conference on Information Systems (AMCIS) 2019},
year = {2019},
type = {Conference Proceedings},
url = {https://urldefense.com/v3/__https://aisel.aisnet.org/amcis2019/adoption_diffusion_IT/adoption_diffusion_IT/10/__;!!FjuHKAHQs5udqho!OrfqNEjI8IYnpYEY3Wc7S4oSY6Kf82MHM8jGAJar7qa8MoXzNwtTTC2HiJsVSREP5YicoFy-7bQtMA$ },
author = {Vasilka Chergarova and Jeronimo Bezerra and Julio Ibarra and Heidi Morgan}
}
Family-of-Origin Aggression, Dating Aggression, and Physiological Stress Reactivity in Daily Life.
Timmons, A.; Han, S.; Chaspari, T.; Kim, Y.; Pettit, C.; Narayanan, S.; and Margolin, G.
Physiology and Behavior. Jul 2019.
link
bibtex
@article{Timmons2019Family-of-OriginAggression,
author = {Timmons, Adela and Han, Sohyun and Chaspari, Theodora and Kim, Yehsong and Pettit, Corey and Narayanan, Shrikanth and Margolin, Gayla},
journal = {Physiology and Behavior},
title = {Family-of-Origin Aggression, Dating Aggression, and Physiological Stress Reactivity in Daily Life},
year = {2019},
month = {Jul}
}
Fast structure learning with modular regularization.
Ver Steeg, G.; Harutyunyan, H.; Moyer, D.; and Galstyan, A.
Advances in Neural Information Processing Systems, 32. 2019.
link
bibtex
@article{ver2019fast,
title={Fast structure learning with modular regularization},
author={Ver Steeg, Greg and Harutyunyan, Hrayr and Moyer, Daniel and Galstyan, Aram},
journal={Advances in Neural Information Processing Systems},
volume={32},
year={2019}
}
Finding Prerequisite Relations using the Wikipedia Clickstream.
Sayyadiharikandeh, M.; Gordon, J.; Ambite, J.; and Lerman, K.
In
Companion Proceedings of The 2019 World Wide Web Conference, pages 1240–1247, 2019.
link
bibtex
@inproceedings{sayyadiharikandeh2019finding,
title={Finding Prerequisite Relations using the Wikipedia Clickstream},
author={Sayyadiharikandeh, Mohsen and Gordon, Jonathan and Ambite, Jose-Luis and Lerman, Kristina},
booktitle={Companion Proceedings of The 2019 World Wide Web Conference},
pages={1240--1247},
year={2019}
}
Finding Structure in Point Cloud Data with the Robust Isoperimetric Loss.
Deutsch, S.; Masi, I.; and Soatto, S.
In Lellmann, J.; Burger, M.; and Modersitzki, J., editor(s),
Scale Space and Variational Methods in Computer Vision - 7th International Conference, SSVM 2019, Hofgeismar, Germany, June 30 - July 4, 2019, Proceedings, volume 11603, of
Lecture Notes in Computer Science, pages 25–37, 2019. Springer
Paper
doi
link
bibtex
@inproceedings{DBLP:conf/scalespace/DeutschMS19,
author = {Shay Deutsch and
Iacopo Masi and
Stefano Soatto},
editor = {Jan Lellmann and
Martin Burger and
Jan Modersitzki},
title = {Finding Structure in Point Cloud Data with the Robust Isoperimetric
Loss},
booktitle = {Scale Space and Variational Methods in Computer Vision - 7th International
Conference, {SSVM} 2019, Hofgeismar, Germany, June 30 - July 4, 2019,
Proceedings},
series = {Lecture Notes in Computer Science},
volume = {11603},
pages = {25--37},
publisher = {Springer},
year = {2019},
url = {https://doi.org/10.1007/978-3-030-22368-7\_3},
doi = {10.1007/978-3-030-22368-7\_3},
timestamp = {Tue, 25 Jun 2019 13:16:41 +0200},
biburl = {https://dblp.org/rec/conf/scalespace/DeutschMS19.bib},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
Future of physical quantum annealers: impediments and hopes.
Albash, T; and Hen, I.
Science and Culture, 85: 163-170. 2019.
link
bibtex
@article{sac,
title = {Future of physical quantum annealers: impediments and hopes},
author = {Albash, T and Hen, Itay},
journal = {Science and Culture},
volume = {85},
pages = {163-170},
year = {2019},
}
Generating labels for regression of subjective constructs using triplet embeddings.
Mundnich, K.; Booth, B.; Girault, B.; and Narayanan, S.
Pattern Recognition Letters, 128: 385-392. December 2019.
link
bibtex
@article{Mundnich2019Generatinglabelsforregression,
author = {Mundnich, Karel and Booth, Brandon and Girault, Benjamin and Narayanan, Shrikanth},
journal = {Pattern Recognition Letters},
link = {http://sail.usc.edu/publications/files/1-s2.0-S0167865519302752-main (1).pdf},
month = {December},
pages = {385-392},
title = {Generating labels for regression of subjective constructs using triplet embeddings},
volume = {128},
year = {2019}
}
Genetic analyses of diverse populations improves discovery for complex traits.
Wojcik, G. L; Graff, M.; Nishimura, K. K; Tao, R.; Haessler, J.; Gignoux, C. R; Highland, H. M; Patel, Y. M; Sorokin, E. P; Avery, C. L; Belbin, G. M.; Bien, S. A.; Cheng, I.; Cullina, S.; Hodonsky, C. J.; Hu, Y.; Huckins, L. M.; Jeff, J.; Justice, A. E.; Kocarnik, J. M.; Lim, U.; Lin, B. M.; Lu, Y.; Nelson, S. C.; Park, S. L.; Poisner, H.; Preuss, M. H.; Richard, M. A.; Schurmann, C.; Setiawan, V. W.; Sockell, A.; Vahi, K.; Verbanck, M.; Vishnu, A.; Walker, R. W.; Young, K. L.; Zubair, N.; Acuña-Alonso, V.; Ambite, J. L.; Barnes, K. C.; Boerwinkle, E.; Bottinger, E. P.; Bustamante, C. D.; Caberto, C.; Canizales-Quinteros, S.; Conomos, M. P.; Deelman, E.; Do, R.; Doheny, K.; Fernández-Rhodes, L.; Fornage, M.; Hailu, B.; Heiss, G.; Henn, B. M.; Hindorff, L. A.; Jackson, R. D.; Laurie, C. A.; Laurie, C. C.; Li, Y.; Lin, D.; Moreno-Estrada, A.; Nadkarni, G.; Norman, P. J.; Pooler, L. C.; Reiner, A. P.; Romm, J.; Sabatti, C.; Sandoval, K.; Sheng, X.; Stahl, E. A.; Stram, D. O.; Thornton, T. A.; Wassel, C. L.; Wilkens, L. R.; Winkler, C. A.; Yoneyama, S.; Buyske, S.; Haiman, C. A.; Kooperberg, C.; Marchand, L.; Loos, R. J. F.; Matise, T. C.; North, K. E.; Peters, U.; Kenny, E. E.; and Carlson, C. S.
Nature, 570: 514–518. 2019.
doi
link
bibtex
8 downloads
@Article{ wojcik2019genetic,
Title = {Genetic analyses of diverse populations improves discovery
for complex traits},
Author = {Wojcik, Genevieve L and Graff, Mariaelisa and Nishimura,
Katherine K and Tao, Ran and Haessler, Jeffrey and Gignoux,
Christopher R and Highland, Heather M and Patel, Yesha M
and Sorokin, Elena P and Avery, Christy L and Gillian M.
Belbin and Stephanie A. Bien and Iona Cheng and Sinead
Cullina and Chani J. Hodonsky and Yao Hu and Laura M.
Huckins and Janina Jeff and Anne E. Justice and Jonathan M.
Kocarnik and Unhee Lim and Bridget M. Lin and Yingchang Lu
and Sarah C. Nelson and Sung-Shim L. Park and Hannah
Poisner and Michael H. Preuss and Melissa A. Richard and
Claudia Schurmann and Veronica W. Setiawan and Alexandra
Sockell and Karan Vahi and Marie Verbanck and Abhishek
Vishnu and Ryan W. Walker and Kristin L. Young and Niha
Zubair and Victor Acuña-Alonso and Jose Luis Ambite and
Kathleen C. Barnes and Eric Boerwinkle and Erwin P.
Bottinger and Carlos D. Bustamante and Christian Caberto
and Samuel Canizales-Quinteros and Matthew P. Conomos and
Ewa Deelman and Ron Do and Kimberly Doheny and Lindsay
Fernández-Rhodes and Myriam Fornage and Benyam Hailu and
Gerardo Heiss and Brenna M. Henn and Lucia A. Hindorff and
Rebecca D. Jackson and Cecelia A. Laurie and Cathy C.
Laurie and Yuqing Li and Dan-Yu Lin and Andres
Moreno-Estrada and Girish Nadkarni and Paul J. Norman and
Loreall C. Pooler and Alexander P. Reiner and Jane Romm and
Chiara Sabatti and Karla Sandoval and Xin Sheng and Eli A.
Stahl and Daniel O. Stram and Timothy A. Thornton and
Christina L. Wassel and Lynne R. Wilkens and Cheryl A.
Winkler and Sachi Yoneyama and Steven Buyske and
Christopher A. Haiman and Charles Kooperberg and Le
Marchand and Ruth J. F. Loos and Tara C. Matise and Kari E.
North and Ulrike Peters and Eimear E. Kenny and Christopher
S. Carlson},
Journal = {Nature},
Volume = {570},
Pages = {514--518},
Year = {2019},
Publisher = {Nature Publishing Group},
DOI = {10.1038/s41586-019-1310-4}
}
Genetics of Chronic Kidney Disease Stages Across Ancestries: The PAGE Study.
Lin, B. M.; Nadkarni, G. N.; Tao, R.; Graff, M.; Fornage, M.; Buyske, S.; Matise, T. C.; Highland, H. M.; Wilkens, L. R.; Carlson, C. S.; Park, S. L.; Setiawan, V. W.; Ambite, J. L.; Heiss, G.; Boerwinkle, E.; Lin, D.; Morris, A. P.; Loos, R. J. F.; Kooperberg, C.; North, K. E.; Wassel, C. L.; and Franceschini, N.
Frontiers in genetics, 10: 494. 2019.
Paper
doi
link
bibtex
abstract
@article{LinNadkarniTaoEtAl2019,
abstract = {Chronic kidney disease (CKD) is common and disproportionally burdens United States ethnic minorities. Its genetic determinants may differ by disease severity and clinical stages. To uncover genetic factors associated CKD severity among high-risk ethnic groups, we performed genome-wide association studies ({GWAS}) in diverse populations within the {Population Architecture using Genomics and Epidemiology} (PAGE) study. We assembled multi-ethnic genome-wide imputed data on CKD non-overlapping cases [4,150 mild to moderate CKD, 1,105 end-stage kidney disease (ESKD)] and non-CKD controls for up to 41,041 PAGE participants (African Americans, Hispanics/Latinos, East Asian, Native Hawaiian, and American Indians). We implemented a generalized estimating equation approach for {GWAS} using ancestry combined data while adjusting for age, sex, principal components, study, and ethnicity. The {GWAS} identified a novel genome-wide associated locus for mild to moderate CKD nearby (rs10906850, = 3.7 × 10 ) that replicated in the United Kingdom Biobank white British ( = 0.008). Several variants at the locus were associated with ESKD including the G1 rs73885319 ( = 1.2 × 10 ). There was no overlap among associated loci for CKD and ESKD traits, even at the previously reported locus ( = 0.76 for CKD). Several additional loci were associated with CKD or ESKD at -values below the genome-wide threshold. These loci were often driven by variants more common in non-European ancestry. Our genetic study identified a novel association at for CKD and showed for the first time strong associations of the variants with ESKD across multi-ethnic populations. Our findings suggest differences in genetic effects across CKD severity and provide information for study design of genetic studies of CKD in diverse populations.},
author = {Lin, Bridget M. and Nadkarni, Girish N. and Tao, Ran and Graff, Mariaelisa and Fornage, Myriam and Buyske, Steven and Matise, Tara C. and Highland, Heather M. and Wilkens, Lynne R. and Carlson, Christopher S. and Park, S. Lani and Setiawan, V. Wendy and Ambite, Jose Luis and Heiss, Gerardo and Boerwinkle, Eric and Lin, Dan-Yu and Morris, Andrew P. and Loos, Ruth J. F. and Kooperberg, Charles and North, Kari E. and Wassel, Christina L. and Franceschini, Nora},
country = {Switzerland},
doi = {10.3389/fgene.2019.00494},
issn = {1664-8021},
issn-linking = {1664-8021},
journal = {Frontiers in genetics},
keywords = {APOL1; chronic kidney disease stages; diverse populations; end stage kidney disease; genetics; genome-wide association studies; single nucleotide polymorphisms},
nlm-id = {101560621},
owner = {NLM},
pages = {494},
pmc = {PMC6544117},
pmid = {31178898},
url = {https://pubmed.ncbi.nlm.nih.gov/31178898/},
pubmodel = {Electronic-eCollection},
pubstate = {epublish},
revised = {2020-09-28},
title = {Genetics of Chronic Kidney Disease Stages Across Ancestries: The {PAGE} Study.},
volume = {10},
year = {2019},
bdsk-url-1 = {https://pubmed.ncbi.nlm.nih.gov/31178898/},
bdsk-url-2 = {https://doi.org/10.3389/fgene.2019.00494}}
Chronic kidney disease (CKD) is common and disproportionally burdens United States ethnic minorities. Its genetic determinants may differ by disease severity and clinical stages. To uncover genetic factors associated CKD severity among high-risk ethnic groups, we performed genome-wide association studies (GWAS) in diverse populations within the Population Architecture using Genomics and Epidemiology (PAGE) study. We assembled multi-ethnic genome-wide imputed data on CKD non-overlapping cases [4,150 mild to moderate CKD, 1,105 end-stage kidney disease (ESKD)] and non-CKD controls for up to 41,041 PAGE participants (African Americans, Hispanics/Latinos, East Asian, Native Hawaiian, and American Indians). We implemented a generalized estimating equation approach for GWAS using ancestry combined data while adjusting for age, sex, principal components, study, and ethnicity. The GWAS identified a novel genome-wide associated locus for mild to moderate CKD nearby (rs10906850, = 3.7 × 10 ) that replicated in the United Kingdom Biobank white British ( = 0.008). Several variants at the locus were associated with ESKD including the G1 rs73885319 ( = 1.2 × 10 ). There was no overlap among associated loci for CKD and ESKD traits, even at the previously reported locus ( = 0.76 for CKD). Several additional loci were associated with CKD or ESKD at -values below the genome-wide threshold. These loci were often driven by variants more common in non-European ancestry. Our genetic study identified a novel association at for CKD and showed for the first time strong associations of the variants with ESKD across multi-ethnic populations. Our findings suggest differences in genetic effects across CKD severity and provide information for study design of genetic studies of CKD in diverse populations.
Hands-on Graph Neural Networks with PyTorch Geometric.
Huang, K.
Mar 2019.
Paper
link
bibtex
@misc{huang__2019,
title={Hands-on Graph Neural Networks with PyTorch Geometric},
url={https://towardsdatascience.com/hands-on-graph-neural-networks-with-pytorch-pytorch-geometric-359487e221a8}, publisher={Towards Data Science},
author={Huang, Kung-Hsiang},
year={2019},
month={Mar}}
Harvesting Planck Radiation for Free-Space Optical Communications in the Long-Wave Infrared Band.
Habif, J. L; and Jagannathan, A.
In
Laser Science, pages JTu4A–59, 2019. Optical Society of America
link
bibtex
@inproceedings{habif2019harvesting,
title={Harvesting Planck Radiation for Free-Space Optical Communications in the Long-Wave Infrared Band},
author={Habif, Jonathan L and Jagannathan, Arunkumar},
booktitle={Laser Science},
pages={JTu4A--59},
year={2019},
organization={Optical Society of America}
}
Hobbes: A multi-kernel infrastructure for application composition.
Kocoloski, B.; Lange, J.; Pedretti, K.; and Brightwell, R.
In
Operating Systems for Supercomputers and High Performance Computing, pages 241–267. Springer, Singapore, 2019.
link
bibtex
@incollection{kocoloski2019hobbes,
title={Hobbes: A multi-kernel infrastructure for application composition},
author={Kocoloski, Brian and Lange, John and Pedretti, Kevin and Brightwell, Ron},
booktitle={Operating Systems for Supercomputers and High Performance Computing},
pages={241--267},
year={2019},
publisher={Springer, Singapore}
}
How quantum is the speedup in adiabatic unstructured search?.
Hen, I.
Quant. Inf. Proc., 18: 162. 2019.
link
bibtex
@article{Pqsp,
title = {How quantum is the speedup in adiabatic unstructured search?},
author = {Hen, Itay},
journal = {Quant. Inf. Proc.},
volume = {18},
pages = {162},
year = {2019},
}
Human-Computability Boundaries.
Kothari, V.; Anantharaman, P.; Jenkins, I.; Millian, M.; Bratus, S.; Blythe, J.; Koppel, R.; and Smith, S.
In
International Workshop on Security Protocols, 2019.
link
bibtex
@inproceedings{kothari2019boundaries,
title="Human-Computability Boundaries",
author={Kothari, Vijay and Anantharaman, Prashant and Jenkins, Ira and Millian, Michael and Bratus, Sergey and Blythe, Jim and Koppel, Ross and Smith, Sean},
booktitle={International Workshop on Security Protocols},
year={2019}
}
Identifying Important Internet Outages.
Bogutz, R.; Pradkin, Y.; and Heidemann, J.
In
Sixth National Symposium for NSF REU Research in Data Science, Systems, and Security, December 2019.
Paper
link
bibtex
abstract
@InProceedings{Bogutz19a,
author = "Ryan Bogutz and Yuri Pradkin and John Heidemann",
title = "Identifying Important Internet Outages",
booktitle = "Sixth National Symposium for NSF REU Research in Data Science, Systems, and Security",
year = "2019",
sortdate = "2019-12-12",
project = "ant, lacanic, divoice, iiovadr, isireu, reu",
jsubject = "routing",
month = dec,
jlocation = "johnh: pafile",
keywords = "network outage detection, reporting",
url = "https://ant.isi.edu/%7ejohnh/PAPERS/Bogutz19a.html",
pdfurl = "https://ant.isi.edu/%7ejohnh/PAPERS/Bogutz19a.pdf",
blogurl = "https://ant.isi.edu/blog/?p=1376",
myorganization = "USC/Information Sciences Institute",
copyrightholder = "authors",
abstract = "Today, outage detection systems can track outages across the whole
IPv4 Internet---millions of networks. However, it becomes difficult
to find meaningful, interesting events in this huge dataset, since
three months of data can easily include 660M observations and
thousands of outage events. We propose
an \emph{outage reporting system} that sifts through this data
to find the most \emph{interesting} events.
We explore multiple metrics to evaluate
``interesting'', reflecting the size and severity of outages. We show
that defining interest as the product of size by severity works well,
avoiding degenerate cases like complete outages affecting a few
people, and apparently large outages that affect only a small fraction
of people in an area. We have integrated outage reporting into our
existing public website (\url{https://outage.ant.isi.edu}) with the
goal of making near-real-time outage information accessible to the
general public. Such data can help answer questions like ``what are
the most significant outages today?'', ``did Flordia have major
problems in an ongoing hurricane?'', and ``are there power outages in
Venezuela?''.",
}
Today, outage detection systems can track outages across the whole IPv4 Internet—millions of networks. However, it becomes difficult to find meaningful, interesting events in this huge dataset, since three months of data can easily include 660M observations and thousands of outage events. We propose an \emphoutage reporting system that sifts through this data to find the most \emphinteresting events. We explore multiple metrics to evaluate ``interesting'', reflecting the size and severity of outages. We show that defining interest as the product of size by severity works well, avoiding degenerate cases like complete outages affecting a few people, and apparently large outages that affect only a small fraction of people in an area. We have integrated outage reporting into our existing public website (˘rlhttps://outage.ant.isi.edu) with the goal of making near-real-time outage information accessible to the general public. Such data can help answer questions like ``what are the most significant outages today?'', ``did Flordia have major problems in an ongoing hurricane?'', and ``are there power outages in Venezuela?''.
Identifying Important Internet Outages (extended).
Bogutz, R.; Pradkin, Y.; and Heidemann, J.
Technical Report ISI-TR-735, USC/Information Sciences Institute, October 2019.
Paper
link
bibtex
abstract
@TechReport{Bogutz19b,
author = "Ryan Bogutz and Yuri Pradkin and John Heidemann",
title = "Identifying Important Internet Outages (extended)",
institution = "USC/Information Sciences Institute",
year = 2019,
sortdate = "2019-11-12",
project = "ant, lacanic, divoice, iiovadr, isireu",
jsubject = "routing",
number = "ISI-TR-735",
month = oct,
jlocation = "johnh: pafile",
keywords = "network outage detection, reporting",
url = "https://ant.isi.edu/%7ejohnh/PAPERS/Bogutz19b.html",
pdfurl = "https://ant.isi.edu/%7ejohnh/PAPERS/Bogtutz19b.pdf",
blogurl = "https://ant.isi.edu/blog/?p=1376",
myorganization = "USC/Information Sciences Institute",
copyrightholder = "authors",
abstract = "Today, outage detection systems can track outages across the whole
IPv4 Internet---millions of networks. However, it becomes difficult
to find meaningful, interesting events in this huge dataset, since
three months of data can easily include 660M observations and
thousands of outage events. We propose
an \emph{outage reporting system} that sifts through this data
to find the most \emph{interesting} events.
We explore multiple metrics to evaluate
``interesting'', reflecting the size and severity of outages. We show
that defining interest as the product of size by severity works well,
avoiding degenerate cases like complete outages affecting a few
people, and apparently large outages that affect only a small fraction
of people in an area. We have integrated outage reporting into our
existing public website (\url{https://outage.ant.isi.edu}) with the
goal of making near-real-time outage information accessible to the
general public. Such data can help answer questions like ``what are
the most significant outages today?'', ``did Flordia have major
problems in an ongoing hurricane?'', and ``are there power outages in
Venezuela?''.",
}
Today, outage detection systems can track outages across the whole IPv4 Internet—millions of networks. However, it becomes difficult to find meaningful, interesting events in this huge dataset, since three months of data can easily include 660M observations and thousands of outage events. We propose an \emphoutage reporting system that sifts through this data to find the most \emphinteresting events. We explore multiple metrics to evaluate ``interesting'', reflecting the size and severity of outages. We show that defining interest as the product of size by severity works well, avoiding degenerate cases like complete outages affecting a few people, and apparently large outages that affect only a small fraction of people in an area. We have integrated outage reporting into our existing public website (˘rlhttps://outage.ant.isi.edu) with the goal of making near-real-time outage information accessible to the general public. Such data can help answer questions like ``what are the most significant outages today?'', ``did Flordia have major problems in an ongoing hurricane?'', and ``are there power outages in Venezuela?''.
Identifying Therapist and Client Personae for Therapeutic Alliance Estimation.
Martinez, V.; Flemotomos, N.; Ardulov, V.; Somandepalli, K.; Goldberg, S.; Imel, Z.; Atkins, D.; and Narayanan, S.
In
In proceedings of Proceedings of Interspeech, September 2019.
link
bibtex
@inproceedings{Martinez2019IdentifyingTherapistandClient,
author = {Martinez, Victor and Flemotomos, Nikolaos and Ardulov, Victor and Somandepalli, Krishna and Goldberg, Simon and Imel, Zac and Atkins, David and Narayanan, Shrikanth},
booktitle = {In proceedings of Proceedings of Interspeech},
location = {Graz, Austria},
month = {September},
title = {Identifying Therapist and Client Personae for Therapeutic Alliance Estimation},
year = {2019}
}
Identity of Long-Tail Entities in Text.
Ilievski, F.
Ph.D. Thesis, Vrije Universiteit Amsterdam, 2019.
link
bibtex
@phdthesis{ilievski2019identity,
title={Identity of Long-Tail Entities in Text},
author={Ilievski, Filip},
year={2019},
school={Vrije Universiteit Amsterdam}
}
Impact of Off-Chip Memories on HLS-Generated Circuits.
Rajagopala, A. D.; Sass, R.; and Schmidt, A. G.
In
International Workshop on FPGAs for Software Programmers (FSP), 2019.
link
bibtex
@inproceedings{rajagopala2009a,
author = {Abhi D. Rajagopala and Ron Sass and Andrew G. Schmidt},
booktitle = {International Workshop on FPGAs for Software Programmers (FSP)},
title = {Impact of Off-Chip Memories on HLS-Generated Circuits},
year = {2019}}
Impact of fine-scale population structure in the UK Biobank on Mendelian disease variants.
Cullina, S.; Belbin, G.; Shemirani, R.; Ambite, J.; Gignoux, C.; and Kenny, E.
In
Annual Meeting of the American Society of Human Genetics, Houston, TX, 2019.
Abstract + Poster
link
bibtex
@InProceedings{cullina2019:ASHG,
author = {S. Cullina and G.M. Belbin and R. Shemirani and J.L. Ambite and C.R. Gignoux and E.E. Kenny},
title = {Impact of fine-scale population structure in the UK Biobank on Mendelian disease variants},
booktitle = {Annual Meeting of the American Society of Human Genetics},
year = {2019},
address = {Houston, TX},
note = {Abstract + Poster},
}
Improved CubeSat Mission Reliability Using a Rigorous Top-Down Systems-Level Approach.
Rughani, R.; Rogers, R. A; Allam, J. J; Narayanan, S.; Patil, P.; Clarke, K.; Lariviere, M.; Du Plessis, J.; Villafana, L.; Healy, D.; and others
. 2019.
link
bibtex
@article{rughani2019improved,
title={Improved CubeSat Mission Reliability Using a Rigorous Top-Down Systems-Level Approach},
author={Rughani, Rahul and Rogers, Rebecca A and Allam, Jeremy J and Narayanan, Sriram and Patil, Piyush and Clarke, Kyle and Lariviere, Marcel and Du Plessis, Justin and Villafana, Lizvette and Healy, Denis and others},
booktitle={70th International Astronautical Congress (IAC), Washington DC, United States},
year={2019}
}
Improving Testbed Experiment Design Through Shifting User Interface Emphasis.
Bartlett, G.; Mirkovic, J.; and Blythe, J.
Technical Report ISI-TR-737, 2019.
link
bibtex
@techreport{bartlettimproving,
title={Improving Testbed Experiment Design Through Shifting User Interface Emphasis},
author={Bartlett, Genevieve and Mirkovic, Jelena and Blythe, Jim},
number={ISI-TR-737},
year={2019}
}
Improving the Optics of Active Outage Detection (extended).
Baltra, G.; and Heidemann, J.
Technical Report ISI-TR-733, USC/Information Sciences Institute, May 2019.
Paper
link
bibtex
abstract
@TechReport{Baltra19a,
author = "Guillermo Baltra and John Heidemann",
title = "Improving the Optics of Active Outage Detection (extended)",
institution = "USC/Information Sciences Institute",
year = 2019,
sortdate = "2018-05-16",
project = "ant, lacanic, divoice, iiovadr",
jsubject = "routing",
number = "ISI-TR-733",
month = may,
jlocation = "johnh: pafile",
keywords = "network outage detection",
url = "https://ant.isi.edu/%7ejohnh/PAPERS/Baltra19a.html",
pdfurl = "https://ant.isi.edu/%7ejohnh/PAPERS/Baltra19a.pdf",
myorganization = "USC/Information Sciences Institute",
copyrightholder = "authors",
abstract = "
There is a growing interest in carefully observing the reliability of
the Internet's edge. Outage information can inform our understanding
of Internet reliability and planning, and it can help guide
operations. Outage detection algorithms using active probing from
third parties have been shown to be accurate for most of the Internet,
but inaccurate for blocks that are sparsely occupied. Our
contributions include a definition of outages, which we use to
determine how many independent observers are required to determine
global outages. We propose a new \emph{Full Block Scanning} (FBS)
algorithm that gathers more information for sparse blocks to reduce
false outage reports. We also propose \emph{ISP Availability Sensing}
(IAS) to detect maintenance activity using only external information.
We study a year of outage data and show that FBS has a True Positive
Rate of 86\%, and show that IAS detects maintenance events in a large
U.S.~ISP.
",
}
There is a growing interest in carefully observing the reliability of the Internet's edge. Outage information can inform our understanding of Internet reliability and planning, and it can help guide operations. Outage detection algorithms using active probing from third parties have been shown to be accurate for most of the Internet, but inaccurate for blocks that are sparsely occupied. Our contributions include a definition of outages, which we use to determine how many independent observers are required to determine global outages. We propose a new \emphFull Block Scanning (FBS) algorithm that gathers more information for sparse blocks to reduce false outage reports. We also propose \emphISP Availability Sensing (IAS) to detect maintenance activity using only external information. We study a year of outage data and show that FBS has a True Positive Rate of 86%, and show that IAS detects maintenance events in a large U.S. ISP.
Imputing Missing Data In Large-Scale Multivariate Biomedical Wearable Recordings Using Bidirectional Recurrent Neural Networks With Temporal Activation.
Feng, T.; and Narayanan, S.
In
In proceedings of 41st Annual International Conference of the IEEE Engineering in Medicine and Biology Society (EMBC19), July 2019.
link
bibtex
@inproceedings{Feng2019ImputingMissingDataIn,
author = {Feng, Tiantian and Narayanan, Shrikanth},
booktitle = {In proceedings of 41st Annual International Conference of the IEEE Engineering in Medicine and Biology Society (EMBC19)},
location = {Berlin, Germany},
month = {July},
title = {Imputing Missing Data In Large-Scale Multivariate Biomedical Wearable Recordings Using Bidirectional Recurrent Neural Networks With Temporal Activation},
year = {2019}
}
Inferring models of opinion dynamics from aggregated jury data.
Burghardt, K. A. R.; and William AND Girvan, M.
PLOS ONE, 14(7): 1-15. 07 2019.
Paper
doi
link
bibtex
abstract
@article{Burghardt2018Jury,
author = {Burghardt, Keith AND Rand, William AND Girvan, Michelle},
journal = {PLOS ONE},
publisher = {Public Library of Science},
title = {Inferring models of opinion dynamics from aggregated jury data},
year = {2019},
month = {07},
volume = {14},
url = {https://doi.org/10.1371/journal.pone.0218312},
pages = {1-15},
abstract = {Jury deliberations provide a quintessential example of collective decision-making, but few studies have probed the available data to explore how juries reach verdicts. We examine how features of jury dynamics can be better understood from the joint distribution of final votes and deliberation time. To do this, we fit several different decision-making models to jury datasets from different places and times. In our best-fit model, jurors influence each other and have an increasing tendency to stick to their opinion of the defendant’s guilt or innocence. We also show that this model can explain spikes in mean deliberation times when juries are hung, sub-linear scaling between mean deliberation times and trial duration, and unexpected final vote and deliberation time distributions. Our findings suggest that both stubbornness and herding play an important role in collective decision-making, providing a nuanced insight into how juries reach verdicts, and more generally, how group decisions emerge.},
number = {7},
doi = {10.1371/journal.pone.0218312}
}
Jury deliberations provide a quintessential example of collective decision-making, but few studies have probed the available data to explore how juries reach verdicts. We examine how features of jury dynamics can be better understood from the joint distribution of final votes and deliberation time. To do this, we fit several different decision-making models to jury datasets from different places and times. In our best-fit model, jurors influence each other and have an increasing tendency to stick to their opinion of the defendant’s guilt or innocence. We also show that this model can explain spikes in mean deliberation times when juries are hung, sub-linear scaling between mean deliberation times and trial duration, and unexpected final vote and deliberation time distributions. Our findings suggest that both stubbornness and herding play an important role in collective decision-making, providing a nuanced insight into how juries reach verdicts, and more generally, how group decisions emerge.
Initial Safety Posture Investigations for Earth Regime Rendezvous and Proximity Operations.
Barnhart, D. A; Rughani, R.; Allam, J. J; and Clarke, K. W
In
10th International Association for the Advancement of Space Safety (IAASS) Conference, El Segundo, California, USA, pages 15–17, 2019.
link
bibtex
@inproceedings{barnhart2019initial,
title={Initial Safety Posture Investigations for Earth Regime Rendezvous and Proximity Operations},
author={Barnhart, David A and Rughani, Rahul and Allam, Jeremy J and Clarke, Kyle W},
booktitle={10th International Association for the Advancement of Space Safety (IAASS) Conference, El Segundo, California, USA},
pages={15--17},
year={2019}
}
Integrity Protection for Scientific Workflow Data: Motivation and Initial Experiences.
Rynge, M.; Vahi, K.; Deelman, E.; Mandal, A.; Baldin, I.; Bhide, O.; Heiland, R.; Welch, V.; Hill, R.; Poehlman, W. L.; and Feltus, F. A.
In
Proceedings of the Practice and Experience in Advanced Research Computing on Rise of the Machines (Learning), of
PEARC '19, pages 17:1–17:8, New York, NY, USA, 2019. ACM
Funding Acknowledgments: NSF 1642070, NSF 1642053, NSF 1642090. Best Paper in Advanced Research Computing Software and Applications Track. The Phil Andrews Most Transformative Contribution Award.
Paper
doi
link
bibtex
@InProceedings{ rynge-pearc-2019,
Author = {Rynge, Mats and Vahi, Karan and Deelman, Ewa and Mandal,
Anirban and Baldin, Ilya and Bhide, Omkar and Heiland,
Randy and Welch, Von and Hill, Raquel and Poehlman, William
L. and Feltus, F. Alex},
Title = {Integrity Protection for Scientific Workflow Data:
Motivation and Initial Experiences},
BookTitle = {Proceedings of the Practice and Experience in Advanced
Research Computing on Rise of the Machines (Learning)},
Series = {PEARC '19},
Year = {2019},
ISBN = {978-1-4503-7227-5},
Location = {Chicago, IL, USA},
Pages = {17:1--17:8},
articleno = {17},
numpages = {8},
URL = {http://doi.acm.org/10.1145/3332186.3332222},
DOI = {10.1145/3332186.3332222},
acmid = {3332222},
Publisher = {ACM},
Address = {New York, NY, USA},
Note = {Funding Acknowledgments: NSF 1642070, NSF 1642053, NSF
1642090. Best Paper in Advanced Research Computing Software
and Applications Track. The Phil Andrews Most
Transformative Contribution Award.}
}
Intelligent systems for geosciences: An essential research agenda.
Gil, Y.; Pierce, S., A.; Babaie, H.; Banerjee, A.; Borne, K.; Bust, G.; Cheatham, M.; Ebert-Uphoff, I.; Gomes, C.; Hill, M.; Horel, J.; Hsu, L.; Kinter, J.; Knoblock, C.; Krum, D.; Kumar, V.; Lermusiaux, P.; Liu, Y.; North, C.; Pankratius, V.; Peters, S.; Plale, B.; Pope, A.; Ravela, S.; Restrepo, J.; Ridley, A.; Samet, H.; and Shekhar, S.
Communications of the ACM, 62(1): 76-84. 1 2019.
Paper
doi
link
bibtex
abstract
19 downloads
@article{
title = {Intelligent systems for geosciences: An essential research agenda},
type = {article},
year = {2019},
pages = {76-84},
volume = {62},
month = {1},
publisher = {Association for Computing Machinery},
day = {1},
id = {5a1be824-dce6-3212-bb4c-cc507da1b092},
created = {2019-10-01T17:21:16.980Z},
accessed = {2019-08-15},
file_attached = {true},
profile_id = {42d295c0-0737-38d6-8b43-508cab6ea85d},
last_modified = {2020-05-11T14:43:34.709Z},
read = {false},
starred = {false},
authored = {true},
confirmed = {true},
hidden = {false},
citation_key = {Gil2019},
private_publication = {false},
abstract = {A research agenda for intelligent systems that will result in fundamental new capabilities for understanding the Earth system.},
bibtype = {article},
author = {Gil, Yolanda and Pierce, Suzanne A. and Babaie, Hassan and Banerjee, Arindam and Borne, Kirk and Bust, Gary and Cheatham, Michelle and Ebert-Uphoff, Imme and Gomes, Carla and Hill, Mary and Horel, John and Hsu, Leslie and Kinter, Jim and Knoblock, Craig and Krum, David and Kumar, Vipin and Lermusiaux, Pierre and Liu, Yan and North, Chris and Pankratius, Victor and Peters, Shanan and Plale, Beth and Pope, Allen and Ravela, Sai and Restrepo, Juan and Ridley, Aaron and Samet, Hanan and Shekhar, Shashi},
doi = {10.1145/3192335},
journal = {Communications of the ACM},
number = {1}
}
A research agenda for intelligent systems that will result in fundamental new capabilities for understanding the Earth system.
Intermittently Tagged Real-Time MRI Reveals Internal Tongue Motion during Speech Production.
Chen, W.; Byrd, D.; Narayanan, S.; and Nayak, K.
Magnetic Resonance in Medicine, 82(2): 600-613. Aug 2019.
link
bibtex
@article{Chen2019IntermittentlyTaggedReal-TimeMRI,
author = {Chen, Weiyi and Byrd, Dani and Narayanan, Shrikanth and Nayak, Krishna},
journal = {Magnetic Resonance in Medicine},
month = {Aug},
number = {2},
pages = {600-613},
title = {Intermittently Tagged Real-Time MRI Reveals Internal Tongue Motion during Speech Production},
volume = {82},
year = {2019}
}
Joint Event and Temporal Relation Extraction with Shared Representations and Structured Prediction.
Han, R.; Ning, Q.; and Peng, N.
In
2019 Conference on Empirical Methods in Natural Language Processing (EMNLP), 2019.
link
bibtex
@inproceedings{han2019joint,
title={Joint Event and Temporal Relation Extraction with Shared Representations and Structured Prediction},
author={Han, Rujun and Ning, Qiang and Peng, Nanyun},
booktitle={2019 Conference on Empirical Methods in Natural Language Processing (EMNLP)},
year={2019}
}
Knowledge graphs: Construction, management and querying.
Kejriwal, M.; Sequeda, J. F.; and Lopez, V.
Semantic Web, 10(6): 961–962. 2019.
Paper
doi
link
bibtex
16 downloads
@article{DBLP:journals/semweb/KejriwalSL19,
author = {Mayank Kejriwal and
Juan F. Sequeda and
Vanessa Lopez},
title = {Knowledge graphs: Construction, management and querying},
journal = {Semantic Web},
volume = {10},
number = {6},
pages = {961--962},
year = {2019},
url = {https://doi.org/10.3233/SW-190370},
doi = {10.3233/SW-190370},
timestamp = {Tue, 28 Jan 2020 00:00:00 +0100},
biburl = {https://dblp.org/rec/journals/semweb/KejriwalSL19.bib},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
Learning Adversarial Interactions in Stackelberg Security Games with Limited Data.
Fang, B.; Jiang, M.; Tregubov, A.; Blythe, J.; and Ferrara, E.
In
NeurIPS workshop on Bridging Game Theory and Deep Learning, 2019.
link
bibtex
@inproceedings{Fang2019GAN,
title="Learning Adversarial Interactions in Stackelberg Security Games with Limited Data",
author={Fang, Boli and Jiang, Miao and Tregubov, Alexey and Blythe, Jim and Ferrara, Emilio},
booktitle={NeurIPS workshop on Bridging Game Theory and Deep Learning},
year={2019},
ISIArea = {CSEC, ML}
}
Learning Behavioral Representations from Wearable Sensors.
Tavabi, N.; Hosseinmardi, H.; Villatte, J. L.; Abeliuk, A.; Narayanan, S. S.; Ferrara, E.; and Lerman, K.
CoRR, abs/1911.06959. 2019.
Paper
link
bibtex
@article{DBLP:journals/corr/abs-1911-06959,
author = {Nazgol Tavabi and
Homa Hosseinmardi and
Jennifer L. Villatte and
Andr{\'{e}}s Abeliuk and
Shrikanth S. Narayanan and
Emilio Ferrara and
Kristina Lerman},
title = {Learning Behavioral Representations from Wearable Sensors},
journal = {CoRR},
volume = {abs/1911.06959},
year = {2019},
url = {http://arxiv.org/abs/1911.06959},
eprinttype = {arXiv},
eprint = {1911.06959},
timestamp = {Tue, 03 Dec 2019 00:00:00 +0100},
biburl = {https://dblp.org/rec/journals/corr/abs-1911-06959.bib},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
Learning Semantic Models of Data Sources Using Probabilistic Graphical Models.
Vu, B.; Knoblock, C.; and Pujara, J.
In
The World Wide Web Conference, of
WWW '19, pages 1944–1953, New York, NY, USA, 2019. ACM
Paper
doi
link
bibtex
18 downloads
@inproceedings{Vu:2019:LSM:3308558.3313711,
author = {Vu, Binh and Knoblock, Craig and Pujara, Jay},
title = {Learning Semantic Models of Data Sources Using Probabilistic Graphical Models},
booktitle = {The World Wide Web Conference},
series = {WWW '19},
year = {2019},
isbn = {978-1-4503-6674-8},
location = {San Francisco, CA, USA},
pages = {1944--1953},
numpages = {10},
url = {http://doi.acm.org/10.1145/3308558.3313711},
doi = {10.1145/3308558.3313711},
acmid = {3313711},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {Semantic models, knowledge graph, linked data, ontology, probabilistic graphical models, semantic web},
}
Learning Shared Vector Representations of Lyrics and Chords in Music.
Greer, T.; Singla, K.; Ma, B.; and Narayanan, S.
In
Proceedings of ICASSP, May 2019.
link
bibtex
@inproceedings{Greer2019LearningSharedVectorRepresentations,
author = {Greer, Timothy and Singla, Karan and Ma, Benjamin and Narayanan, Shrikanth},
booktitle = {Proceedings of ICASSP},
location = {Brighton, UK},
month = {May},
title = {Learning Shared Vector Representations of Lyrics and Chords in Music},
year = {2019}
}
Learning a Unified Named Entity Tagger from Multiple Partially Annotated Corpora for Efficient Adaptation.
Huang, X.; Dong, L.; Boschee, E.; and Peng, N.
In
Proceedings of the 23rd Conference on Computational Natural Language Learning (CoNLL), pages 515–527, Hong Kong, China, November 2019. Association for Computational Linguistics
Paper
doi
link
bibtex
@inproceedings{huang-etal-2019-learning,
title = "Learning a Unified Named Entity Tagger from Multiple Partially Annotated Corpora for Efficient Adaptation",
author = "Huang, Xiao and
Dong, Li and
Boschee, Elizabeth and
Peng, Nanyun",
booktitle = "Proceedings of the 23rd Conference on Computational Natural Language Learning (CoNLL)",
month = nov,
year = "2019",
address = "Hong Kong, China",
publisher = "Association for Computational Linguistics",
url = "https://www.aclweb.org/anthology/K19-1048",
doi = "10.18653/v1/K19-1048",
pages = "515--527",
}
Lessons Learned: Recommendations For Implementing a Longitudinal Study Using Wearable and Environmental Sensors in a Health Care Organization.
L'Hommedieu, M.; L'Hommedieu, J.; Begay, C.; Schenone, A.; Dimitropoulou, L.; Margolin, G.; Falk, T.; Ferrara, E.; Lerman, K.; and Narayanan, S.
JMIR mHealth and uHealth, 7(12): e13305. 2019.
link
bibtex
@article{l2019lessons,
title={Lessons Learned: Recommendations For Implementing a Longitudinal Study Using Wearable and Environmental Sensors in a Health Care Organization},
author={L'Hommedieu, Michelle and L'Hommedieu, Justin and Begay, Cynthia and Schenone, Alison and Dimitropoulou, Lida and Margolin, Gayla and Falk, Tiago and Ferrara, Emilio and Lerman, Kristina and Narayanan, Shrikanth},
journal={JMIR mHealth and uHealth},
volume={7},
number={12},
pages={e13305},
year={2019},
publisher={JMIR Publications Inc., Toronto, Canada}
}
Linking Educational Resources on Data Science.
Ambite, J. L.; Gordon, J.; Fierro, L.; Burns, G.; and Mathew, J.
Proceedings of the AAAI Conference on Artificial Intelligence, 33(01): 9404-9409. Jul. 2019.
Paper
doi
link
bibtex
@article{Ambite_Gordon_Fierro_Burns_Mathew_2019, title={Linking Educational Resources on Data Science}, volume={33}, url={https://ojs.aaai.org/index.php/AAAI/article/view/4989}, DOI={10.1609/aaai.v33i01.33019404}, abstractNote={<p>The availability of massive datasets in genetics, neuroimaging, mobile health, and other subfields of biology and medicine promises new insights but also poses significant challenges. To realize the potential of big data in biomedicine, the National Institutes of Health launched the Big Data to Knowledge (BD2K) initiative, funding several centers of excellence in biomedical data analysis and a Training Coordinating Center (TCC) tasked with facilitating online and inperson training of biomedical researchers in data science. A major initiative of the BD2K TCC is to automatically identify, describe, and organize data science training resources available on the Web and provide personalized training paths for users. In this paper, we describe the construction of ERuDIte, the Educational Resource Discovery Index for Data Science, and its release as linked data. ERuDIte contains over 11,000 training resources including courses, video tutorials, conference talks, and other materials. The metadata for these resources is described uniformly using Schema.org. We use machine learning techniques to tag each resource with concepts from the Data Science Education Ontology, which we developed to further describe resource content. Finally, we map references to people and organizations in learning resources to entities in DBpedia, DBLP, and ORCID, embedding our collection in the web of linked data. We hope that ERuDIte will provide a framework to foster open linked educational resources on the Web.</p>}, number={01}, journal={Proceedings of the AAAI Conference on Artificial Intelligence}, author={Ambite, José Luis and Gordon, Jonathan and Fierro, Lily and Burns, Gully and Mathew, Joel}, year={2019}, month={Jul.}, pages={9404-9409} }
Linking Educational Resources on Data Science.
Ambite, J. L.; Gordon, J.; Fierro, L.; Burns, G.; and Matthew, J.
In
Proceedings of the 31st Innovative Applications of Artificial Intelligence Conference (IAAI), Honolulu, Hawaii, 2019.
link
bibtex
@InProceedings{ambite:iaai2019,
author = {Jos\'{e} Luis Ambite and Jonathan Gordon and Lily Fierro and Gully Burns and Joel Matthew},
title = {Linking Educational Resources on Data Science},
booktitle = {Proceedings of the 31st Innovative Applications of Artificial Intelligence Conference (IAAI)},
year = {2019},
address = {Honolulu, Hawaii},
}
Linking abstract plans of scientific experiments to their corresponding execution traces.
Markovic, M.; Garijo, D.; and Edwards, P.
In
CEUR Workshop Proceedings, volume 2526, 2019.
link
bibtex
abstract
@inproceedings{
title = {Linking abstract plans of scientific experiments to their corresponding execution traces},
type = {inproceedings},
year = {2019},
keywords = {Abstractions,Plan,Provenance,Scientific workflows},
volume = {2526},
id = {10b04293-1c74-352b-a644-14a983404d17},
created = {2020-01-21T23:59:00.000Z},
file_attached = {false},
profile_id = {a4dd3107-a343-3164-8df4-d46fe9e15cfc},
last_modified = {2021-03-04T04:10:37.462Z},
read = {false},
starred = {false},
authored = {true},
confirmed = {false},
hidden = {false},
private_publication = {true},
abstract = {Copyright © 2019 for this paper by its authors. Use permitted under Creative Commons License Attribution 4.0 International (CC BY 4.0). Provenance describes the creation, manipulation and delivery processes of scientific results; and has become a crucial requirement for debugging, understanding, inspecting and reproducing the outcomes of scientific publications. Scientific experiments, in particular computational workflows, often include provenance collection mechanisms that link execution traces to their respective planned specifications. Such provenance traces are typically very fine-grained, and may quickly become too complex or difficult for humans to interpret. In this paper we describe our approach to represent workflow plans and provenance at different levels of abstraction. We describe EP-Plan, a W3C PROV ontology extension and we illustrate our approach with a use case using the WINGS workflow system.},
bibtype = {inproceedings},
author = {Markovic, M. and Garijo, D. and Edwards, P.},
booktitle = {CEUR Workshop Proceedings}
}
Copyright © 2019 for this paper by its authors. Use permitted under Creative Commons License Attribution 4.0 International (CC BY 4.0). Provenance describes the creation, manipulation and delivery processes of scientific results; and has become a crucial requirement for debugging, understanding, inspecting and reproducing the outcomes of scientific publications. Scientific experiments, in particular computational workflows, often include provenance collection mechanisms that link execution traces to their respective planned specifications. Such provenance traces are typically very fine-grained, and may quickly become too complex or difficult for humans to interpret. In this paper we describe our approach to represent workflow plans and provenance at different levels of abstraction. We describe EP-Plan, a W3C PROV ontology extension and we illustrate our approach with a use case using the WINGS workflow system.
Locating the source of large-scale outbreaks of foodborne disease.
Horn, A. L; and Friedrich, H.
Journal of the Royal Society Interface, 16(151): 20180624. 2019.
link
bibtex
@article{horn2019locating,
title={Locating the source of large-scale outbreaks of foodborne disease},
author={Horn, Abigail L and Friedrich, Hanno},
journal={Journal of the Royal Society Interface},
volume={16},
number={151},
pages={20180624},
year={2019},
publisher={The Royal Society}
}
Low-supervision urgency detection and transfer in short crisis messages.
Kejriwal, M.; and Zhou, P.
In Spezzano, F.; Chen, W.; and Xiao, X., editor(s),
ASONAM '19: International Conference on Advances in Social Networks Analysis and Mining, Vancouver, British Columbia, Canada, 27-30 August, 2019, pages 353–356, 2019. ACM
Paper
doi
link
bibtex
@inproceedings{DBLP:conf/asunam/KejriwalZ19,
author = {Mayank Kejriwal and
Peilin Zhou},
editor = {Francesca Spezzano and
Wei Chen and
Xiaokui Xiao},
title = {Low-supervision urgency detection and transfer in short crisis messages},
booktitle = {{ASONAM} '19: International Conference on Advances in Social Networks
Analysis and Mining, Vancouver, British Columbia, Canada, 27-30 August,
2019},
pages = {353--356},
publisher = {{ACM}},
year = {2019},
url = {https://doi.org/10.1145/3341161.3342936},
doi = {10.1145/3341161.3342936},
timestamp = {Sun, 19 Jan 2020 19:17:32 +0100},
biburl = {https://dblp.org/rec/conf/asunam/KejriwalZ19.bib},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
MINT: An intelligent interface for understanding the impacts of climate change on hydrological, agricultural and economic systems.
Khider, D.; Gil, Y.; Cobourn, K. M; Deelman, E.; Duffy, C.; da Silva, R. F.; Kemanian, A.; Knoblock, C.; Kumar, V.; Peckham, S. D.; and others
In
AGU Fall Meeting 2019, 2019. AGU
link
bibtex
@inproceedings{khider2019mint,
title={MINT: An intelligent interface for understanding the impacts of climate change on hydrological, agricultural and economic systems},
author={Khider, Deborah and Gil, Yolanda and Cobourn, Kelly M and Deelman, Ewa and Duffy, Christopher and da Silva, Rafael Ferreira and Kemanian, Armen and Knoblock, Craig and Kumar, Vipin and Peckham, Scott Dale and others},
booktitle={AGU Fall Meeting 2019},
year={2019},
organization={AGU}
}
Machine learning and natural language processing in psychotherapy research: Alliance as example use case.
Goldberg, S. B.; Flemotomos, N.; Martinez, V. R.; Tanana, M.; Kuo, P.; Pace, B. T.; Villatte, J. L.; Georgiou, P.; Epps, J. V.; Imel, Z. E.; Narayanan, S.; and Atkins, D. C.
Journal of Counseling Psychology. 2019.
link
bibtex
@article{Goldberg2019Machinelearningandnatural,
author = {Goldberg, Simon B. and Flemotomos, Nikolaos and Martinez, Victor R. and Tanana, Michael and Kuo, Patty and Pace, Brian T. and Villatte, Jennifer L. and Georgiou, Panayiotis and Epps, Jake Van and Imel, Zac E. and Narayanan, Shrikanth and Atkins, David C.},
journal = {Journal of Counseling Psychology},
title = {Machine learning and natural language processing in psychotherapy research: Alliance as example use case},
year = {2019}
}
Man is to Person as Woman is to Location: Measuring Gender Bias in Named Entity Recognition.
Mehrabi, N.; Gowda, T.; Morstatter, F.; Peng, N.; and Galstyan, A.
arXiv preprint arXiv:1910.10872. 2019.
link
bibtex
@article{mehrabi2019man,
title={Man is to Person as Woman is to Location: Measuring Gender Bias in Named Entity Recognition},
author={Mehrabi, Ninareh and Gowda, Thamme and Morstatter, Fred and Peng, Nanyun and Galstyan, Aram},
journal={arXiv preprint arXiv:1910.10872},
year={2019}
}
Massive Multi-Agent Data-Driven Simulationsof the GitHub Ecosystem.
Blythe, J.; Ferrara, E.; Huang, D.; Lerman, K.; Muric, G.; Sapienza, A.; Tregubov, A.; Pacheco, D.; Bollenbacher, J.; Flammini, A.; Hui, P.; and Menczer, F.
In
International Conference on Autonomous Agents and Multiagent Systems PAAMS, 2019.
link
bibtex
@inproceedings{blythe-emilio_PAAMS19,
title={Massive Multi-Agent Data-Driven Simulationsof the GitHub Ecosystem},
author={Blythe, James and Ferrara, Emilio and Huang, Di and Lerman, Kristina and Muric, Goran and Sapienza,Anna and Tregubov, Alexey and Pacheco, Diogo and Bollenbacher, John and Flammini, Alessandro and Hui, Pik-Mai and Menczer, Filippo},
booktitle={International Conference on Autonomous Agents and Multiagent Systems PAAMS},
year={2019}
}
Massive Multi-agent Data-Driven Simulations of the GitHub Ecosystem.
Blythe, J.; Bollenbacher, J.; Huang, D.; Hui, P.; Krohn, R.; Pacheco, D.; Muric, G.; Sapienza, A.; Tregubov, A.; Ahn, Y.; Flammini, A.; Lerman, K.; Menczer, F.; Weninger, T.; and Ferrara, E.
In Demazeau, Y; Matson, E; Corchado, J; and De la Prieta, F, editor(s),
Advances in Practical Applications of Survivable Agents and Multi-Agent Systems: The PAAMS Collection, volume 11523, of
Lecture Notes in Computer Science, pages 3–15, 2019. Springer
Paper
doi
link
bibtex
14 downloads
@inproceedings{Blythe2019massive,
author = {Blythe, Jim and Bollenbacher, John and Huang, Di and Hui, Pik-Mai and Krohn, Rachel and Pacheco, Diogo and Muric, Goran and Sapienza, Anna and Tregubov, Alexey and Ahn, Yong-Yeol and Flammini, Alessandro and Lerman, Kristina and Menczer, Filippo and Weninger, Tim and Ferrara, Emilio},
booktitle = {Advances in Practical Applications of Survivable Agents and Multi-Agent Systems: The PAAMS Collection},
date-added = {2019-12-25 09:13:00 -0900},
date-modified = {2020-02-01 00:15:03 -0500},
doi = {10.1007/978-3-030-24209-1_1},
editor = {Demazeau, Y and Matson, E and Corchado, J and De la Prieta, F},
keywords = {agents myown networks social osome},
pages = {3--15},
publisher = {Springer},
series = {Lecture Notes in Computer Science},
title = {{Massive Multi-agent Data-Driven Simulations of the GitHub Ecosystem}},
url = {https://doi.org/10.1007/978-3-030-24209-1_1},
volume = {11523},
year = {2019},
bdsk-url-1 = {https://doi.org/10.1007/978-3-030-24209-1_1}}
Massive Multi-agent Data-Driven Simulations of the GitHub Ecosystem.
Krohn, R.; Pacheco, D.; Muric, G.; Sapienza, A.; Tregubov, A.; Ahn, Y.; Flammini, A.; Lerman, K.; Menczer, F.; Weninger, T.; and others
In
Advances in Practical Applications of Survivable Agents and Multi-Agent Systems: The PAAMS Collection: 17th International Conference, PAAMS 2019, Ávila, Spain, June 26-28, 2019, Proceedings, volume 11523, pages 3, 2019. Springer
link
bibtex
@inproceedings{krohn2019massive,
title={Massive Multi-agent Data-Driven Simulations of the GitHub Ecosystem},
author={Krohn, Rachel and Pacheco, Diogo and Muric, Goran and Sapienza, Anna and Tregubov, Alexey and Ahn, Yong-Yeol and Flammini, Alessandro and Lerman, Kristina and Menczer, Filippo and Weninger, Tim and others},
booktitle={Advances in Practical Applications of Survivable Agents and Multi-Agent Systems: The PAAMS Collection: 17th International Conference, PAAMS 2019, {\'A}vila, Spain, June 26-28, 2019, Proceedings},
volume={11523},
pages={3},
year={2019},
organization={Springer}
}
Measuring Student Learning On Network Testbeds.
Lepe, P.; Aggarwal, A.; Mirkovic, J.; Mache, J.; Weiss, R.; and Weinmann, D.
In
Midscale Education and Research Infrastructure and Tools (MERIT) Workshop, pages 1–2, 2019. IEEE
link
bibtex
@inproceedings{lepe2019measuring,
title={Measuring Student Learning On Network Testbeds},
author={Lepe, Paul and Aggarwal, Aashray and Mirkovic, Jelena and Mache, Jens and Weiss, Richard and Weinmann, David},
booktitle={Midscale Education and Research Infrastructure and Tools (MERIT) Workshop},
pages={1--2},
year={2019},
organization={IEEE}
}
Measuring the Impact of Burst Buffers on Data-Intensive Scientific Workflows.
Ferreira da Silva, R.; Callaghan, S.; Do, T. M. A.; Papadimitriou, G.; and Deelman, E.
Future Generation Computer Systems, 101: 208–220. 2019.
Funding Acknowledgments: DOE DESC0012636, NSF 1664162, NSF 1741040
doi
link
bibtex
@Article{ ferreiradasilva-fgcs-bb-2019,
Title = {Measuring the Impact of Burst Buffers on Data-Intensive
Scientific Workflows},
Author = {Ferreira da Silva, Rafael and Callaghan, Scott and Do, Tu
Mai Anh and Papadimitriou, George and Deelman, Ewa},
Journal = {Future Generation Computer Systems},
Volume = {101},
Number = {},
Pages = {208--220},
Year = {2019},
DOI = {10.1016/j.future.2019.06.016},
Note = {Funding Acknowledgments: DOE DESC0012636, NSF 1664162, NSF
1741040}
}
Mismorphism: the Heart of the Weird Machine.
Anantharaman, P.; Kothari, V.; Jenkins, I.; Millian, M.; Bratus, S.; Blythe, J.; Koppel, R.; and Smith, S.
In
International Workshop on Security Protocols, 2019.
link
bibtex
@inproceedings{ananth2019mismorph,
title="Mismorphism: the Heart of the Weird Machine",
author={Anantharaman, Prashant and Kothari, Vijay and Jenkins, Ira and Millian, Michael and Bratus, Sergey and Blythe, Jim and Koppel, Ross and Smith, Sean},
booktitle={International Workshop on Security Protocols},
year={2019}
}
Mission Dodona: Electronic Power System Design, Analysis and Integration.
Narayanan, S.; Rughani, R.; Rogers, R.; Clarke, K.; and Allam, J.
In
33rd Annual Conference on Small Satellites, Logan, Utah, USA, 2019.
link
bibtex
@inproceedings{narayanan2019mission,
title={Mission Dodona: Electronic Power System Design, Analysis and Integration},
author={Narayanan, Sriram and Rughani, Rahul and Rogers, Rebecca and Clarke, Kyle and Allam, Jeremy},
booktitle={33rd Annual Conference on Small Satellites, Logan, Utah, USA},
year={2019}
}
Mitigating soft failures using network analytics and SDN to support distributed bandwidth-intensive scientific instruments over international networks.
Bezerra, J.; Ibarra, J.; Boertjes, D.; Santillo, F.; Williford, L.; Morgan, H.; Cox, C.; and Lopez, L.
2019 2019.
link
bibtex
@conference {RN644,
title = {Mitigating soft failures using network analytics and SDN to support distributed bandwidth-intensive scientific instruments over international networks},
booktitle = {SubOptic Conference 2019},
year = {2019},
month = {2019},
type = {Conference Paper},
address = {New Orleans, LA},
author = {Jeronimo Bezerra and Julio Ibarra and David Boertjes and Franco Santillo and Williford, Lance and Heidi Morgan and Chip Cox and Luiz Lopez}
}
Mitigation of security attacks in the SDN data plane using P4-enabled switches.
Narayanan, N.; Sankaran, G. C; and Sivalingam, K. M
In
2019 IEEE International Conference on Advanced Networks and Telecommunications Systems (ANTS), pages 1–6, 2019. IEEE
link
bibtex
@inproceedings{narayanan2019mitigation,
title={Mitigation of security attacks in the SDN data plane using P4-enabled switches},
author={Narayanan, Niranjhana and Sankaran, Ganesh C and Sivalingam, Krishna M},
booktitle={2019 IEEE International Conference on Advanced Networks and Telecommunications Systems (ANTS)},
pages={1--6},
year={2019},
organization={IEEE}
}
MixHop: Higher-Order Graph Convolution Architectures via Sparsified Neighborhood Mixing.
Galstyan, S. A. A. B. P. A. A. K. A. H. H. A. N. A. A. K. L. A. G. V. S. A. A.
In
International Conference on Machine Learning (ICML), 2019.
link
bibtex
@inproceedings{mixhop,
author={Sami Abu-El-Haija AND Bryan Perozzi AND Amol Kapoor AND Hrayr Harutyunyan
AND Nazanin Alipourfard AND Kristina Lerman AND Greg Ver Steeg AND Aram Galstyan},
title={MixHop: Higher-Order Graph Convolution Architectures via Sparsified Neighborhood Mixing},
booktitle = {International Conference on Machine Learning (ICML)},
year = {2019},
}
MixHop: Higher-Order Graph Convolutional Architectures via Sparsified Neighborhood Mixing.
Abu-El-Haija, S.; Perozzi, B.; Kapoor, A.; Harutyunyan, H.; Alipourfard, N.; Lerman, K.; Steeg, G. V.; and Galstyan, A.
CoRR, abs/1905.00067. 2019.
Paper
link
bibtex
@article{DBLP:journals/corr/abs-1905-00067,
author = {Sami Abu{-}El{-}Haija and
Bryan Perozzi and
Amol Kapoor and
Hrayr Harutyunyan and
Nazanin Alipourfard and
Kristina Lerman and
Greg Ver Steeg and
Aram Galstyan},
title = {MixHop: Higher-Order Graph Convolutional Architectures via Sparsified
Neighborhood Mixing},
journal = {CoRR},
volume = {abs/1905.00067},
year = {2019},
url = {http://arxiv.org/abs/1905.00067},
eprinttype = {arXiv},
eprint = {1905.00067},
timestamp = {Mon, 03 Jun 2019 01:00:00 +0200},
biburl = {https://dblp.org/rec/journals/corr/abs-1905-00067.bib},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
Mixhop: Higher-order graph convolutional architectures via sparsified neighborhood mixing.
Abu-El-Haija, S.; Perozzi, B.; Kapoor, A.; Alipourfard, N.; Lerman, K.; Harutyunyan, H.; Steeg, G. V.; and Galstyan, A.
arXiv preprint arXiv:1905.00067. 2019.
link
bibtex
@article{abu2019mixhop,
title={Mixhop: Higher-order graph convolutional architectures via sparsified neighborhood mixing},
author={Abu-El-Haija, Sami and Perozzi, Bryan and Kapoor, Amol and Alipourfard, Nazanin and Lerman, Kristina and Harutyunyan, Hrayr and Steeg, Greg Ver and Galstyan, Aram},
journal={arXiv preprint arXiv:1905.00067},
year={2019}
}
Mixhop: Higher-order graph convolutional architectures via sparsified neighborhood mixing.
Abu-El-Haija, S.; Perozzi, B.; Kapoor, A.; Alipourfard, N.; Lerman, K.; Harutyunyan, H.; Ver Steeg, G.; and Galstyan, A.
In
International Conference on Machine Learning, pages 21–29, 2019. PMLR
link
bibtex
@inproceedings{abu2019mixhop,
title={Mixhop: Higher-order graph convolutional architectures via sparsified neighborhood mixing},
author={Abu-El-Haija, Sami and Perozzi, Bryan and Kapoor, Amol and Alipourfard, Nazanin and Lerman, Kristina and Harutyunyan, Hrayr and Ver Steeg, Greg and Galstyan, Aram},
booktitle={International Conference on Machine Learning},
pages={21--29},
year={2019},
organization={PMLR}
}
Motion-Capture Patterns of Voluntarily Mimicked Dynamic Facial Expressions in Children and Adolescents With and Without ASD.
Zane, E.; Yang, Z.; Pozzan, L.; Guha, T.; Narayanan, S.; and Grossman, R.
Journal of autism and developmental disorders, 49(3): 1062-1079. Mar 2019.
doi
link
bibtex
@article{Zane2018Motion-CapturePatternsofVoluntarily,
author = {Zane, Emily and Yang, Zhaojun and Pozzan, Lucia and Guha, Tanaya and Narayanan, Shrikanth and Grossman, Ruth},
doi = {10.1007/s10803-018-3811-7},
journal = {Journal of autism and developmental disorders},
link = {http://sail.usc.edu/publications/files/Zane2018_Article_Motion-CapturePatternsOfVolunt.pdf},
month = {Mar},
number = {3},
pages = {1062-1079},
title = {Motion-Capture Patterns of Voluntarily Mimicked Dynamic Facial Expressions in Children and Adolescents With and Without ASD},
volume = {49},
year = {2019}
}
Multi-Task Discriminative Training of Hybrid DNN-TVM Model for Speaker Verification with Noisy and Far-Field Speech.
Jati, A.; Peri, R.; Pal, M.; Park, T. J.; Kumar, N.; Travadi, R.; Georgiou, P. G.; and Narayanan, S.
In
20th Annual Conference of the International Speech Communication Association, Interspeech 2019, Graz, Austria, September 15-19, 2019, pages 2463–2467, 2019.
Paper
doi
link
bibtex
@inproceedings{DBLP:conf/interspeech/JatiPPP0TGN19,
author = {Arindam Jati and
Raghuveer Peri and
Monisankha Pal and
Tae Jin Park and
Naveen Kumar and
Ruchir Travadi and
Panayiotis G. Georgiou and
Shrikanth Narayanan},
title = {Multi-Task Discriminative Training of Hybrid {DNN-TVM} Model for Speaker
Verification with Noisy and Far-Field Speech},
booktitle = {20th Annual Conference of the International Speech Communication Association,
Interspeech 2019, Graz, Austria, September 15-19, 2019},
pages = {2463--2467},
year = {2019},
crossref = {DBLP:conf/interspeech/2019},
url = {https://doi.org/10.21437/Interspeech.2019-3010},
doi = {10.21437/INTERSPEECH.2019-3010},
timestamp = {Fri, 29 Jan 2021 00:00:00 +0100},
biburl = {https://dblp.org/rec/conf/interspeech/JatiPPP0TGN19.bib},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
Multi-label Multi-task Deep Learning for Behavioral Coding.
Gibson, J.; Atkins, D.; Creed, T.; Imel, Z.; Georgiou, P.; and Narayanan, S.
IEEE Transactions on Affective Computing. Nov 2019.
doi
link
bibtex
@article{Gibson2019Multi-labelMulti-taskDeepLearning,
author = {Gibson, James and Atkins, David and Creed, Torrey and Imel, Zac and Georgiou, Panayiotis and Narayanan, Shrikanth},
doi = {10.1109/TAFFC.2019.2952113},
journal = {IEEE Transactions on Affective Computing},
link = {http://sail.usc.edu/publications/files/Gibson-TAFFC-2019.pdf},
title = {Multi-label Multi-task Deep Learning for Behavioral Coding},
year = {2019},
month = {Nov}
}
Multimodal Human and Environmental Sensing for Longitudinal Behavioral Studies in Naturalistic Settings: Framework for Sensor Selection, Deployment, and Management.
Booth, B. M; Mundnich, K.; Feng, T.; Nadarajan, A.; Falk, T. H; Villatte, J. L; Ferrara, E.; and Narayanan, S.
J Med Internet Res (JMIR), 21(8): e12832. 2019.
link
bibtex
@article{Booth2019MultimodalHumanandEnvironmental,
author = {Booth, Brandon M and Mundnich, Karel and Feng, Tiantian and Nadarajan, Amrutha and Falk, Tiago H and Villatte, Jennifer L and Ferrara, Emilio and Narayanan, Shrikanth},
journal = {J Med Internet Res (JMIR)},
link = {http://sail.usc.edu/publications/files/document(3).pdf},
number = {8},
pages = {e12832},
title = {Multimodal Human and Environmental Sensing for Longitudinal Behavioral Studies in Naturalistic Settings: Framework for Sensor Selection, Deployment, and Management},
volume = {21},
year = {2019}
}
Multimodal View into Musics Effect on Human Neural, Physiological, and Emotional Experience.
Greer, T.; Ma, B. S.; Habibi, A.; and Narayanan, S.
In
In proceedings of 27th ACM International Conference on Multimedia (ACM MM 2019), Oct 2019.
link
bibtex
@inproceedings{Greer2019MultimodalViewintoMusic,
author = {Greer, Timothy and Ma, Benjamin Sachs, Matthew and Habibi, Assal and Narayanan, Shrikanth},
booktitle = {In proceedings of 27th ACM International Conference on Multimedia (ACM MM 2019)},
location = {Nice, France},
month = {Oct},
title = {Multimodal View into Musics Effect on Human Neural, Physiological, and Emotional Experience},
year = {2019}
}
Multitask learning and benchmarking with clinical time series data.
Harutyunyan, H.; Khachatrian, H.; Kale, D. C; Ver Steeg, G.; and Galstyan, A.
Scientific data, 6(1): 1–18. 2019.
link
bibtex
@article{harutyunyan2019multitask,
title={Multitask learning and benchmarking with clinical time series data},
author={Harutyunyan, Hrayr and Khachatrian, Hrant and Kale, David C and Ver Steeg, Greg and Galstyan, Aram},
journal={Scientific data},
volume={6},
number={1},
pages={1--18},
year={2019},
publisher={Nature Publishing Group}
}
Multiview Shared Subspace Learning Across Speakers and Speech Commands.
Somandepalli, K.; Kumar, N.; Jati, A.; Georgiou, P. G.; and Narayanan, S.
In
20th Annual Conference of the International Speech Communication Association, Interspeech 2019, Graz, Austria, September 15-19, 2019, pages 2320–2324, 2019.
Paper
doi
link
bibtex
@inproceedings{DBLP:conf/interspeech/Somandepalli0JG19,
author = {Krishna Somandepalli and
Naveen Kumar and
Arindam Jati and
Panayiotis G. Georgiou and
Shrikanth Narayanan},
title = {Multiview Shared Subspace Learning Across Speakers and Speech Commands},
booktitle = {20th Annual Conference of the International Speech Communication Association,
Interspeech 2019, Graz, Austria, September 15-19, 2019},
pages = {2320--2324},
year = {2019},
crossref = {DBLP:conf/interspeech/2019},
url = {https://doi.org/10.21437/Interspeech.2019-3130},
doi = {10.21437/INTERSPEECH.2019-3130},
timestamp = {Tue, 11 Jun 2024 16:45:43 +0200},
biburl = {https://dblp.org/rec/conf/interspeech/Somandepalli0JG19.bib},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
N-GCN: Multi-scale Graph Convolution for Semi-supervised Node Classification.
Abu-El-Haija, S.; Kapoor, A.; Perozzi, B.; and Lee, J.
In
Uncertainty in Artificial Intelligence, 2019.
Paper
link
bibtex
@inproceedings{48352,
title = {N-GCN: Multi-scale Graph Convolution for Semi-supervised Node Classification},
author = {Sami Abu-El-Haija and Amol Kapoor and Bryan Perozzi and Joonseok Lee},
year = {2019},
URL = {http://auai.org/uai2019/proceedings/papers/310.pdf},
booktitle = {Uncertainty in Artificial Intelligence}
}
NRE-019: Global Petascale to Exascale Workflows for Data Intensive Science Accelerated by Next Generation Programmable SDN Architectures and Machine Learning Applications.
Newman, H.; Balcas, J.; Sirvinskas, R.; Iordache, C.; Chiu, J.; Anderson, S.; Barayoga, J.; Chang, J.; Boyd, D.; Watanabe, L.; Williams, D. S.; Mughal, A.; Kantor, J.; Kollross, M.; Ibarra, J.; Bezerra, J.; Zahir, A.; Morgan, H.; Yang, R.; Xiang, Q.; Zhang, J.; Wang, X. T.; Guo, D.; Yu, D.; Wang, M.; Leet, C.; Chen, S.; Le, F.; Lim, Y.; Pourbaix, Y. d.; Mishra, V.; Yang, X.; Lehman, T.; Duarte, J.; DeFanti, T.; Smarr, L.; Graham, J.; Hutton, T.; Wuerthwein, F.; Papadopoulos, P.; Harris, P.; Monga, I.; Guok, C.; MacAuley, J.; Sim, A.; Hazen, D.; Sim, A.; Novaes, S.; Iope, R.; Leal, B.; Gomes, M.; Beruchi, A.; Mambretti, J.; Chen, J.; Szalay, A.; Malenstein, G. v.; Demar, P.; Winkler, L.; McKee, S.; Yeh, E.; RanLi; Wu, Y.; Papadopoulos, C.; Fan, C.; Shannigrahi, S.; Zhang, L.; Jashal, B.; Mazumdar, K.; Hess, J.; Fox, L.; Lopez, L.; Stanton, M.; Moura, A.; Jaque, S.; Astudillo, A.; Lyonnais, M.; Wilson, R.; Wilby, N.; and Williford, L.
Denver, CO, 2019.
Paper
link
bibtex
@proceedings {RN852,
title = {NRE-019: Global Petascale to Exascale Workflows for Data Intensive Science Accelerated by Next Generation Programmable SDN Architectures and Machine Learning Applications},
journal = {Supercomputing Conference (SC19)},
year = {2019},
type = {Conference Proceedings},
address = {Denver, CO},
url = {https://urldefense.com/v3/__https://sc19.supercomputing.org/app/uploads/2019/11/SC19-NRE-019.pdf__;!!FjuHKAHQs5udqho!OrfqNEjI8IYnpYEY3Wc7S4oSY6Kf82MHM8jGAJar7qa8MoXzNwtTTC2HiJsVSREP5YicoFxRthXLow$ },
author = {Newman, Harvey and Balcas, Justas and Sirvinskas, Raimondas and Iordache, Catalin and Chiu, Joseph and Anderson, Stuart and Barayoga, Juan and Chang, Jin and Boyd, Dawn and Watanabe, Larry and Williams, Don S. and Mughal, Azher and Jeff Kantor and Matt Kollross and Julio Ibarra and Jeronimo Bezerra and Zahir, Adil and Heidi Morgan and Yang, Richard and Xiang, Qiao and Zhang, Jensen and Wang, X. Tony and Guo, Dong and Yu, Dennis and Wang, May and Leet, Christoher and Chen, Shenshen and Le, Franck and Lim, Yeon-sup and Pourbaix, Yuki de and Mishra, Vinod and Yang, Xi and Lehman, Tom and Duarte, Javier and DeFanti, Tom and Smarr, Larry and Graham, John and Hutton, Tom and Wuerthwein, Frank and Papadopoulos, Phil and Harris, Phil and Monga, Inder and Guok, Chin and MacAuley, John and Sim, Alex and Hazen, Damian and Sim, Alex and Novaes, Sergio and Iope, Rogerio and Leal, Beraldo and Gomes, Marco and Beruchi, Artur and Joe Mambretti and Chen, Jim and Szalay, Alex and Malenstein, Gerben van and Demar, Phil and Winkler, Linda and Shawn McKee and Yeh, Edmund and RanLi and Wu, Yuanhao and Christos Papadopoulos and Fan, Chengyu and Shannigrahi, Susmit and Lixia Zhang and Jashal, Brij and Mazumdar, Kajari and Hess, John and Fox, Louis and Lopez, Luis and Michael Stanton and Moura, Alex and Sandra Jaque and Albert Astudillo and Lyonnais, Marc and Wilson, Rod and Wilby, Nick and Williford, Lance}
}
NRE-023: International Data Transfer over AmLight Express and Protect (ExP).
Newman, H.; Lehman, T.; Ibarra, J.; Bezerra, J.; Zahir, A.; Chergarova, V.; Morgan, H.; Clark, R.; Donovan, S.; Novaes, S.; Iope, R.; Leal, B.; Lopez, L.; Stanton, M.; Lima, R. F. d.; and Astudillo, A.
Denver, CO, 2019.
Paper
link
bibtex
@proceedings {RN850,
title = {NRE-023: International Data Transfer over AmLight Express and Protect (ExP)},
journal = {Supercomputing Conference (SC19)},
year = {2019},
type = {Conference Proceedings},
address = {Denver, CO},
url = {https://urldefense.com/v3/__https://sc19.supercomputing.org/app/uploads/2019/11/SC19-NRE-023.pdf__;!!FjuHKAHQs5udqho!OrfqNEjI8IYnpYEY3Wc7S4oSY6Kf82MHM8jGAJar7qa8MoXzNwtTTC2HiJsVSREP5YicoFzE-lttHA$ },
author = {Newman, Harvey and Lehman, Tom and Julio Ibarra and Jeronimo Bezerra and Zahir, Adil and Vasilka Chergarova and Heidi Morgan and Clark, Russel and Sean Donovan and Novaes, Sergio and Iope, Rogerio and Leal, Beraldo and Lopez, Luis and Michael Stanton and Lima, Renata Frez de and Albert Astudillo}
}
Network-theoretic information extraction quality assessment in the human trafficking domain.
Kejriwal, M.; and Kapoor, R.
Appl. Netw. Sci., 4(1): 44:1–44:26. 2019.
Paper
doi
link
bibtex
3 downloads
@article{DBLP:journals/ans/KejriwalK19,
author = {Mayank Kejriwal and
Rahul Kapoor},
title = {Network-theoretic information extraction quality assessment in the
human trafficking domain},
journal = {Appl. Netw. Sci.},
volume = {4},
number = {1},
pages = {44:1--44:26},
year = {2019},
url = {https://doi.org/10.1007/s41109-019-0154-z},
doi = {10.1007/s41109-019-0154-z},
timestamp = {Fri, 18 Sep 2020 01:00:00 +0200},
biburl = {https://dblp.org/rec/journals/ans/KejriwalK19.bib},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
Novel network services for supporting big data science research.
Chung, J.; Donovan, S.; Bezerra, J.; Morgan, H.; Ibarra, J.; Clark, R.; and Owen, H.
Future Generation Computer Systems, 98: 512 - 521. 2019.
Paper
doi
link
bibtex
abstract
@article {CHUNG2019512,
title = {Novel network services for supporting big data science research},
journal = {Future Generation Computer Systems},
volume = {98},
year = {2019},
pages = {512 - 521},
abstract = {To interconnect research facilities across wide geographic areas, network operators deploy science networks, also referred to as Research and Education (R\&E) networks. These networks allow experimenters to establish dedicated network connections between research facilities for transferring large amounts of data. Recently, R\&E networks have started using Software-Defined Networking (SDN) and Software-Defined Exchanges (SDX) for deploying these connections. AtlanticWave/SDX is a response to the growing demand to support end-to-end network services spanning multiple SDN domains. However, requesting these services is a challenging task for domain-expert scientists, because the interfaces of the R\&E networks have been developed by network operators for network operators. In this paper, we propose interfaces that allow domain-expert scientists to reserve resources of the scientific network using abstractions that focus on their data transfer needs for scientific workflow management. Recent trends in the networking field pursue better interfaces for requesting network services (e.g., intent-based networking). Although intents are sufficient for the needs of network operations, they are not abstract enough in most cases to be used by domain-expert scientists. This is an issue we are addressing in the AtlanticWave/SDX design: network operators and domain-expert scientists will have their own interfaces focusing on their specific needs.},
keywords = {AtlanticWave/SDX, Interface, Science workflows, Software-defined exchange},
issn = {0167-739X},
doi = {https://urldefense.com/v3/__https://doi.org/10.1016/j.future.2019.03.047__;!!FjuHKAHQs5udqho!OrfqNEjI8IYnpYEY3Wc7S4oSY6Kf82MHM8jGAJar7qa8MoXzNwtTTC2HiJsVSREP5YicoFxcV6n5Kg$ },
url = {https://urldefense.com/v3/__http://www.sciencedirect.com/science/article/pii/S0167739X18314651__;!!FjuHKAHQs5udqho!OrfqNEjI8IYnpYEY3Wc7S4oSY6Kf82MHM8jGAJar7qa8MoXzNwtTTC2HiJsVSREP5YicoFxxbv95yg$ },
author = {Joaquin Chung and Sean Donovan and Jeronimo Bezerra and Heidi Morgan and Julio Ibarra and Russ Clark and Henry Owen}
}
To interconnect research facilities across wide geographic areas, network operators deploy science networks, also referred to as Research and Education (R&E) networks. These networks allow experimenters to establish dedicated network connections between research facilities for transferring large amounts of data. Recently, R&E networks have started using Software-Defined Networking (SDN) and Software-Defined Exchanges (SDX) for deploying these connections. AtlanticWave/SDX is a response to the growing demand to support end-to-end network services spanning multiple SDN domains. However, requesting these services is a challenging task for domain-expert scientists, because the interfaces of the R&E networks have been developed by network operators for network operators. In this paper, we propose interfaces that allow domain-expert scientists to reserve resources of the scientific network using abstractions that focus on their data transfer needs for scientific workflow management. Recent trends in the networking field pursue better interfaces for requesting network services (e.g., intent-based networking). Although intents are sufficient for the needs of network operations, they are not abstract enough in most cases to be used by domain-expert scientists. This is an issue we are addressing in the AtlanticWave/SDX design: network operators and domain-expert scientists will have their own interfaces focusing on their specific needs.
Nseen: Neural semantic embedding for entity normalization.
Fakhraei, S.; Mathew, J.; and Ambite, J. L.
In
Joint European Conference on Machine Learning and Knowledge Discovery in Databases, pages 665–680, 2019. Springer
link
bibtex
@inproceedings{fakhraei2019nseen,
title={Nseen: Neural semantic embedding for entity normalization},
author={Fakhraei, Shobeir and Mathew, Joel and Ambite, Jos{\'e} Luis},
booktitle={Joint European Conference on Machine Learning and Knowledge Discovery in Databases},
pages={665--680},
year={2019},
organization={Springer}
}
On Evaluating CNN representations for Low resource medical image classification.
Agrawal, T.; Gupta, R.; and Narayanan, S.
In
Proceedings of ICASSP, May 2019.
link
bibtex
@inproceedings{Agrawal2019OnEvaluatingCNNrepresentations,
author = {Agrawal, Taruna and Gupta, Rahul and Narayanan, Shrikanth},
booktitle = {Proceedings of ICASSP},
month = {May},
title = {On Evaluating CNN representations for Low resource medical image classification},
year = {2019}
}
On Role and Location of Normalization Before Model-based Data Augmentation in Residual Blocks for Classification Tasks.
Huang, C.; and Narayanan, S.
In
Proceedings of ICASSP, May 2019.
link
bibtex
@inproceedings{Huang2019OnRoleandLocation,
author = {Huang, Che-Wei and Narayanan, Shrikanth},
booktitle = {Proceedings of ICASSP},
location = {Brighton, UK},
month = {May},
title = {On Role and Location of Normalization Before Model-based Data Augmentation in Residual Blocks for Classification Tasks},
year = {2019}
}
On the Effectiveness of Laser Speckle Contrast Imaging and Deep Neural Networks for Detecting Known and Unknown Fingerprint Presentation Attacks.
Mirzaalian, H.; Hussein, M.; and AbdAlmageed, W.
In
International Conference on Biometrics 2019 (ICB), 2019.
link
bibtex
@inproceedings{mirzaalian_lsci_fpad_2019,
title = {On the Effectiveness of Laser Speckle Contrast Imaging and Deep Neural Networks for Detecting Known and Unknown Fingerprint Presentation Attacks},
booktitle = {International Conference on Biometrics 2019 (ICB)},
year = {2019},
author = {Hengameh Mirzaalian and Hussein, Mohamed and Wael AbdAlmageed}
}
On the computational complexity of curing non-stoquastic Hamiltonians.
Marvian, M.; Lidar, D. A.; and Hen, I.
Nature Communications, 10(1): 1571. 2019.
Paper
doi
link
bibtex
abstract
@article{marvianLidarHen,
Abstract = {Quantum many-body systems whose Hamiltonians are non-stoquastic, i.e., have positive off-diagonal matrix elements in a given basis, are known to pose severe limitations on the efficiency of Quantum Monte Carlo algorithms designed to simulate them, due to the infamous sign problem. We study the computational complexity associated with `curing'non-stoquastic Hamiltonians, i.e., transforming them into sign-problem-free ones. We prove that if such transformations are limited to single-qubit Clifford group elements or general single-qubit orthogonal matrices, finding the curing transformation is NP-complete. We discuss the implications of this result.},
Author = {Marvian, Milad and Lidar, Daniel A. and Hen, Itay},
Da = {2019/04/05},
Date-Added = {2020-05-11 17:23:21 -0700},
Date-Modified = {2020-05-11 17:23:21 -0700},
Doi = {10.1038/s41467-019-09501-6},
Id = {Marvian2019},
Isbn = {2041-1723},
Journal = {Nature Communications},
Number = {1},
Pages = {1571},
Title = {On the computational complexity of curing non-stoquastic Hamiltonians},
Ty = {JOUR},
Url = {https://doi.org/10.1038/s41467-019-09501-6},
Volume = {10},
Year = {2019},
Bdsk-Url-1 = {https://doi.org/10.1038/s41467-019-09501-6}}
Quantum many-body systems whose Hamiltonians are non-stoquastic, i.e., have positive off-diagonal matrix elements in a given basis, are known to pose severe limitations on the efficiency of Quantum Monte Carlo algorithms designed to simulate them, due to the infamous sign problem. We study the computational complexity associated with `curing'non-stoquastic Hamiltonians, i.e., transforming them into sign-problem-free ones. We prove that if such transformations are limited to single-qubit Clifford group elements or general single-qubit orthogonal matrices, finding the curing transformation is NP-complete. We discuss the implications of this result.
Optimization of Large-scale Agent-based Simulations through Automated Abstraction and Simplification.
Tregubov, A.; and Blythe, J.
In
AAMAS International Workshop on Multi-Agent-Based Simulation, 2019.
link
bibtex
@inproceedings{tregubov_blythe_abstractions,
title={Optimization of Large-scale Agent-based Simulations through Automated Abstraction and Simplification},
author={Tregubov, Alexey and Blythe, James },
booktitle={AAMAS International Workshop on Multi-Agent-Based Simulation},
year={2019}
}
Optimization of Large-scale Agent-based Simulations through AutomatedAbstraction and Simplification.
Blythe, J.; and Tregubov, A.
In
International Joint Conference on Artificial Intelligence, 2019.
link
bibtex
@inproceedings{blythe-tregubov_abstractions,
title={Optimization of Large-scale Agent-based Simulations through AutomatedAbstraction and Simplification},
author={Blythe, James and Tregubov, Alexey},
booktitle={International Joint Conference on Artificial Intelligence},
year={2019}
}
PaCTS 1.0: A Crowdsourced Reporting Standard for Paleoclimate Data.
Khider, D.; Emile‐Geay, J.; McKay, N. P.; Gil, Y.; Garijo, D.; Ratnakar, V.; Alonso‐Garcia, M.; Bertrand, S.; Bothe, O.; Brewer, P.; Bunn, A.; Chevalier, M.; Comas‐Bru, L.; Csank, A.; Dassié, E.; DeLong, K.; Felis, T.; Francus, P.; Frappier, A.; Gray, W.; Goring, S.; Jonkers, L.; Kahle, M.; Kaufman, D.; Kehrwald, N. M.; Martrat, B.; McGregor, H.; Richey, J.; Schmittner, A.; Scroxton, N.; Sutherland, E.; Thirumalai, K.; Allen, K.; Arnaud, F.; Axford, Y.; Barrows, T.; Bazin, L.; Pilaar Birch, S. E.; Bradley, E.; Bregy, J.; Capron, E.; Cartapanis, O.; Chiang, H.; Cobb, K. M.; Debret, M.; Dommain, R.; Du, J.; Dyez, K.; Emerick, S.; Erb, M. P.; Falster, G.; Finsinger, W.; Fortier, D.; Gauthier, N.; George, S.; Grimm, E.; Hertzberg, J.; Hibbert, F.; Hillman, A.; Hobbs, W.; Huber, M.; Hughes, A. L. C.; Jaccard, S.; Ruan, J.; Kienast, M.; Konecky, B.; Le Roux, G.; Lyubchich, V.; Novello, V. F.; Olaka, L.; Partin, J. W.; Pearce, C.; Phipps, S. J.; Pignol, C.; Piotrowska, N.; Poli, M.; Prokopenko, A.; Schwanck, F.; Stepanek, C.; Swann, G. E. A.; Telford, R.; Thomas, E.; Thomas, Z.; Truebe, S.; Gunten, L.; Waite, A.; Weitzel, N.; Wilhelm, B.; Williams, J.; Williams, J. J.; Winstrup, M.; Zhao, N.; and Zhou, Y.
Paleoceanography and Paleoclimatology, 34(10): 1570–1596. October 2019.
Paper
doi
link
bibtex
12 downloads
@article{khider_pacts_2019,
title = {{PaCTS} 1.0: {A} {Crowdsourced} {Reporting} {Standard} for {Paleoclimate} {Data}},
volume = {34},
issn = {2572-4517, 2572-4525},
shorttitle = {{PaCTS} 1.0},
url = {https://onlinelibrary.wiley.com/doi/abs/10.1029/2019PA003632},
doi = {10.1029/2019PA003632},
language = {en},
number = {10},
urldate = {2021-03-29},
journal = {Paleoceanography and Paleoclimatology},
author = {Khider, D. and Emile‐Geay, J. and McKay, N. P. and Gil, Y. and Garijo, D. and Ratnakar, V. and Alonso‐Garcia, M. and Bertrand, S. and Bothe, O. and Brewer, P. and Bunn, A. and Chevalier, M. and Comas‐Bru, L. and Csank, A. and Dassié, E. and DeLong, K. and Felis, T. and Francus, P. and Frappier, A. and Gray, W. and Goring, S. and Jonkers, L. and Kahle, M. and Kaufman, D. and Kehrwald, N. M. and Martrat, B. and McGregor, H. and Richey, J. and Schmittner, A. and Scroxton, N. and Sutherland, E. and Thirumalai, K. and Allen, K. and Arnaud, F. and Axford, Y. and Barrows, T. and Bazin, L. and Pilaar Birch, S. E. and Bradley, E. and Bregy, J. and Capron, E. and Cartapanis, O. and Chiang, H.‐W. and Cobb, K. M. and Debret, M. and Dommain, R. and Du, J. and Dyez, K. and Emerick, S. and Erb, M. P. and Falster, G. and Finsinger, W. and Fortier, D. and Gauthier, Nicolas and George, S. and Grimm, E. and Hertzberg, J. and Hibbert, F. and Hillman, A. and Hobbs, W. and Huber, M. and Hughes, A. L. C. and Jaccard, S. and Ruan, J. and Kienast, M. and Konecky, B. and Le Roux, G. and Lyubchich, V. and Novello, V. F. and Olaka, L. and Partin, J. W. and Pearce, C. and Phipps, S. J. and Pignol, C. and Piotrowska, N. and Poli, M.‐S. and Prokopenko, A. and Schwanck, F. and Stepanek, C. and Swann, G. E. A. and Telford, R. and Thomas, E. and Thomas, Z. and Truebe, S. and Gunten, L. and Waite, A. and Weitzel, N. and Wilhelm, B. and Williams, J. and Williams, J. J. and Winstrup, M. and Zhao, N. and Zhou, Y.},
month = oct,
year = {2019},
keywords = {Standard Development},
pages = {1570--1596},
}
Peek Inside the Closed World: Evaluating Autoencoder-Based Detection of DDoS to Cloud.
Guo, H.; Fan, X.; Cao, A.; Outhred, G.; and Heidemann, J.
Technical Report arXiv:1912.05590v2 [cs.NI], arXiv, December 2019.
Paper
link
bibtex
abstract
@TechReport{Guo19a,
author = "Hang Guo and Xun Fan and Anh Cao and Geoff
Outhred and John Heidemann",
title = "Peek Inside the Closed World: Evaluating Autoencoder-Based Detection of {DDoS} to Cloud",
institution = "arXiv",
year = 2019,
sortdate = "2019-12-16",
project = "ant, lacanic",
jsubject = "topology_modeling",
number = "arXiv:1912.05590v2 [cs.NI]",
month = dec,
jlocation = "johnh: pafile",
keywords = "ddos, cloud, machine learning, autoencoder",
url = "https://ant.isi.edu/%7ejohnh/PAPERS/Guo19a.html",
otherurl = "https://ant.isi.edu/%7ehangguo/papers/Guo19a.pdf",
pdfurl = "https://ant.isi.edu/%7ejohnh/PAPERS/Guo19a.pdf",
blogurl = "https://ant.isi.edu/blog/?p=1401",
abstract = "Machine-learning-based anomaly detection (ML-based AD) has been
successful at detecting DDoS events in the lab. However published
evaluations of ML-based AD have only had limited data and have not
provided insight into why it works. To address limited evaluation
against real-world data, we apply autoencoder, an existing ML-AD
model, to 57 DDoS attack events captured at 5 cloud IPs from a major
cloud provider. To improve our understanding for why ML-based AD works
or not works, we interpret this data with feature attribution and
counterfactual explanation. We show that our version of autoencoders
work well overall: our models capture nearly all malicious flows to 2
of the 4 cloud IPs under attacks (at least 99.99\%) but generate a few
false negatives (5\% and 9\%) for the remaining 2 IPs. We show that our
models maintain near-zero false positives on benign flows to all 5
IPs. Our interpretation of results shows that our models identify
almost all malicious flows with non-whitelisted (non-WL) destination
ports (99.92\%) by learning the full list of benign destination ports
from training data (the normality). Interpretation shows that although
our models learn incomplete normality for protocols and source ports,
they still identify most malicious flows with non-WL protocols and
blacklisted (BL) source ports (100.0\% and 97.5\%) but risk false
positives. Interpretation also shows that our models only detect a few
malicious flows with BL packet sizes (8.5\%) by incorrectly inferring
these BL sizes as normal based on incomplete normality learned. We
find our models still detect a quarter of flows (24.7\%) with abnormal
payload contents even when they do not see payload by combining
anomalies from multiple flow features. Lastly, we summarize the
implications of what we learn on applying autoencoder-based AD in
production.problme?Machine-learning-based anomaly detection (ML-based
AD) has been successful at detecting DDoS events in the lab. However
published evaluations of ML-based AD have only had limited data and
have not provided insight into why it works. To address limited
evaluation against real-world data, we apply autoencoder, an existing
ML-AD model, to 57 DDoS attack events captured at 5 cloud IPs from a
major cloud provider. To improve our understanding for why ML-based AD
works or not works, we interpret this data with feature attribution
and counterfactual explanation. We show that our version of
autoencoders work well overall: our models capture nearly all
malicious flows to 2 of the 4 cloud IPs under attacks (at least
99.99\%) but generate a few false negatives (5\% and 9\%) for the
remaining 2 IPs. We show that our models maintain near-zero false
positives on benign flows to all 5 IPs. Our interpretation of results
shows that our models identify almost all malicious flows with
non-whitelisted (non-WL) destination ports (99.92\%) by learning the
full list of benign destination ports from training data (the
normality). Interpretation shows that although our models learn
incomplete normality for protocols and source ports, they still
identify most malicious flows with non-WL protocols and blacklisted
(BL) source ports (100.0\% and 97.5\%) but risk false
positives. Interpretation also shows that our models only detect a few
malicious flows with BL packet sizes (8.5\%) by incorrectly inferring
these BL sizes as normal based on incomplete normality learned. We
find our models still detect a quarter of flows (24.7\%) with abnormal
payload contents even when they do not see payload by combining
anomalies from multiple flow features. Lastly, we summarize the
implications of what we learn on applying autoencoder-based AD in
production.",
}
Machine-learning-based anomaly detection (ML-based AD) has been successful at detecting DDoS events in the lab. However published evaluations of ML-based AD have only had limited data and have not provided insight into why it works. To address limited evaluation against real-world data, we apply autoencoder, an existing ML-AD model, to 57 DDoS attack events captured at 5 cloud IPs from a major cloud provider. To improve our understanding for why ML-based AD works or not works, we interpret this data with feature attribution and counterfactual explanation. We show that our version of autoencoders work well overall: our models capture nearly all malicious flows to 2 of the 4 cloud IPs under attacks (at least 99.99%) but generate a few false negatives (5% and 9%) for the remaining 2 IPs. We show that our models maintain near-zero false positives on benign flows to all 5 IPs. Our interpretation of results shows that our models identify almost all malicious flows with non-whitelisted (non-WL) destination ports (99.92%) by learning the full list of benign destination ports from training data (the normality). Interpretation shows that although our models learn incomplete normality for protocols and source ports, they still identify most malicious flows with non-WL protocols and blacklisted (BL) source ports (100.0% and 97.5%) but risk false positives. Interpretation also shows that our models only detect a few malicious flows with BL packet sizes (8.5%) by incorrectly inferring these BL sizes as normal based on incomplete normality learned. We find our models still detect a quarter of flows (24.7%) with abnormal payload contents even when they do not see payload by combining anomalies from multiple flow features. Lastly, we summarize the implications of what we learn on applying autoencoder-based AD in production.problme?Machine-learning-based anomaly detection (ML-based AD) has been successful at detecting DDoS events in the lab. However published evaluations of ML-based AD have only had limited data and have not provided insight into why it works. To address limited evaluation against real-world data, we apply autoencoder, an existing ML-AD model, to 57 DDoS attack events captured at 5 cloud IPs from a major cloud provider. To improve our understanding for why ML-based AD works or not works, we interpret this data with feature attribution and counterfactual explanation. We show that our version of autoencoders work well overall: our models capture nearly all malicious flows to 2 of the 4 cloud IPs under attacks (at least 99.99%) but generate a few false negatives (5% and 9%) for the remaining 2 IPs. We show that our models maintain near-zero false positives on benign flows to all 5 IPs. Our interpretation of results shows that our models identify almost all malicious flows with non-whitelisted (non-WL) destination ports (99.92%) by learning the full list of benign destination ports from training data (the normality). Interpretation shows that although our models learn incomplete normality for protocols and source ports, they still identify most malicious flows with non-WL protocols and blacklisted (BL) source ports (100.0% and 97.5%) but risk false positives. Interpretation also shows that our models only detect a few malicious flows with BL packet sizes (8.5%) by incorrectly inferring these BL sizes as normal based on incomplete normality learned. We find our models still detect a quarter of flows (24.7%) with abnormal payload contents even when they do not see payload by combining anomalies from multiple flow features. Lastly, we summarize the implications of what we learn on applying autoencoder-based AD in production.
Personalized Explanations for Hybrid Recommender Systems.
Kouki, P.; Schaffer, J.; Pujara, J.; O'Donovan, J.; and Getoor, L.
In
ACM International Conference on Intelligent User Interfaces, 2019.
\textbfWinner of Outstanding Paper award
link
bibtex
@inproceedings{kouki:iui19,
author = "Kouki, Pigi and Schaffer, James and Pujara, Jay and O'Donovan, John and Getoor, Lise",
acceptrate = "25\%",
bib_url = "/pubs/bib/kouki-iui19.bib",
booktitle = "ACM International Conference on Intelligent User Interfaces",
doi_url = "https://doi.org/10.1145/3301275.3302306",
note = "\textbf{Winner of Outstanding Paper award}",
pdf_url = "/pubs/2019/kouki-iui19/kouki-iui19.pdf",
sec = "conf",
title = "Personalized Explanations for Hybrid Recommender Systems",
year = "2019"
}
Plan, Write, and Revise: an Interactive System for Open-Domain Story Generation.
Goldfarb-Tarrant, S.; Feng, H.; and Peng, N.
In
2019 Annual Conference of the North American Chapter of the Association for Computational Linguistics (NAACL-HLT 2019), Demonstrations Track, volume 4, pages 89–97, 2019.
link
bibtex
@inproceedings{goldfarb2019plan,
title={Plan, Write, and Revise: an Interactive System for Open-Domain Story Generation},
author={Goldfarb-Tarrant, Seraphina and Feng, Haining and Peng, Nanyun},
booktitle={2019 Annual Conference of the North American Chapter of the Association for Computational Linguistics (NAACL-HLT 2019), Demonstrations Track},
volume={4},
pages={89--97},
year={2019}
}
Plan-And-Write: Towards Better Automatic Storytelling.
Yao, L.; Peng, N.; Ralph, W.; Knight, K.; Zhao, D.; and Yan, R.
In
The Thirty-Third AAAI Conference on Artificial Intelligence (AAAI-19), 2019.
link
bibtex
@inproceedings{yao2019plan,
title={Plan-And-Write: Towards Better Automatic Storytelling},
author={Yao, Lili and Peng, Nanyun and Ralph, Weischedel and Knight, Kevin and Zhao, Dongyan and Yan, Rui},
booktitle={The Thirty-Third AAAI Conference on Artificial Intelligence (AAAI-19)},
year={2019}
}
Plan-and-Write: Towards Better Automatic Storytelling.
Yao, L.; Peng, N.; Weischedel, R.; Knight, K.; Zhao, D.; and Yan, R.
Proceedings of the AAAI Conference on Artificial Intelligence, 33: 7378-7385. 07 2019.
doi
link
bibtex
@article{article,
author = {Yao, Lili and Peng, Nanyun and Weischedel, Ralph and Knight, Kevin and Zhao, Dongyan and Yan, Rui},
year = {2019},
month = {07},
pages = {7378-7385},
title = {Plan-and-Write: Towards Better Automatic Storytelling},
volume = {33},
journal = {Proceedings of the AAAI Conference on Artificial Intelligence},
doi = {10.1609/aaai.v33i01.33017378}
}
Plumb: Efficient Processing of Multi-User Pipelines (Poster).
Qadeer, A.; and Heidemann, J.
Technical Report USC/Information Sciences Institute, January 2019.
Paper
link
bibtex
abstract
@TechReport{Qadeer19b,
author = "Abdul Qadeer and John Heidemann",
title = "Plumb: Efficient Processing of Multi-User Pipelines (Poster)",
institution = "USC/Information Sciences Institute",
year = 2019,
sortdate = "2019-01-17",
project = "ant, lacanic, retrofuturebridge",
jsubject = "network_big_data",
month = jan,
jlocation = "johnh: pafile",
keywords = "big data, hadoop, plumb, DNS, streaming data,
data processing, workflow",
url = "https://ant.isi.edu/%7ejohnh/PAPERS/Qadeer19b.html",
pdfurl = "https://ant.isi.edu/%7ejohnh/PAPERS/Qadeer19b.pdf",
xblogurl = "https://ant.isi.edu/blog/?p=xxx",
myorganization = "USC/Information Sciences Institute",
copyrightholder = "authors",
abstract = "This document is a one-page abstract and a
copy of the poster
presented at ACM SOCC in October 2018
about Plumb, a workflow system
for multi-stage workflows where parts of computation
and output are shared across different groups.
The abstract without poster is available
from the ACM as \url{https://doi.org/10.1145/3267809.3275461}.",
}
This document is a one-page abstract and a copy of the poster presented at ACM SOCC in October 2018 about Plumb, a workflow system for multi-stage workflows where parts of computation and output are shared across different groups. The abstract without poster is available from the ACM as ˘rlhttps://doi.org/10.1145/3267809.3275461.
Power of Pausing: Advancing Understanding of Thermalization in Experimental Quantum Annealers.
Marshall, J.; Venturelli, D.; Hen, I.; and Rieffel, E. G.
Phys. Rev. Applied, 11: 044083. Apr 2019.
Paper
doi
link
bibtex
@article{PhysRevApplied.11.044083,
title = {Power of Pausing: Advancing Understanding of Thermalization in Experimental Quantum Annealers},
author = {Marshall, Jeffrey and Venturelli, Davide and Hen, Itay and Rieffel, Eleanor G.},
journal = {Phys. Rev. Applied},
volume = {11},
issue = {4},
pages = {044083},
numpages = {23},
year = {2019},
month = {Apr},
publisher = {American Physical Society},
doi = {10.1103/PhysRevApplied.11.044083},
url = {https://link.aps.org/doi/10.1103/PhysRevApplied.11.044083}
}
Precise Detection of Content Reuse in the Web.
Ardi, C.; and Heidemann, J.
ACM Computer Communication Review, 49(2): 9–24. April 2019.
Paper
doi
link
bibtex
abstract
@article{Ardi19a,
author = {Ardi, Calvin and Heidemann, John},
title = {Precise Detection of Content Reuse in the Web},
journal = "ACM Computer Communication Review",
project = "ant, mega",
sortdate = "2019-05-22",
issue_date = {April 2019},
volume = {49},
number = {2},
month = apr,
year = {2019},
issn = {0146-4833},
pages = {9--24},
numpages = {16},
url = "http://doi.acm.org/10.1145/3336937.3336940",
pdfurl = "https://ccronline.sigcomm.org/wp-content/uploads/2019/05/acmdl19-299.pdf",
blogurl = "https://ant.isi.edu/blog/?p=1311",
doi = "https://doi.org/10.1145/3336937.3336940",
acmid = {3336940},
publisher = "ACM",
address = {New York, NY, USA},
keywords = {content duplication, content reuse, duplicate detection, phishing},
institution = "USC/Information Sciences Institute",
myorganization = "USC/Information Sciences Institute",
copyrightholder = "authors",
abstract = {
With vast amount of content online, it is not surprising that unscrupulous
entities "borrow" from the web to provide content for advertisements, link
farms, and spam. Our insight is that cryptographic hashing and fingerprinting
can efficiently identify content reuse for web-size corpora. We develop two
related algorithms, one to automatically *discover* previously unknown
duplicate content in the web, and the second to *precisely detect* copies of
discovered or manually identified content. We show that *bad neighborhoods*,
clusters of pages where copied content is frequent, help identify copying in
the web. We verify our algorithm and its choices with controlled experiments
over three web datasets: Common Crawl (2009/10), GeoCities (1990s–2000s), and a
phishing corpus (2014). We show that our use of cryptographic hashing is much
more precise than alternatives such as locality-sensitive hashing, avoiding the
thousands of false-positives that would otherwise occur. We apply our approach
in three systems: discovering and detecting duplicated content in the web,
searching explicitly for copies of Wikipedia in the web, and detecting phishing
sites in a web browser. We show that general copying in the web is often benign
(for example, templates), but 6–11% are commercial or possibly commercial. Most
copies of Wikipedia (86%) are commercialized (link farming or advertisements).
For phishing, we focus on PayPal, detecting 59% of PayPal-phish even without
taking on intentional cloaking.
},
}
With vast amount of content online, it is not surprising that unscrupulous entities "borrow" from the web to provide content for advertisements, link farms, and spam. Our insight is that cryptographic hashing and fingerprinting can efficiently identify content reuse for web-size corpora. We develop two related algorithms, one to automatically *discover* previously unknown duplicate content in the web, and the second to *precisely detect* copies of discovered or manually identified content. We show that *bad neighborhoods*, clusters of pages where copied content is frequent, help identify copying in the web. We verify our algorithm and its choices with controlled experiments over three web datasets: Common Crawl (2009/10), GeoCities (1990s–2000s), and a phishing corpus (2014). We show that our use of cryptographic hashing is much more precise than alternatives such as locality-sensitive hashing, avoiding the thousands of false-positives that would otherwise occur. We apply our approach in three systems: discovering and detecting duplicated content in the web, searching explicitly for copies of Wikipedia in the web, and detecting phishing sites in a web browser. We show that general copying in the web is often benign (for example, templates), but 6–11% are commercial or possibly commercial. Most copies of Wikipedia (86%) are commercialized (link farming or advertisements). For phishing, we focus on PayPal, detecting 59% of PayPal-phish even without taking on intentional cloaking.
Predicting Human-Reported Enjoyment Responses in Happy and Sad Music.
Ma, B.; Greer, T.; Sachs, M.; Habibi, A.; Kaplan, J.; and Narayanan, S.
In
In proceedings of Proceedings of the 8th International Conference on Affective Computing Intelligent Interaction, September 2019.
link
bibtex
@inproceedings{Ma2019PredictingHuman-ReportedEnjoymentResponses,
author = {Ma, Benjamin and Greer, Timothy and Sachs, Matthew and Habibi, Assal and Kaplan, Jonas and Narayanan, Shrikanth},
booktitle = {In proceedings of Proceedings of the 8th International Conference on Affective Computing Intelligent Interaction},
location = {Cambridge, UK},
month = {September},
title = {Predicting Human-Reported Enjoyment Responses in Happy and Sad Music},
year = {2019}
}
Predicting and explaining behavioral data with structured feature space decomposition.
Fennell, P. G; Zuo, Z.; and Lerman, K.
EPJ Data Science, 8(1): 23. 2019.
doi
link
bibtex
@article{fennell2019predicting,
title={Predicting and explaining behavioral data with structured feature space decomposition},
author={Fennell, Peter G and Zuo, Zhiya and Lerman, Kristina},
journal={EPJ Data Science},
volume={8},
number={1},
pages={23},
year={2019},
doi={https://doi.org/10.1140/epjds/s13688-019-0201-0},
publisher={Springer Berlin Heidelberg}
}
Prediction of Therapist Behaviors in Addiction Counseling by Exploiting Class Confusions.
Chen, Z.; Singla, K.; Gibson, J.; Can, D.; Imel, Z.; Atkins, D.; Georgiou, P.; and Narayanan, S.
In
Proceedings of ICASSP, May 2019.
link
bibtex
@inproceedings{Zhuohao2019PredictionofTherapistBehaviors,
author = {Chen, Zhuohao and Singla, Karan and Gibson, James and Can, Dogan and Imel, Zac and Atkins, David and Georgiou, Panayiotis and Narayanan, Shrikanth},
booktitle = {Proceedings of ICASSP},
location = {Brighton, UK},
month = {May},
title = {Prediction of Therapist Behaviors in Addiction Counseling by Exploiting Class Confusions},
year = {2019}
}
Price of Anarchy in Algorithmic Matching of Romantic Partners.
Abeliuk, A.; Elbassioni, K. M.; Rahwan, T.; Cebrián, M.; and Rahwan, I.
http://arxiv.org/abs/1901.03192, January 2019.
Link
Paper
link
bibtex
@misc{1901.03192,
added-at = {2019-02-01T00:00:00.000+0100},
author = {Abeliuk, Andr{\'{e}}s and Elbassioni, Khaled M. and Rahwan, Talal and Cebri\'an, Manuel and Rahwan, Iyad},
biburl = {https://www.bibsonomy.org/bibtex/2c3bee26678b85a0981fdc6d88a459709/dblp},
ee = {http://arxiv.org/abs/1901.03192},
interhash = {c72f5169661ea56ad08cb2f2bf3a6e50},
intrahash = {c3bee26678b85a0981fdc6d88a459709},
keywords = {dblp},
timestamp = {2019-02-02T11:37:04.000+0100},
title = {Price of Anarchy in Algorithmic Matching of Romantic Partners.},
url = {http://dblp.uni-trier.de/db/journals/corr/corr1901.html#abs-1901-03192},
month = jan,
year = 2019,
howpublished = {http://arxiv.org/abs/1901.03192}
}
Proceedings of the 10th International Conference on Knowledge Capture, K-CAP 2019, Marina Del Rey, CA, USA, November 19-21, 2019.
Kejriwal, M.; Szekely, P. A.; and Troncy, R.,
editors.
ACM. 2019.
Paper
doi
link
bibtex
@proceedings{DBLP:conf/kcap/2019,
editor = {Mayank Kejriwal and
Pedro A. Szekely and
Rapha{\"{e}}l Troncy},
title = {Proceedings of the 10th International Conference on Knowledge Capture,
{K-CAP} 2019, Marina Del Rey, CA, USA, November 19-21, 2019},
publisher = {{ACM}},
year = {2019},
url = {https://doi.org/10.1145/3360901},
doi = {10.1145/3360901},
isbn = {978-1-4503-7008-0},
timestamp = {Sat, 30 May 2020 01:00:00 +0200},
biburl = {https://dblp.org/rec/conf/kcap/2019.bib},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
Proceedings of the 13th International Workshop on Semantic Evaluation.
May, J.; Shutova, E.; Herbelot, A.; Zhu, X.; Apidianaki, M.; and Mohammad, S. M.,
editors.
Association for Computational Linguistics. Minneapolis, Minnesota, USA, June 2019.
Paper
link
bibtex
@proceedings{semeval-2019-international,
title = "Proceedings of the 13th International Workshop on Semantic Evaluation",
editor = "May, Jonathan and
Shutova, Ekaterina and
Herbelot, Aurelie and
Zhu, Xiaodan and
Apidianaki, Marianna and
Mohammad, Saif M.",
month = jun,
year = "2019",
address = "Minneapolis, Minnesota, USA",
publisher = "Association for Computational Linguistics",
url = "https://www.aclweb.org/anthology/S19-2000",
}
Pun Generation with Surprise.
He, H.; Peng, N.; and Liang, P.
In
2019 Annual Conference of the North American Chapter of the Association for Computational Linguistics (NAACL-HLT 2019), volume 1, 2019.
link
bibtex
@inproceedings{he2019pun,
title={Pun Generation with Surprise},
author={He, He and Peng, Nanyun and Liang, Percy},
booktitle={2019 Annual Conference of the North American Chapter of the Association for Computational Linguistics (NAACL-HLT 2019)},
volume={1},
year={2019}
}
Quantifying Security and Overheads for Obfuscation of Integrated Circuits.
Venugopalan, V.; Kolhe, G.; Schmidt, A. G.; Monson, J.; French, M.; Hu, Y.; Beerel, P. A.; and Nuzzo, P.
In
In Government Microcircuit Applications & Critical Technology Conference (GOMACTech), 2019.
link
bibtex
@inproceedings{venugopalan2019a,
author = {Vivek Venugopalan and G. Kolhe and Andrew G. Schmidt and Joshua Monson and Matthew French and Hu, Y. and P. A. Beerel and P. Nuzzo},
booktitle = {In Government Microcircuit Applications \& Critical Technology Conference (GOMACTech)},
title = {Quantifying Security and Overheads for Obfuscation of Integrated Circuits},
year = {2019}}
Quantifying Security and Overheads for Obfuscation of Integrated Circuits.
Venugopalan, V.; Kolhe, G.; Schmidt, A.; Hu, Y.; Beerel, P. A; Nuzzo, P.; Monson, J.; and French, M.
March 2019.
doi
link
bibtex
@conference{Venugopalan2019Quantifying-Sec,
author = {Venugopalan, Vivek and Kolhe, Gaurav and Schmidt, Andrew and Hu, Yinghua and Beerel, Peter A and Nuzzo, Pierluigi and Monson, Joshua and French, Matthew},
booktitle = {Government Microcircuit Applications \& Critical Techology Conference (GOMACTech)},
date-added = {2020-01-20 18:26:09 -0500},
date-modified = {2020-01-20 18:26:09 -0500},
doi = {https://apps.dtic.mil/docs/citations/AD1075410},
keywords = {intellectual property , cryptography , reverse engineering , semiconductors , signal processing , algorithms , dynamic range , standards , manufacturing , integrated circuits , fabrication , databases , linear programming , integer programming , security},
month = mar,
title = {{Quantifying Security and Overheads for Obfuscation of Integrated Circuits}},
year = {2019},
Bdsk-Url-1 = {https://apps.dtic.mil/docs/citations/AD1075410}}
Quantifying Security and Overheads for Obfuscation of Integrated Circuits.
V. Venugopalan, G. K.; A. Schmidt, J. M.; M. French, Y. H.; and P. A. Beerel, P. N.
April 2019.
link
bibtex
@conference {Venugopalan2019,
title = {Quantifying Security and Overheads for Obfuscation of Integrated Circuits},
booktitle = {Government Microcircuit Applications and Critical Technology Conference (GOMACTech)},
year = {2019},
month = {April},
address = {Albuquerque, NM},
author = {V. Venugopalan, G. Kolhe, A. Schmidt, J. Monson, M. French, Y. Hu, P. A. Beerel, P. Nuzzo}
}
Quantifying the Effects of Recommendation Systems.
Chong, s.; and Abeliuk, A.
IEEE International Conference on Big Data (Big Data),3008-3015. 2019.
doi
link
bibtex
@article{journals/Chong,
author = {Chong, sunshine and Abeliuk, Andr{\'{e}}s},
Journal = {IEEE International Conference on Big Data (Big Data)},
title = {Quantifying the Effects of Recommendation Systems.},
year = 2019,
organization={IEEE},
pages={3008-3015},
doi={10.1109/BigData47090.2019.9005951}
}
Quantitative laser speckle contrast imaging for presentation attack detection in biometric authentication systems.
Sun, C.; Jagannathan, A.; Habif, J. L; Hussein, M.; Spinoulas, L.; and Abd-Almageed, W.
In
Smart Biomedical and Physiological Sensor Technology XV, volume 11020, pages 1102008, 2019. International Society for Optics and Photonics
link
bibtex
@inproceedings{sun2019quantitative,
title={Quantitative laser speckle contrast imaging for presentation attack detection in biometric authentication systems},
author={Sun, Claire and Jagannathan, Arun and Habif, Jonathan L and Hussein, Mohamed and Spinoulas, Leonidas and Abd-Almageed, Wael},
booktitle={Smart Biomedical and Physiological Sensor Technology XV},
volume={11020},
pages={1102008},
year={2019},
organization={International Society for Optics and Photonics}
}
Quantitative laser speckle contrast imaging for presentation attack detection in biometric authentication systems.
Jagannathan, A.; Sun, C.; Spinoulas, L.; Hussein, M.; Habif, J.; and Abd-Almageed, W.
2019.
link
bibtex
@conference{habif_lsci_fpad_spie_2019,
title = {Quantitative laser speckle contrast imaging for presentation attack detection in biometric authentication systems},
booktitle = {SPIE Defense and Commercial Systems},
year = {2019},
author = {Arun Jagannathan and Claire Sun and Leonidas Spinoulas and Hussein, Mohamed and Jonathan Habif and Abd-Almageed, Wael}
}
Quantum-limited discrimination of laser light and thermal light.
Habif, J. L; Jagannathan, A.; Gartenstein, S.; Amory, P.; and Guha, S.
arXiv preprint arXiv:1912.06718. 2019.
link
bibtex
@article{habif2019quantum,
title={Quantum-limited discrimination of laser light and thermal light},
author={Habif, Jonathan L and Jagannathan, Arunkumar and Gartenstein, Samuel and Amory, Phoebe and Guha, Saikat},
journal={arXiv preprint arXiv:1912.06718},
year={2019}
}
Real-World Causal Relationship Discovery from Text.
Lignos, C.; Palen-Michel, C.; Singer, O.; Szekely, P. A; and Boschee, E.
In
ISWC Satellites, pages 101–104, 2019.
link
bibtex
@inproceedings{lignos2019real,
title={Real-World Causal Relationship Discovery from Text.},
author={Lignos, Constantine and Palen-Michel, Chester and Singer, Oskar and Szekely, Pedro A and Boschee, Elizabeth},
booktitle={ISWC Satellites},
pages={101--104},
year={2019}
}
Recurrent Convolutional Strategies for Face Manipulation Detection in Videos.
Sabir, E.; Cheng, J.; Jaiswal, A.; AbdAlmageed, W.; Masi, I.; and Natarajan, P.
CoRR, abs/1905.00582. 2019.
Paper
link
bibtex
@article{DBLP:journals/corr/abs-1905-00582,
author = {Ekraam Sabir and
Jiaxin Cheng and
Ayush Jaiswal and
Wael AbdAlmageed and
Iacopo Masi and
Prem Natarajan},
title = {Recurrent Convolutional Strategies for Face Manipulation Detection
in Videos},
journal = {CoRR},
volume = {abs/1905.00582},
year = {2019},
url = {http://arxiv.org/abs/1905.00582},
eprinttype = {arXiv},
eprint = {1905.00582},
timestamp = {Mon, 27 May 2019 01:00:00 +0200},
biburl = {https://dblp.org/rec/journals/corr/abs-1905-00582.bib},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
Recurrent event network for reasoning over temporal knowledge graphs.
Jin, W.; Zhang, C.; Szekely, P.; and Ren, X.
arXiv preprint arXiv:1904.05530. 2019.
link
bibtex
@article{jin2019recurrent,
title={Recurrent event network for reasoning over temporal knowledge graphs},
author={Jin, Woojeong and Zhang, Changlin and Szekely, Pedro and Ren, Xiang},
journal={arXiv preprint arXiv:1904.05530},
year={2019}
}
Recurrent event network: Global structure inference over temporal knowledge graph.
Jin, W.; Jiang, H.; Qu, M.; Chen, T.; Zhang, C.; Szekely, P.; and Ren, X.
arXiv preprint arXiv:1904.05530. 2019.
link
bibtex
@article{jin2019recurrent,
title={Recurrent event network: Global structure inference over temporal knowledge graph},
author={Jin, Woojeong and Jiang, He and Qu, Meng and Chen, Tong and Zhang, Changlin and Szekely, Pedro and Ren, Xiang},
journal={arXiv preprint arXiv:1904.05530},
year={2019}
}
Red bots do it better: Comparative analysis of social bot partisan behavior.
Luceri, L.; Deb, A.; Badawy, A.; and Ferrara, E.
In
Companion proceedings of the 2019 world wide web conference, pages 1007–1012, 2019.
link
bibtex
@inproceedings{luceri2019red,
title={Red bots do it better: Comparative analysis of social bot partisan behavior},
author={Luceri, Luca and Deb, Ashok and Badawy, Adam and Ferrara, Emilio},
booktitle={Companion proceedings of the 2019 world wide web conference},
pages={1007--1012},
year={2019}
}
Reducing Kernel Surface Areas for Isolation and Scalability.
Zahka, D.; Kocoloski, B.; and Keahey, K.
In
International Conference on Parallel Processing, 2019.
link
bibtex
@inproceedings{zahka2019reducing,
title={Reducing Kernel Surface Areas for Isolation and Scalability},
author={Zahka, Daniel and Kocoloski, Brian and Keahey, Kate},
booktitle={International Conference on Parallel Processing},
year={2019}
}
Reinforcing Self-expressive Representation With Constraint Propagation for Face Clustering in Movies.
Somandepalli, K.; and Narayanan, S.
In
Proceedings of ICASSP, May 2019.
link
bibtex
@inproceedings{Som2019ReinforcingSelf-expressiveRepresentationWith,
author = {Somandepalli, Krishna and Narayanan, Shrikanth},
booktitle = {Proceedings of ICASSP},
location = {Brighton, UK},
month = {May},
title = {Reinforcing Self-expressive Representation With Constraint Propagation for Face Clustering in Movies},
year = {2019}
}
Resolution of the sign problem for a frustrated triplet of spins.
Hen, I.
Phys. Rev. E, 99: 033306. Mar 2019.
Paper
doi
link
bibtex
@article{PhysRevE.99.033306,
title = {Resolution of the sign problem for a frustrated triplet of spins},
author = {Hen, Itay},
journal = {Phys. Rev. E},
volume = {99},
issue = {3},
pages = {033306},
numpages = {10},
year = {2019},
month = {Mar},
publisher = {American Physical Society},
doi = {10.1103/PhysRevE.99.033306},
url = {https://link.aps.org/doi/10.1103/PhysRevE.99.033306}
}
RoPAD: Robust Presentation Attack Detection through Unsupervised Adversarial Invariance.
Jaiswal, A.; Xia, S.; Masi, I.; and AbdAlmageed, W.
CoRR, abs/1903.03691. 2019.
Paper
link
bibtex
@article{DBLP:journals/corr/abs-1903-03691,
author = {Ayush Jaiswal and
Shuai Xia and
Iacopo Masi and
Wael AbdAlmageed},
title = {RoPAD: Robust Presentation Attack Detection through Unsupervised Adversarial
Invariance},
journal = {CoRR},
volume = {abs/1903.03691},
year = {2019},
url = {http://arxiv.org/abs/1903.03691},
eprinttype = {arXiv},
eprint = {1903.03691},
timestamp = {Sun, 31 Mar 2019 00:00:00 +0100},
biburl = {https://dblp.org/rec/journals/corr/abs-1903-03691.bib},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
Robust Speech Activity Detection in Movie Audio: Data Resources and Experimental Evaluation.
Hebbar, R.; Somandepalli, K.; and Narayanan, S.
In
Proceedings of ICASSP, May 2019.
link
bibtex
@inproceedings{Hebbar2019RobustSpeechActivityDetection,
author = {Hebbar, Rajat and Somandepalli, Krishna and Narayanan, Shrikanth},
booktitle = {Proceedings of ICASSP},
location = {Brighton, UK},
month = {May},
title = {Robust Speech Activity Detection in Movie Audio: Data Resources and Experimental Evaluation},
year = {2019}
}
Role Specific Lattice Rescoring for Speaker Role Recognition From Speech Recognition Outputs.
Flemotomos, N.; Georgiou, P.; Atkins, D.; and Narayanan, S.
In
Proceedings of ICASSP, May 2019.
link
bibtex
@inproceedings{Flemotomos2019RoleSpecificLatticeRescoring,
author = {Flemotomos, Nikolaos and Georgiou, Panayiotis and Atkins, David and Narayanan, Shrikanth},
booktitle = {Proceedings of ICASSP},
location = {Brighton, UK},
month = {May},
title = {Role Specific Lattice Rescoring for Speaker Role Recognition From Speech Recognition Outputs},
year = {2019}
}
Role of nonstoquastic catalysts in quantum adiabatic optimization.
Albash, T.
Phys. Rev. A, 99: 042334. Apr 2019.
Paper
doi
link
bibtex
@article{PhysRevA.99.042334,
title = {Role of nonstoquastic catalysts in quantum adiabatic optimization},
author = {Albash, Tameem},
journal = {Phys. Rev. A},
volume = {99},
issue = {4},
pages = {042334},
numpages = {11},
year = {2019},
month = {Apr},
publisher = {American Physical Society},
doi = {10.1103/PhysRevA.99.042334},
url = {https://link.aps.org/doi/10.1103/PhysRevA.99.042334}
}
Roll, Roll, Roll Your Root: A Comprehensive Analysis of the First Ever DNSSEC Root KSK Rollover.
Müller, M.; Thomas, M.; Wessels, D.; Hardaker, W.; Chung, T.; Toorop, W.; and Rijswijk-Deij, R. v.
In
Proceedings of the Internet Measurement Conference, of
IMC '19, pages 1–14, New York, NY, USA, 2019. ACM
Distinguished Paper Award
Paper
doi
link
bibtex
@inproceedings{Muller:2019:RRR:3355369.3355570,
author = {M\"{u}ller, Moritz and Thomas, Matthew and Wessels, Duane and Hardaker, Wes and Chung, Taejoong and Toorop, Willem and Rijswijk-Deij, Roland van},
title = {Roll, Roll, Roll Your Root: A Comprehensive Analysis of the First Ever DNSSEC Root KSK Rollover},
booktitle = {Proceedings of the Internet Measurement Conference},
series = {IMC '19},
year = {2019},
isbn = {978-1-4503-6948-0},
jlocation = {Amsterdam, Netherlands},
pages = {1--14},
numpages = {14},
url = {http://doi.acm.org/10.1145/3355369.3355570},
pdfurl = {https://ant.isi.edu/~hardaker/papers/2019-10-ksk-roll.pdf},
doi = {10.1145/3355369.3355570},
acmid = {3355570},
publisher = {ACM},
address = {New York, NY, USA},
note="Distinguished Paper Award",
xISIArea="Networking",
project="ant",
}
SAGE: A Hybrid Geopolitical Event Forecasting System.
Morstatter, F.; Galstyan, A.; Satyukov, G.; Benjamin, D.; Abeliuk, A.; Mirtaheri, M.; Atanasov, P.; Joseph, R.; Leskovec, J.; Catasta, M.; Beger, A.; Sethi, R.; Sosic, R.; Abbas, A.; Ward, M.; Himmelstein, M.; Steyvers, M.; Bennet, S.; Matsui, A.; Ferrara, E.; Hossain, K. T.; Szekely, P.; and Budescu, D.
,6557–6559. 2019.
Paper
doi
link
bibtex
abstract
@article{morstatter_sage_2019,
title = {{SAGE}: A Hybrid Geopolitical Event Forecasting System},
url = {https://www.ijcai.org/proceedings/2019/955},
doi = {10.24963/ijcai.2019/955},
shorttitle = {{SAGE}},
abstract = {Electronic proceedings of {IJCAI} 2019},
pages = {6557--6559},
author = {Morstatter, Fred and Galstyan, Aram and Satyukov, Gleb and Benjamin, Daniel and Abeliuk, Andres and Mirtaheri, Mehrnoosh and Atanasov, Pavel and Joseph, Regina and Leskovec, Jure and Catasta, Michele and Beger, Andreas and Sethi, Rajiv and Sosic, Rok and Abbas, Ali and Ward, Michael and Himmelstein, Mark and Steyvers, Mark and Bennet, Stephen and Matsui, Akira and Ferrara, Emilio and Hossain, {KSM} Tozammel and Szekely, Pedro and Budescu, David},
urldate = {2020-01-08},
date = {2019},
year = {2019},
file = {Snapshot:C\:\\Users\\benjamin\\Zotero\\storage\\HSEI4727\\955.html:text/html}
}
Electronic proceedings of IJCAI 2019
SAGE: A Hybrid Geopolitical Event Forecasting System.
Morstatter, F.; Galstyan, A.; Satyukov, G.; Benjamin, D.; Abeliuk, A.; Mirtaheri, M.; Hossain, K. T.; Szekely, P. A; Ferrara, E.; Matsui, A.; and others
In
IJCAI, volume 1, pages 6557–6559, 2019.
link
bibtex
@inproceedings{morstatter2019sage,
title={SAGE: A Hybrid Geopolitical Event Forecasting System.},
author={Morstatter, Fred and Galstyan, Aram and Satyukov, Gleb and Benjamin, Daniel and Abeliuk, Andres and Mirtaheri, Mehrnoosh and Hossain, KSM Tozammel and Szekely, Pedro A and Ferrara, Emilio and Matsui, Akira and others},
booktitle={IJCAI},
volume={1},
pages={6557--6559},
year={2019}
}
SARAL: A Low-Resource Cross-Lingual Domain-Focused Information Retrieval System for Effective Rapid Document Triage.
Boschee, E.; Barry, J.; Billa, J.; Freedman, M.; Gowda, T.; Lignos, C.; Palen-Michel, C.; Pust, M.; Khonglah, B. K.; Madikeri, S.; May, J.; and Miller, S.
In
Proceedings of the 57th Annual Meeting of the Association for Computational Linguistics: System Demonstrations, pages 19–24, Florence, Italy, July 2019. Association for Computational Linguistics
Paper
doi
link
bibtex
abstract
@inproceedings{boschee-etal-2019-saral,
title = "{SARAL}: A Low-Resource Cross-Lingual Domain-Focused Information Retrieval System for Effective Rapid Document Triage",
author = "Boschee, Elizabeth and
Barry, Joel and
Billa, Jayadev and
Freedman, Marjorie and
Gowda, Thamme and
Lignos, Constantine and
Palen-Michel, Chester and
Pust, Michael and
Khonglah, Banriskhem Kayang and
Madikeri, Srikanth and
May, Jonathan and
Miller, Scott",
booktitle = "Proceedings of the 57th Annual Meeting of the Association for Computational Linguistics: System Demonstrations",
month = jul,
year = "2019",
address = "Florence, Italy",
publisher = "Association for Computational Linguistics",
url = "https://www.aclweb.org/anthology/P19-3004",
doi = "10.18653/v1/P19-3004",
pages = "19--24",
abstract = "With the increasing democratization of electronic media, vast information resources are available in less-frequently-taught languages such as Swahili or Somali. That information, which may be crucially important and not available elsewhere, can be difficult for monolingual English speakers to effectively access. In this paper we present an end-to-end cross-lingual information retrieval (CLIR) and summarization system for low-resource languages that 1) enables English speakers to search foreign language repositories of text and audio using English queries, 2) summarizes the retrieved documents in English with respect to a particular information need, and 3) provides complete transcriptions and translations as needed. The SARAL system achieved the top end-to-end performance in the most recent IARPA MATERIAL CLIR+summarization evaluations. Our demonstration system provides end-to-end open query retrieval and summarization capability, and presents the original source text or audio, speech transcription, and machine translation, for two low resource languages.",
}
With the increasing democratization of electronic media, vast information resources are available in less-frequently-taught languages such as Swahili or Somali. That information, which may be crucially important and not available elsewhere, can be difficult for monolingual English speakers to effectively access. In this paper we present an end-to-end cross-lingual information retrieval (CLIR) and summarization system for low-resource languages that 1) enables English speakers to search foreign language repositories of text and audio using English queries, 2) summarizes the retrieved documents in English with respect to a particular information need, and 3) provides complete transcriptions and translations as needed. The SARAL system achieved the top end-to-end performance in the most recent IARPA MATERIAL CLIR+summarization evaluations. Our demonstration system provides end-to-end open query retrieval and summarization capability, and presents the original source text or audio, speech transcription, and machine translation, for two low resource languages.
SARAL: A Low-Resource Cross-Lingual Domain-Focused Information Retrieval System for Effective Rapid Document Triage.
Boschee, E.; Barry, J.; Billa, J.; Freedman, M.; \textbfGowda, Thamme; Lignos, C.; Palen-Michel, C.; Pust, M.; Khonglah, B. K.; Madikeri, S.; May, J.; and Miller, S.
In
Proceedings of the 57th Annual Meeting of the Association for Computational Linguistics: System Demonstrations, pages 19–24, Florence, Italy, July 2019. Association for Computational Linguistics
Paper
doi
link
bibtex
abstract
@inproceedings{boschee-etal-2019-saral,
title = "{SARAL}: A Low-Resource Cross-Lingual Domain-Focused Information Retrieval System for Effective Rapid Document Triage",
author = "Boschee, Elizabeth and
Barry, Joel and
Billa, Jayadev and
Freedman, Marjorie and
\textbf{Gowda, Thamme} and
Lignos, Constantine and
Palen-Michel, Chester and
Pust, Michael and
Khonglah, Banriskhem Kayang and
Madikeri, Srikanth and
May, Jonathan and
Miller, Scott",
booktitle = "Proceedings of the 57th Annual Meeting of the Association for Computational Linguistics: System Demonstrations",
month = jul,
year = "2019",
address = "Florence, Italy",
publisher = "Association for Computational Linguistics",
url = "https://www.aclweb.org/anthology/P19-3004",
doi = "10.18653/v1/P19-3004",
pages = "19--24",
abstract = "With the increasing democratization of electronic media, vast information resources are available in less-frequently-taught languages such as Swahili or Somali. That information, which may be crucially important and not available elsewhere, can be difficult for monolingual English speakers to effectively access. In this paper we present an end-to-end cross-lingual information retrieval (CLIR) and summarization system for low-resource languages that 1) enables English speakers to search foreign language repositories of text and audio using English queries, 2) summarizes the retrieved documents in English with respect to a particular information need, and 3) provides complete transcriptions and translations as needed. The SARAL system achieved the top end-to-end performance in the most recent IARPA MATERIAL CLIR+summarization evaluations. Our demonstration system provides end-to-end open query retrieval and summarization capability, and presents the original source text or audio, speech transcription, and machine translation, for two low resource languages.",
}
With the increasing democratization of electronic media, vast information resources are available in less-frequently-taught languages such as Swahili or Somali. That information, which may be crucially important and not available elsewhere, can be difficult for monolingual English speakers to effectively access. In this paper we present an end-to-end cross-lingual information retrieval (CLIR) and summarization system for low-resource languages that 1) enables English speakers to search foreign language repositories of text and audio using English queries, 2) summarizes the retrieved documents in English with respect to a particular information need, and 3) provides complete transcriptions and translations as needed. The SARAL system achieved the top end-to-end performance in the most recent IARPA MATERIAL CLIR+summarization evaluations. Our demonstration system provides end-to-end open query retrieval and summarization capability, and presents the original source text or audio, speech transcription, and machine translation, for two low resource languages.
SMTP Security Options.
Hardaker, W.; and Dukhovni, V.
Talk at ICANN DNSSEC Workshop, 06 2019.
Paper
link
bibtex
@Misc{Hardaker19a,
title="SMTP Security Options",
author="Wes Hardaker and Viktor Dukhovni",
month=06,
year=2019,
sortdate = "2019-06-22",
URL="https://65.schedule.icann.org/meetings/1058207",
pdfurl="https://ant.isi.edu/~hardaker/presentations/2019-06-SMTP-security-options.pdf",
keywords="dns, dnssec, dane, security",
project = "ant, broot",
howpublished="Talk at ICANN DNSSEC Workshop",
}
% wjh:icann:dnssecworkshop:2019danemetrics,
Security-driven Metrics and Models for Efficient Evaluation of Logic Encryption Schemes.
Hu, Y.; Menon, V. V.; Schmidt, A.; Monson, J.; French, M.; and Nuzzo, P.
In
ACM-IEEE International Conference on Formal Methods and Models for System Design (MEMOCODE), 2019.
link
bibtex
@inproceedings{Hu2019a,
author = {Yinghua Hu and Vivek V. Menon and Andrew Schmidt and Joshua Monson and Matthew French and Pierluigi Nuzzo},
booktitle = {ACM-IEEE International Conference on Formal Methods and Models for System Design (MEMOCODE)},
title = {Security-driven Metrics and Models for Efficient Evaluation of Logic Encryption Schemes},
year = {2019}}
Security-driven metrics and models for efficient evaluation of logic encryption schemes.
Yinghua Hu, V. V. M.; Andrew G. Schmidt, J. S. M.; and Matthew French, P. N.
2019.
link
bibtex
@conference {Hu2019,
title = {Security-driven metrics and models for efficient evaluation of logic encryption schemes},
booktitle = {ACM-IEEE International Conference on Formal Methods and Models for System Design (MEMOCODE)},
year = {2019},
author = {Yinghua Hu, Vivek V. Menon, Andrew G. Schmidt, Joshua S. Monson, Matthew French, Pierluigi Nuzzo}
}
Semantic Modelling of Plans and Execution Traces for Enhancing Transparency of IoT Systems.
Markovic, M.; Garijo, D.; Edwards, P.; and Vasconcelos, W.
In
2019 6th International Conference on Internet of Things: Systems, Management and Security, IOTSMS 2019, 2019.
doi
link
bibtex
abstract
2 downloads
@inproceedings{
title = {Semantic Modelling of Plans and Execution Traces for Enhancing Transparency of IoT Systems},
type = {inproceedings},
year = {2019},
id = {420e6302-35d2-392f-972d-b395b4c3b21e},
created = {2020-01-21T23:59:00.000Z},
file_attached = {false},
profile_id = {a4dd3107-a343-3164-8df4-d46fe9e15cfc},
last_modified = {2021-03-03T23:25:18.079Z},
read = {false},
starred = {false},
authored = {true},
confirmed = {false},
hidden = {false},
private_publication = {true},
abstract = {© 2019 IEEE. Transparency of IoT systems is an essential requirement for enhancing user's trust towards such systems. Provenance mechanisms documenting the execution of IoT systems are often cited as an enabler of such transparency. However, provenance records often lack detailed descriptions of a system's expected behaviour. Plan specifications describe the steps needed to achieve a certain goal by a human or an automated system. Once plans reach a certain level of complexity, they are typically decomposed in different levels of abstraction. However, this decomposition makes it difficult to relate high level abstract plans to their granular execution traces. This paper introduces EP-Plan, a vocabulary for linking the different levels of granularity of a plan with their respective provenance traces. EP-Plan also provides the means to describe plan metadata such as constraints, policies, rationales, and expected participating agents associated with a plan.},
bibtype = {inproceedings},
author = {Markovic, M. and Garijo, D. and Edwards, P. and Vasconcelos, W.},
doi = {10.1109/IOTSMS48152.2019.8939260},
booktitle = {2019 6th International Conference on Internet of Things: Systems, Management and Security, IOTSMS 2019}
}
© 2019 IEEE. Transparency of IoT systems is an essential requirement for enhancing user's trust towards such systems. Provenance mechanisms documenting the execution of IoT systems are often cited as an enabler of such transparency. However, provenance records often lack detailed descriptions of a system's expected behaviour. Plan specifications describe the steps needed to achieve a certain goal by a human or an automated system. Once plans reach a certain level of complexity, they are typically decomposed in different levels of abstraction. However, this decomposition makes it difficult to relate high level abstract plans to their granular execution traces. This paper introduces EP-Plan, a vocabulary for linking the different levels of granularity of a plan with their respective provenance traces. EP-Plan also provides the means to describe plan metadata such as constraints, policies, rationales, and expected participating agents associated with a plan.
Semantic Workflows and Machine Learning for the Assessment of Carbon Storage by Urban Trees.
Manuel Carrillo Garcia, J.; Garijo, D.; Crowley, M.; Carrillo, R.; Gil, Y.; and Borda, K.
In
Proceedings of the Third Workshop on Capturing Scientific Knowledge (SciKnow 2019), held in conjunction with the 2019 ACM International Conference on Knowledge Capture (K-CAP), volume 2526, Los Angeles, California, 2019.
Paper
link
bibtex
@inproceedings{carrillo-et-al-sciknow2019,
title = {Semantic Workflows and Machine Learning for the Assessment of Carbon Storage by Urban Trees},
author = {Manuel Carrillo Garcia, Juan and Garijo, Daniel and Crowley, Mark and Carrillo, Rober and Gil, Yolanda and Borda, Katherine},
year = 2019,
booktitle = {Proceedings of the Third Workshop on Capturing Scientific Knowledge (SciKnow 2019), held in conjunction with the 2019 ACM International Conference on Knowledge Capture (K-CAP)},
address = {Los Angeles, California},
volume = 2526,
issn = {1613-0073},
url = {http://ceur-ws.org/Vol-2526/paper1.pdf}
}
Semantic Workflows and Machine Learning for the Assessment of Carbon Storage by Urban Trees.
Carrillo Garcia, J. M.; Garijo, D.; Crowley, M.; Carrillo, R.; Gil, Y.; and Borda, K.
In
Proceedings of the Third Workshop on Capturing Scientific Knowledge (SciKnow), held in conjunction with the 2019 ACM International Conference on Knowledge Capture (K-CAP'19), Los Angeles, CA, 2019.
Paper
link
bibtex
@inproceedings{carrillo-et-al-sciknow19,
title = {Semantic Workflows and Machine Learning for the Assessment of Carbon Storage by Urban Trees},
author = {Carrillo Garcia, Juan Manuel and Daniel Garijo and Mark Crowley and Rober Carrillo and Yolanda Gil and Katherine Borda},
booktitle = {Proceedings of the Third Workshop on Capturing Scientific Knowledge (SciKnow), held in conjunction with the 2019 ACM International Conference on Knowledge Capture (K-CAP'19)},
address = {Los Angeles, CA},
url = {https://knowledgecaptureanddiscovery.github.io/yolanda_gil_website/papers/carrillo-et-al-sciknow19.pdf},
year = 2019
}
Semantic Workflows for Benchmark Challenges: Enhancing Comparability, Reusability and Reproducibility.
Srivastava, A.; Adusumilli, R.; Boyce, H.; Garijo, D.; Ratnakar, V.; Ratnakar, R.; Yu, T.; Machiraju, R.; Gil, Y.; and Mallick, P.
In
Proceedings of the Pacific Symposium on Biocomputing (PSB), 2019.
Paper
link
bibtex
@inproceedings{srivastava-etal-psb19,
title = {Semantic Workflows for Benchmark Challenges: Enhancing Comparability, Reusability and Reproducibility},
author = {Srivastava, Arunima and Adusumilli, Ravali and Boyce, Hunter and Garijo, Daniel and Ratnakar, Varun and Ratnakar, Rajiv and Yu, Thomas and Machiraju, Raghu and Gil, Yolanda and Mallick, Parag},
year = 2019,
booktitle = {Proceedings of the Pacific Symposium on Biocomputing (PSB)},
url = {http://www.isi.edu/~gil/papers/srivastava-etal-psb19.pdf}
}
Semantic workflows for benchmark challenges: Enhancing comparability, reusability and reproducibility.
Srivastava, A.; Adusumilli, R.; Boyce, H.; Garijo, D.; Ratnakar, V.; Mayani, R.; Yu, T.; Machiraju, R.; Gil, Y.; and Mallick, P.
In Altman, R. B.; Dunker, A. K.; Hunter, L.; Ritchie, M. D.; and Klein, T. E., editor(s),
Biocomputing 2019: Proceedings of the Pacific Symposium, The Big Island of Hawaii, Hawaii, USA, January 3-7, 2019, pages 208–219, 2019.
Paper
link
bibtex
5 downloads
@inproceedings{DBLP:conf/psb/SrivastavaABGRM19,
author = {Arunima Srivastava and
Ravali Adusumilli and
Hunter Boyce and
Daniel Garijo and
Varun Ratnakar and
Rajiv Mayani and
Thomas Yu and
Raghu Machiraju and
Yolanda Gil and
Parag Mallick},
editor = {Russ B. Altman and
A. Keith Dunker and
Lawrence Hunter and
Marylyn D. Ritchie and
Teri E. Klein},
title = {Semantic workflows for benchmark challenges: Enhancing comparability,
reusability and reproducibility},
booktitle = {Biocomputing 2019: Proceedings of the Pacific Symposium, The Big Island
of Hawaii, Hawaii, USA, January 3-7, 2019},
pages = {208--219},
year = {2019},
url = {http://psb.stanford.edu/psb-online/proceedings/psb19/srivastava.pdf},
timestamp = {Sun, 06 Oct 2024 01:00:00 +0200},
biburl = {https://dblp.org/rec/conf/psb/SrivastavaABGRM19.bib},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
Sensitivity of quantum speedup by quantum annealing to a noisy oracle.
Muthukrishnan, S.; Albash, T.; and Lidar, D. A.
Phys. Rev. A, 99: 032324. Mar 2019.
Paper
doi
link
bibtex
@article{PhysRevA.99.032324,
title = {Sensitivity of quantum speedup by quantum annealing to a noisy oracle},
author = {Muthukrishnan, Siddharth and Albash, Tameem and Lidar, Daniel A.},
journal = {Phys. Rev. A},
volume = {99},
issue = {3},
pages = {032324},
numpages = {14},
year = {2019},
month = {Mar},
publisher = {American Physical Society},
doi = {10.1103/PhysRevA.99.032324},
url = {https://link.aps.org/doi/10.1103/PhysRevA.99.032324}
}
Sleak: automating address space layout derandomization.
Hauser, C.; Menon, J.; Shoshitaishvili, Y.; Wang, R.; Vigna, G.; and Kruegel, C.
In
Proceedings of the 35th Annual Computer Security Applications Conference, pages 190–202, 2019.
link
bibtex
@inproceedings{hauser2019sleak,
title={Sleak: automating address space layout derandomization},
author={Hauser, Christophe and Menon, Jayakrishna and Shoshitaishvili, Yan and Wang, Ruoyu and Vigna, Giovanni and Kruegel, Christopher},
booktitle={Proceedings of the 35th Annual Computer Security Applications Conference},
pages={190--202},
year={2019}
}
Sled: System-Loader for Ephemeral Devices.
Thurlow, L.; and Goodfellow, R.
In
The 5th IEEE INFOCOM Workshop on Computer and Networking Experimental Research using Testbeds 2019 (IEEE CNERT 2019), April 2019. IEEE
link
bibtex
@inproceedings{thurlow2019:sled,
title={{Sled: System-Loader for Ephemeral Devices}},
author={Thurlow, Lincoln and Goodfellow, Ryan},
booktitle={The 5th IEEE INFOCOM Workshop on Computer and Networking Experimental Research using Testbeds 2019 (IEEE CNERT 2019)},
year={2019},
publisher={{IEEE}},
month={April},
}
Software Adaptation for an Unmanned Undersea Vehicle.
Pfeffer, A.; Wu, C.; Fry, G.; Lu, K.; Marotta, S.; Reposa, M.; Shi, Y.; Kumar, T. S.; Knoblock, C. A; Parker, D.; Muhammad, I.; and Novakovic, C.
IEEE Software, 36(2): 91–96. 2019.
Link
Paper
link
bibtex
2 downloads
@article{pfeffer2019software,
title={Software Adaptation for an Unmanned Undersea Vehicle},
author={Pfeffer, Avi and Wu, Curt and Fry, Gerald and Lu, Kenny and Marotta, Steve and Reposa, Mike and Shi, Yuan and Kumar, TK Satish and Knoblock, Craig A and Parker, David and Irfan Muhammad and Chris Novakovic},
journal={IEEE Software},
volume={36},
number={2},
pages={91--96},
year={2019},
publisher={IEEE},
urlLink={https://ieeexplore.ieee.org/document/8648259},
urlPaper={http://usc-isi-i2.github.io/papers/pfeffer19-ieee.pdf}
}
Speaker Agnostic Foreground Speech Detection From Audio Recordings in Workplace Settings From Wearable Recorders.
Nadarajan, A.; Somandepalli, K.; and Narayanan, S.
In
Proceedings of ICASSP, May 2019.
link
bibtex
@inproceedings{Nadarajan2019SpeakerAgnosticForegroundSpeech,
author = {Nadarajan, Amrutha and Somandepalli, Krishna and Narayanan, Shrikanth},
booktitle = {Proceedings of ICASSP},
location = {Brighton, UK},
month = {May},
title = {Speaker Agnostic Foreground Speech Detection From Audio Recordings in Workplace Settings From Wearable Recorders},
year = {2019}
}
StashCache: A Distributed Caching Federation for the Open Science Grid.
Weitzel, D.; Zvada, M.; Vukotic, I.; Gardner, R. W.; Bockelman, B.; Rynge, M.; Hernandez, E. F.; Lin, B.; and Selmeci, M.
CoRR, abs/1905.06911. 2019.
Paper
link
bibtex
@Article{ dblp:journals/corr/abs-1905-06911,
Author = {Derek Weitzel and Mari{\'{a}}n Zvada and Ilija Vukotic and
Robert W. Gardner and Brian Bockelman and Mats Rynge and
Edgar Fajardo Hernandez and Brian Lin and Matyas Selmeci},
Title = {StashCache: {A} Distributed Caching Federation for the
Open Science Grid},
Journal = {CoRR},
Volume = {abs/1905.06911},
Year = {2019},
URL = {http://arxiv.org/abs/1905.06911},
ArchivePrefix = {arXiv},
EPrint = {1905.06911},
timestamp = {Tue, 28 May 2019 12:48:08 +0200},
biburl = {https://dblp.org/rec/bib/journals/corr/abs-1905-06911},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
Statistical and machine learning methods for using sensor monitoring systems to predict asthma exacerbations.
Eckel, S. P.; Li, K.; Deng, H.; Xu, S.; Habre, R.; Girguis, M.; Bui, A.; Sward, K.; Gouripeddi, R.; Collingwood, S.; Urman, R.; Morrison, J.; Franklin, M.; Ambite, J. L.; Chiang, Y.; Stripelis, D.; Lin, Y.; and Gilliland, F. D.
In
Military Health System Research Symposium, Kissimmee, FL, 2019.
Invited Abstract
link
bibtex
@InProceedings{eckel2019,
author = {Sandrah P. Eckel and Kenan Li and Huiyu Deng and Shujing Xu and Rima Habre and Mariam Girguis and Alex Bui and Kathy Sward and Ramkiran Gouripeddi and Scott Collingwood and Robert Urman and John Morrison and Meredith Franklin and Jose Luis Ambite and Yao-Yi Chiang and Dimitrios Stripelis and Yijun Lin and Frank D. Gilliland},
title = {Statistical and machine learning methods for using sensor monitoring systems to predict asthma exacerbations},
booktitle = {Military Health System Research Symposium},
year = {2019},
address = {Kissimmee, FL},
note = {Invited Abstract},
}
Stress and Anxiety Measurement "In-the-Wild" Using Quality-aware Multi-scale HRV Features.
Tiwari, A.; Narayanan, S.; and Falk, T.
In
In proceedings of 41st Annual International Conference of the IEEE Engineering in Medicine and Biology Society (EMBC19), Jul 2019.
link
bibtex
@inproceedings{Tiwari2019StressandAnxietyMeasurement,
author = {Tiwari, Abhishek and Narayanan, Shrikanth and Falk, Tiago},
booktitle = {In proceedings of 41st Annual International Conference of the IEEE Engineering in Medicine and Biology Society (EMBC19)},
location = {Berlin, Germany},
month = {Jul},
title = {Stress and Anxiety Measurement "In-the-Wild" Using Quality-aware Multi-scale HRV Features},
year = {2019}
}
Subspace techniques for task independent EEG person identification.
Kumar, M. G.; Saranya, M. S.; Narayanan, S.; Sur, M.; and Murthy, H.
In
In proceedings of 41st Annual International Conference of the IEEE Engineering in Medicine and Biology Society (EMBC19), July 2019.
link
bibtex
@inproceedings{Kumar2019Subspacetechniquesfortask,
author = {Kumar, Mari Ganesh and Saranya, M. S. and Narayanan, Shrikanth and Sur, Mriganka and Murthy, Hema},
booktitle = {In proceedings of 41st Annual International Conference of the IEEE Engineering in Medicine and Biology Society (EMBC19)},
location = {Berlin, Germany},
month = {July},
title = {Subspace techniques for task independent EEG person identification},
year = {2019}
}
System-Level Framework for Logic Obfuscation with Quantified Metrics for Evaluation.
Menon, V. V.; Kolhe, G.; Schmidt, A. G.; Monson, J.; French, M.; Hu, Y.; Beerel, P. A.; and Nuzzo, P.
In
In IEEE Cybersecurity Development (SecDev), 2019.
link
bibtex
@inproceedings{menon2019a,
author = {Vivek V. Menon and G. Kolhe and Andrew G. Schmidt and J. {Monson} and French, M. and Hu, Y. and P. A. Beerel and P. Nuzzo},
booktitle = {In IEEE Cybersecurity Development (SecDev)},
title = {System-Level Framework for Logic Obfuscation with Quantified Metrics for Evaluation},
year = {2019}}
System-Level Framework for Logic Obfuscation with Quantified Metrics for Evaluation.
V. Menon, G. K.; and Nuzzo, P.
2019.
link
bibtex
@conference {Menon2019,
title = {System-Level Framework for Logic Obfuscation with Quantified Metrics for Evaluation},
booktitle = {IEEE Secure Development Conference (SecDev)},
year = {2019},
author = {V. Menon, G. Kohle, A. G. Schmidt, J. Monson, M. French, Y. Hu, and P. Nuzzo}
}
T2WML table to wikidata mapping language.
Szekely, P.; Garijo, D.; Bhatia, D.; Wu, J.; Yao, Y.; and Pujara, J.
In
K-CAP 2019 - Proceedings of the 10th International Conference on Knowledge Capture, 2019.
doi
link
bibtex
abstract
36 downloads
@inproceedings{
title = {T2WML table to wikidata mapping language},
type = {inproceedings},
year = {2019},
keywords = {Entity linking,Knowledge graphs,Rdf,Wikidata},
id = {0d377827-19e3-3ec7-afd7-a2042bc70bbd},
created = {2020-01-08T23:59:00.000Z},
file_attached = {false},
profile_id = {a4dd3107-a343-3164-8df4-d46fe9e15cfc},
last_modified = {2021-03-02T22:23:07.617Z},
read = {false},
starred = {false},
authored = {true},
confirmed = {false},
hidden = {false},
private_publication = {true},
abstract = {© 2019 ACM. The web contains millions of useful spreadsheets and CSV files, but these files are difficult to use in applications because they use a wide variety of data layouts and terminology. We present Table To Wikidata Mapping Language (T2WML), a language that makes it easy to map and link arbitrary spreadsheets and CSV files to the Wikidata data model. The output of T2WML consists of Wikidata statements that can be loaded in the public Wikidata knowledge base or in a Wikidata clone repository, creating an augmented Wikidata knowledge graph that application developers can query using SPARQL.},
bibtype = {inproceedings},
author = {Szekely, P. and Garijo, D. and Bhatia, D. and Wu, J. and Yao, Y. and Pujara, J.},
doi = {10.1145/3360901.3364448},
booktitle = {K-CAP 2019 - Proceedings of the 10th International Conference on Knowledge Capture}
}
© 2019 ACM. The web contains millions of useful spreadsheets and CSV files, but these files are difficult to use in applications because they use a wide variety of data layouts and terminology. We present Table To Wikidata Mapping Language (T2WML), a language that makes it easy to map and link arbitrary spreadsheets and CSV files to the Wikidata data model. The output of T2WML consists of Wikidata statements that can be loaded in the public Wikidata knowledge base or in a Wikidata clone repository, creating an augmented Wikidata knowledge graph that application developers can query using SPARQL.
T2WML: A cell-based language to map tables into wikidata records.
Szekely, P.; Garijo, D.; Pujara, J.; Bhatia, D.; and Wu, J.
In
CEUR Workshop Proceedings, volume 2456, 2019.
link
bibtex
abstract
15 downloads
@inproceedings{
title = {T2WML: A cell-based language to map tables into wikidata records},
type = {inproceedings},
year = {2019},
keywords = {Entity Linking,Knowledge Graphs,RDF,Wikidata},
volume = {2456},
id = {8abe531c-5d7c-3c81-ae64-548a03bcc584},
created = {2019-10-20T23:59:00.000Z},
file_attached = {false},
profile_id = {a4dd3107-a343-3164-8df4-d46fe9e15cfc},
last_modified = {2021-01-15T18:06:50.205Z},
read = {false},
starred = {false},
authored = {true},
confirmed = {false},
hidden = {false},
private_publication = {false},
abstract = {Copyright (c) 2019 for this paper by its authors. The web contains millions of useful spreadsheets and CSV files, but these files are difficult to use in applications because they use a wide variety of data layouts and terminology. We present Table To Wikidata Mapping Language (T2WML), a language that makes it easy to map and link arbitrary spreadsheets and CSV files to the Wikidata data model. The output of T2WML consists of Wikidata statements that can be loaded in the public Wikidata, or loaded in a Wikidata clone, creating an augmented Wikidata knowledge graph that application developers can query using SPARQL.1},
bibtype = {inproceedings},
author = {Szekely, P. and Garijo, D. and Pujara, J. and Bhatia, D. and Wu, J.},
booktitle = {CEUR Workshop Proceedings}
}
Copyright (c) 2019 for this paper by its authors. The web contains millions of useful spreadsheets and CSV files, but these files are difficult to use in applications because they use a wide variety of data layouts and terminology. We present Table To Wikidata Mapping Language (T2WML), a language that makes it easy to map and link arbitrary spreadsheets and CSV files to the Wikidata data model. The output of T2WML consists of Wikidata statements that can be loaded in the public Wikidata, or loaded in a Wikidata clone, creating an augmented Wikidata knowledge graph that application developers can query using SPARQL.1
T2WML: Table To Wikidata Mapping Langauge.
Szekely, P.; Garijo, D.; Bhatia, D.; Wu, J.; Yao, Y.; and Pujara, J.
In
ACM International Conference on Knowledge Capture (K-CAP), 2019.
link
bibtex
@inproceedings{szekely:kcap19,
author = "Szekely, Pedro and Garijo, Daniel and Bhatia, Divij and Wu, Jiasheng and Yao, Yixiang and Pujara, Jay",
acceptrate = "18\%",
bib_url = "/pubs/bib/szekely-kcap19.bib",
booktitle = "ACM International Conference on Knowledge Capture (K-CAP)",
doi_url = "https://doi.org/10.1145/3308558.3313711",
pdf_url = "/pubs/2019/szekely-kcap19/szekely-kcap19.pdf",
sec = "conf",
title = "T2WML: Table To Wikidata Mapping Langauge",
year = "2019"
}
Tabular Cell Classification Using Pre-Trained Cell Embeddings.
Ghasemi-Gol, M.; Pujara, J.; and Szekely, P.
In
International Conference on Data Mining, 2019.
link
bibtex
@inproceedings{gol:icdm19,
Author = "Ghasemi-Gol, Majid and Pujara, Jay and Szekely, Pedro",
acceptrate = "9\%",
bib_url = "/pubs/bib/gol-icdm19.bib",
booktitle = "International Conference on Data Mining",
doi_url = "",
pdf_url = "/pubs/2019/gol-icdm19/gol-icdm19.pdf",
sec = "conf",
title = "Tabular Cell Classification Using Pre-Trained Cell Embeddings",
year = "2019"
}
Tabular cell classification using pre-trained cell embeddings.
Gol, M. G.; Pujara, J.; and Szekely, P.
In
2019 IEEE International Conference on Data Mining (ICDM), pages 230–239, 2019. IEEE
link
bibtex
@inproceedings{gol2019tabular,
title={Tabular cell classification using pre-trained cell embeddings},
author={Gol, Majid Ghasemi and Pujara, Jay and Szekely, Pedro},
booktitle={2019 IEEE International Conference on Data Mining (ICDM)},
pages={230--239},
year={2019},
organization={IEEE}
}
Target Language-Aware Constrained Inference for Cross-lingual Dependency Parsing.
Meng, T.; Peng, N.; and Chang, K.
In
2019 Conference on Empirical Methods in Natural Language Processing (EMNLP), 2019.
link
bibtex
@inproceedings{meng2019target,
title={Target Language-Aware Constrained Inference for Cross-lingual Dependency Parsing},
author={Meng, Tao and Peng, Nanyun and Chang, Kai-Wei},
booktitle={2019 Conference on Empirical Methods in Natural Language Processing (EMNLP)},
year={2019}
}
Task-dependence of Articulator Synergies.
Sorensen, T.; Toutios, A.; Goldstein, L.; and Narayanan, S.
The Journal of the Acoustical Society of America, 145(3). Mar 2019.
doi
link
bibtex
@article{Sorensen2019Task-dependenceofArticulatorSynergies,
author = {Sorensen, Tanner and Toutios, Asterios and Goldstein, Louis and Narayanan, Shrikanth},
doi = {10.1121/1.5093538},
journal = {The Journal of the Acoustical Society of America},
link = {http://sail.usc.edu/publications/files/1.5093538.pdf},
month = {Mar},
number = {3},
title = {Task-dependence of Articulator Synergies},
volume = {145},
year = {2019}
}
Teaching Parallel and Distributed Computing Concepts in Simulation with WRENCH.
Tanaka, R.; Casanova, H.; and Ferreira da Silva, R.
In
Workshop on Education for High-Performance Computing (EduHPC), pages 1-9, 2019.
Funding Acknowledgements: NSF 1642335, NSF 1923539
doi
link
bibtex
@inproceedings{tanaka2019eduhpc,
title = {Teaching Parallel and Distributed Computing Concepts in Simulation with WRENCH},
author = {Tanaka, Ryan and Casanova, Henri and Ferreira da Silva, Rafael},
booktitle = {Workshop on Education for High-Performance Computing (EduHPC)},
year={2019},
volume={},
number={},
pages={1-9},
doi={10.1109/EduHPC49559.2019.00006},
note = {Funding Acknowledgements: NSF 1642335, NSF 1923539}
}
Techreport ISI-TR-699 LegoTG: Composable Traffic Generation with a Custom Blueprint.
Mirkovic, J.; and Bartlett, G.
. 2019.
link
bibtex
@article{mirkovictechreport,
title={Techreport ISI-TR-699 LegoTG: Composable Traffic Generation with a Custom Blueprint},
author={Mirkovic, Jelena and Bartlett, Genevieve},
year={2019}
}
The DARPA SocialSim Challenge: Massive Multi-Agent Simulations of the Github Ecosystem.
Blythe, J.; Ferrara, E.; Huang, D.; Lerman, K.; Muric, G.; Sapienza, A.; Tregubov, A.; Pacheco, D.; Bollenbacher, J.; Flammini, A.; Hui, P.; and Menczer, F.
In
Proc. 18th International Conference on Autonomous Agents and Multiagent Systems (AAMAS), pages 1835–1837, 2019.
Paper
link
bibtex
5 downloads
@inproceedings{Blythe2019darpa,
author = {James Blythe and Emilio Ferrara and Di Huang and Kristina Lerman and Goran Muric and Anna Sapienza and Alexey Tregubov and Diogo Pacheco and John Bollenbacher and Alessandro Flammini and Pik-Mai Hui and Filippo Menczer},
booktitle = {Proc. 18th International Conference on Autonomous Agents and Multiagent Systems (AAMAS)},
date-added = {2019-12-24 17:47:42 -0900},
date-modified = {2020-02-01 00:14:52 -0500},
keywords = {agents myown networks social osome},
pages = {1835--1837},
title = {{The DARPA SocialSim Challenge: Massive Multi-Agent Simulations of the Github Ecosystem}},
url = {https://dl.acm.org/citation.cfm?id=3331935},
year = {2019},
bdsk-url-1 = {https://dl.acm.org/citation.cfm?id=3331935}}
The DComp Testbed.
Goodfellow, R.; Schwab, S.; Kline, E.; Thurlow, L.; and Lawler, G.
In
12th USENIX Workshop on Cyber Security Experimentation and Test (CSET 19), Santa Clara, CA, August 2019. USENIX Association
Paper
link
bibtex
@inproceedings {dcomp-cset19,
author = {Ryan Goodfellow and Stephen Schwab and Erik Kline and Lincoln Thurlow and Geoff Lawler},
title = {{The DComp Testbed}},
booktitle = {12th {USENIX} Workshop on Cyber Security Experimentation and Test ({CSET} 19)},
year = {2019},
address = {Santa Clara, CA},
url = {https://www.usenix.org/conference/cset19/presentation/goodfellow},
publisher = {{USENIX} Association},
month = aug,
}
The Evolution of the Pegasus Workflow Management Software.
Deelman, E.; Vahi, K.; Rynge, M.; Mayani, R.; Ferreira da Silva, R.; Papadimitriou, G.; and Livny, M.
Computing in Science Engineering, 21(4): 22–36. 2019.
Funding Acknowledgments: NSF 1664162, NSF 1148515, DOE DESC0012636, NSF 1642053
doi
link
bibtex
@Article{ deelman-cise-2019,
Title = {The Evolution of the Pegasus Workflow Management
Software},
Author = {Deelman, Ewa and Vahi, Karan and Rynge, Mats and Mayani,
Rajiv and Ferreira da Silva, Rafael and Papadimitriou,
George and Livny, Miron},
Journal = {Computing in Science Engineering},
Volume = {21},
Number = {4},
Pages = {22--36},
Year = {2019},
DOI = {10.1109/MCSE.2019.2919690},
Note = {Funding Acknowledgments: NSF 1664162, NSF 1148515, DOE
DESC0012636, NSF 1642053}
}
The Second DIHARD challenge: System Description for USC-SAIL Team.
Park, T.; Kumar, M.; Flemotomos, N.; Pal, M.; Peri, R.; Lahiri, R.; Georgiou, P.; and Narayanan, S.
In
In proceedings of Proceedings of Interspeech, September 2019.
link
bibtex
@inproceedings{Park2019TheSecondDIHARDchallenge:,
author = {Park, Taejin and Kumar, Manoj and Flemotomos, Nikolaos and Pal, Monisankha and Peri, Raghuveer and Lahiri, Rimita and Georgiou, Panayiotis and Narayanan, Shrikanth},
booktitle = {In proceedings of Proceedings of Interspeech},
location = {Graz, Austria},
month = {September},
title = {The Second DIHARD challenge: System Description for USC-SAIL Team},
year = {2019}
}
The Woman Worked as a Babysitter: On Biases in Language Generation.
Sheng, E.; Chang, K.; Natarajan, P.; and Peng, N.
In
2019 Conference on Empirical Methods in Natural Language Processing (EMNLP), 2019.
link
bibtex
@inproceedings{sheng2019woman,
title={The Woman Worked as a Babysitter: On Biases in Language Generation},
author={Sheng, Emily and Chang, Kai-Wei and Natarajan, Premkumar and Peng, Nanyun},
booktitle={2019 Conference on Empirical Methods in Natural Language Processing (EMNLP)},
year={2019}
}
The network source location problem in the context of foodborne disease outbreaks.
Horn, A. L; and Friedrich, H.
In
Dynamics On and Of Complex Networks III: Machine Learning and Statistical Physics Approaches 10, pages 151–165, 2019. Springer
link
bibtex
@inproceedings{horn2019network,
title={The network source location problem in the context of foodborne disease outbreaks},
author={Horn, Abigail L and Friedrich, Hanno},
booktitle={Dynamics On and Of Complex Networks III: Machine Learning and Statistical Physics Approaches 10},
pages={151--165},
year={2019},
organization={Springer}
}
The role of machine learning in scientific workflows.
Deelman, E.; Mandal, A.; Jiang, M.; and Sakellariou, R.
The International Journal of High Performance Computing Applications. 2019.
Funding Acknowledgments: LLNL-ABS-755833 DE-AC52-07NA27344, DOE DESC0012636, NSF 1839900, LLNL-JRNL-765200
doi
link
bibtex
@Article{ deelman-ijhpca-2019,
Title = {The role of machine learning in scientific workflows},
Author = {Deelman, Ewa and Mandal, Anirban and Jiang, Ming and
Sakellariou, Rizos},
Journal = {The International Journal of High Performance Computing
Applications},
Volume = {},
Number = {},
Pages = {},
Year = {2019},
DOI = {10.1177/1094342019852127},
Note = {Funding Acknowledgments: LLNL-ABS-755833
DE-AC52-07NA27344, DOE DESC0012636, NSF 1839900,
LLNL-JRNL-765200}
}
Thin Wing EMA-System on Chip with Synchronized TRust and Assurance (SaSTRA).
Kshirsagar, P.; and Venugopalan, V.
March 2019.
doi
link
bibtex
@conference{Kshirsagar2019Thin-Wing-EMA-S,
author = {Kshirsagar, Parag and Venugopalan, Vivek},
booktitle = {Government Microcircuit Applications \& Critical Techology Conference (GOMACTech)},
date-added = {2020-01-20 18:26:09 -0500},
date-modified = {2020-01-20 18:26:09 -0500},
doi = {https://apps.dtic.mil/docs/citations/AD1075251},
keywords = {flight control systems , thin wings , control systems , change detection , anomaly detection , embedded systems , control surfaces , air force , platforms , probability distribution functions , cyberattacks , denial of service attack , pattern recognition , machine learning , military research},
month = mar,
title = {{Thin Wing EMA-System on Chip with Synchronized TRust and Assurance (SaSTRA)}},
year = {2019},
Bdsk-Url-1 = {https://apps.dtic.mil/docs/citations/AD1075251}}
Total Variability Layer in Deep Neural Network Embeddings for Speaker Verification.
Travadi, R.; and Narayanan, S.
IEEE Signal Processing Letters, 26: 893-897. Jun 2019.
doi
link
bibtex
@article{Travadi2019TotalVariabilityLayerin,
author = {Travadi, Ruchir and Narayanan, Shrikanth},
doi = {https://doi.org/10.1109/LSP.2019.2910400},
journal = {IEEE Signal Processing Letters},
link = {https://ieeexplore.ieee.org/document/8686172},
month = {Jun},
pages = {893-897},
title = {Total Variability Layer in Deep Neural Network Embeddings for Speaker Verification},
volume = {26},
year = {2019}
}
Toward Robust Interpretable Human Movement Pattern Analysis in a Workplace Setting.
Booth, B.; Feng, T.; Jangalwa, A.; and Narayanan, S.
In
Proceedings of ICASSP, May 2019.
link
bibtex
@inproceedings{Booth2019TowardRobustInterpretableHuman,
author = {Booth, Brandon and Feng, Tiantian and Jangalwa, Abhishek and Narayanan, Shrikanth},
booktitle = {Proceedings of ICASSP},
location = {Brighton, UK},
month = {May},
title = {Toward Robust Interpretable Human Movement Pattern Analysis in a Workplace Setting},
year = {2019}
}
Towards Automated Hypothesis Testing in Neuroscience.
Garijo, D.; Fakhraei, S.; Ratnakar, V.; Yang, Q.; Endrias, H.; Ma, Y.; Wang, R.; Bornstein, M.; Bright, J.; Gil, Y.; and Jahanshad, N.
In Gadepally, V.; Mattson, T. G.; Stonebraker, M.; Wang, F.; Luo, G.; Laing, Y.; and Dubovitskaya, A., editor(s),
Heterogeneous Data Management, Polystores, and Analytics for Healthcare - VLDB 2019 Workshops, Poly and DMAH, Los Angeles, CA, USA, August 30, 2019, Revised Selected Papers, volume 11721, of
Lecture Notes in Computer Science, pages 249–257, 2019. Springer
Paper
doi
link
bibtex
11 downloads
@inproceedings{DBLP:conf/vldb/GarijoFRYEMWBBG19,
author = {Daniel Garijo and
Shobeir Fakhraei and
Varun Ratnakar and
Qifan Yang and
Hanna Endrias and
Yibo Ma and
Regina Wang and
Michael Bornstein and
Joanna Bright and
Yolanda Gil and
Neda Jahanshad},
editor = {Vijay Gadepally and
Timothy G. Mattson and
Michael Stonebraker and
Fusheng Wang and
Gang Luo and
Yanhui Laing and
Alevtina Dubovitskaya},
title = {Towards Automated Hypothesis Testing in Neuroscience},
booktitle = {Heterogeneous Data Management, Polystores, and Analytics for Healthcare
- {VLDB} 2019 Workshops, Poly and DMAH, Los Angeles, CA, USA, August
30, 2019, Revised Selected Papers},
series = {Lecture Notes in Computer Science},
volume = {11721},
pages = {249--257},
publisher = {Springer},
year = {2019},
url = {https://doi.org/10.1007/978-3-030-33752-0\_18},
doi = {10.1007/978-3-030-33752-0\_18},
timestamp = {Tue, 16 Aug 2022 01:00:00 +0200},
biburl = {https://dblp.org/rec/conf/vldb/GarijoFRYEMWBBG19.bib},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
Towards Human-Guided Machine Learning.
Gil, Y.; Honaker, J.; Gupta, S.; Ma, Y.; Orazio, V. D.; Garijo, D.; Gadewar, S.; Yang, Q.; and Jahanshad, N.
In
Proceedings of the 24th ACM International Conference on Intelligent User Interfaces (IUI), Marina del Rey, CA, 2019.
Paper
Link
doi
link
bibtex
7 downloads
@inproceedings{gil-etal-iui19,
author = {Yolanda Gil and James Honaker and Shikhar Gupta and Yibo Ma and Vito D\textquotesingle Orazio and Daniel Garijo and Shruti Gadewar and Qifan Yang and Neda Jahanshad},
title = {Towards Human-Guided Machine Learning},
booktitle = {Proceedings of the 24th ACM International Conference on Intelligent User Interfaces (IUI)},
address = {Marina del Rey, CA},
url = {https://knowledgecaptureanddiscovery.github.io/yolanda_gil_website/papers/gil-etal-iui19.pdf},
ee = {http://doi.org/10.1145/3301275.3302324},
doi = {110.1145/3301275.3302324},
year = {2019}
}
Towards human-guided machine learning.
Gil, Y.; Honaker, J.; Gupta, S.; Ma, Y.; D'Orazio, V.; Garijo, D.; Gadewar, S.; Yang, Q.; and Jahanshad, N.
In Fu, W.; Pan, S.; Brdiczka, O.; Chau, P.; and Calvary, G., editor(s),
Proceedings of the 24th International Conference on Intelligent User Interfaces, IUI 2019, Marina del Ray, CA, USA, March 17-20, 2019, pages 614–624, 2019. ACM
Paper
doi
link
bibtex
16 downloads
@inproceedings{DBLP:conf/iui/GilHGMDGGYJ19,
author = {Yolanda Gil and
James Honaker and
Shikhar Gupta and
Yibo Ma and
Vito D'Orazio and
Daniel Garijo and
Shruti Gadewar and
Qifan Yang and
Neda Jahanshad},
editor = {Wai{-}Tat Fu and
Shimei Pan and
Oliver Brdiczka and
Polo Chau and
Gaelle Calvary},
title = {Towards human-guided machine learning},
booktitle = {Proceedings of the 24th International Conference on Intelligent User
Interfaces, {IUI} 2019, Marina del Ray, CA, USA, March 17-20, 2019},
pages = {614--624},
publisher = {{ACM}},
year = {2019},
url = {https://doi.org/10.1145/3301275.3302324},
doi = {10.1145/3301275.3302324},
timestamp = {Sun, 06 Oct 2024 01:00:00 +0200},
biburl = {https://dblp.org/rec/conf/iui/GilHGMDGGYJ19.bib},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
Training Classifiers to Identify TCP Signatures in Scientific Workflows.
Papadimitriou, G.; Kiran, M.; Wang, C.; Mandal, A.; and Deelman, E.
In
2019 IEEE/ACM Innovating the Network for Data-Intensive Science (INDIS), pages 61-68, Nov 2019.
Funding Acknowledgments: DOE DESC0012636
doi
link
bibtex
@InProceedings{ papadimitriou-indis-2019,
Title = {Training Classifiers to Identify TCP Signatures in
Scientific Workflows},
Author = {Papadimitriou, George and Kiran, Mariam and Wang, Cong and
Mandal, Anirban and Deelman, Ewa},
BookTitle = {2019 IEEE/ACM Innovating the Network for Data-Intensive
Science (INDIS)},
Year = {2019},
Location = {Denver, CO, USA},
Pages = {61-68},
DOI = {10.1109/INDIS49552.2019.00012},
Month = {Nov},
Note = {Funding Acknowledgments: DOE DESC0012636}
}
Translating Translationese: A Two-Step Approach to Unsupervised Machine Translation.
Pourdamghani, N.; Aldarrab, N.; Ghazvininejad, M.; Knight, K.; and May, J.
In
Proceedings of the 57th Annual Meeting of the Association for Computational Linguistics, pages 3057–3062, Florence, Italy, July 2019. Association for Computational Linguistics
Paper
doi
link
bibtex
abstract
@inproceedings{pourdamghani-etal-2019-translating,
title = "Translating Translationese: A Two-Step Approach to Unsupervised Machine Translation",
author = "Pourdamghani, Nima and
Aldarrab, Nada and
Ghazvininejad, Marjan and
Knight, Kevin and
May, Jonathan",
booktitle = "Proceedings of the 57th Annual Meeting of the Association for Computational Linguistics",
month = jul,
year = "2019",
address = "Florence, Italy",
publisher = "Association for Computational Linguistics",
url = "https://www.aclweb.org/anthology/P19-1293",
doi = "10.18653/v1/P19-1293",
pages = "3057--3062",
abstract = "Given a rough, word-by-word gloss of a source language sentence, target language natives can uncover the latent, fully-fluent rendering of the translation. In this work we explore this intuition by breaking translation into a two step process: generating a rough gloss by means of a dictionary and then {`}translating{'} the resulting pseudo-translation, or {`}Translationese{'} into a fully fluent translation. We build our Translationese decoder once from a mish-mash of parallel data that has the target language in common and then can build dictionaries on demand using unsupervised techniques, resulting in rapidly generated unsupervised neural MT systems for many source languages. We apply this process to 14 test languages, obtaining better or comparable translation results on high-resource languages than previously published unsupervised MT studies, and obtaining good quality results for low-resource languages that have never been used in an unsupervised MT scenario.",
}
Given a rough, word-by-word gloss of a source language sentence, target language natives can uncover the latent, fully-fluent rendering of the translation. In this work we explore this intuition by breaking translation into a two step process: generating a rough gloss by means of a dictionary and then `translating' the resulting pseudo-translation, or `Translationese' into a fully fluent translation. We build our Translationese decoder once from a mish-mash of parallel data that has the target language in common and then can build dictionaries on demand using unsupervised techniques, resulting in rapidly generated unsupervised neural MT systems for many source languages. We apply this process to 14 test languages, obtaining better or comparable translation results on high-resource languages than previously published unsupervised MT studies, and obtaining good quality results for low-resource languages that have never been used in an unsupervised MT scenario.
Trapezoidal Segmented Regression: A Novel Continuous-scale Real-time Annotation Approximation Algorithm.
Booth, B.; and Narayanan, S.
In
In proceedings of Proceedings of the 8th International Conference on Affective Computing Intelligent Interaction, Sep 2019.
link
bibtex
@inproceedings{Booth2019TrapezoidalSegmentedRegression:A,
author = {Booth, Brandon and Narayanan, Shrikanth},
booktitle = {In proceedings of Proceedings of the 8th International Conference on Affective Computing Intelligent Interaction},
location = {Cambridge, UK},
month = {Sep},
title = {Trapezoidal Segmented Regression: A Novel Continuous-scale Real-time Annotation Approximation Algorithm},
year = {2019}
}
Unsupervised Product Entity Resolution using Graph Representation Learning.
Gheini, M.; and Kejriwal, M.
In Degenhardt, J.; Kallumadi, S.; Porwal, U.; and Trotman, A., editor(s),
Proceedings of the SIGIR 2019 Workshop on eCommerce, co-located with the 42st International ACM SIGIR Conference on Research and Development in Information Retrieval, eCom@SIGIR 2019, Paris, France, July 25, 2019, volume 2410, of
CEUR Workshop Proceedings, 2019. CEUR-WS.org
Paper
link
bibtex
2 downloads
@inproceedings{DBLP:conf/sigir/GheiniK19,
author = {Mozhdeh Gheini and
Mayank Kejriwal},
editor = {Jon Degenhardt and
Surya Kallumadi and
Utkarsh Porwal and
Andrew Trotman},
title = {Unsupervised Product Entity Resolution using Graph Representation
Learning},
booktitle = {Proceedings of the {SIGIR} 2019 Workshop on eCommerce, co-located
with the 42st International {ACM} {SIGIR} Conference on Research and
Development in Information Retrieval, eCom@SIGIR 2019, Paris, France,
July 25, 2019},
series = {{CEUR} Workshop Proceedings},
volume = {2410},
publisher = {CEUR-WS.org},
year = {2019},
url = {http://ceur-ws.org/Vol-2410/paper26.pdf},
timestamp = {Wed, 12 Feb 2020 16:44:59 +0100},
biburl = {https://dblp.org/rec/conf/sigir/GheiniK19.bib},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
Using Episodic Memory for User Authentication.
Woo, S. S; Artstein, R.; Kaiser, E.; Le, X.; and Mirkovic, J.
ACM Transactions on Privacy and Security (TOPS), 22(2): 11. 2019.
link
bibtex
@article{woo2019using,
title={Using Episodic Memory for User Authentication},
author={Woo, Simon S and Artstein, Ron and Kaiser, Elsi and Le, Xiao and Mirkovic, Jelena},
journal={ACM Transactions on Privacy and Security (TOPS)},
volume={22},
number={2},
pages={11},
year={2019},
publisher={ACM}
}
Using Oliver API for emotion-aware movie content characterization.
Giannakopoulos, T.; Dimopoulos, S.; Pantazopoulos, G.; Chatziagapi, A.; Sgouropoulos, D.; Katsamanis, A.; Potamianos, A.; and Narayanan, S.
In
Proceedings 2019 International Conference on Content-Based Multimedia Indexing (CBMI), Se 2019.
link
bibtex
@inproceedings{GiannakopoulosCBMI19,
author = {T. {Giannakopoulos} and S. {Dimopoulos} and G. {Pantazopoulos} and A. {Chatziagapi} and D. {Sgouropoulos} and A. {Katsamanis} and A. {Potamianos} and S. {Narayanan}},
booktitle = {Proceedings 2019 International Conference on Content-Based Multimedia Indexing (CBMI)},
month = {Se},
title = {Using Oliver API for emotion-aware movie content characterization},
year = {2019}
}
Using Simple PID-inspired Controllers for Online Resilient Resource Management of Distributed Scientific Workflows.
Ferreira da Silva, R.; Filgueira, R.; Deelman, E.; Pairo-Castineira, E.; Overton, I. M.; and Atkinson, M.
Future Generation Computer Systems, 95: 615-628. 2019.
Funding Acknowledgments: DOE DE-SC0012636
doi
link
bibtex
@Article{ ferreiradasilva-fgcs-2019,
Title = {Using Simple PID-inspired Controllers for Online Resilient
Resource Management of Distributed Scientific Workflows},
Author = {Ferreira da Silva, Rafael and Filgueira, Rosa and Deelman,
Ewa and Pairo-Castineira, Erola and Overton, Ian Michael
and Atkinson, Malcolm},
Journal = {Future Generation Computer Systems},
Volume = {95},
Number = {},
Pages = {615-628},
Year = {2019},
DOI = {10.1016/j.future.2019.01.015},
Note = {Funding Acknowledgments: DOE DE-SC0012636}
}
Violence Rating Prediction from Movie Scripts.
Martinez, V.; Somandepalli, K.; Singla, K.; Ramakrishna, A.; Uhls, Y.; and Narayanan, S.
In
In proceedings of Proceedings of Thirty-Third AAAI Conference on Artificial Intelligence, January 2019.
link
bibtex
@inproceedings{Martinez2019ViolenceRatingPredictionfrom,
author = {Martinez, Victor and Somandepalli, Krishna and Singla, Karan and Ramakrishna, Anil and Uhls, Yalda and Narayanan, Shrikanth},
booktitle = {In proceedings of Proceedings of Thirty-Third AAAI Conference on Artificial Intelligence},
link = {http://sail.usc.edu/publications/files/martinez2019violence.pdf},
location = {Honolulu},
month = {January},
title = {Violence Rating Prediction from Movie Scripts},
year = {2019}
}
Visual sensor selection for satellite swarm cooperative localization.
Bezouska, W.; and Barnhart, D.
In
SPIE Defense and Security Conference, 2019.
Paper
link
bibtex
@inproceedings{bezouska2019visual,
title={Visual sensor selection for satellite swarm cooperative localization},
author={Bezouska, William and Barnhart, David},
booktitle={SPIE Defense and Security Conference},
year={2019},
url = {https://doi.org/10.1117/12.2518809}
}
Volcan: System Integration of HLS and HMC with FPGAs.
Rajagopala, A. D.; Sass, R.; and Schmidt, A. G.
In
International Conference on ReConFigurable Computing and FPGAs, 2019.
link
bibtex
@inproceedings{rajagopala2019a,
author = {Abhi D. Rajagopala and Ron Sass and Andrew G. Schmidt},
booktitle = {International Conference on ReConFigurable Computing and FPGAs},
title = {Volcan: System Integration of HLS and HMC with FPGAs},
year = {2019}}
WDPlus: Leveraging wikidata to link and extend tabular data.
Garijo, D.; and Szekely, P.
In
CEUR Workshop Proceedings, volume 2526, 2019.
link
bibtex
abstract
10 downloads
@inproceedings{
title = {WDPlus: Leveraging wikidata to link and extend tabular data},
type = {inproceedings},
year = {2019},
keywords = {Entity Linking,Knowledge Graphs,RDF,Wikidata},
volume = {2526},
id = {73b666a0-ce90-39b9-b43b-0e2d79168348},
created = {2020-01-21T23:59:00.000Z},
file_attached = {false},
profile_id = {a4dd3107-a343-3164-8df4-d46fe9e15cfc},
last_modified = {2021-03-03T23:25:40.938Z},
read = {false},
starred = {false},
authored = {true},
confirmed = {false},
hidden = {false},
private_publication = {true},
abstract = {Copyright © 2019 for this paper by its authors. Use permitted under Creative Commons License Attribution 4.0 International (CC BY 4.0). Scientific observations and other open data are usually made available online in a tabular manner as CSVs and spreadsheets. However, users of these data face three main challenges when attempting to use these products: finding which datasets are related to a topic of interest; determining which existing information can be used to extend a given dataset; and how to share their integrated dataset results with the rest of the community. In this paper we present WDPlus, a framework designed to address these challenges by leveraging Wikidata. WDPlus allows searching for heterogeneous datasets, facilitates completing tabular data using Wikidata and proposes a mechanism to extend Wikidata in a decentralized manner.},
bibtype = {inproceedings},
author = {Garijo, D. and Szekely, P.},
booktitle = {CEUR Workshop Proceedings}
}
Copyright © 2019 for this paper by its authors. Use permitted under Creative Commons License Attribution 4.0 International (CC BY 4.0). Scientific observations and other open data are usually made available online in a tabular manner as CSVs and spreadsheets. However, users of these data face three main challenges when attempting to use these products: finding which datasets are related to a topic of interest; determining which existing information can be used to extend a given dataset; and how to share their integrated dataset results with the rest of the community. In this paper we present WDPlus, a framework designed to address these challenges by leveraging Wikidata. WDPlus allows searching for heterogeneous datasets, facilitates completing tabular data using Wikidata and proposes a mechanism to extend Wikidata in a decentralized manner.
What Matters for Neural Cross-Lingual Named Entity Recognition: An Empirical Analysis.
Huang, X.; May, J.; and Peng, N.
In
Proceedings of the 2019 Conference on Empirical Methods in Natural Language Processing and the 9th International Joint Conference on Natural Language Processing (EMNLP-IJCNLP), pages 6394–6400, Hong Kong, China, November 2019. Association for Computational Linguistics
Paper
doi
link
bibtex
abstract
@inproceedings{huang-etal-2019-matters,
title = "What Matters for Neural Cross-Lingual Named Entity Recognition: An Empirical Analysis",
author = "Huang, Xiaolei and
May, Jonathan and
Peng, Nanyun",
booktitle = "Proceedings of the 2019 Conference on Empirical Methods in Natural Language Processing and the 9th International Joint Conference on Natural Language Processing (EMNLP-IJCNLP)",
month = nov,
year = "2019",
address = "Hong Kong, China",
publisher = "Association for Computational Linguistics",
url = "https://www.aclweb.org/anthology/D19-1672",
doi = "10.18653/v1/D19-1672",
pages = "6394--6400",
abstract = "Building named entity recognition (NER) models for languages that do not have much training data is a challenging task. While recent work has shown promising results on cross-lingual transfer from high-resource languages, it is unclear what knowledge is transferred. In this paper, we first propose a simple and efficient neural architecture for cross-lingual NER. Experiments show that our model achieves competitive performance with the state-of-the-art. We further explore how transfer learning works for cross-lingual NER on two transferable factors: sequential order and multilingual embedding. Our results shed light on future research for improving cross-lingual NER.",
}
Building named entity recognition (NER) models for languages that do not have much training data is a challenging task. While recent work has shown promising results on cross-lingual transfer from high-resource languages, it is unclear what knowledge is transferred. In this paper, we first propose a simple and efficient neural architecture for cross-lingual NER. Experiments show that our model achieves competitive performance with the state-of-the-art. We further explore how transfer learning works for cross-lingual NER on two transferable factors: sequential order and multilingual embedding. Our results shed light on future research for improving cross-lingual NER.
Who Falls for Online Political Manipulation?.
Badawy, A.; Lerman, K.; and Ferrara, E.
In
Companion Proceedings of The 2019 World Wide Web Conference, pages 162–168, 2019. ACM
link
bibtex
@inproceedings{Badawy2019falls,
title={Who Falls for Online Political Manipulation?},
author={Badawy, Adam and Lerman, Kristina and Ferrara, Emilio},
booktitle={Companion Proceedings of The 2019 World Wide Web Conference},
pages={162--168},
year={2019},
organization={ACM}
}
Workflows using Pegasus: Enabling Dark Energy Survey Pipelines.
Vahi, K.; Wang, M. H.; Chang, C.; Dodelson, S.; Rynge, M.; and Deelman, E.
Astronomical Data Analysis Software and Systems XXVIII, 523: 689–692. 2019.
Funding Acknowledgments: NSF 1664162
link
bibtex
@Article{ 2018-vahi-adass-weak-leansing,
Title = {Workflows using Pegasus: Enabling Dark Energy Survey
Pipelines},
Author = {Vahi, Karan and Wang, Michael H. and Chang, Chihway and
Dodelson, Scott and Rynge, Mats and Deelman, Ewa},
Journal = {Astronomical Data Analysis Software and Systems XXVIII},
Volume = {523},
Year = {2019},
Pages = {689--692},
Note = {Funding Acknowledgments: NSF 1664162}
}
myDIG: personalized illicit domain-specific knowledge discovery with no programming.
Kejriwal, M.; and Szekely, P.
Future Internet, 11(3): 59. 2019.
link
bibtex
2 downloads
@article{kejriwal2019mydig,
title={myDIG: personalized illicit domain-specific knowledge discovery with no programming},
author={Kejriwal, Mayank and Szekely, Pedro},
journal={Future Internet},
volume={11},
number={3},
pages={59},
year={2019},
publisher={Multidisciplinary Digital Publishing Institute}
}