Skip to main content

Showing 1–8 of 8 results for author: Pang, R

Searching in archive stat. Search in all archives.
.
  1. arXiv:2412.17603  [pdf, other

    cs.LG stat.ML

    EasyTime: Time Series Forecasting Made Easy

    Authors: Xiangfei Qiu, Xiuwen Li, Ruiyang Pang, Zhicheng Pan, Xingjian Wu, Liu Yang, Jilin Hu, Yang Shu, Xuesong Lu, Chengcheng Yang, Chenjuan Guo, Aoying Zhou, Christian S. Jensen, Bin Yang

    Abstract: Time series forecasting has important applications across diverse domains. EasyTime, the system we demonstrate, facilitates easy use of time-series forecasting methods by researchers and practitioners alike. First, EasyTime enables one-click evaluation, enabling researchers to evaluate new forecasting methods using the suite of diverse time series datasets collected in the preexisting time series… ▽ More

    Submitted 23 December, 2024; originally announced December 2024.

    Comments: Accepted by ICDE2025

  2. arXiv:2309.04354  [pdf, other

    cs.CV cs.LG stat.ML

    Mobile V-MoEs: Scaling Down Vision Transformers via Sparse Mixture-of-Experts

    Authors: Erik Daxberger, Floris Weers, Bowen Zhang, Tom Gunter, Ruoming Pang, Marcin Eichner, Michael Emmersberger, Yinfei Yang, Alexander Toshev, Xianzhi Du

    Abstract: Sparse Mixture-of-Experts models (MoEs) have recently gained popularity due to their ability to decouple model size from inference efficiency by only activating a small subset of the model parameters for any given input token. As such, sparse MoEs have enabled unprecedented scalability, resulting in tremendous successes across domains such as natural language processing and computer vision. In thi… ▽ More

    Submitted 8 September, 2023; originally announced September 2023.

  3. Auditing Cross-Cultural Consistency of Human-Annotated Labels for Recommendation Systems

    Authors: Rock Yuren Pang, Jack Cenatempo, Franklyn Graham, Bridgette Kuehn, Maddy Whisenant, Portia Botchway, Katie Stone Perez, Allison Koenecke

    Abstract: Recommendation systems increasingly depend on massive human-labeled datasets; however, the human annotators hired to generate these labels increasingly come from homogeneous backgrounds. This poses an issue when downstream predictive models -- based on these labels -- are applied globally to a heterogeneous set of users. We study this disconnect with respect to the labels themselves, asking whethe… ▽ More

    Submitted 10 May, 2023; originally announced May 2023.

    Comments: Accepted at FAccT 2023

  4. arXiv:2006.11890  [pdf, other

    cs.LG cs.CR stat.ML

    Graph Backdoor

    Authors: Zhaohan Xi, Ren Pang, Shouling Ji, Ting Wang

    Abstract: One intriguing property of deep neural networks (DNNs) is their inherent vulnerability to backdoor attacks -- a trojan model responds to trigger-embedded inputs in a highly predictable manner while functioning normally otherwise. Despite the plethora of prior work on DNNs for continuous data (e.g., images), the vulnerability of graph neural networks (GNNs) for discrete-structured data (e.g., graph… ▽ More

    Submitted 9 August, 2021; v1 submitted 21 June, 2020; originally announced June 2020.

    Comments: USENIX Security Symposium 2021, implementation: https://github.com/HarrialX/GraphBackdoor

  5. arXiv:2006.09539  [pdf, other

    cs.LG cs.CR stat.ML

    AdvMind: Inferring Adversary Intent of Black-Box Attacks

    Authors: Ren Pang, Xinyang Zhang, Shouling Ji, Xiapu Luo, Ting Wang

    Abstract: Deep neural networks (DNNs) are inherently susceptible to adversarial attacks even under black-box settings, in which the adversary only has query access to the target models. In practice, while it may be possible to effectively detect such attacks (e.g., observing massive similar but non-identical queries), it is often challenging to exactly infer the adversary intent (e.g., the target class of t… ▽ More

    Submitted 16 June, 2020; originally announced June 2020.

    Comments: Accepted as a full paper at KDD 2020

  6. arXiv:2002.02492  [pdf, other

    cs.LG cs.CL stat.ML

    Consistency of a Recurrent Language Model With Respect to Incomplete Decoding

    Authors: Sean Welleck, Ilia Kulikov, Jaedeok Kim, Richard Yuanzhe Pang, Kyunghyun Cho

    Abstract: Despite strong performance on a variety of tasks, neural sequence models trained with maximum likelihood have been shown to exhibit issues such as length bias and degenerate repetition. We study the related issue of receiving infinite-length sequences from a recurrent language model when using common decoding algorithms. To analyze this issue, we first define inconsistency of a decoding algorithm,… ▽ More

    Submitted 2 October, 2020; v1 submitted 6 February, 2020; originally announced February 2020.

    Comments: EMNLP 2020

  7. arXiv:1911.01559  [pdf, other

    cs.LG cs.CR stat.ML

    A Tale of Evil Twins: Adversarial Inputs versus Poisoned Models

    Authors: Ren Pang, Hua Shen, Xinyang Zhang, Shouling Ji, Yevgeniy Vorobeychik, Xiapu Luo, Alex Liu, Ting Wang

    Abstract: Despite their tremendous success in a range of domains, deep learning systems are inherently susceptible to two types of manipulations: adversarial inputs -- maliciously crafted samples that deceive target deep neural network (DNN) models, and poisoned models -- adversely forged DNNs that misbehave on pre-defined inputs. While prior work has intensively studied the two attack vectors in parallel,… ▽ More

    Submitted 20 November, 2020; v1 submitted 4 November, 2019; originally announced November 2019.

    Comments: Accepted as a full paper at ACM CCS 2020

  8. arXiv:1902.08295  [pdf, other

    cs.LG stat.ML

    Lingvo: a Modular and Scalable Framework for Sequence-to-Sequence Modeling

    Authors: Jonathan Shen, Patrick Nguyen, Yonghui Wu, Zhifeng Chen, Mia X. Chen, Ye Jia, Anjuli Kannan, Tara Sainath, Yuan Cao, Chung-Cheng Chiu, Yanzhang He, Jan Chorowski, Smit Hinsu, Stella Laurenzo, James Qin, Orhan Firat, Wolfgang Macherey, Suyog Gupta, Ankur Bapna, Shuyuan Zhang, Ruoming Pang, Ron J. Weiss, Rohit Prabhavalkar, Qiao Liang, Benoit Jacob , et al. (66 additional authors not shown)

    Abstract: Lingvo is a Tensorflow framework offering a complete solution for collaborative deep learning research, with a particular focus towards sequence-to-sequence models. Lingvo models are composed of modular building blocks that are flexible and easily extensible, and experiment configurations are centralized and highly customizable. Distributed training and quantized inference are supported directly w… ▽ More

    Submitted 21 February, 2019; originally announced February 2019.