Skip to main content

Showing 1–24 of 24 results for author: Chin, S

  1. arXiv:2407.09721  [pdf, other

    cs.HC

    Purrfect Pitch: Exploring Musical Interval Learning through Multisensory Interfaces

    Authors: Sam Chin, Cathy Mengying Fang, Nikhil Singh, Ibrahim Ibrahim, Joe Paradiso, Pattie Maes

    Abstract: We introduce Purrfect Pitch, a system consisting of a wearable haptic device and a custom-designed learning interface for musical ear training. We focus on the ability to identify musical intervals (sequences of two musical notes), which is a perceptually ambiguous task that usually requires strenuous rote training. With our system, the user would hear a sequence of two tones while simultaneously… ▽ More

    Submitted 12 July, 2024; originally announced July 2024.

  2. arXiv:2403.00026  [pdf, other

    cs.LG cs.AI math.OC

    Learning to Deliver: a Foundation Model for the Montreal Capacitated Vehicle Routing Problem

    Authors: Samuel J. K. Chin, Matthias Winkenbach, Akash Srivastava

    Abstract: In this paper, we present the Foundation Model for the Montreal Capacitated Vehicle Routing Problem (FM-MCVRP), a novel Deep Learning (DL) model that approximates high-quality solutions to a variant of the Capacitated Vehicle Routing Problem (CVRP) that characterizes many real-world applications. The so-called Montreal Capacitated Vehicle Routing Problem (MCVRP), first formally described by Bengio… ▽ More

    Submitted 28 February, 2024; originally announced March 2024.

  3. Examining Rail Transportation Route of Crude Oil in the United States Using Crowdsourced Social Media Data

    Authors: Yuandong Liu, Majbah Uddin, Shih-Miao Chin, Ho-Ling Hwang, Jiaoli Chen

    Abstract: Safety issues associated with transporting crude oil by rail have been a concern since the boom of US domestic shale oil production in 2012. During the last decade, over 300 crude oil by rail incidents have occurred in the US. Some of them have caused adverse consequences including fire and hazardous materials leakage. However, only limited information on the routes of crude-on-rail and their asso… ▽ More

    Submitted 12 February, 2024; v1 submitted 2 February, 2024; originally announced February 2024.

    Journal ref: Transportation Research Record, 2678(1), 218-228 (2024)

  4. Improving the accuracy of freight mode choice models: A case study using the 2017 CFS PUF data set and ensemble learning techniques

    Authors: Diyi Liu, Hyeonsup Lim, Majbah Uddin, Yuandong Liu, Lee D. Han, Ho-ling Hwang, Shih-Miao Chin

    Abstract: The US Census Bureau has collected two rounds of experimental data from the Commodity Flow Survey, providing shipment-level characteristics of nationwide commodity movements, published in 2012 (i.e., Public Use Microdata) and in 2017 (i.e., Public Use File). With this information, data-driven methods have become increasingly valuable for understanding detailed patterns in freight logistics. In thi… ▽ More

    Submitted 12 February, 2024; v1 submitted 1 February, 2024; originally announced February 2024.

    Journal ref: Expert Systems with Applications, 240, 122478 (2024)

  5. arXiv:2211.02681  [pdf, ps, other

    cs.LG cs.DS

    Deep Distance Sensitivity Oracles

    Authors: Davin Jeong, Allison Gunby-Mann, Sarel Cohen, Maximilian Katzmann, Chau Pham, Arnav Bhakta, Tobias Friedrich, Sang Chin

    Abstract: One of the most fundamental graph problems is finding a shortest path from a source to a target node. While in its basic forms the problem has been studied extensively and efficient algorithms are known, it becomes significantly harder as soon as parts of the graph are susceptible to failure. Although one can recompute a shortest replacement path after every outage, this is rather inefficient both… ▽ More

    Submitted 18 October, 2023; v1 submitted 2 November, 2022; originally announced November 2022.

    Comments: arXiv admin note: text overlap with arXiv:2007.11495 by other authors

  6. arXiv:2205.07795  [pdf, other

    cs.CL

    Referring Expressions with Rational Speech Act Framework: A Probabilistic Approach

    Authors: Hieu Le, Taufiq Daryanto, Fabian Zhafransyah, Derry Wijaya, Elizabeth Coppock, Sang Chin

    Abstract: This paper focuses on a referring expression generation (REG) task in which the aim is to pick out an object in a complex visual scene. One common theoretical approach to this problem is to model the task as a two-agent cooperative scheme in which a `speaker' agent would generate the expression that best describes a targeted area and a `listener' agent would identify the target. Several recent REG… ▽ More

    Submitted 16 May, 2022; originally announced May 2022.

  7. arXiv:2202.08490  [pdf

    cs.CV cs.AI cs.LG

    Dynamic Object Comprehension: A Framework For Evaluating Artificial Visual Perception

    Authors: Scott Y. L. Chin, Bradley R. Quinton

    Abstract: Augmented and Mixed Reality are emerging as likely successors to the mobile internet. However, many technical challenges remain. One of the key requirements of these systems is the ability to create a continuity between physical and virtual worlds, with the user's visual perception as the primary interface medium. Building this continuity requires the system to develop a visual understanding of th… ▽ More

    Submitted 17 February, 2022; originally announced February 2022.

    Comments: Submitted to IEEE International Conference in Image Processing 2022

  8. arXiv:2009.09632  [pdf

    eess.AS cs.SD

    Detecting Sound Events Using Convolutional Macaron Net With Pseudo Strong Labels

    Authors: Teck Kai Chan, Cheng Siong Chin

    Abstract: In this paper, we propose addressing the lack of strongly labeled data by using pseudo strongly labeled data approximated using Convolutive Nonnegative Matrix Factorization. Using this set of data, we then train a novel architecture called the Convolutional Macaron Net (CMN), which combines Convolutional Neural Network (CNN) with MN, in a semi-supervised manner. Instead of training only a single m… ▽ More

    Submitted 2 August, 2021; v1 submitted 21 September, 2020; originally announced September 2020.

    Comments: Updated

  9. arXiv:2002.07065  [pdf

    eess.AS cs.LG cs.SD stat.ML

    Acoustic Scene Classification Using Bilinear Pooling on Time-liked and Frequency-liked Convolution Neural Network

    Authors: Xing Yong Kek, Cheng Siong Chin, Ye Li

    Abstract: The current methodology in tackling Acoustic Scene Classification (ASC) task can be described in two steps, preprocessing of the audio waveform into log-mel spectrogram and then using it as the input representation for Convolutional Neural Network (CNN). This paradigm shift occurs after DCASE 2016 where this framework model achieves the state-of-the-art result in ASC tasks on the (ESC-50) dataset… ▽ More

    Submitted 13 February, 2020; originally announced February 2020.

    Comments: inclusion in conference proceedings 2019 IEEE Symposium Series on Computational Intelligence (IEEE SSCI 2019), Xiamen

  10. arXiv:2001.11367  [pdf, other

    cs.SE

    Application of Seq2Seq Models on Code Correction

    Authors: Shan Huang, Xiao Zhou, Sang Chin

    Abstract: We apply various seq2seq models on programming language correction tasks on Juliet Test Suite for C/C++ and Java of Software Assurance Reference Datasets(SARD), and achieve 75\%(for C/C++) and 56\%(for Java) repair rates on these tasks. We introduce Pyramid Encoder in these seq2seq models, which largely increases the computational efficiency and memory efficiency, while remain similar repair rate… ▽ More

    Submitted 4 August, 2020; v1 submitted 28 January, 2020; originally announced January 2020.

  11. arXiv:2001.07874  [pdf

    cs.SD eess.AS

    Non-Negative Matrix Factorization-Convolutional Neural Network (NMF-CNN) For Sound Event Detection

    Authors: Teck Kai Chan, Cheng Siong Chin, Ye Li

    Abstract: The main scientific question of this year DCASE challenge, Task 4 - Sound Event Detection in Domestic Environments, is to investigate the types of data (strongly labeled synthetic data, weakly labeled data, unlabeled in domain data) required to achieve the best performing system. In this paper, we proposed a deep learning model that integrates Non-Negative Matrix Factorization (NMF) with Convoluti… ▽ More

    Submitted 21 January, 2020; originally announced January 2020.

    Comments: 5 pages, 1 figure, 2 tables

  12. arXiv:1906.01026  [pdf, other

    cs.LG stat.ML

    NodeDrop: A Condition for Reducing Network Size without Effect on Output

    Authors: Louis Jensen, Jacob Harer, Sang Chin

    Abstract: Determining an appropriate number of features for each layer in a neural network is an important and difficult task. This task is especially important in applications on systems with limited memory or processing power. Many current approaches to reduce network size either utilize iterative procedures, which can extend training time significantly, or require very careful tuning of algorithm paramet… ▽ More

    Submitted 12 June, 2019; v1 submitted 3 June, 2019; originally announced June 2019.

  13. arXiv:1902.02434  [pdf, other

    stat.ML cs.LG

    A Scale Invariant Flatness Measure for Deep Network Minima

    Authors: Akshay Rangamani, Nam H. Nguyen, Abhishek Kumar, Dzung Phan, Sang H. Chin, Trac D. Tran

    Abstract: It has been empirically observed that the flatness of minima obtained from training deep networks seems to correlate with better generalization. However, for deep networks with positively homogeneous activations, most measures of sharpness/flatness are not invariant to rescaling of the network parameters, corresponding to the same function. This means that the measure of flatness/sharpness can be… ▽ More

    Submitted 6 February, 2019; originally announced February 2019.

  14. arXiv:1812.08808  [pdf, other

    stat.ML cs.LG

    Reducing Sampling Ratios Improves Bagging in Sparse Regression

    Authors: Luoluo Liu, Sang Peter Chin, Trac D. Tran

    Abstract: Bagging, a powerful ensemble method from machine learning, improves the performance of unstable predictors. Although the power of Bagging has been shown mostly in classification problems, we demonstrate the success of employing Bagging in sparse regression over the baseline method (L1 minimization). The framework employs the generalized version of the original Bagging with various bootstrap ratios… ▽ More

    Submitted 1 May, 2019; v1 submitted 20 December, 2018; originally announced December 2018.

    Comments: arXiv admin note: substantial text overlap with arXiv:1810.03743

  15. arXiv:1810.03743  [pdf, other

    stat.ML cs.LG eess.SP

    JOBS: Joint-Sparse Optimization from Bootstrap Samples

    Authors: Luoluo Liu, Sang Peter Chin, Trac D. Tran

    Abstract: Classical signal recovery based on $\ell_1$ minimization solves the least squares problem with all available measurements via sparsity-promoting regularization. In practice, it is often the case that not all measurements are available or required for recovery. Measurements might be corrupted/missing or they arrive sequentially in streaming fashion. In this paper, we propose a global sparse recover… ▽ More

    Submitted 10 December, 2018; v1 submitted 8 October, 2018; originally announced October 2018.

  16. arXiv:1803.00232  [pdf, other

    cs.CV cs.LG

    DRUNET: A Dilated-Residual U-Net Deep Learning Network to Digitally Stain Optic Nerve Head Tissues in Optical Coherence Tomography Images

    Authors: Sripad Krishna Devalla, Prajwal K. Renukanand, Bharathwaj K. Sreedhar, Shamira Perera, Jean-Martial Mari, Khai Sing Chin, Tin A. Tun, Nicholas G. Strouthidis, Tin Aung, Alexandre H. Thiery, Michael J. A. Girard

    Abstract: Given that the neural and connective tissues of the optic nerve head (ONH) exhibit complex morphological changes with the development and progression of glaucoma, their simultaneous isolation from optical coherence tomography (OCT) images may be of great interest for the clinical diagnosis and management of this pathology. A deep learning algorithm was designed and trained to digitally stain (i.e.… ▽ More

    Submitted 1 March, 2018; originally announced March 2018.

  17. arXiv:1708.03735  [pdf, other

    cs.LG math.OC stat.ML

    Sparse Coding and Autoencoders

    Authors: Akshay Rangamani, Anirbit Mukherjee, Amitabh Basu, Tejaswini Ganapathy, Ashish Arora, Sang Chin, Trac D. Tran

    Abstract: In "Dictionary Learning" one tries to recover incoherent matrices $A^* \in \mathbb{R}^{n \times h}$ (typically overcomplete and whose columns are assumed to be normalized) and sparse vectors $x^* \in \mathbb{R}^h$ with a small support of size $h^p$ for some $0 <p < 1$ while having access to observations $y \in \mathbb{R}^n$ where $y = A^*x^*$. In this work we undertake a rigorous analysis of wheth… ▽ More

    Submitted 20 October, 2017; v1 submitted 11 August, 2017; originally announced August 2017.

    Comments: In this new version of the paper with a small change in the distributional assumptions we are actually able to prove the asymptotic criticality of a neighbourhood of the ground truth dictionary for even just the standard squared loss of the ReLU autoencoder (unlike the regularized loss in the older version)

  18. arXiv:1705.05998  [pdf, other

    cs.CV

    Automatic Vertebra Labeling in Large-Scale 3D CT using Deep Image-to-Image Network with Message Passing and Sparsity Regularization

    Authors: Dong Yang, Tao Xiong, Daguang Xu, Qiangui Huang, David Liu, S. Kevin Zhou, Zhoubing Xu, JinHyeong Park, Mingqing Chen, Trac D. Tran, Sang Peter Chin, Dimitris Metaxas, Dorin Comaniciu

    Abstract: Automatic localization and labeling of vertebra in 3D medical images plays an important role in many clinical tasks, including pathological diagnosis, surgical planning and postoperative assessment. However, the unusual conditions of pathological cases, such as the abnormal spine curvature, bright visual imaging artifacts caused by metal implants, and the limited field of view, increase the diffic… ▽ More

    Submitted 16 May, 2017; originally announced May 2017.

  19. Generalized Coherence Concurrence and Path distinguishability

    Authors: Seungbeom Chin

    Abstract: We propose a new family of coherence monotones, named the \emph{generalized coherence concurrence} (or coherence $k$-concurrence), which is an analogous concept to the generalized entanglement concurrence. The coherence $k$-concurrence of a state is nonzero if and only if the coherence number (a recently introduced discrete coherence monotone) of the state is not smaller than $k$, and a state can… ▽ More

    Submitted 18 June, 2017; v1 submitted 20 February, 2017; originally announced February 2017.

    Comments: 9 pages, Revtex 4.1; (v3) new analysis on the application of generalized coherence concurrence to multi-path interference problems, former title "Generalized Coherence Concurrence and Coherence Number", (v4) minor error corrections

    Journal ref: J. Phys. A: Math. Theor. 50 475302 (2017)

  20. Coherence number as a discrete quantum resource

    Authors: Seungbeom Chin

    Abstract: We introduce a new discrete coherence monotone named the \emph{coherence number}, which is a generalization of the coherence rank to mixed states. After defining the coherence number in a similar manner to the Schmidt number in entanglement theory, we present a necessary and sufficient condition of the coherence number for a coherent state to be converted to an entangled state of nonzero $k$-concu… ▽ More

    Submitted 8 June, 2017; v1 submitted 10 February, 2017; originally announced February 2017.

    Comments: 10 pages, Revtex 4.1; (v3) new analysis on the aspect of coherence number as a resource for the Grover algorithm, former title "Conversion of Coherence into Entanglement $ k $-concurrence" ; (v4) minor corrections and clarifications, 1 figure added

    Journal ref: Phys. Rev. A 96, 042336 (2017)

  21. arXiv:1411.5005  [pdf, ps, other

    cs.CR

    Detection of Early-Stage Enterprise Infection by Mining Large-Scale Log Data

    Authors: Alina Oprea, Zhou Li, Ting-Fang Yen, Sang Chin, Sumayah Alrwais

    Abstract: Recent years have seen the rise of more sophisticated attacks including advanced persistent threats (APTs) which pose severe risks to organizations and governments by targeting confidential proprietary information. Additionally, new malware strains are appearing at a higher rate than ever before. Since many of these malware are designed to evade existing security products, traditional defenses dep… ▽ More

    Submitted 24 November, 2014; v1 submitted 18 November, 2014; originally announced November 2014.

  22. arXiv:1410.8068  [pdf

    cs.IR

    Health Information Search Behavior on the Web: A Pilot Study

    Authors: Shanu Sushmita, Si-Chi Chin

    Abstract: Searching health information on web has become an integral part of today's world, and many people turn to the Web for healthcare information and healthcare assessment. Our pilot study investigates users' preferences for the type of search results (image, news, video, etc.), and investigates users' ability to accurately interpret online health information for the purpose of self diagnosis. The prel… ▽ More

    Submitted 27 October, 2014; originally announced October 2014.

  23. arXiv:1401.7043  [pdf, ps, other

    cs.DM cs.GT

    Randomized Minmax Regret for Combinatorial Optimization Under Uncertainty

    Authors: Andrew Mastin, Patrick Jaillet, Sang Chin

    Abstract: The minmax regret problem for combinatorial optimization under uncertainty can be viewed as a zero-sum game played between an optimizing player and an adversary, where the optimizing player selects a solution and the adversary selects costs with the intention of maximizing the regret of the player. The existing minmax regret model considers only deterministic solutions/strategies, and minmax regre… ▽ More

    Submitted 19 September, 2014; v1 submitted 27 January, 2014; originally announced January 2014.

  24. arXiv:1306.2094  [pdf

    cs.LG stat.AP

    Predicting Risk-of-Readmission for Congestive Heart Failure Patients: A Multi-Layer Approach

    Authors: Kiyana Zolfaghar, Nele Verbiest, Jayshree Agarwal, Naren Meadem, Si-Chi Chin, Senjuti Basu Roy, Ankur Teredesai, David Hazel, Paul Amoroso, Lester Reed

    Abstract: Mitigating risk-of-readmission of Congestive Heart Failure (CHF) patients within 30 days of discharge is important because such readmissions are not only expensive but also critical indicator of provider care and quality of treatment. Accurately predicting the risk-of-readmission may allow hospitals to identify high-risk patients and eventually improve quality of care by identifying factors that c… ▽ More

    Submitted 9 June, 2013; originally announced June 2013.