Papers.
Research connected to its authors, projects, companies, talks, events, and the rest of the graph.
Add a paper ↗Precision-Enhanced Differentially-Private Mining of High-Confidence Association Rules
IEEE Transactions on Dependable and Secure Computing · DOI 10.1109/TDSC.2018.2868190 · 16 citations · Source: semantic-scholarAssociation rule mining discovers patterns in large data repositories, and benefits diverse application domains such as healthcare, marketing, etc. However, mining datasets that contain data about individuals may cause significant privacy breaches. Recent research addresses the privacy threats that arise when mining sensitive data, and several techniques allow data mining with differential privacy guarantees. However, existing methods only discover rules that have very large support, i.e., occur in a large fraction of the dataset transactions (typically, more than 50 percent). This is a serious limitation, as numerous high-quality rules do not reach such high frequencies (e.g., rules about rare diseases, or luxury merchandise). We propose a method that focuses on mining high-quality association rules with moderate and low frequencies. We employ a novel technique for rule extraction that combines the exponential mechanism of differential privacy with reservoir sampling. The proposed algorithm allows us to directly mine association rules, without the need to compute noisy supports for large numbers of itemsets. Our experimental evaluation shows that our technique is able to sample low- and moderate-support rules with good precision, clearly outperforming existing solutions.
Mihai Maruseac, Gabriel Ghinita · 2 authors totalBitemporalDB: A Bitemporal Database in the Cloud for Financial Services Data
IEEE International Conference on Smart Cloud (SmartCloud) · DOI 10.1109/SmartCloud49737.2020.00021 · 1 citations · Source: semantic-scholarThere is tremendous pressure on financial services organizations to ensure the highest quality of data on which to base their risk and capital adequacy calculations. The widely used method to persist data is known as mono-temporally in which the database tracks the time of data insertion. This approach does not allow for subsequent data adjustments to be tracked, however. The BitemporalDB is a Bitemporal database that uses two time-dimensions to track data: database dimension and business dimension. Together, one is able to provide data lineage that is required for most financial audit purposes. In addition, as the volume and velocity of datapoints could vary greatly, the BitemporalDB schema allows for quick search that is able to find a desired data with only two lookups that span the entire dataset.
Gil Isaacs, A. Sedighi, Sujit D'Mello, D. Jacobson · 4 authors totalSparse GPU Kernels for Deep Learning
International Conference for High Performance Computing, Networking, Storage and Analysis · DOI 10.1109/SC41405.2020.00021 · arXiv 2006.10901 · 305 citations · Source: semantic-scholarScientific workloads have traditionally exploited high levels of sparsity to accelerate computation and reduce memory requirements. While deep neural networks can be made sparse, achieving practical speedups on GPUs is difficult because these applications have relatively moderate levels of sparsity that are not sufficient for existing sparse kernels to outperform their dense counterparts. In this work, we study sparse matrices from deep learning applications and identify favorable properties that can be exploited to accelerate computation. Based on these insights, we develop high-performance GPU kernels for two sparse matrix operations widely applicable in neural networks: sparse matrix–dense matrix multiplication and sampled dense– dense matrix multiplication. Our kernels reach 27% of single-precision peak on Nvidia V100 GPUs. Using our kernels, we demonstrate sparse Transformer and MobileNet models that achieve $1.2-2.1 \times $ speedups and up to $12.8 \times $ memory savings without sacrificing accuracy.
Erich Elsen, Matei Zaharia, Trevor Gale, M. Zaharia, C. Young · 5 authors totalLastLayer: Toward Hardware and Software Continuous Integration
IEEE Micro · DOI 10.1109/MM.2020.2997610 · 2 citations · Source: semantic-scholar+dblpThis article presents LastLayer, an open-source tool that enables hardware and software continuous integration and simulation. Compared to traditional testing approaches based on the register transfer level abstraction, LastLayer provides a mechanism for testing Verilog designs with any programming language that supports the C foreign function interface. Furthermore, it supports a generic C interface that allows external programs convenient access to storage resources such as registers and memories in the design as well as control over the hardware simulation. Moreover, LastLayer achieves this software integration without requiring any hardware modification and automatically generates language bindings for these storage resources according to user specification. Using LastLayer, we evaluated two representative integration examples: a hardware adder written in Verilog operating over NumPy arrays, and a ReLu vector-accelerator written in Chisel processing tensors from PyTorch.
Jared Roesch, Luis Vega, Joseph McMahan, L. Ceze · 4 authors totalGraphene: Strong yet Lightweight Row Hammer Protection
MICRO 2020 · DOI 10.1109/MICRO50266.2020.00014 · 182 citations · Source: semantic-scholar+arxivRow Hammer is a serious security threat to modern computing systems using DRAM as main memory. It causes charge loss in DRAM cells adjacent to a frequently activated aggressor row and eventually leads to data bit flips in those cells. Even with countermeasures from hardware vendors for years, many latest DDR4 DRAM-based systems are still vulnerable to Row Hammer. Furthermore, technology scaling continues to reduce the Row Hammer threshold, hence posing even greater challenges than before. Although many architectural solutions for Row Hammer have been proposed in both industry and academia, they still incur substantial overhead in terms of chip area, energy, and performance, fail to provide a sufficient level of protection, or both. Thus, we propose Graphene, a low-cost Row Hammer prevention technique based on a space-efficient algorithm that identifies frequent elements from an incoming data stream. Graphene is provably secure without false negatives and with tightly bounded false positives. Furthermore, Graphene has an order of magnitude smaller area overhead compared to a state-of-the-art counter-based scheme. This makes Graphene a scalable solution to Row Hammer attacks for the memory systems of today and the future. Our evaluation shows that Graphene features nearly zero performance and energy overhead when running realistic workloads. Even for the most adversarial memory access patterns, Graphene increases refresh energy only by 0.34%.
Woosuk Kwon, Yeonhong Park, Eojin Lee, Tae Jun Ham, Jung Ho Ahn, Jae W. Lee · 6 authors totalTensor Dropout for Robust Learning
IEEE Journal on Selected Topics in Signal Processing · DOI 10.1109/JSTSP.2021.3064182 · 19 citations · Source: semantic-scholarCNNs achieve high levels of performance by leveraging deep, over-parametrized neural architectures, trained on large datasets. However, they exhibit limited generalization abilities outside their training domain and lack robustness to corruptions such as noise and adversarial attacks. To improve robustness and obtain more computationally and memory efficient models, better inductive biases are needed. To provide such inductive biases, tensor layers have been successfully proposed to leverage multi-linear structure through higher-order computations. In this paper, we propose tensor dropout, a randomization technique that can be applied to tensor factorizations, such as those parametrizing tensor layers. In particular, we study tensor regression layers, parametrized by low-rank weight tensors and augmented with our proposed tensor dropout. We empirically show that our approach improves generalization for image classification on ImageNet and CIFAR-100. We also establish state-of-the-art accuracy for phenotypic trait prediction on the largest available dataset of brain MRI (U.K. Biobank), where multi-linear structure is paramount. In all cases, we demonstrate superior performance and significantly improved robustness, both to noisy inputs and to adversarial attacks. We establish the theoretical validity of our approach and the regularizing effect of tensor dropout by demonstrating the link between randomized tensor regression with tensor dropout and deterministic regularized tens
Jean Kossaifi, Arinbjörn Kolbeinsson, Yannis Panagakis, Adrian Bulat, Anima Anandkumar, I. Tzoulaki, Paul Matthews · 7 authors totalScalable Active Learning for Object Detection
IEEE Intelligent Vehicles Symposium (IV) · DOI 10.1109/IV47402.2020.9304793 · arXiv 2004.04699 · 126 citations · Source: arxivDeep Neural Networks trained in a fully supervised fashion are the dominant technology in perception-based autonomous driving systems. While collecting large amounts of unlabeled data is already a major undertaking, only a subset of it can be labeled by humans due to the effort needed for high-quality annotation. Therefore, finding the right data to label has become a key challenge. Active learning is a powerful technique to improve data efficiency for supervised learning methods, as it aims at selecting the smallest possible training set to reach a required performance. We have built a scalable production system for active learning in the domain of autonomous driving. In this paper, we describe the resulting high-level design, sketch some of the challenges and their solutions, present our current results at scale, and briefly describe the open problems and future directions.
Clément Farabet, Elmar Haussmann, Michele Fenzi, Kashyap Chitta, Jan Ivanecky, Hanson Xu, Donna Roy, Akshita Mittel · 10 authors totalAccelerating Simulation-based Inference with Emerging AI Hardware
ICRC · DOI 10.1109/ICRC2020.2020.00003 · Source: dblp+career-authorityAlexander Tsyplikhin, Sourabh Kulkarni, Mario Michael Krell, Csaba Andras Moritz · 4 authors totalDeepRacer: Autonomous Racing Platform for Experimentation with Sim2Real Reinforcement Learning
IEEE International Conference on Robotics and Automation · DOI 10.1109/ICRA40945.2020.9197465 · 61 citations · Source: semantic-scholarDeepRacer is a platform for end-to-end experimentation with RL and can be used to systematically investigate the key challenges in developing intelligent control systems. Using the platform, we demonstrate how a 1/18th scale car can learn to drive autonomously using RL with a monocular camera. It is trained in simulation with no additional tuning in the physical world and demonstrates: 1) formulation and solution of a robust reinforcement learning algorithm, 2) narrowing the reality gap through joint perception and dynamics, 3) distributed on-demand compute architecture for training optimal policies, and 4) a robust evaluation method to identify when to stop training. It is the first successful large-scale deployment of deep reinforcement learning on a robotic control agent that uses only raw camera images as observations and a model-free learning method to perform robust path planning. We open source our code and video demo on GitHub2.
Sunil Mallya, Bharathan Balaji, S. Mallya, Sahika Genc, Saurabh Gupta, Leo Dirac, Vineet Khare, Gourav Roy · 13 authors totalDistributed Hierarchical File Systems strike back in the Cloud
ICDCS · DOI 10.1109/ICDCS47774.2020.00108 · Source: dblp+first-party-career-authorityJim Dowling, Mahmoud Ismail, Salman Niazi, Mauritz Sundell, Mikael Ronström, Seif Haridi · 6 authors totalJoint Contextual Modeling for ASR Correction and Language Understanding
DOI 10.1109/icassp40776.2020.9053213 · 43 citations · Source: openalexThe quality of automatic speech recognition (ASR) is critical to Dialogue Systems as ASR errors propagate to and directly impact downstream tasks such as language understanding (LU). In this paper, we propose multi-task neural approaches to perform contextual language correction on ASR outputs jointly with LU to improve the performance of both tasks simultaneously. To measure the effectiveness of this approach we used a public benchmark, the 2nd Dialogue State Tracking (DSTC2) corpus. As a baseline approach, we trained task specific Statistical Language Models (SLM) and fine-tuned state-of-the-art Generative Pre-training (GPT) Language Model to re-rank the n-best ASR hypotheses, followed by a model to identify the dialog act and slots. i) We further trained ranker models using GPT and Hierarchical CNN-RNN models with discriminatory losses to detect the best output given n-best hypotheses. We extended these ranker models to first select the best ASR output and then identify the dialogue act and slots in an end to end fashion. ii) We also proposed a novel joint ASR error correction and LU model, a word confusion pointer network (WCN-Ptr) with multihead self attention on top, which consumes the word confusions populated from the n-best. We show that the error rates of off the shelf ASR and following LU systems can be reduced significantly by 14% relative with joint models trained using small amounts of in-domain data.
Piero Molino, Yue Weng, Sai Sumanth Miryala, Chandra Khatri, Runze Wang, Huaixiu Zheng, Mahdi Namazifar, Alexandros Papangelis · 11 authors totalToward fast and accurate human pose estimation via soft-gated skip connections
IEEE International Conference on Automatic Face & Gesture Recognition · DOI 10.1109/FG47880.2020.00014 · arXiv 2002.11098 · 96 citations · Source: semantic-scholarThis paper is on highly accurate and highly efficient human pose estimation. Recent works based on Fully Convolutional Networks (FCNs) have demonstrated excellent results for this difficult problem. While residual connections within FCNs have proved to be quintessential for achieving high accuracy, we re-analyze this design choice in the context of improving both the accuracy and the efficiency over the state-of- the-art. In particular, we make the following contributions: (a) We propose gated skip connections with per-channel learnable parameters to control the data flow for each channel within the module within the macro-module. (b) We introduce a hybrid network that combines the HourGlass and U-Net architectures which minimizes the number of identity connections within the network and increases the performance for the same parameter budget. Our model achieves state-of-the-art results on the MPII and LSP datasets. In addition, with a reduction of 3× in model size and complexity, we show no decrease in performance when compared to the original HourGlass network.
Jean Kossaifi, Adrian Bulat, Georgios Tzimiropoulos, M. Pantic · 4 authors totalWOAD: Weakly Supervised Online Action Detection in Untrimmed Videos
Computer Vision and Pattern Recognition · DOI 10.1109/CVPR46437.2021.00195 · arXiv 2006.03732 · 53 citations · Source: arxiv+semantic-scholarOnline action detection in untrimmed videos aims to identify an action as it happens, which makes it very important for real-time applications. Previous methods rely on tedious annotations of temporal action boundaries for training, which hinders the scalability of online action detection systems. We propose WOAD, a weakly supervised framework that can be trained using only video-class labels. WOAD contains two jointly-trained modules, i.e., temporal proposal generator (TPG) and online action recognizer (OAR). Supervised by video-class labels, TPG works offline and targets at accurately mining pseudo frame-level labels for OAR. With the supervisory signals from TPG, OAR learns to conduct action detection in an online fashion. Experimental results on THUMOS’14, ActivityNet1.2 and ActivityNet1.3 show that our weakly-supervised method largely outperforms weakly-supervised baselines and achieves comparable performance to the previous strongly-supervised methods. Beyond that, WOAD is flexible to leverage strong supervision when it is available. When strongly supervised, our method obtains the state-of-the-art results in the tasks of both online per-frame action recognition and online detection of action start.
Ran Xu, Mingfei Gao, Yingbo Zhou, R. Socher, Caiming Xiong · 5 authors totalAdaptive Community Search in Dynamic Networks
DOI 10.1109/bigdata50022.2020.9377961 · 0 citations · Source: openalex+authoritative-profileRicardo Baeza-Yates, Ioanna Tsalouchidou, Francesco Bonchi, Ricardo Baeza‐Yates · 4 authors totalIGI-LuNER: single-well multiplexed RT-qPCR test for SARS-CoV-2
medRxiv · DOI 10.1101/2020.12.10.20247338 · 5 citations · Source: openalex+authoritative-profilePetros Giannikopoulos, Elizabeth C. Stahl, Connor A. Tsuchida, Jennifer Hamilton, Enrique Lin-Shiao, Shana L. McDevitt, Erica A. Moehle, Lea B. Witkowsky · 21 authors totalA bottom-up approach to creating an ontology for medication indications
Journal of the American Medical Informatics Association · DOI 10.1093/jamia/ocaa331 · 4 citations · Source: openalex+first-party-career-authorityMark Samuel Tuttle, Stuart J. Nelson, Allen Flynn, Mark S. Tuttle · 4 authors totalEstimating geographic subjective well-being from Twitter: A comparison of dictionary and data-driven language methods
Proceedings of the National Academy of Sciences · DOI 10.1073/pnas.1906364117 · 238 citations · Source: openalexResearchers and policy makers worldwide are interested in measuring the subjective well-being of populations. When users post on social media, they leave behind digital traces that reflect their thoughts and feelings. Aggregation of such digital traces may make it possible to monitor well-being at large scale. However, social media-based methods need to be robust to regional effects if they are to produce reliable estimates. Using a sample of 1.53 billion geotagged English tweets, we provide a systematic evaluation of word-level and data-driven methods for text analysis for generating well-being estimates for 1,208 US counties. We compared Twitter-based county-level estimates with well-being measurements provided by the Gallup-Sharecare Well-Being Index survey through 1.73 million phone surveys. We find that word-level methods (e.g., Linguistic Inquiry and Word Count [LIWC] 2015 and Language Assessment by Mechanical Turk [LabMT]) yielded inconsistent county-level well-being measurements due to regional, cultural, and socioeconomic differences in language use. However, removing as few as three of the most frequent words led to notable improvements in well-being prediction. Data-driven methods provided robust estimates, approximating the Gallup data at up to r = 0.64. We show that the findings generalized to county socioeconomic and health outcomes and were robust when poststratifying the samples to be more representative of the general US population. Regional well-being estimation from social media data seems to be robust when supervised data-driven methods are used.
Lyle Ungar, Kokil Jaidka, Salvatore Giorgi, H. Andrew Schwartz, Margaret L. Kern, Johannes C. Eichstaedt · 6 authors totalReclassifying neurodegenerative diseases
Nature Biomedical Engineering · DOI 10.1038/s41551-020-0600-3 · 11 citations · Source: openalex+authoritative-profileRicardo Baeza-Yates, Pablo Villoslada, Ricardo Baeza‐Yates, Joseph C. Masdeu · 4 authors totalAuthor Correction: Reclassifying neurodegenerative diseases
Nature Biomedical Engineering · DOI 10.1038/s41551-020-00628-2 · 0 citations · Source: openalex+authoritative-profileRicardo Baeza-Yates, Pablo Villoslada, Ricardo Baeza‐Yates, Joseph C. Masdeu · 4 authors totalA generalizable and accessible approach to machine learning with global satellite imagery
Nature Communications · DOI 10.1038/s41467-021-24638-z · arXiv 2010.08168 · 200 citations · Source: semantic-scholarCombining satellite imagery with machine learning (SIML) has the potential to address global challenges by remotely estimating socioeconomic and environmental conditions in data-poor regions, yet the resource requirements of SIML limit its accessibility and use. We show that a single encoding of satellite imagery can generalize across diverse prediction tasks (e.g., forest cover, house price, road length). Our method achieves accuracy competitive with deep neural networks at orders of magnitude lower computational cost, scales globally, delivers label super-resolution predictions, and facilitates characterizations of uncertainty. Since image encodings are shared across tasks, they can be centrally computed and distributed to unlimited researchers, who need only fit a linear regression to their own ground truth data in order to achieve state-of-the-art SIML performance. This paper presents MOSAIKS, a system for planet-scale prediction of multiple outcomes using satellite imagery and machine learning (SIML). MOSAIKS generalizes across prediction domains and has the potential to enhance accessibility of SIML across research disciplines.
Vaishaal Shankar, Esther Rolf, J. Proctor, T. Carleton, I. Bolliger, Miyabi Ishihara, B. Recht, S. Hsiang · 8 authors totalInference of transcription factor binding from cell-free DNA enables tumor subtype prediction and early detection (vol 10, 4666, 2019)
Nature Communications · DOI 10.1038/S41467-020-15799-4 · Source: orcidJohn St. John, Ulz, Peter, Perakis, Samantha, Zhou, Qing, Moser, Tina, Belic, Jelena, Lazzeri, Isaac, Woelfler, Albert · 21 authors totalWhy Do Local Methods Solve Nonconvex Problems?
Beyond the Worst-Case Analysis of Algorithms · DOI 10.1017/9781108637435.027 · Source: dblp+stanford-authorityTengyu Ma, Tengyu Ma 0001 · 2 authors totalPREDICTING SUDDEN CARDIAC DEATH BY MACHINE LEARNING OF VENTRICULAR ACTION POTENTIALS
Journal of the American College of Cardiology · DOI 10.1016/s0735-1097(20)31054-8 · 0 citations · Source: openalex+authoritative-profilePeter Bailis, Anojan Selvalingam, Mahmood Alhusseini, Albert J. Rogers, David E. Krummen, Firas Abuzaid, Tina Baykaner, Paul Clopton · 11 authors totalHybrid machine learning approach for popularity prediction of newly released contents of online video streaming services
Technological Forecasting and Social Change · DOI 10.1016/j.techfore.2020.120303 · 42 citations · Source: openalex+naver+seoul-national-career-authorityLucy Park, Hongjun Jeon, Wonchul Seo, Eunjeong L. Park, Sungchul Choi · 5 authors totalAn ontology-driven framework to support the dynamic formation of an interdisciplinary healthcare team
Int. J. Medical Informatics · DOI 10.1016/j.ijmedinf.2020.104075 · 11 citations · Source: semantic-scholarBACKGROUND AND PURPOSE Teamwork has become a modus operandi in healthcare and delivery of patient care by an interdisciplinary healthcare team (IHT) is now a prevailing modality of care. We argue that a formal and automated support framework is needed for an IHT to properly leverage information technology resources. Such a framework should allow for patient preferences and expand a representation of a clinical workflow with a formal model of dynamic formation of a team, especially with regards to team leader- and membership, and the assignment of tasks to team members. Our goal was to develop such a support framework, present its prototype software implementation and verify the implementation using a proof-of-concept use case. Specifically, we focused on clinical workflows for in-patient tertiary care and on patient preferences with regards to selecting team members and team leaders. MATERIALS AND METHODS Drawing on the research on clinical teamwork we defined the conceptual foundations for the proposed framework. Then, we designed its architecture and used ontology-driven design and first-order logic with associated reasoning methods to create and operationalize architectural elements. Finally, we incorporated existing solutions for business workflow modeling and execution as a backend for implementing the proposed framework. RESULTS We developed a Team and Workflow Management Framework (TWMF) with semantic components that allow for formalizing and operationalizing team formation in in-patient tertiary care setting and support provider-related patient preferences. We also created a prototype software implementation of TWMF using the IBM Business Process Manager platform. This implementation was evaluated in several simulated patient scenarios. CONCLUSIONS TWMF integrates existing workflow technologies and extends them with the capabilities to support dynamic formation of an IHT. Results of this research can be used to support real-time execution of clinical workflo
Randy Giffen, S. Wilk, Mounira Kezadri-Hamiaz, Daniel Amyot, W. Michalowski, C. Kuziemsky, N. Çatal, D. Rosu · 9 authors totalDecreased Speech Coherence Captured by Novel Natural Language Processing Methods in Two Cohorts of Individuals With Schizophrenia
Biological Psychiatry · DOI 10.1016/j.biopsych.2020.02.971 · 2 citations · Source: openalex+first-party-career-authorityMark Liberman, Sunny X. Tang, Reno Kriz, Sunghye Cho, João Sedoc, Suh Jung Park, Jenna Harowitz, Mahendra T. Bhati · 10 authors totalD3A energy exchange for a transactive grid
Behind and Beyond the Meter · DOI 10.1016/B978-0-12-819951-0.00013-X · Source: elsevier+fefa-authorityAna Trbovich, Sarah Hambridge, Dirk Ernst van den Biggelaar, Ewald Hesse, Nils Loibl · 5 authors totalThe Future of Automotive is Software-defined
ATZelectronics worldwide 15, 72 (Guest Commentary) · DOI 10.1007/s38314-020-0303-2 · 2 citations · Source: crossrefGuest commentary arguing that self-driving cars require a shift away from dozens of distributed ECUs toward centralized, high-performance, upgradeable vehicle computing; discusses software-defined vehicles, over-the-air feature delivery, the resulting OEM business-model transformation, and the NVIDIA DRIVE ecosystem (incl. Mercedes-Benz on DRIVE AGX Orin).
Danny Shapiro · 1 author totalDie Zukunft der Automobilbranche ist Software-definiert
ATZelektronik 15 (German-language edition of the ATZelectronics worldwide guest commentary) · DOI 10.1007/s35658-020-0299-7 · 0 citations · Source: crossrefDanny Shapiro · 1 author totalRoCGAN: Robust Conditional GAN
International Journal of Computer Vision · DOI 10.1007/s11263-020-01348-5 · 42 citations · Source: semantic-scholarConditional image generation lies at the heart of computer vision and conditional generative adversarial networks (cGAN) have recently become the method of choice for this task, owing to their superior performance. The focus so far has largely been on performance improvement, with little effort in making cGANs more robust to noise. However, the regression (of the generator) might lead to arbitrarily large errors in the output, which makes cGANs unreliable for real-world applications. In this work, we introduce a novel conditional GAN model, called RoCGAN, which leverages structure in the target space of the model to address the issue. Specifically, we augment the generator with an unsupervised pathway, which promotes the outputs of the generator to span the target manifold, even in the presence of intense noise. We prove that RoCGAN share similar theoretical properties as GAN and establish with both synthetic and real data the merits of our model. We perform a thorough experimental validation on large scale datasets for natural scenes and faces and observe that our model outperforms existing cGAN architectures by a large margin. We also empirically demonstrate the performance of our approach in the face of two types of noise (adversarial and Bernoulli).
Jean Kossaifi, Grigorios G. Chrysos, S. Zafeiriou · 3 authors totalA secure location-based alert system with tunable privacy-performance trade-off
GeoInformatica · DOI 10.1007/s10707-020-00410-1 · arXiv 2004.09005 · 9 citations · Source: semantic-scholarMonitoring location updates from mobile users has important applications in many areas, ranging from public health (e.g., COVID-19 contact tracing) and national security to social networks and advertising. However, sensitive information can be derived from movement patterns, thus protecting the privacy of mobile users is a major concern. Users may only be willing to disclose their locations when some condition is met, for instance in proximity of a disaster area or an event of interest. Currently, such functionality can be achieved using searchable encryption . Such cryptographic primitives provide provable guarantees for privacy, and allow decryption only when the location satisfies some predicate. Nevertheless, they rely on expensive pairing-based cryptography (PBC) , of which direct application to the domain of location updates leads to impractical solutions. We propose secure and efficient techniques for private processing of location updates that complement the use of PBC and lead to significant gains in performance by reducing the amount of required pairing operations. We implement two optimizations that further improve performance: materialization of results to expensive mathematical operations, and parallelization. We also propose an heuristic that brings down the computational overhead through enlarging an alert zone by a small factor (given as system parameter), therefore trading off a small and controlled amount of privacy for significant performance gains. Extensive experimental results show that the proposed techniques significantly improve performance compared to the baseline, and reduce the searchable encryption overhead to a level that is practical in a computing environment with reasonable resources, such as the cloud.
Mihai Maruseac, Gabriel Ghinita, Kien Nguyen, C. Shahabi · 4 authors totalAn agent for learning new natural language commands
Auton. Agents Multi Agent Syst. · DOI 10.1007/S10458-019-09425-X · Source: dblp+author-first-party+semantic-machines-career-authorityJayant Krishnamurthy, Amos Azaria, Shashank Srivastava, Igor Labutov, Tom M. Mitchell · 5 authors totalDIFF: a relational interface for large-scale data explanation
The VLDB Journal · DOI 10.1007/s00778-020-00633-6 · 15 citations · Source: openalex+authoritative-profilePeter Bailis, Firas Abuzaid, Peter Kraft, Sahaana Suri, Edward Gan, Eric Xu, Atul Shenoy, Asvin Ananthanarayan · 13 authors totalTaming the Many EdDSAs
Security Standardisation Research · DOI 10.1007/978-3-030-64357-7_4 · Source: springer+dblp+personal-first-partyFrançois Garillot, Konstantinos Chalkias, Francois Garillot, Valeria Nikolaenko · 4 authors totalPre-indexing Pruning Strategies
Lecture notes in computer science · DOI 10.1007/978-3-030-59212-7_13 · 2 citations · Source: openalex+authoritative-profileRicardo Baeza-Yates, Soner Altin, Ricardo Baeza‐Yates, B. Barla Cambazoğlu · 4 authors totalRobust and On-the-Fly Dataset Denoising for Image Classification.
ECCV (29) · DOI 10.1007/978-3-030-58526-6_33 · Source: dblp+stanford-authorityTengyu Ma, Jiaming Song, Yann N. Dauphin, Michael Auli, Tengyu Ma 0001 · 5 authors totalWhat Kind of Content Are You Prone to Tweet? Multi-topic Preference Model for Tweeters
Communications in computer and information science · DOI 10.1007/978-3-030-52485-2_11 · 1 citations · Source: openalex+authoritative-profileRicardo Baeza-Yates, Lorena Recalde, Ricardo Baeza‐Yates · 3 authors totalEnhanced Word Embeddings for Anorexia Nervosa Detection on Social Media
Lecture notes in computer science · DOI 10.1007/978-3-030-44584-3_32 · 2 citations · Source: openalex+authoritative-profileRicardo Baeza-Yates, Diana Ramírez‐Cifuentes, Christine Largeron, Julien Tissier, Ana Freire, Ricardo Baeza‐Yates · 6 authors totalA longitudinal study of automated analysis of acoustic speech markers in FTD and PPA
Alzheimer s & Dementia · DOI 10.1002/alz.045315 · 6 citations · Source: openalex+first-party-career-authorityMark Liberman, Naomi Nevler, Sharon Ash, Sunghye Cho, Sanjana Shellikeri, Natalia Parjane, David J. Irwin, Murray Grossman · 8 authors totalAutomated semantic speech analysis in AD and lvPPA
Alzheimer s & Dementia · DOI 10.1002/alz.045300 · 1 citations · Source: openalex+first-party-career-authorityMark Liberman, Naomi Nevler, Sharon Ash, Sunghye Cho, Sanjana Shellikeri, Natalia Parjane, David J. Irwin, Murray Grossman · 8 authors totalAcoustic measures in natural speech of progressive supranuclear palsy and corticobasal spectrum disorders
Alzheimer s & Dementia · DOI 10.1002/alz.041350 · 0 citations · Source: openalex+first-party-career-authorityMark Liberman, Natalia Parjane, Sharon Ash, Sunghye Cho, Sanjana Shellikeri, Murray Grossman, Naomi Nevler · 7 authors totalAutomated lexical and acoustic analysis of young and older healthy adults
Alzheimer s & Dementia · DOI 10.1002/alz.038284 · 1 citations · Source: openalex+first-party-career-authorityMark Liberman, Sunghye Cho, Naomi Nevler, Sanjana Shellikeri, Natalia Parjane, Neville Ryant, Sharon Ash, David J. Irwin · 10 authors totalExtracting Training Data from Large Language Models
USENIX Security Symposium · arXiv 2012.07805 · 3,252 citations · Source: semantic-scholarIt has become common to publish large (billion parameter) language models that have been trained on private datasets. This paper demonstrates that in such settings, an adversary can perform a training data extraction attack to recover individual training examples by querying the language model. We demonstrate our attack on GPT-2, a language model trained on scrapes of the public Internet, and are able to extract hundreds of verbatim text sequences from the model's training data. These extracted examples include (public) personally identifiable information (names, phone numbers, and email addresses), IRC conversations, code, and 128-bit UUIDs. Our attack is possible even though each of the above sequences are included in just one document in the training data. We comprehensively evaluate our extraction attack to understand the factors that contribute to its success. For example, we find that larger models are more vulnerable than smaller models. We conclude by drawing lessons and discussing possible safeguards for training large language models.
Tom Brown, Nicholas Carlini, Florian Tramèr, Eric Wallace, Matthew Jagielski, Ariel Herbert-Voss, Katherine Lee, Adam Roberts · 12 authors totalAdaptive Histogram-Based Gradient Boosted Trees for Federated Learning
arXiv.org · arXiv 2012.06670 · 29 citations · Source: semantic-scholar+arxivFederated Learning (FL) is an approach to collaboratively train a model across multiple parties without sharing data between parties or an aggregator. It is used both in the consumer domain to protect personal data as well as in enterprise settings, where dealing with data domicile regulation and the pragmatics of data silos are the main drivers. While gradient boosted tree implementations such as XGBoost have been very successful for many use cases, its federated learning adaptations tend to be very slow due to using cryptographic and privacy methods and have not experienced widespread use. We propose the Party-Adaptive XGBoost (PAX) for federated learning, a novel implementation of gradient boosting which utilizes a party adaptive histogram aggregation method, without the need for data encryption. It constructs a surrogate representation of the data distribution for finding splits of the decision tree. Our experimental results demonstrate strong model performance, especially on non-IID distributions, and significantly faster training run-time across different data sets than existing federated implementations. This approach makes the use of gradient boosted trees practical in enterprise federated learning.
Nathalie Baracaldo, Yuya Jeremy Ong, Yi Zhou, Heiko Ludwig · 4 authors totalImproving Clinical Document Understanding on COVID-19 Research with Spark NLP
arXiv · DOI 10.48550/arxiv.2012.04005 · arXiv 2012.04005 · 4 citations · Source: openalexFollowing the global COVID-19 pandemic, the number of scientific papers studying the virus has grown massively, leading to increased interest in automated literate review. We present a clinical text mining system that improves on previous efforts in three ways. First, it can recognize over 100 different entity types including social determinants of health, anatomy, risk factors, and adverse events in addition to other commonly used clinical and biomedical entities. Second, the text processing pipeline includes assertion status detection, to distinguish between clinical facts that are present, absent, conditional, or about someone other than the patient. Third, the deep learning models used are more accurate than previously available, leveraging an integrated pipeline of state-of-the-art pretrained named entity recognition models, and improving on the previous best performing benchmarks for assertion status detection. We illustrate extracting trends and insights, e.g. most frequent disorders and symptoms, and most common vital signs and EKG findings, from the COVID-19 Open Research Dataset (CORD-19). The system is built using the Spark NLP library which natively supports scaling to use distributed clusters, leveraging GPUs, configurable and reusable NLP pipelines, healthcare specific embeddings, and the ability to train models to support new entity types or human languages with no code changes.
David Talby, Veysel Kocaman · 2 authors totalNimble: Lightweight and Parallel GPU Task Scheduling for Deep Learning
NeurIPS 2020 · arXiv 2012.02732 · 93 citations · Source: semantic-scholar+arxivDeep learning (DL) frameworks take advantage of GPUs to improve the speed of DL inference and training. Ideally, DL frameworks should be able to fully utilize the computation power of GPUs such that the running time depends on the amount of computation assigned to GPUs. Yet, we observe that in scheduling GPU tasks, existing DL frameworks suffer from inefficiencies such as large scheduling overhead and unnecessary serial execution. To this end, we propose Nimble, a DL execution engine that runs GPU tasks in parallel with minimal scheduling overhead. Nimble introduces a novel technique called ahead-of-time (AoT) scheduling. Here, the scheduling procedure finishes before executing the GPU kernel, thereby removing most of the scheduling overhead during run time. Furthermore, Nimble automatically parallelizes the execution of GPU tasks by exploiting multiple GPU streams in a single GPU. Evaluation on a variety of neural networks shows that compared to PyTorch, Nimble speeds up inference and training by up to 22.34$\times$ and 3.61$\times$, respectively. Moreover, Nimble outperforms state-of-the-art inference systems, TensorRT and TVM, by up to 2.81$\times$ and 1.70$\times$, respectively.
Woosuk Kwon, Gyeong-In Yu, Eunji Jeong, Byung-Gon Chun · 4 authors totalMitigating Bias in Federated Learning
arXiv.org · arXiv 2012.02447 · 113 citations · Source: semantic-scholar+arxivAs methods to create discrimination-aware models develop, they focus on centralized ML, leaving federated learning (FL) unexplored. FL is a rising approach for collaborative ML, in which an aggregator orchestrates multiple parties to train a global model without sharing their training data. In this paper, we discuss causes of bias in FL and propose three pre-processing and in-processing methods to mitigate bias, without compromising data privacy, a key FL requirement. As data heterogeneity among parties is one of the challenging characteristics of FL, we conduct experiments over several data distributions to analyze their effects on model performance, fairness metrics, and bias learning patterns. We conduct a comprehensive analysis of our proposed techniques, the results demonstrating that these methods are effective even when parties have skewed data distributions or as little as 20% of parties employ the methods.
Nathalie Baracaldo, Annie Abay, Yi Zhou, Shashank Rajamoni, Ebube Chuba, Heiko Ludwig · 6 authors totalEmergent Complexity and Zero-shot Transfer via Unsupervised Environment Design
Neural Information Processing Systems · arXiv 2012.02096 · 340 citations · Source: semantic-scholarA wide range of reinforcement learning (RL) problems - including robustness, transfer learning, unsupervised RL, and emergent complexity - require specifying a distribution of tasks or environments in which a policy will be trained. However, creating a useful distribution of environments is error prone, and takes a significant amount of developer time and effort. We propose Unsupervised Environment Design (UED) as an alternative paradigm, where developers provide environments with unknown parameters, and these parameters are used to automatically produce a distribution over valid, solvable environments. Existing approaches to automatically generating environments suffer from common failure modes: domain randomization cannot generate structure or adapt the difficulty of the environment to the agent's learning progress, and minimax adversarial training leads to worst-case environments that are often unsolvable. To generate structured, solvable environments for our protagonist agent, we introduce a second, antagonist agent that is allied with the environment-generating adversary. The adversary is motivated to generate environments which maximize regret, defined as the difference between the protagonist and antagonist agent's return. We call our technique Protagonist Antagonist Induced Regret Environment Design (PAIRED). Our experiments demonstrate that PAIRED produces a natural curriculum of increasingly complex environments, and PAIRED agents achieve higher zero-shot transfer p
Stuart Russell, Michael Dennis, Natasha Jaques, Eugene Vinitsky, A. Bayen, Stuart J. Russell, Andrew Critch, S. Levine · 8 authors totalREPAINT: Knowledge Transfer in Deep Reinforcement Learning
International Conference on Machine Learning · arXiv 2011.11827 · 32 citations · Source: semantic-scholarAccelerating learning processes for complex tasks by leveraging previously learned tasks has been one of the most challenging problems in reinforcement learning, especially when the similarity between source and target tasks is low. This work proposes REPresentation And INstance Transfer (REPAINT) algorithm for knowledge transfer in deep reinforcement learning. REPAINT not only transfers the representation of a pre-trained teacher policy in the on-policy learning, but also uses an advantage-based experience selection approach to transfer useful samples collected following the teacher policy in the off-policy learning. Our experimental results on several benchmark tasks show that REPAINT significantly reduces the total training time in generic cases of task similarity. In particular, when the source tasks are dissimilar to, or sub-tasks of, the target tasks, REPAINT outperforms other baselines in both training-time reduction and asymptotic performance of return scores.
Sunil Mallya, Yunzhe Tao, Sahika Genc, Jonathan Chung, Tao Sun, S. Mallya · 6 authors total