Skip to main content

Showing 1–44 of 44 results for author: Nguyen, M H

.
  1. EMO-KNOW: A Large Scale Dataset on Emotion and Emotion-cause

    Authors: Mia Huong Nguyen, Yasith Samaradivakara, Prasanth Sasikumar, Chitralekha Gupta, Suranga Nanayakkara

    Abstract: Emotion-Cause analysis has attracted the attention of researchers in recent years. However, most existing datasets are limited in size and number of emotion categories. They often focus on extracting parts of the document that contain the emotion cause and fail to provide more abstractive, generalizable root cause. To bridge this gap, we introduce a large-scale dataset of emotion causes, derived f… ▽ More

    Submitted 18 June, 2024; originally announced June 2024.

    Comments: Accepted to Findings of EMNLP 2023

    Journal ref: Findings of EMNLP 2023

  2. arXiv:2406.11912  [pdf, other

    cs.SE cs.AI

    AgileCoder: Dynamic Collaborative Agents for Software Development based on Agile Methodology

    Authors: Minh Huynh Nguyen, Thang Phan Chau, Phong X. Nguyen, Nghi D. Q. Bui

    Abstract: Software agents have emerged as promising tools for addressing complex software engineering tasks. However, existing works oversimplify software development workflows by following the waterfall model. Thus, we propose AgileCoder, a multi-agent system that integrates Agile Methodology (AM) into the framework. This system assigns specific AM roles such as Product Manager, Developer, and Tester to di… ▽ More

    Submitted 16 June, 2024; originally announced June 2024.

  3. arXiv:2406.10853  [pdf, other

    cs.CV

    MV2Cyl: Reconstructing 3D Extrusion Cylinders from Multi-View Images

    Authors: Eunji Hong, Minh Hieu Nguyen, Mikaela Angelina Uy, Minhyuk Sung

    Abstract: We present MV2Cyl, a novel method for reconstructing 3D from 2D multi-view images, not merely as a field or raw geometry but as a sketch-extrude CAD model. Extracting extrusion cylinders from raw 3D geometry has been extensively researched in computer vision, while the processing of 3D data through neural networks has remained a bottleneck. Since 3D scans are generally accompanied by multi-view im… ▽ More

    Submitted 16 June, 2024; originally announced June 2024.

    Comments: 24 pages

  4. arXiv:2406.06239  [pdf, other

    cs.CV

    I-MPN: Inductive Message Passing Network for Effective and Efficient Human-in-the-Loop Annotation of Mobile Eye Tracking Data

    Authors: Hoang H. Le, Duy M. H. Nguyen, Omair Shahzad Bhatti, Laszlo Kopacsi, Thinh P. Ngo, Binh T. Nguyen, Michael Barz, Daniel Sonntag

    Abstract: Understanding human visual processing in dynamic environments is essential for psychology and human-centered interaction design. Mobile eye-tracking systems, combining egocentric video and gaze signals, offer valuable insights. However, manual analysis of these recordings is time-intensive. In this work, we present a novel human-centered learning algorithm designed for automated object recognition… ▽ More

    Submitted 10 June, 2024; originally announced June 2024.

    Comments: First version

  5. arXiv:2405.18605  [pdf, ps, other

    cs.CL cs.IR q-bio.MN

    BioBERT-based Deep Learning and Merged ChemProt-DrugProt for Enhanced Biomedical Relation Extraction

    Authors: Bridget T. McInnes, Jiawei Tang, Darshini Mahendran, Mai H. Nguyen

    Abstract: This paper presents a methodology for enhancing relation extraction from biomedical texts, focusing specifically on chemical-gene interactions. Leveraging the BioBERT model and a multi-layer fully connected network architecture, our approach integrates the ChemProt and DrugProt datasets using a novel merging strategy. Through extensive experimentation, we demonstrate significant performance improv… ▽ More

    Submitted 28 May, 2024; originally announced May 2024.

  6. arXiv:2405.16148  [pdf, other

    cs.LG

    Accelerating Transformers with Spectrum-Preserving Token Merging

    Authors: Hoai-Chau Tran, Duy M. H. Nguyen, Duy M. Nguyen, Trung-Tin Nguyen, Ngan Le, Pengtao Xie, Daniel Sonntag, James Y. Zou, Binh T. Nguyen, Mathias Niepert

    Abstract: Increasing the throughput of the Transformer architecture, a foundational component used in numerous state-of-the-art models for vision and language tasks (e.g., GPT, LLaVa), is an important problem in machine learning. One recent and effective strategy is to merge token representations within Transformer models, aiming to reduce computational and memory requirements while maintaining accuracy. Pr… ▽ More

    Submitted 25 May, 2024; originally announced May 2024.

    Comments: Version 1

  7. arXiv:2402.01975  [pdf, other

    cs.LG

    Structure-Aware E(3)-Invariant Molecular Conformer Aggregation Networks

    Authors: Duy M. H. Nguyen, Nina Lukashina, Tai Nguyen, An T. Le, TrungTin Nguyen, Nhat Ho, Jan Peters, Daniel Sonntag, Viktor Zaverkin, Mathias Niepert

    Abstract: A molecule's 2D representation consists of its atoms, their attributes, and the molecule's covalent bonds. A 3D (geometric) representation of a molecule is called a conformer and consists of its atom types and Cartesian coordinates. Every conformer has a potential energy, and the lower this energy, the more likely it occurs in nature. Most existing machine learning methods for molecular property p… ▽ More

    Submitted 10 June, 2024; v1 submitted 2 February, 2024; originally announced February 2024.

    Comments: Accepted at ICML 2024

  8. arXiv:2311.11096  [pdf, other

    eess.IV cs.CV

    On the Out of Distribution Robustness of Foundation Models in Medical Image Segmentation

    Authors: Duy Minh Ho Nguyen, Tan Ngoc Pham, Nghiem Tuong Diep, Nghi Quoc Phan, Quang Pham, Vinh Tong, Binh T. Nguyen, Ngan Hoang Le, Nhat Ho, Pengtao Xie, Daniel Sonntag, Mathias Niepert

    Abstract: Constructing a robust model that can effectively generalize to test samples under distribution shifts remains a significant challenge in the field of medical imaging. The foundational models for vision and language, pre-trained on extensive sets of natural image and text data, have emerged as a promising approach. It showcases impressive learning abilities across different tasks with the need for… ▽ More

    Submitted 18 November, 2023; originally announced November 2023.

    Comments: Advances in Neural Information Processing Systems (NeurIPS) 2023, Workshop on robustness of zero/few-shot learning in foundation models

  9. arXiv:2311.03366  [pdf, other

    cs.SE cs.AI cs.LG

    Functional Overlap Reranking for Neural Code Generation

    Authors: Hung Quoc To, Minh Huynh Nguyen, Nghi D. Q. Bui

    Abstract: Code Large Language Models (CodeLLMs) have ushered in a new era in code generation advancements. However, selecting the best code solutions from all possible CodeLLM outputs remains a challenge. Previous methods often overlooked the intricate functional similarities and interactions between solution clusters. We introduce SRank, a novel reranking strategy for selecting the best solutions from code… ▽ More

    Submitted 22 June, 2024; v1 submitted 16 October, 2023; originally announced November 2023.

    Comments: EMNLP 2024, Long Findings

  10. arXiv:2310.10690  [pdf, other

    cs.CL cs.AI

    Large Language Models for In-Context Student Modeling: Synthesizing Student's Behavior in Visual Programming

    Authors: Manh Hung Nguyen, Sebastian Tschiatschek, Adish Singla

    Abstract: Student modeling is central to many educational technologies as it enables predicting future learning outcomes and designing targeted instructional strategies. However, open-ended learning domains pose challenges for accurately modeling students due to the diverse behaviors and a large space of possible misconceptions. To approach these challenges, we explore the application of large language mode… ▽ More

    Submitted 3 May, 2024; v1 submitted 15 October, 2023; originally announced October 2023.

    Comments: Published in International Conference on Educational Data Mining (EDM) 2024

  11. arXiv:2310.01593  [pdf, other

    cs.LG cs.AI stat.AP

    Prescribed Fire Modeling using Knowledge-Guided Machine Learning for Land Management

    Authors: Somya Sharma Chatterjee, Kelly Lindsay, Neel Chatterjee, Rohan Patil, Ilkay Altintas De Callafon, Michael Steinbach, Daniel Giron, Mai H. Nguyen, Vipin Kumar

    Abstract: In recent years, the increasing threat of devastating wildfires has underscored the need for effective prescribed fire management. Process-based computer simulations have traditionally been employed to plan prescribed fires for wildfire prevention. However, even simplified process models like QUIC-Fire are too compute-intensive to be used for real-time decision-making, especially when weather cond… ▽ More

    Submitted 2 October, 2023; originally announced October 2023.

  12. arXiv:2306.11925  [pdf, other

    cs.CV

    LVM-Med: Learning Large-Scale Self-Supervised Vision Models for Medical Imaging via Second-order Graph Matching

    Authors: Duy M. H. Nguyen, Hoang Nguyen, Nghiem T. Diep, Tan N. Pham, Tri Cao, Binh T. Nguyen, Paul Swoboda, Nhat Ho, Shadi Albarqouni, Pengtao Xie, Daniel Sonntag, Mathias Niepert

    Abstract: Obtaining large pre-trained models that can be fine-tuned to new tasks with limited annotated samples has remained an open challenge for medical imaging data. While pre-trained deep networks on ImageNet and vision-language foundation models trained on web-scale data are prevailing approaches, their effectiveness on medical tasks is limited due to the significant domain shift between natural and me… ▽ More

    Submitted 18 November, 2023; v1 submitted 20 June, 2023; originally announced June 2023.

    Comments: Accepted at NeurIPS 2023

  13. arXiv:2303.12236  [pdf, other

    cs.CV

    SALAD: Part-Level Latent Diffusion for 3D Shape Generation and Manipulation

    Authors: Juil Koo, Seungwoo Yoo, Minh Hieu Nguyen, Minhyuk Sung

    Abstract: We present a cascaded diffusion model based on a part-level implicit 3D representation. Our model achieves state-of-the-art generation quality and also enables part-level shape editing and manipulation without any additional training in conditional setup. Diffusion models have demonstrated impressive capabilities in data generation as well as zero-shot completion and editing via a guided reverse p… ▽ More

    Submitted 20 March, 2024; v1 submitted 21 March, 2023; originally announced March 2023.

    Comments: Project page: https://salad3d.github.io

  14. arXiv:2302.13270  [pdf, other

    math.SG math-ph math.DS

    Integrable Systems Arising from Separation of Variables on $S^{3}$

    Authors: Diana M. H. Nguyen, Sean R. Dawson, Holger R. Dullin

    Abstract: We show that the space of orthogonally separable coordinates on the sphere $S^3$ induces a natural family of integrable systems, which after symplectic reduction leads to a family of integrable systems on $S^2 \times S^2$. The generic member of the family corresponds to ellipsoidal coordinates. We use the theory of compatible Poisson structures to study the critical points and critical values of t… ▽ More

    Submitted 26 February, 2023; originally announced February 2023.

    Comments: 37 pages, 11 figures

    MSC Class: 37J15; 37J35; 53D20; 53D22; 81Q20

  15. arXiv:2212.14615  [pdf, other

    cs.CV

    DRG-Net: Interactive Joint Learning of Multi-lesion Segmentation and Classification for Diabetic Retinopathy Grading

    Authors: Hasan Md Tusfiqur, Duy M. H. Nguyen, Mai T. N. Truong, Triet A. Nguyen, Binh T. Nguyen, Michael Barz, Hans-Juergen Profitlich, Ngoc T. T. Than, Ngan Le, Pengtao Xie, Daniel Sonntag

    Abstract: Diabetic Retinopathy (DR) is a leading cause of vision loss in the world, and early DR detection is necessary to prevent vision loss and support an appropriate treatment. In this work, we leverage interactive machine learning and introduce a joint learning framework, termed DRG-Net, to effectively learn both disease grading and multi-lesion segmentation. Our DRG-Net consists of two modules: (i) DR… ▽ More

    Submitted 30 December, 2022; originally announced December 2022.

    Comments: First version

  16. arXiv:2212.14143  [pdf, other

    cs.CV

    Multimodal Wildland Fire Smoke Detection

    Authors: Siddhant Baldota, Shreyas Anantha Ramaprasad, Jaspreet Kaur Bhamra, Shane Luna, Ravi Ramachandra, Eugene Zen, Harrison Kim, Daniel Crawl, Ismael Perez, Ilkay Altintas, Garrison W. Cottrell, Mai H. Nguyen

    Abstract: Research has shown that climate change creates warmer temperatures and drier conditions, leading to longer wildfire seasons and increased wildfire risks in the United States. These factors have in turn led to increases in the frequency, extent, and severity of wildfires in recent years. Given the danger posed by wildland fires to people, property, wildlife, and the environment, there is an urgency… ▽ More

    Submitted 28 December, 2022; originally announced December 2022.

  17. arXiv:2212.01893  [pdf, other

    cs.CV

    Joint Self-Supervised Image-Volume Representation Learning with Intra-Inter Contrastive Clustering

    Authors: Duy M. H. Nguyen, Hoang Nguyen, Mai T. N. Truong, Tri Cao, Binh T. Nguyen, Nhat Ho, Paul Swoboda, Shadi Albarqouni, Pengtao Xie, Daniel Sonntag

    Abstract: Collecting large-scale medical datasets with fully annotated samples for training of deep networks is prohibitively expensive, especially for 3D volume data. Recent breakthroughs in self-supervised learning (SSL) offer the ability to overcome the lack of labeled training samples by learning feature representations from unlabeled data. However, most current SSL techniques in the medical field have… ▽ More

    Submitted 4 December, 2022; originally announced December 2022.

    Comments: Accepted at AAAI 2023

  18. arXiv:2211.07400  [pdf, other

    q-fin.ST cs.AI cs.IR cs.LG

    Efficient Integration of Multi-Order Dynamics and Internal Dynamics in Stock Movement Prediction

    Authors: Thanh Trung Huynh, Minh Hieu Nguyen, Thanh Tam Nguyen, Phi Le Nguyen, Matthias Weidlich, Quoc Viet Hung Nguyen, Karl Aberer

    Abstract: Advances in deep neural network (DNN) architectures have enabled new prediction techniques for stock market data. Unlike other multivariate time-series data, stock markets show two unique characteristics: (i) \emph{multi-order dynamics}, as stock prices are affected by strong non-pairwise correlations (e.g., within the same industry); and (ii) \emph{internal dynamics}, as each individual stock sho… ▽ More

    Submitted 24 November, 2022; v1 submitted 10 November, 2022; originally announced November 2022.

    Comments: Technical report for accepted paper at WSDM 2023

  19. arXiv:2208.02821  [pdf, other

    cs.LG cs.AI

    Meta-learning from Learning Curves Challenge: Lessons learned from the First Round and Design of the Second Round

    Authors: Manh Hung Nguyen, Lisheng Sun, Nathan Grinsztajn, Isabelle Guyon

    Abstract: Meta-learning from learning curves is an important yet often neglected research area in the Machine Learning community. We introduce a series of Reinforcement Learning-based meta-learning challenges, in which an agent searches for the best suited algorithm for a given dataset, based on feedback of learning curves from the environment. The first round attracted participants both from academia and i… ▽ More

    Submitted 4 August, 2022; originally announced August 2022.

  20. arXiv:2207.08098  [pdf, other

    cs.SI cs.AI cs.LG

    Model-Agnostic and Diverse Explanations for Streaming Rumour Graphs

    Authors: Thanh Tam Nguyen, Thanh Cong Phan, Minh Hieu Nguyen, Matthias Weidlich, Hongzhi Yin, Jun Jo, Quoc Viet Hung Nguyen

    Abstract: The propagation of rumours on social media poses an important threat to societies, so that various techniques for rumour detection have been proposed recently. Yet, existing work focuses on \emph{what} entities constitute a rumour, but provides little support to understand \emph{why} the entities have been classified as such. This prevents an effective evaluation of the detected rumours as well as… ▽ More

    Submitted 17 July, 2022; originally announced July 2022.

  21. arXiv:2205.15479  [pdf, other

    cs.SE cs.AI cs.PL

    HierarchyNet: Learning to Summarize Source Code with Heterogeneous Representations

    Authors: Minh Huynh Nguyen, Nghi D. Q. Bui, Truong Son Hy, Long Tran-Thanh, Tien N. Nguyen

    Abstract: We propose a novel method for code summarization utilizing Heterogeneous Code Representations (HCRs) and our specially designed HierarchyNet. HCRs effectively capture essential code features at lexical, syntactic, and semantic levels by abstracting coarse-grained code elements and incorporating fine-grained program elements in a hierarchical structure. Our HierarchyNet method processes each layer… ▽ More

    Submitted 9 May, 2023; v1 submitted 30 May, 2022; originally announced May 2022.

  22. FIgLib & SmokeyNet: Dataset and Deep Learning Model for Real-Time Wildland Fire Smoke Detection

    Authors: Anshuman Dewangan, Yash Pande, Hans-Werner Braun, Frank Vernon, Ismael Perez, Ilkay Altintas, Garrison W. Cottrell, Mai H. Nguyen

    Abstract: The size and frequency of wildland fires in the western United States have dramatically increased in recent years. On high-fire-risk days, a small fire ignition can rapidly grow and become out of control. Early detection of fire ignitions from initial smoke can assist the response to such fires before they become difficult to manage. Past deep learning approaches for wildfire smoke detection have… ▽ More

    Submitted 14 May, 2022; v1 submitted 15 December, 2021; originally announced December 2021.

    Journal ref: Remote Sensing. 2022; 14(4):1007

  23. The Harmonic Lagrange Top and the Confluent Heun Equation

    Authors: Sean R. Dawson, Holger R. Dullin, Diana M. H. Nguyen

    Abstract: The harmonic Lagrange top is the Lagrange top plus a quadratic (harmonic) potential term. We describe the top in the space fixed frame using a global description with a Poisson structure on $T^*S^3$. This global description naturally leads to a rational parametrisation of the set of critical values of the energy-momentum map. We show that there are 4 different topological types for generic paramet… ▽ More

    Submitted 10 December, 2021; v1 submitted 28 November, 2021; originally announced November 2021.

    Comments: 14 pages, 3 figures. Revision 1: Corrected inconsistent notation in Section 7 and fixed Theorem 4

    MSC Class: 70E40; 70E17

  24. arXiv:2111.11892  [pdf, other

    cs.CV

    LMGP: Lifted Multicut Meets Geometry Projections for Multi-Camera Multi-Object Tracking

    Authors: Duy M. H. Nguyen, Roberto Henschel, Bodo Rosenhahn, Daniel Sonntag, Paul Swoboda

    Abstract: Multi-Camera Multi-Object Tracking is currently drawing attention in the computer vision field due to its superior performance in real-world applications such as video surveillance in crowded scenes or in wide spaces. In this work, we propose a mathematically elegant multi-camera multiple object tracking approach based on a spatial-temporal lifted multicut formulation. Our model utilizes state-of-… ▽ More

    Submitted 3 May, 2022; v1 submitted 23 November, 2021; originally announced November 2021.

    Comments: Official version for CVPR 2022

  25. arXiv:2110.13249  [pdf

    cond-mat.mtrl-sci cond-mat.mes-hall

    Atomistic mechanisms of binary alloy surface segregation from nanoseconds to seconds using accelerated dynamics

    Authors: Richard B. Garza, Jiyoung Lee, Mai H. Nguyen, Andrew Garmon, Danny Perez, Meng Li, Judith C. Yang, Graeme Henkelman, Wissam A. Saidi

    Abstract: Although the equilibrium composition of many alloy surfaces is well understood, the rate of transient surface segregation during annealing is not known, despite its crucial effect on alloy corrosion and catalytic reactions occurring on overlap** timescales. In this work, CuNi bimetallic alloys representing (100) surface facets are annealed in vacuum using atomistic simulations to observe the eff… ▽ More

    Submitted 25 October, 2021; originally announced October 2021.

    Comments: submitted

  26. arXiv:2109.13136  [pdf, other

    math.DG

    Construction of minimal annuli in PSL2 via a variational method

    Authors: Pascal Collin, Laurent Hauswirth, Minh Hoang Nguyen

    Abstract: We construct complete, embedded minimal annuli asymptotic to vertical planes in the Riemannian 3-manifold PSL. The boundary of these annuli consists of 4 vertical lines at infinity. They are constructed by taking the limit of a sequence of compact minimal annuli. The compactness is obtained from an estimate of curvature which uses foliations by minimal surfaces. This estimate is independent of the… ▽ More

    Submitted 27 September, 2021; originally announced September 2021.

    MSC Class: 53A10

  27. arXiv:2107.09372  [pdf, other

    cs.CV

    Self-Supervised Domain Adaptation for Diabetic Retinopathy Grading using Vessel Image Reconstruction

    Authors: Duy M. H. Nguyen, Truong T. N. Mai, Ngoc T. T. Than, Alexander Prange, Daniel Sonntag

    Abstract: This paper investigates the problem of domain adaptation for diabetic retinopathy (DR) grading. We learn invariant target-domain features by defining a novel self-supervised task based on retinal vessel image reconstructions, inspired by medical domain knowledge. Then, a benchmark of current state-of-the-art unsupervised domain adaptation methods on the DR problem is provided. It can be shown that… ▽ More

    Submitted 20 July, 2021; originally announced July 2021.

  28. arXiv:2106.09170  [pdf, other

    cs.LG

    A Survey on Semi-Supervised Learning for Delayed Partially Labelled Data Streams

    Authors: Heitor Murilo Gomes, Maciej Grzenda, Rodrigo Mello, Jesse Read, Minh Huong Le Nguyen, Albert Bifet

    Abstract: Unlabelled data appear in many domains and are particularly relevant to streaming applications, where even though data is abundant, labelled data is rare. To address the learning problems associated with such data, one can ignore the unlabelled data and focus only on the labelled data (supervised learning); use the labelled data and attempt to leverage the unlabelled data (semi-supervised learning… ▽ More

    Submitted 16 June, 2021; originally announced June 2021.

  29. arXiv:2104.02983  [pdf, other

    math.NA

    Optimal fire allocation in a combat model of mixed NCW type

    Authors: My A. Vu, Nam H. Nguyen, Hanh Le T. Nguyen, Anh N. Ta, Mong H. Nguyen

    Abstract: In this work, we introduce a nonlinear Lanchester model of NCW-type and study a problem of finding the optimal fire allocation for this model. A Blue party $B$ will fight against a Red party consisting of $A$ and $R$, where $A$ is an independent force and $R$ fights with supports from a supply unit $N$. A battle may consist of several stages but we consider the problem of finding optimal fire allo… ▽ More

    Submitted 7 April, 2021; originally announced April 2021.

  30. arXiv:2104.01641  [pdf, other

    cs.CV

    TATL: Task Agnostic Transfer Learning for Skin Attributes Detection

    Authors: Duy M. H. Nguyen, Thu T. Nguyen, Huong Vu, Quang Pham, Manh-Duy Nguyen, Binh T. Nguyen, Daniel Sonntag

    Abstract: Existing skin attributes detection methods usually initialize with a pre-trained Imagenet network and then fine-tune on a medical target task. However, we argue that such approaches are suboptimal because medical datasets are largely different from ImageNet and often contain limited training samples. In this work, we propose \emph{Task Agnostic Transfer Learning (TATL)}, a novel framework motivate… ▽ More

    Submitted 27 January, 2022; v1 submitted 4 April, 2021; originally announced April 2021.

    Comments: This version has been accepted at Medical Image Analysis

  31. arXiv:2103.13182  [pdf

    math.CO math.MG

    On the number of antipodal or strictly antipodal pairs of points in finite subsets of $\mathbb{R}^d$, III

    Authors: E. Makai Jr., H. Martini, M. H. Nguyên, V. Soltan, I. Talata

    Abstract: We improve our earlier upper bound on the numbers of antipodal pairs of points among $n$ points in ${\mathbb{R}}^3$, to $2n^2/5+O(n^c)$, for some $c<2$. We prove that the minimal number of antipodal pairs among $n$ points in convex position in ${\mathbb{R}}^d$, affinely spanning ${\mathbb{R}}^d$, is $n + d(d - 1)/2 - 1$. Let ${\underline{sa}}^s_d(n)$ be the minimum of the number of strictly antipo… ▽ More

    Submitted 2 June, 2021; v1 submitted 24 March, 2021; originally announced March 2021.

    Comments: 48 pages. New material added, from Proposition 2.10 till Theorem 2.21, with proofs

    MSC Class: Primary: 52C10; Secondary: 52B11

  32. arXiv:2009.11008  [pdf, other

    eess.IV cs.CV cs.HC

    An Attention Mechanism with Multiple Knowledge Sources for COVID-19 Detection from CT Images

    Authors: Duy M. H. Nguyen, Duy M. Nguyen, Huong Vu, Binh T. Nguyen, Fabrizio Nunnari, Daniel Sonntag

    Abstract: Until now, Coronavirus SARS-CoV-2 has caused more than 850,000 deaths and infected more than 27 million individuals in over 120 countries. Besides principal polymerase chain reaction (PCR) tests, automatically identifying positive samples based on computed tomography (CT) scans can present a promising option in the early diagnosis of COVID-19. Recently, there have been increasing efforts to utiliz… ▽ More

    Submitted 1 December, 2020; v1 submitted 23 September, 2020; originally announced September 2020.

    Comments: In AAAI 2021 Workshop: Trustworthy AI for Healthcare

  33. arXiv:2007.09362  [pdf

    cond-mat.mtrl-sci

    Optical phonons of SnSe(1-x)Sx layered semiconductor alloys

    Authors: Tharith Sriv, Thi Minh Hai Nguyen, Yang** Lee, Soo Yeon Lim, Van Quang Nguyen, Kwanpyo Kim, Sunglae Cho, Hyeonsik Cheong

    Abstract: The evolution of the optical phonons in layered semiconductor alloys SnSe1-xSx is studied as a function of the composition by using polarized Raman spectroscopy with six different excitation wavelengths (784.8, 632.8, 532, 514.5, 488, and 441.6 nm). The polarization dependences of the phonon modes are compared with transmission electron diffraction measurements to determine the crystallographic or… ▽ More

    Submitted 18 July, 2020; originally announced July 2020.

    Comments: X

  34. arXiv:2001.11270  [pdf, other

    math-ph math.DS

    Monodromy in Prolate Spheroidal Harmonics

    Authors: Sean R. Dawson, Holger R. Dullin, Diana M. H. Nguyen

    Abstract: We show that spheroidal wave functions viewed as the essential part of the joint eigenfunction of two commuting operators of $L_2(S^2)$ has a defect in the joint spectrum that makes a global labelling of the joint eigenfunctions by quantum numbers impossible. To our knowledge this is the first explicit demonstration that quantum monodromy exists in a class of classically known special functions. U… ▽ More

    Submitted 30 January, 2020; originally announced January 2020.

    Comments: 26 pages, 11 figures

    MSC Class: 37J15; 37J35; 53D20; 53D22; 81Q20

    Journal ref: Stud. Appl. Math.146 (2021) 953-982

  35. arXiv:1909.08028  [pdf

    eess.IV cs.LG

    Cardiac MRI Image Segmentation for Left Ventricle and Right Ventricle using Deep Learning

    Authors: Bosung Seo, Daniel Mariano, John Beckfield, Vinay Madenur, Yuming Hu, Tony Reina, Marcus Bobar, Mai H. Nguyen, Ilkay Altintas

    Abstract: The goal of this project is to use magnetic resonance imaging (MRI) data to provide an end-to-end analytics pipeline for left and right ventricle (LV and RV) segmentation. Another aim of the project is to find a model that would be generalizable across medical imaging datasets. We utilized a variety of models, datasets, and tests to determine which one is well suited to this purpose. Specifically,… ▽ More

    Submitted 17 September, 2019; originally announced September 2019.

  36. arXiv:1904.02774  [pdf, other

    cs.CV

    Crowd Transformer Network

    Authors: Viresh Ranjan, Mubarak Shah, Minh Hoai Nguyen

    Abstract: In this paper, we tackle the problem of Crowd Counting, and present a crowd density estimation based approach for obtaining the crowd count. Most of the existing crowd counting approaches rely on local features for estimating the crowd density map. In this work, we investigate the usefulness of combining local with non-local features for crowd counting. We use convolution layers for extracting loc… ▽ More

    Submitted 4 April, 2019; originally announced April 2019.

  37. arXiv:1810.08055  [pdf

    cs.OH cs.CY

    Ten Simple Rules for Reproducible Research in Jupyter Notebooks

    Authors: Adam Rule, Amanda Birmingham, Cristal Zuniga, Ilkay Altintas, Shih-Cheng Huang, Rob Knight, Niema Moshiri, Mai H. Nguyen, Sara Brin Rosenthal, Fernando Pérez, Peter W. Rose

    Abstract: Reproducibility of computational studies is a hallmark of scientific methodology. It enables researchers to build with confidence on the methods and findings of others, reuse and extend computational pipelines, and thereby drive scientific progress. Since many experimental studies rely on computational analyses, biologists need guidance on how to set up and document reproducible data analyses or s… ▽ More

    Submitted 13 October, 2018; originally announced October 2018.

  38. arXiv:1809.06247  [pdf

    cs.CV cs.LG stat.ML

    Left Ventricle Segmentation and Volume Estimation on Cardiac MRI using Deep Learning

    Authors: Ehab Abdelmaguid, Jolene Huang, Sanjay Kenchareddy, Disha Singla, Laura Wilke, Mai H. Nguyen, Ilkay Altintas

    Abstract: In the United States, heart disease is the leading cause of death for both men and women, accounting for 610,000 deaths each year [1]. Physicians use Magnetic Resonance Imaging (MRI) scans to take images of the heart in order to non-invasively estimate its structural and functional parameters for cardiovascular diagnosis and disease management. The end-systolic volume (ESV) and end-diastolic volum… ▽ More

    Submitted 21 November, 2018; v1 submitted 14 September, 2018; originally announced September 2018.

    Comments: 42 pages

  39. arXiv:1711.10124  [pdf, ps, other

    cs.CL

    Vietnamese Semantic Role Labelling

    Authors: Phuong Le-Hong, Thai Hoang Pham, Xuan Khoai Pham, Thi Minh Huyen Nguyen, Thi Luong Nguyen, Minh Hiep Nguyen

    Abstract: In this paper, we study semantic role labelling (SRL), a subtask of semantic parsing of natural language sentences and its application for the Vietnamese language. We present our effort in building Vietnamese PropBank, the first Vietnamese SRL corpus and a software system for labelling semantic roles of Vietnamese texts. In particular, we present a novel constituent extraction algorithm in the arg… ▽ More

    Submitted 27 November, 2017; originally announced November 2017.

    Comments: Accepted to the VNU Journal of Science

  40. The Lie-Poisson Structure of the Symmetry Reduced Regularised n-Body Problem

    Authors: Suntharan Arunasalam, Holger R. Dullin, Diana M. H. Nguyen

    Abstract: This paper investigates the symmetry reduction of the regularised n-body problem. The three body problem, regularised through quaternions, is examined in detail. We show that for a suitably chosen symmetry group action the space of quadratic invariants is closed and the Hamiltonian can be written in terms of the quadratic invariants. The corresponding Lie-Poisson structure is isomorphic to the Lie… ▽ More

    Submitted 13 August, 2014; originally announced August 2014.

    Journal ref: J. Phys. A, 48(6):065202, 2015

  41. arXiv:1312.6194  [pdf, ps, other

    math.DG

    The Dirichlet problem for the minimal surface equation in $\rm Sol_3$, with possible infinite boundary data

    Authors: Minh Hoang Nguyen

    Abstract: In this paper, we study the Dirichlet problem for the minimal surface equation in $\rm Sol_3$ with possible infinite boundary data, where $\rm Sol_3$ is the non-abelian solvable $3$-dimensional Lie group equipped with its usual left-invariant metric that makes it into a model space for one of the eight Thurston geometries. Our main result is a Jenkins-Serrin type theorem which establishes necessar… ▽ More

    Submitted 27 January, 2014; v1 submitted 20 December, 2013; originally announced December 2013.

    Comments: 43 pages, 13 figures. Presentation improved. arXiv admin note: text overlap with arXiv:0806.0498 by other authors

    MSC Class: 53A10

  42. arXiv:1305.6402  [pdf, other

    eess.SY

    From Parametric Model-based Optimization to robust PID Gain Scheduling

    Authors: Minh Hoang-Tuan Nguyen, Kok Kiong Tan

    Abstract: In chemical process applications, model predictive control effectively deals with input and state constraints during transient operations. However, industrial PID controllers directly manipulates the actuators, so they play the key role in small perturbation robustness. This paper considers the problem of augmenting the commonplace PID with the constraint handling and optimization functionalities… ▽ More

    Submitted 28 May, 2013; originally announced May 2013.

    Comments: 7 pages, 5 figures, submitted to JPC

  43. Enhanced Predictive Ratio Control of Interacting Systems

    Authors: Minh Hoang-Tuan Nguyen, Kok Kiong Tan, Sunan Huang

    Abstract: Ratio control for two interacting processes is proposed with a PID feedforward design based on model predictive control (MPC) scheme. At each sampling instant, the MPC control action minimizes a state-dependent performance index associated with a PID-type state vector, thus yielding a PID-type control structure. Compared to the standard MPC formulations with separated single-variable control, such… ▽ More

    Submitted 28 May, 2013; originally announced May 2013.

    Comments: 9 pages, 7 figures, 1 table

    Journal ref: Journal of Process Control, Volume 21, Issue 7, August 2011, Pages 1115 to 1125

  44. arXiv:1305.6379  [pdf, other

    eess.SY

    Robust Precision Positioning Control on Linear Ultrasonic Motor

    Authors: Minh H-T Nguyen, Kok Kiong Tan, Wenyu Liang, Chek Sing Teo

    Abstract: Ultrasonic motors used in high-precision mechatronics are characterized by strong frictional effects, which are among the main problems in precision motion control. The traditional methods apply model-based nonlinear feedforward to compensate the friction, thus requiring closed-loop stability and safety constraint considerations. Implementation of these methods requires complex designed experiment… ▽ More

    Submitted 28 May, 2013; originally announced May 2013.

    Comments: 6 pages, 8 figures, conference