Skip to main content

Showing 51–76 of 76 results for author: Bui, D

.
  1. A Fast Template-based Approach to Automatically Identify Primary Text Content of a Web Page

    Authors: Dat Quoc Nguyen, Dai Quoc Nguyen, Son Bao Pham, The Duy Bui

    Abstract: Search engines have become an indispensable tool for browsing information on the Internet. The user, however, is often annoyed by redundant results from irrelevant Web pages. One reason is because search engines also look at non-informative blocks of Web pages such as advertisement, navigation links, etc. In this paper, we propose a fast algorithm called FastContentExtractor to automatically detec… ▽ More

    Submitted 26 November, 2019; originally announced November 2019.

    Comments: In Proceedings of the 2009 International Conference on Knowledge and Systems Engineering (KSE 2009)

  2. arXiv:1910.12306  [pdf, ps, other

    cs.LG cs.SE stat.ML

    TreeCaps: Tree-Structured Capsule Networks for Program Source Code Processing

    Authors: Vinoj Jayasundara, Nghi Duy Quoc Bui, Lingxiao Jiang, David Lo

    Abstract: Program comprehension is a fundamental task in software development and maintenance processes. Software developers often need to understand a large amount of existing code before they can develop new features or fix bugs in existing programs. Being able to process programming language code automatically and provide summaries of code functionality accurately can significantly help developers to red… ▽ More

    Submitted 27 October, 2019; originally announced October 2019.

    Comments: in NeurIPS Workshop on ML for Systems, 2019

  3. arXiv:1909.12641  [pdf, other

    cs.LG stat.ML

    Active Federated Learning

    Authors: Jack Goetz, Kshitiz Malik, Duc Bui, Seungwhan Moon, Honglei Liu, Anuj Kumar

    Abstract: Federated Learning allows for population level models to be trained without centralizing client data by transmitting the global model to clients, calculating gradients locally, then averaging the gradients. Downloading models and uploading gradients uses the client's bandwidth, so minimizing these transmission costs is important. The data on each client is highly variable, so the benefit of traini… ▽ More

    Submitted 27 September, 2019; originally announced September 2019.

  4. arXiv:1909.12535  [pdf, other

    cs.LG stat.ML

    Federated User Representation Learning

    Authors: Duc Bui, Kshitiz Malik, Jack Goetz, Honglei Liu, Seungwhan Moon, Anuj Kumar, Kang G. Shin

    Abstract: Collaborative personalization, such as through learned user representations (embeddings), can improve the prediction accuracy of neural-network-based models significantly. We propose Federated User Representation Learning (FURL), a simple, scalable, privacy-preserving and resource-efficient way to utilize existing neural personalization techniques in the Federated Learning (FL) setting. FURL divid… ▽ More

    Submitted 27 September, 2019; originally announced September 2019.

  5. arXiv:1906.03835  [pdf, other

    cs.LG cs.SE stat.ML

    SAR: Learning Cross-Language API Map**s with Little Knowledge

    Authors: Nghi D. Q. Bui, Yijun Yu, Lingxiao Jiang

    Abstract: To save manual effort, developers often translate programs from one programming language to another, instead of implementing it from scratch. Translating application program interfaces (APIs) used in one language to functionally equivalent ones available in another language is an important aspect of program translation. Existing approaches facilitate the translation by automatically identifying th… ▽ More

    Submitted 10 June, 2019; originally announced June 2019.

    Comments: Accepted at the 27th ACM Joint European Software Engineering Conference and Symposium on the Foundations of Software Engineering (ESEC/FSE)

  6. arXiv:1905.02099  [pdf, other

    stat.ML cs.LG

    Improving and Understanding Variational Continual Learning

    Authors: Siddharth Swaroop, Cuong V. Nguyen, Thang D. Bui, Richard E. Turner

    Abstract: In the continual learning setting, tasks are encountered sequentially. The goal is to learn whilst i) avoiding catastrophic forgetting, ii) efficiently using model capacity, and iii) employing forward and backward transfer learning. In this paper, we explore how the Variational Continual Learning (VCL) framework achieves these desiderata on two benchmarks in continual learning: split MNIST and per… ▽ More

    Submitted 6 May, 2019; originally announced May 2019.

  7. arXiv:1904.11018  [pdf, other

    cs.CL

    Toponym Identification in Epidemiology Articles - A Deep Learning Approach

    Authors: MohammadReza Davari, Leila Kosseim, Tien D. Bui

    Abstract: When analyzing the spread of viruses, epidemiologists often need to identify the location of infected hosts. This information can be found in public databases, such as GenBank, however, information provided in these databases are usually limited to the country or state level. More fine-grained localization information requires phylogeographers to manually read relevant scientific articles. In this… ▽ More

    Submitted 27 April, 2019; v1 submitted 24 April, 2019; originally announced April 2019.

    Comments: 12 pages. pre-print from Proceedings of CICLing 2019: 20th International Conference on Computational Linguistics and Intelligent Text Processing

  8. arXiv:1811.11206  [pdf, other

    stat.ML cs.AI cs.LG

    Partitioned Variational Inference: A unified framework encompassing federated and continual learning

    Authors: Thang D. Bui, Cuong V. Nguyen, Siddharth Swaroop, Richard E. Turner

    Abstract: Variational inference (VI) has become the method of choice for fitting many modern probabilistic models. However, practitioners are faced with a fragmented literature that offers a bewildering array of algorithmic options. First, the variational family. Second, the granularity of the updates e.g. whether the updates are local to each data point and employ message passing or global. Third, the meth… ▽ More

    Submitted 27 November, 2018; originally announced November 2018.

  9. arXiv:1811.11082  [pdf, other

    cs.CV

    Automatic Face Aging in Videos via Deep Reinforcement Learning

    Authors: Chi Nhan Duong, Khoa Luu, Kha Gia Quach, Nghia Nguyen, Eric Patterson, Tien D. Bui, Ngan Le

    Abstract: This paper presents a novel approach to synthesize automatically age-progressed facial images in video sequences using Deep Reinforcement Learning. The proposed method models facial structures and the longitudinal face-aging process of given subjects coherently across video frames. The approach is optimized using a long-term reward, Reinforcement Learning function with deep feature extraction from… ▽ More

    Submitted 24 April, 2019; v1 submitted 27 November, 2018; originally announced November 2018.

    Comments: CVPR2019 Camera Ready, https://face-aging.github.io/RL-VAP/

  10. arXiv:1803.04715  [pdf, other

    cs.LG cs.CL cs.SE

    Hierarchical Learning of Cross-Language Map**s through Distributed Vector Representations for Code

    Authors: Nghi D. Q. Bui, Lingxiao Jiang

    Abstract: Translating a program written in one programming language to another can be useful for software development tasks that need functionality implementations in different languages. Although past studies have considered this problem, they may be either specific to the language grammars, or specific to certain kinds of code elements (e.g., tokens, phrases, API uses). This paper proposes a new approach… ▽ More

    Submitted 13 March, 2018; originally announced March 2018.

    Comments: Accepted at ICSE'18

  11. A Factoid Question Answering System for Vietnamese

    Authors: Phuong Le-Hong, Duc-Thien Bui

    Abstract: In this paper, we describe the development of an end-to-end factoid question answering system for the Vietnamese language. This system combines both statistical models and ontology-based methods in a chain of processing modules to provide high-quality map**s from natural language text to entities. We present the challenges in the development of such an intelligent user interface for an isolating… ▽ More

    Submitted 28 March, 2018; v1 submitted 1 March, 2018; originally announced March 2018.

    Comments: In the proceedings of the HQA'18 workshop, The Web Conference Companion, Lyon, France

  12. arXiv:1802.08726  [pdf, other

    cs.CV

    Longitudinal Face Aging in the Wild - Recent Deep Learning Approaches

    Authors: Chi Nhan Duong, Khoa Luu, Kha Gia Quach, Tien D. Bui

    Abstract: Face Aging has raised considerable attentions and interest from the computer vision community in recent years. Numerous approaches ranging from purely image processing techniques to deep learning structures have been proposed in literature. In this paper, we aim to give a review of recent developments of modern deep learning based approaches, i.e. Deep Generative Models, for Face Aging task. Their… ▽ More

    Submitted 23 February, 2018; originally announced February 2018.

  13. arXiv:1711.10520  [pdf, other

    cs.CV

    Learning from Longitudinal Face Demonstration - Where Tractable Deep Modeling Meets Inverse Reinforcement Learning

    Authors: Chi Nhan Duong, Kha Gia Quach, Khoa Luu, T. Hoang Ngan Le, Marios Savvides, Tien D. Bui

    Abstract: This paper presents a novel Subject-dependent Deep Aging Path (SDAP), which inherits the merits of both Generative Probabilistic Modeling and Inverse Reinforcement Learning to model the facial structures and the longitudinal face aging process of a given subject. The proposed SDAP is optimized using tractable log-likelihood objective functions with Convolutional Neural Networks (CNNs) based deep f… ▽ More

    Submitted 2 February, 2019; v1 submitted 28 November, 2017; originally announced November 2017.

  14. arXiv:1710.10628  [pdf, other

    stat.ML cs.LG

    Variational Continual Learning

    Authors: Cuong V. Nguyen, Yingzhen Li, Thang D. Bui, Richard E. Turner

    Abstract: This paper develops variational continual learning (VCL), a simple but general framework for continual learning that fuses online variational inference (VI) and recent advances in Monte Carlo VI for neural networks. The framework can successfully train both deep discriminative models and deep generative models in complex continual learning settings where existing tasks evolve over time and entirel… ▽ More

    Submitted 20 May, 2018; v1 submitted 29 October, 2017; originally announced October 2017.

    Comments: Published at International Conference on Learning Representations (ICLR) 2018

  15. arXiv:1710.06159  [pdf, other

    cs.LG

    Cross-Language Learning for Program Classification using Bilateral Tree-Based Convolutional Neural Networks

    Authors: Nghi D. Q. Bui, Lingxiao Jiang, Yijun Yu

    Abstract: Towards the vision of translating code that implements an algorithm from one programming language into another, this paper proposes an approach for automated program classification using bilateral tree-based convolutional neural networks (BiTBCNNs). It is layered on top of two tree-based convolutional neural networks (TBCNNs), each of which recognizes the algorithm of code written in an individual… ▽ More

    Submitted 29 November, 2017; v1 submitted 17 October, 2017; originally announced October 2017.

    Comments: Accepted at NL4SE Workshop, AAAI'18

  16. arXiv:1709.03199  [pdf, other

    cs.CV

    3D Densely Convolutional Networks for Volumetric Segmentation

    Authors: Toan Duc Bui, Jitae Shin, Taesup Moon

    Abstract: In the isointense stage, the accurate volumetric image segmentation is a challenging task due to the low contrast between tissues. In this paper, we propose a novel very deep network architecture based on a densely convolutional network for volumetric brain segmentation. The proposed network architecture provides a dense connection between layers that aims to improve the information flow in the ne… ▽ More

    Submitted 13 September, 2017; v1 submitted 10 September, 2017; originally announced September 2017.

    Comments: 7 pages

  17. arXiv:1705.07131  [pdf, other

    stat.ML

    Streaming Sparse Gaussian Process Approximations

    Authors: Thang D. Bui, Cuong V. Nguyen, Richard E. Turner

    Abstract: Sparse pseudo-point approximations for Gaussian process (GP) models provide a suite of methods that support deployment of GPs in the large data regime and enable analytic intractabilities to be sidestepped. However, the field lacks a principled method to handle streaming data in which both the posterior distribution over function values and the hyperparameter estimates are updated in an online fas… ▽ More

    Submitted 12 November, 2017; v1 submitted 19 May, 2017; originally announced May 2017.

    Comments: To appear at the 31st Conference on Neural Information Processing Systems (NIPS 2017), Long Beach, CA, USA. The first two authors contributed equally to this work

  18. arXiv:1703.04818  [pdf, other

    cs.LG cs.NE

    Neural Graph Machines: Learning Neural Networks Using Graphs

    Authors: Thang D. Bui, Sujith Ravi, Vivek Ramavajjala

    Abstract: Label propagation is a powerful and flexible semi-supervised learning technique on graphs. Neural networks, on the other hand, have proven track records in many supervised learning tasks. In this work, we propose a training framework with a graph-regularised objective, namely "Neural Graph Machines", that can combine the power of neural networks and label propagation. This work generalises previou… ▽ More

    Submitted 14 March, 2017; originally announced March 2017.

    Comments: 9 pages

  19. Phase diagram of microcavity exciton-polariton condensates

    Authors: Dinh-Hoi Bui, Van-Nham Phan

    Abstract: In this work, we study the exciton-polariton condensate phase transition in a microcavity matter-light system in which electron-hole Coulomb interaction and matter-light coupling effects are treated on an equal footing. In the framework of the unrestricted Hartree-Fock approximation applying the two-dimensional exciton-polariton model, we derive the self-consistent equations determining simultaneo… ▽ More

    Submitted 13 February, 2017; originally announced February 2017.

    Comments: 7 pages, 6 figures

    Journal ref: Europhys. Lett. 116, 57004 (2016)

  20. Deep Appearance Models: A Deep Boltzmann Machine Approach for Face Modeling

    Authors: Chi Nhan Duong, Khoa Luu, Kha Gia Quach, Tien D. Bui

    Abstract: The "interpretation through synthesis" approach to analyze face images, particularly Active Appearance Models (AAMs) method, has become one of the most successful face modeling approaches over the last two decades. AAM models have ability to represent face images through synthesis using a controllable parameterized Principal Component Analysis (PCA) model. However, the accuracy and robustness of t… ▽ More

    Submitted 21 December, 2017; v1 submitted 22 July, 2016; originally announced July 2016.

  21. arXiv:1607.00659  [pdf, other

    cs.CV

    Robust Deep Appearance Models

    Authors: Kha Gia Quach, Chi Nhan Duong, Khoa Luu, Tien D. Bui

    Abstract: This paper presents a novel Robust Deep Appearance Models to learn the non-linear correlation between shape and texture of face images. In this approach, two crucial components of face images, i.e. shape and texture, are represented by Deep Boltzmann Machines and Robust Deep Boltzmann Machines (RDBM), respectively. The RDBM, an alternative form of Robust Boltzmann Machines, can separate corrupted/… ▽ More

    Submitted 3 July, 2016; originally announced July 2016.

    Comments: 6 pages, 8 figures, submitted to ICPR 2016

  22. Longitudinal Face Modeling via Temporal Deep Restricted Boltzmann Machines

    Authors: Chi Nhan Duong, Khoa Luu, Kha Gia Quach, Tien D. Bui

    Abstract: Modeling the face aging process is a challenging task due to large and non-linear variations present in different stages of face development. This paper presents a deep model approach for face age progression that can efficiently capture the non-linear aging process and automatically synthesize a series of age-progressed faces in various age ranges. In this approach, we first decompose the long-te… ▽ More

    Submitted 7 June, 2016; originally announced June 2016.

    Comments: in The IEEE Conference on Computer Vision and Pattern Recognition (CVPR) 2016

  23. arXiv:1605.07066  [pdf, other

    stat.ML cs.LG

    A Unifying Framework for Gaussian Process Pseudo-Point Approximations using Power Expectation Propagation

    Authors: Thang D. Bui, Josiah Yan, Richard E. Turner

    Abstract: Gaussian processes (GPs) are flexible distributions over functions that enable high-level assumptions about unknown functions to be encoded in a parsimonious, flexible and general way. Although elegant, the application of GPs is limited by computational and analytical intractabilities that arise when data are sufficiently numerous or when employing non-Gaussian models. Consequently, a wealth of GP… ▽ More

    Submitted 5 October, 2017; v1 submitted 23 May, 2016; originally announced May 2016.

  24. arXiv:1602.04133  [pdf, ps, other

    stat.ML cs.LG

    Deep Gaussian Processes for Regression using Approximate Expectation Propagation

    Authors: Thang D. Bui, Daniel Hernández-Lobato, Yingzhen Li, José Miguel Hernández-Lobato, Richard E. Turner

    Abstract: Deep Gaussian processes (DGPs) are multi-layer hierarchical generalisations of Gaussian processes (GPs) and are formally equivalent to neural networks with multiple, infinitely wide hidden layers. DGPs are nonparametric probabilistic models and as such are arguably more flexible, have a greater capacity to generalise, and provide better calibrated uncertainty estimates than alternative deep models… ▽ More

    Submitted 12 February, 2016; originally announced February 2016.

  25. arXiv:1512.00501  [pdf, other

    cs.DS

    CacheDiff: Fast Random Sampling

    Authors: Dai Nguyen Bui

    Abstract: We present a sampling method called, CacheDiff, that has both time and space complexity of O(k) to randomly select k items from a pool of N items, in which N is known.

    Submitted 1 December, 2015; originally announced December 2015.

  26. arXiv:1511.03405  [pdf, ps, other

    stat.ML

    Training Deep Gaussian Processes using Stochastic Expectation Propagation and Probabilistic Backpropagation

    Authors: Thang D. Bui, José Miguel Hernández-Lobato, Yingzhen Li, Daniel Hernández-Lobato, Richard E. Turner

    Abstract: Deep Gaussian processes (DGPs) are multi-layer hierarchical generalisations of Gaussian processes (GPs) and are formally equivalent to neural networks with multiple, infinitely wide hidden layers. DGPs are probabilistic and non-parametric and as such are arguably more flexible, have a greater capacity to generalise, and provide better calibrated uncertainty estimates than alternative deep models.… ▽ More

    Submitted 11 November, 2015; originally announced November 2015.

    Comments: accepted to Workshop on Advances in Approximate Bayesian Inference, NIPS 2015