Skip to main content

Showing 1–50 of 105 results for author: Huynh, T

Searching in archive cs. Search in all archives.
.
  1. arXiv:2407.03665  [pdf, other

    cs.IR cs.AI cs.LG cs.SI stat.ML

    Heterogeneous Hypergraph Embedding for Recommendation Systems

    Authors: Darnbi Sakong, Viet Hung Vu, Thanh Trung Huynh, Phi Le Nguyen, Hongzhi Yin, Quoc Viet Hung Nguyen, Thanh Tam Nguyen

    Abstract: Recent advancements in recommender systems have focused on integrating knowledge graphs (KGs) to leverage their auxiliary information. The core idea of KG-enhanced recommenders is to incorporate rich semantic information for more accurate recommendations. However, two main challenges persist: i) Neglecting complex higher-order interactions in the KG-based user-item network, potentially leading to… ▽ More

    Submitted 4 July, 2024; originally announced July 2024.

  2. arXiv:2406.17716  [pdf, other

    cs.CL

    ViANLI: Adversarial Natural Language Inference for Vietnamese

    Authors: Tin Van Huynh, Kiet Van Nguyen, Ngan Luu-Thuy Nguyen

    Abstract: The development of Natural Language Processing (NLI) datasets and models has been inspired by innovations in annotation design. With the rapid development of machine learning models today, the performance of existing machine learning models has quickly reached state-of-the-art results on a variety of tasks related to natural language processing, including natural language inference tasks. By using… ▽ More

    Submitted 1 July, 2024; v1 submitted 25 June, 2024; originally announced June 2024.

  3. arXiv:2406.17092  [pdf, other

    cs.CR cs.AI

    BEEAR: Embedding-based Adversarial Removal of Safety Backdoors in Instruction-tuned Language Models

    Authors: Yi Zeng, Weiyu Sun, Tran Ngoc Huynh, Dawn Song, Bo Li, Ruoxi Jia

    Abstract: Safety backdoor attacks in large language models (LLMs) enable the stealthy triggering of unsafe behaviors while evading detection during normal interactions. The high dimensionality of potential triggers in the token space and the diverse range of malicious behaviors make this a critical challenge. We present BEEAR, a mitigation approach leveraging the insight that backdoor triggers induce relati… ▽ More

    Submitted 24 June, 2024; originally announced June 2024.

  4. arXiv:2406.12593  [pdf, other

    cs.IR cs.AI cs.CL cs.LG

    PromptDSI: Prompt-based Rehearsal-free Instance-wise Incremental Learning for Document Retrieval

    Authors: Tuan-Luc Huynh, Thuy-Trang Vu, Weiqing Wang, Yinwei Wei, Trung Le, Dragan Gasevic, Yuan-Fang Li, Thanh-Toan Do

    Abstract: Differentiable Search Index (DSI) utilizes Pre-trained Language Models (PLMs) for efficient document retrieval without relying on external indexes. However, DSIs need full re-training to handle updates in dynamic corpora, causing significant computational inefficiencies. We introduce PromptDSI, a rehearsal-free, prompt-based approach for instance-wise incremental learning in document retrieval. Pr… ▽ More

    Submitted 18 June, 2024; originally announced June 2024.

    Comments: 21 pages

  5. arXiv:2406.06974  [pdf, other

    math.CO cs.DM

    Constructions, bounds, and algorithms for peaceable queens

    Authors: Katie Clinch, Matthew Drescher, Tony Huynh, Abdallah Saffidine

    Abstract: The peaceable queens problem asks to determine the maximum number $a(n)$ such that there is a placement of $a(n)$ white queens and $a(n)$ black queens on an $n \times n$ chessboard so that no queen can capture any queen of the opposite color. In this paper, we consider the peaceable queens problem and its variant on the toroidal board. For the regular board, we show that $a(n) \leq 0.1716n^2$, for… ▽ More

    Submitted 1 July, 2024; v1 submitted 11 June, 2024; originally announced June 2024.

    Comments: 22 pages, 6 figures. Corrected the constraints of our non-linear program for the regular board. The new upper bound is now $0.1716n^2$ instead of $0.1641n^2.$

    MSC Class: 68R01 ACM Class: G.2.1

  6. arXiv:2405.18040  [pdf, other

    cs.LG cs.AI cs.DC cs.ET

    Fast-FedUL: A Training-Free Federated Unlearning with Provable Skew Resilience

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

    Abstract: Federated learning (FL) has recently emerged as a compelling machine learning paradigm, prioritizing the protection of privacy for training data. The increasing demand to address issues such as ``the right to be forgotten'' and combat data poisoning attacks highlights the importance of techniques, known as \textit{unlearning}, which facilitate the removal of specific training data from trained FL… ▽ More

    Submitted 28 May, 2024; originally announced May 2024.

    Comments: Accepted in ECML PKDD 2024

  7. arXiv:2405.17971  [pdf, other

    cs.CY

    A Qualitative Analysis Framework for mHealth Privacy Practices

    Authors: Thomas Cory, Wolf Rieder, Thu-My Huynh

    Abstract: Mobile Health (mHealth) applications have become a crucial part of health monitoring and management. However, the proliferation of these applications has also raised concerns over the privacy and security of Personally Identifiable Information and Protected Health Information. Addressing these concerns, this paper introduces a novel framework for the qualitative evaluation of privacy practices in… ▽ More

    Submitted 28 May, 2024; originally announced May 2024.

    Comments: 8 pages, 6 figures, accepted at the 2024 International Workshop on Privacy Engineering (IWPE'24)

  8. arXiv:2405.07523  [pdf, other

    cs.CV cs.AI

    Adaptation of Distinct Semantics for Uncertain Areas in Polyp Segmentation

    Authors: Quang Vinh Nguyen, Van Thong Huynh, Soo-Hyung Kim

    Abstract: Colonoscopy is a common and practical method for detecting and treating polyps. Segmenting polyps from colonoscopy image is useful for diagnosis and surgery progress. Nevertheless, achieving excellent segmentation performance is still difficult because of polyp characteristics like shape, color, condition, and obvious non-distinction from the surrounding context. This work presents a new novel arc… ▽ More

    Submitted 13 May, 2024; originally announced May 2024.

    Comments: 13 pages with 7 figures, British Machine Vision Conference 2023

    ACM Class: I.5.4, I.2.1, I.4.6, J.3

  9. A Combination of BERT and Transformer for Vietnamese Spelling Correction

    Authors: Hieu Ngo Trung, Duong Tran Ham, Tin Huynh, Kiem Hoang

    Abstract: Recently, many studies have shown the efficiency of using Bidirectional Encoder Representations from Transformers (BERT) in various Natural Language Processing (NLP) tasks. Specifically, English spelling correction task that uses Encoder-Decoder architecture and takes advantage of BERT has achieved state-of-the-art result. However, to our knowledge, there is no implementation in Vietnamese yet. Th… ▽ More

    Submitted 4 May, 2024; originally announced May 2024.

    Comments: 13 pages

    Journal ref: ACIIDS 2022, LNCS, vol 13757, Springer, Cham

  10. arXiv:2404.14942  [pdf, other

    cs.CR cs.IR cs.LG

    Manipulating Recommender Systems: A Survey of Poisoning Attacks and Countermeasures

    Authors: Thanh Toan Nguyen, Quoc Viet Hung Nguyen, Thanh Tam Nguyen, Thanh Trung Huynh, Thanh Thi Nguyen, Matthias Weidlich, Hongzhi Yin

    Abstract: Recommender systems have become an integral part of online services to help users locate specific information in a sea of data. However, existing studies show that some recommender systems are vulnerable to poisoning attacks, particularly those that involve learning schemes. A poisoning attack is where an adversary injects carefully crafted data into the process of training a model, with the goal… ▽ More

    Submitted 23 April, 2024; originally announced April 2024.

  11. arXiv:2404.00673  [pdf, other

    cs.CR cs.AI cs.CY cs.LG

    A Survey of Privacy-Preserving Model Explanations: Privacy Risks, Attacks, and Countermeasures

    Authors: Thanh Tam Nguyen, Thanh Trung Huynh, Zhao Ren, Thanh Toan Nguyen, Phi Le Nguyen, Hongzhi Yin, Quoc Viet Hung Nguyen

    Abstract: As the adoption of explainable AI (XAI) continues to expand, the urgency to address its privacy implications intensifies. Despite a growing corpus of research in AI privacy and explainability, there is little attention on privacy-preserving model explanations. This article presents the first thorough survey about privacy attacks on model explanations and their countermeasures. Our contribution to… ▽ More

    Submitted 26 June, 2024; v1 submitted 31 March, 2024; originally announced April 2024.

    Comments: Revision

  12. arXiv:2402.14303  [pdf, other

    cs.CE

    Open Meshed Anatomy: Towards a comprehensive finite element hexahedral mesh derived from open atlases

    Authors: Andy Trung Huynh, Benjamin Zwick, Michael Halle, Adam Wittek, Karol Miller

    Abstract: Computational simulations using methods such as the finite element (FE) method rely on high-quality meshes for achieving accurate results. This study introduces a method for creating a high-quality hexahedral mesh using the Open Anatomy Project's brain atlas. Our atlas-based FE hexahedral mesh of the brain mitigates potential inaccuracies and uncertainties due to segmentation - a process that ofte… ▽ More

    Submitted 22 February, 2024; originally announced February 2024.

  13. arXiv:2401.01078  [pdf, other

    cs.CL cs.AI

    Vietnamese Poem Generation & The Prospect Of Cross-Language Poem-To-Poem Translation

    Authors: Triet Minh Huynh, Quan Le Bao

    Abstract: Poetry generation has been a challenging task in the field of Natural Language Processing, as it requires the model to understand the nuances of language, sentiment, and style. In this paper, we propose using Large Language Models to generate Vietnamese poems of various genres from natural language prompts, thereby facilitating an intuitive process with enhanced content control. Our most efficacio… ▽ More

    Submitted 4 January, 2024; v1 submitted 2 January, 2024; originally announced January 2024.

  14. arXiv:2312.07500  [pdf, other

    cs.CV

    Multi-Branch Network for Imagery Emotion Prediction

    Authors: Quoc-Bao Ninh, Hai-Chan Nguyen, Triet Huynh, Trung-Nghia Le

    Abstract: For a long time, images have proved perfect at both storing and conveying rich semantics, especially human emotions. A lot of research has been conducted to provide machines with the ability to recognize emotions in photos of people. Previous methods mostly focus on facial expressions but fail to consider the scene context, meanwhile scene context plays an important role in predicting emotions, le… ▽ More

    Submitted 12 December, 2023; originally announced December 2023.

    Comments: SOICT 2023

  15. arXiv:2310.18646  [pdf

    cs.AI cs.LG

    Predicting Agricultural Commodities Prices with Machine Learning: A Review of Current Research

    Authors: Nhat-Quang Tran, Anna Felipe, Thanh Nguyen Ngoc, Tom Huynh, Quang Tran, Arthur Tang, Thuy Nguyen

    Abstract: Agricultural price prediction is crucial for farmers, policymakers, and other stakeholders in the agricultural sector. However, it is a challenging task due to the complex and dynamic nature of agricultural markets. Machine learning algorithms have the potential to revolutionize agricultural price prediction by improving accuracy, real-time prediction, customization, and integration. This paper re… ▽ More

    Submitted 28 October, 2023; originally announced October 2023.

  16. arXiv:2308.02040  [pdf, other

    cs.LG eess.SP

    Learning Regionalization using Accurate Spatial Cost Gradients within a Differentiable High-Resolution Hydrological Model: Application to the French Mediterranean Region

    Authors: Ngo Nghi Truyen Huynh, Pierre-André Garambois, François Colleoni, Benjamin Renard, Hélène Roux, Julie Demargne, Maxime Jay-Allemand, Pierre Javelle

    Abstract: Estimating spatially distributed hydrological parameters in ungauged catchments poses a challenging regionalization problem and requires imposing spatial constraints given the sparsity of discharge data. A possible approach is to search for a transfer function that quantitatively relates physical descriptors to conceptual model parameters. This paper introduces a Hybrid Data Assimilation and Param… ▽ More

    Submitted 8 July, 2024; v1 submitted 2 August, 2023; originally announced August 2023.

  17. arXiv:2308.01966  [pdf, other

    cs.MM cs.CL cs.LG cs.SD eess.AS

    DCTM: Dilated Convolutional Transformer Model for Multimodal Engagement Estimation in Conversation

    Authors: Vu Ngoc Tu, Van Thong Huynh, Hyung-Jeong Yang, M. Zaigham Zaheer, Shah Nawaz, Karthik Nandakumar, Soo-Hyung Kim

    Abstract: Conversational engagement estimation is posed as a regression problem, entailing the identification of the favorable attention and involvement of the participants in the conversation. This task arises as a crucial pursuit to gain insights into human's interaction dynamics and behavior patterns within a conversation. In this research, we introduce a dilated convolutional Transformer for modeling an… ▽ More

    Submitted 31 July, 2023; originally announced August 2023.

    Comments: Accepted in ACMM Grand Challenge

  18. arXiv:2307.02497  [pdf, other

    cs.LG

    Multi-gauge Hydrological Variational Data Assimilation: Regionalization Learning with Spatial Gradients using Multilayer Perceptron and Bayesian-Guided Multivariate Regression

    Authors: Ngo Nghi Truyen Huynh, Pierre-André Garambois, François Colleoni, Benjamin Renard, Hélène Roux

    Abstract: Tackling the difficult problem of estimating spatially distributed hydrological parameters, especially for floods on ungauged watercourses, this contribution presents a novel seamless regionalization technique for learning complex regional transfer functions designed for high-resolution hydrological models. The transfer functions rely on: (i) a multilayer perceptron enabling a seamless flow of gra… ▽ More

    Submitted 4 July, 2023; originally announced July 2023.

    Journal ref: Colloque SHF 2023 - Pr{é}vision des crues et des inondations, Nov 2023, Toulouse, France

  19. arXiv:2306.12545  [pdf, other

    physics.flu-dyn cs.LG

    Neural Multigrid Memory For Computational Fluid Dynamics

    Authors: Duc Minh Nguyen, Minh Chau Vu, Tuan Anh Nguyen, Tri Huynh, Nguyen Tri Nguyen, Truong Son Hy

    Abstract: Turbulent flow simulation plays a crucial role in various applications, including aircraft and ship design, industrial process optimization, and weather prediction. In this paper, we propose an advanced data-driven method for simulating turbulent flow, representing a significant improvement over existing approaches. Our methodology combines the strengths of Video Prediction Transformer (VPTR) (Ye… ▽ More

    Submitted 24 June, 2023; v1 submitted 21 June, 2023; originally announced June 2023.

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

  20. Why Are Conversational Assistants Still Black Boxes? The Case For Transparency

    Authors: Trung Dong Huynh, William Seymour, Luc Moreau, Jose Such

    Abstract: Much has been written about privacy in the context of conversational and voice assistants. Yet, there have been remarkably few developments in terms of the actual privacy offered by these devices. But how much of this is due to the technical and design limitations of speech as an interaction modality? In this paper, we set out to reframe the discussion on why commercial conversational assistants d… ▽ More

    Submitted 8 June, 2023; originally announced June 2023.

    Comments: To appear in the Proceedings of the 2023 ACM conference on Conversational User Interfaces (CUI 23)

  21. arXiv:2305.04721  [pdf, ps, other

    math.CO cs.DM

    A Menger-type theorem for two induced paths

    Authors: Sandra Albrechtsen, Tony Huynh, Raphael W. Jacobs, Paul Knappe, Paul Wollan

    Abstract: We give an approximate Menger-type theorem for when a graph $G$ contains two $X-Y$ paths $P_1$ and $P_2$ such that $P_1 \cup P_2$ is an induced subgraph of $G$. More generally, we prove that there exists a function $f(d) \in O(d)$, such that for every graph $G$ and $X,Y \subseteq V(G)$, either there exist two $X-Y$ paths $P_1$ and $P_2$ such that the distance between $P_1$ and $P_2$ is at least… ▽ More

    Submitted 3 February, 2024; v1 submitted 8 May, 2023; originally announced May 2023.

    Comments: 13 pages, 10 figures

    MSC Class: 05C38; 90C27; 05C40; 05C12

    Journal ref: SIAM Journal on Discrete Mathematics Volume 38 Issue 2 (June 2024), Pages: 1438 - 1450

  22. arXiv:2305.00769  [pdf, other

    eess.SP cs.AI cs.LG

    Multi-scale Transformer-based Network for Emotion Recognition from Multi Physiological Signals

    Authors: Tu Vu, Van Thong Huynh, Soo-Hyung Kim

    Abstract: This paper presents an efficient Multi-scale Transformer-based approach for the task of Emotion recognition from Physiological data, which has gained widespread attention in the research community due to the vast amount of information that can be extracted from these signals using modern sensors and machine learning techniques. Our approach involves applying a Multi-modal technique combined with s… ▽ More

    Submitted 7 May, 2023; v1 submitted 1 May, 2023; originally announced May 2023.

  23. arXiv:2304.05731  [pdf, other

    cs.CV

    SketchANIMAR: Sketch-based 3D Animal Fine-Grained Retrieval

    Authors: Trung-Nghia Le, Tam V. Nguyen, Minh-Quan Le, Trong-Thuan Nguyen, Viet-Tham Huynh, Trong-Le Do, Khanh-Duy Le, Mai-Khiem Tran, Nhat Hoang-Xuan, Thang-Long Nguyen-Ho, Vinh-Tiep Nguyen, Nhat-Quynh Le-Pham, Huu-Phuc Pham, Trong-Vu Hoang, Quang-Binh Nguyen, Trong-Hieu Nguyen-Mau, Tuan-Luc Huynh, Thanh-Danh Le, Ngoc-Linh Nguyen-Ha, Tuong-Vy Truong-Thuy, Truong Hoai Phong, Tuong-Nghiem Diep, Khanh-Duy Ho, Xuan-Hieu Nguyen, Thien-Phuc Tran , et al. (9 additional authors not shown)

    Abstract: The retrieval of 3D objects has gained significant importance in recent years due to its broad range of applications in computer vision, computer graphics, virtual reality, and augmented reality. However, the retrieval of 3D objects presents significant challenges due to the intricate nature of 3D models, which can vary in shape, size, and texture, and have numerous polygons and vertices. To this… ▽ More

    Submitted 9 August, 2023; v1 submitted 12 April, 2023; originally announced April 2023.

    Comments: Accepted to Computers & Graphics (3DOR 2023, Journal track)

  24. arXiv:2303.10901  [pdf, other

    cs.DC cs.AR cs.OS

    E2C: A Visual Simulator to Reinforce Education of Heterogeneous Computing Systems

    Authors: Ali Mokhtari, Drake Rawls, Tony Huynh, Jeremiah Green, Mohsen Amini Salehi

    Abstract: With the increasing popularity of accelerator technologies (e.g., GPUs and TPUs) and the emergence of domain-specific computing via ASICs and FPGA, the matter of heterogeneity and understanding its ramifications on the performance has become more critical than ever before. However, it is challenging to effectively educate students about the potential impacts of heterogeneity on the performance of… ▽ More

    Submitted 20 March, 2023; originally announced March 2023.

    Comments: Accepted in Edupar '23, as part of IPDPS '23 Conference. arXiv admin note: text overlap with arXiv:2212.11333

  25. arXiv:2303.09917  [pdf, other

    cs.CV

    Vision Transformer for Action Units Detection

    Authors: Tu Vu, Van Thong Huynh, Soo Hyung Kim

    Abstract: Facial Action Units detection (FAUs) represents a fine-grained classification problem that involves identifying different units on the human face, as defined by the Facial Action Coding System. In this paper, we present a simple yet efficient Vision Transformer-based approach for addressing the task of Action Units (AU) detection in the context of Affective Behavior Analysis in-the-wild (ABAW) com… ▽ More

    Submitted 20 March, 2023; v1 submitted 16 March, 2023; originally announced March 2023.

    Comments: Will be updated

  26. arXiv:2301.04288  [pdf, other

    cs.CV

    Generic Event Boundary Detection in Video with Pyramid Features

    Authors: Van Thong Huynh, Hyung-Jeong Yang, Guee-Sang Lee, Soo-Hyung Kim

    Abstract: Generic event boundary detection (GEBD) aims to split video into chunks at a broad and diverse set of actions as humans naturally perceive event boundaries. In this study, we present an approach that considers the correlation between neighbor frames with pyramid feature maps in both spatial and temporal dimensions to construct a framework for localizing generic events in video. The features at mul… ▽ More

    Submitted 10 January, 2023; originally announced January 2023.

  27. arXiv:2212.05697  [pdf, other

    math.CO cs.DM

    Aharoni's rainbow cycle conjecture holds up to an additive constant

    Authors: Patrick Hompe, Tony Huynh

    Abstract: In 2017, Aharoni proposed the following generalization of the Caccetta-Häggkvist conjecture: if $G$ is a simple $n$-vertex edge-colored graph with $n$ color classes of size at least $r$, then $G$ contains a rainbow cycle of length at most $\lceil n/r \rceil$. In this paper, we prove that, for fixed $r$, Aharoni's conjecture holds up to an additive constant. Specifically, we show that for each fi… ▽ More

    Submitted 22 March, 2024; v1 submitted 11 December, 2022; originally announced December 2022.

    Comments: 11 pages, 1 figure. Incorporated referee suggestions

    MSC Class: 05C38; 05C20; 05C15

  28. arXiv:2212.00305  [pdf, other

    cs.CV

    Multilingual Communication System with Deaf Individuals Utilizing Natural and Visual Languages

    Authors: Tuan-Luc Huynh, Khoi-Nguyen Nguyen-Ngoc, Chi-Bien Chu, Minh-Triet Tran, Trung-Nghia Le

    Abstract: According to the World Federation of the Deaf, more than two hundred sign languages exist. Therefore, it is challenging to understand deaf individuals, even proficient sign language users, resulting in a barrier between the deaf community and the rest of society. To bridge this language barrier, we propose a novel multilingual communication system, namely MUGCAT, to improve the communication effic… ▽ More

    Submitted 1 December, 2022; originally announced December 2022.

  29. arXiv:2211.07897  [pdf, other

    math.CO cs.DM

    Notes on Aharoni's rainbow cycle conjecture

    Authors: Katie Clinch, Jackson Goerner, Tony Huynh, Freddie Illingworth

    Abstract: In 2017, Ron Aharoni made the following conjecture about rainbow cycles in edge-coloured graphs: If $G$ is an $n$-vertex graph whose edges are coloured with $n$ colours and each colour class has size at least $r$, then $G$ contains a rainbow cycle of length at most $\lceil \frac{n}{r} \rceil$. One motivation for studying Aharoni's conjecture is that it is a strengthening of the Caccetta-Häggkvist… ▽ More

    Submitted 20 November, 2022; v1 submitted 14 November, 2022; originally announced November 2022.

    Comments: 12 pages, 0 figures. Minor changes. Also added an exact result for the 3 colour case of Question 2.5

    MSC Class: 05C35; 05C15; 05B35; 05C20; 05C38

  30. 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

  31. arXiv:2210.08922  [pdf, other

    cs.CL

    Joint Multilingual Knowledge Graph Completion and Alignment

    Authors: Vinh Tong, Dat Quoc Nguyen, Trung Thanh Huynh, Tam Thanh Nguyen, Quoc Viet Hung Nguyen, Mathias Niepert

    Abstract: Knowledge graph (KG) alignment and completion are usually treated as two independent tasks. While recent work has leveraged entity and relation alignments from multiple KGs, such as alignments between multilingual KGs with common entities and relations, a deeper understanding of the ways in which multilingual KG completion (MKGC) can aid the creation of multilingual KG alignments (MKGA) is still l… ▽ More

    Submitted 18 October, 2022; v1 submitted 17 October, 2022; originally announced October 2022.

    Comments: EMNLP 2022 (Findings), to appear

  32. arXiv:2209.02299  [pdf, other

    cs.LG cs.AI

    A Survey of Machine Unlearning

    Authors: Thanh Tam Nguyen, Thanh Trung Huynh, Phi Le Nguyen, Alan Wee-Chung Liew, Hongzhi Yin, Quoc Viet Hung Nguyen

    Abstract: Today, computer systems hold large amounts of personal data. Yet while such an abundance of data allows breakthroughs in artificial intelligence, and especially machine learning (ML), its existence can be a threat to user privacy, and it can weaken the bonds of trust between humans and AI. Recent regulations now require that, on request, private information about a user must be removed from both c… ▽ More

    Submitted 21 October, 2022; v1 submitted 6 September, 2022; originally announced September 2022.

    Comments: discuss new and recent works as well as proof-reading

  33. arXiv:2207.04945  [pdf, other

    cs.CV cs.GR cs.MM

    SHREC'22 Track: Sketch-Based 3D Shape Retrieval in the Wild

    Authors: Jie Qin, Shuaihang Yuan, Jiaxin Chen, Boulbaba Ben Amor, Yi Fang, Nhat Hoang-Xuan, Chi-Bien Chu, Khoi-Nguyen Nguyen-Ngoc, Thien-Tri Cao, Nhat-Khang Ngo, Tuan-Luc Huynh, Hai-Dang Nguyen, Minh-Triet Tran, Haoyang Luo, Jianning Wang, Zheng Zhang, Zihao Xin, Yang Wang, Feng Wang, Ying Tang, Haiqin Chen, Yan Wang, Qunying Zhou, Ji Zhang, Hongyuan Wang

    Abstract: Sketch-based 3D shape retrieval (SBSR) is an important yet challenging task, which has drawn more and more attention in recent years. Existing approaches address the problem in a restricted setting, without appropriately simulating real application scenarios. To mimic the realistic setting, in this track, we adopt large-scale sketches drawn by amateurs of different levels of drawing skills, as wel… ▽ More

    Submitted 11 July, 2022; originally announced July 2022.

  34. arXiv:2206.06251  [pdf

    cs.SE cs.AI cs.CY

    A Methodology and Software Architecture to Support Explainability-by-Design

    Authors: Trung Dong Huynh, Niko Tsakalakis, Ayah Helal, Sophie Stalla-Bourdillon, Luc Moreau

    Abstract: Algorithms play a crucial role in many technological systems that control or affect various aspects of our lives. As a result, providing explanations for their decisions to address the needs of users and organisations is increasingly expected by laws, regulations, codes of conduct, and the public. However, as laws and regulations do not prescribe how to meet such expectations, organisations are of… ▽ More

    Submitted 25 May, 2023; v1 submitted 13 June, 2022; originally announced June 2022.

  35. arXiv:2206.04438  [pdf

    cs.AI cs.CY

    A taxonomy of explanations to support Explainability-by-Design

    Authors: Niko Tsakalakis, Sophie Stalla-Bourdillon, Trung Dong Huynh, Luc Moreau

    Abstract: As automated decision-making solutions are increasingly applied to all aspects of everyday life, capabilities to generate meaningful explanations for a variety of stakeholders (i.e., decision-makers, recipients of decisions, auditors, regulators...) become crucial. In this paper, we present a taxonomy of explanations that was developed as part of a holistic 'Explainability-by-Design' approach for… ▽ More

    Submitted 9 June, 2022; originally announced June 2022.

  36. arXiv:2206.02395  [pdf, other

    math.CO cs.DM

    Product structure of graph classes with bounded treewidth

    Authors: Rutger Campbell, Katie Clinch, Marc Distel, J. Pascal Gollin, Kevin Hendrey, Robert Hickingbotham, Tony Huynh, Freddie Illingworth, Youri Tamitegama, Jane Tan, David R. Wood

    Abstract: We show that many graphs with bounded treewidth can be described as subgraphs of the strong product of a graph with smaller treewidth and a bounded-size complete graph. To this end, define the "underlying treewidth" of a graph class $\mathcal{G}$ to be the minimum non-negative integer $c$ such that, for some function $f$, for every graph ${G \in \mathcal{G}}$ there is a graph $H$ with… ▽ More

    Submitted 17 July, 2022; v1 submitted 6 June, 2022; originally announced June 2022.

  37. arXiv:2205.06580  [pdf, other

    cs.SI cs.LG

    Detecting Rumours with Latency Guarantees using Massive Streaming Data

    Authors: Thanh Tam Nguyen, Thanh Trung Huynh, Hongzhi Yin, Matthias Weidlich, Thanh Thi Nguyen, Thai Son Mai, Quoc Viet Hung Nguyen

    Abstract: Today's social networks continuously generate massive streams of data, which provide a valuable starting point for the detection of rumours as soon as they start to propagate. However, rumour detection faces tight latency bounds, which cannot be met by contemporary algorithms, given the sheer volume of high-velocity streaming data emitted by social networks. Hence, in this paper, we argue for best… ▽ More

    Submitted 13 May, 2022; originally announced May 2022.

  38. arXiv:2205.05976  [pdf, other

    cs.IR cs.CV

    TaDeR: A New Task Dependency Recommendation for Project Management Platform

    Authors: Quynh Nguyen, Dac H. Nguyen, Son T. Huynh, Hoa K. Dam, Binh T. Nguyen

    Abstract: Many startups and companies worldwide have been using project management software and tools to monitor, track and manage their projects. For software projects, the number of tasks from the beginning to the end is quite a large number that sometimes takes a lot of time and effort to search and link the current task to a group of previous ones for further references. This paper proposes an efficient… ▽ More

    Submitted 12 May, 2022; originally announced May 2022.

    Comments: 28 pages, 1 figure, 18 tables

  39. arXiv:2205.05965  [pdf, other

    cs.IR cs.CV

    FPSRS: A Fusion Approach for Paper Submission Recommendation System

    Authors: Son T. Huynh, Nhi Dang, Dac H. Nguyen, Phong T. Huynh, Binh T. Nguyen

    Abstract: Recommender systems have been increasingly popular in entertainment and consumption and are evident in academics, especially for applications that suggest submitting scientific articles to scientists. However, because of the various acceptance rates, impact factors, and rankings in different publishers, searching for a proper venue or journal to submit a scientific work usually takes a lot of time… ▽ More

    Submitted 12 May, 2022; originally announced May 2022.

    Comments: 24 pages, 10 figures, 8 tables

  40. arXiv:2205.05940  [pdf, other

    cs.IR cs.CV

    SimCPSR: Simple Contrastive Learning for Paper Submission Recommendation System

    Authors: Duc H. Le, Tram T. Doan, Son T. Huynh, Binh T. Nguyen

    Abstract: The recommendation system plays a vital role in many areas, especially academic fields, to support researchers in submitting and increasing the acceptance of their work through the conference or journal selection process. This study proposes a transformer-based model using transfer learning as an efficient approach for the paper submission recommendation system. By combining essential information… ▽ More

    Submitted 12 May, 2022; originally announced May 2022.

    Comments: 13 pages, 1 table, 4 figures

  41. arXiv:2205.05918  [pdf, other

    cs.CV

    Fall detection using multimodal data

    Authors: Thao V. Ha, Hoang Nguyen, Son T. Huynh, Trung T. Nguyen, Binh T. Nguyen

    Abstract: In recent years, the occurrence of falls has increased and has had detrimental effects on older adults. Therefore, various machine learning approaches and datasets have been introduced to construct an efficient fall detection algorithm for the social community. This paper studies the fall detection problem based on a large public dataset, namely the UP-Fall Detection Dataset. This dataset was coll… ▽ More

    Submitted 12 May, 2022; originally announced May 2022.

    Comments: 12 pages, 5 figures, 6 tables

  42. arXiv:2204.07002  [pdf, other

    cs.CL

    XLMRQA: Open-Domain Question Answering on Vietnamese Wikipedia-based Textual Knowledge Source

    Authors: Kiet Van Nguyen, Phong Nguyen-Thuan Do, Nhat Duy Nguyen, Tin Van Huynh, Anh Gia-Tuan Nguyen, Ngan Luu-Thuy Nguyen

    Abstract: Question answering (QA) is a natural language understanding task within the fields of information retrieval and information extraction that has attracted much attention from the computational linguistics and artificial intelligence research community in recent years because of the strong development of machine reading comprehension-based models. A reader-based QA system is a high-level search engi… ▽ More

    Submitted 13 August, 2022; v1 submitted 14 April, 2022; originally announced April 2022.

    Comments: Accepted by ACIIDS 2022

  43. arXiv:2204.02513  [pdf

    q-bio.BM cs.LG physics.bio-ph

    In-Pocket 3D Graphs Enhance Ligand-Target Compatibility in Generative Small-Molecule Creation

    Authors: Seung-gu Kang, Jeffrey K. Weber, Joseph A. Morrone, Leili Zhang, Tien Huynh, Wendy D. Cornell

    Abstract: Proteins in complex with small molecule ligands represent the core of structure-based drug discovery. However, three-dimensional representations are absent from most deep-learning-based generative models. We here present a graph-based generative modeling technology that encodes explicit 3D protein-ligand contacts within a relational graph architecture. The models combine a conditional variational… ▽ More

    Submitted 5 April, 2022; originally announced April 2022.

    Comments: 5 pages, 3 figures

  44. VLSP 2021 - ViMRC Challenge: Vietnamese Machine Reading Comprehension

    Authors: Kiet Van Nguyen, Son Quoc Tran, Luan Thanh Nguyen, Tin Van Huynh, Son T. Luu, Ngan Luu-Thuy Nguyen

    Abstract: One of the emerging research trends in natural language understanding is machine reading comprehension (MRC) which is the task to find answers to human questions based on textual data. Existing Vietnamese datasets for MRC research concentrate solely on answerable questions. However, in reality, questions can be unanswerable for which the correct answer is not stated in the given textual data. To a… ▽ More

    Submitted 4 April, 2022; v1 submitted 21 March, 2022; originally announced March 2022.

    Comments: The 8th International Workshop on Vietnamese Language and Speech Processing (VLSP 2021)

  45. arXiv:2112.09266  [pdf, other

    cs.CL cs.AI cs.LG

    Incomplete Knowledge Graph Alignment

    Authors: Vinh Van Tong, Thanh Trung Huynh, Thanh Tam Nguyen, Hongzhi Yin, Quoc Viet Hung Nguyen, Quyet Thang Huynh

    Abstract: Knowledge graph (KG) alignment - the task of recognizing entities referring to the same thing in different KGs - is recognized as one of the most important operations in the field of KG construction and completion. However, existing alignment techniques often assume that the input KGs are complete and isomorphic, which is not true due to the real-world heterogeneity in the domain, size, and sparsi… ▽ More

    Submitted 15 March, 2022; v1 submitted 16 December, 2021; originally announced December 2021.

  46. arXiv:2111.12912  [pdf, other

    cs.CV

    A War Beyond Deepfake: Benchmarking Facial Counterfeits and Countermeasures

    Authors: Minh Tam Pham, Thanh Trung Huynh, Van Vinh Tong, Thanh Tam Nguyen, Thanh Thi Nguyen, Hongzhi Yin, Quoc Viet Hung Nguyen

    Abstract: In recent years, visual forgery has reached a level of sophistication that humans cannot identify fraud, which poses a significant threat to information security. A wide range of malicious applications have emerged, such as fake news, defamation or blackmailing of celebrities, impersonation of politicians in political warfare, and the spreading of rumours to attract views. As a result, a rich body… ▽ More

    Submitted 7 April, 2022; v1 submitted 25 November, 2021; originally announced November 2021.

  47. arXiv:2108.08956  [pdf, other

    cs.CV cs.LG

    Semi-supervised learning for medical image classification using imbalanced training data

    Authors: Tri Huynh, Aiden Nibali, Zhen He

    Abstract: Medical image classification is often challenging for two reasons: a lack of labelled examples due to expensive and time-consuming annotation protocols, and imbalanced class labels due to the relative scarcity of disease-positive individuals in the wider population. Semi-supervised learning (SSL) methods exist for dealing with a lack of labels, but they generally do not address the problem of clas… ▽ More

    Submitted 19 August, 2021; originally announced August 2021.

    Comments: This paper has 28 pages, 7 figures

    ACM Class: I.4

  48. arXiv:2106.12930  [pdf, other

    eess.IV cs.CV cs.LG

    VinDr-SpineXR: A deep learning framework for spinal lesions detection and classification from radiographs

    Authors: Hieu T. Nguyen, Hieu H. Pham, Nghia T. Nguyen, Ha Q. Nguyen, Thang Q. Huynh, Minh Dao, Van Vu

    Abstract: Radiographs are used as the most important imaging tool for identifying spine anomalies in clinical practice. The evaluation of spinal bone lesions, however, is a challenging task for radiologists. This work aims at developing and evaluating a deep learning-based framework, named VinDr-SpineXR, for the classification and localization of abnormalities from spine X-rays. First, we build a large data… ▽ More

    Submitted 24 June, 2021; originally announced June 2021.

    Comments: This is a preprint of our paper which was accepted for publication by the International Conference on Medical Image Computing and Computer Assisted Intervention (MICCAI 2021)

  49. arXiv:2106.12829  [pdf, ps, other

    cs.DM math.CO math.OC

    Slack matrices, $k$-products, and $2$-level polytopes

    Authors: Manuel Aprile, Michele Conforti, Yuri Faenza, Samuel Fiorini, Tony Huynh, Marco Macchia

    Abstract: In this paper, we study algorithmic questions concerning products of matrices and their consequences for recognition algorithms for polyhedra. The 1-product of matrices $S_1$, $S_2$ is a matrix whose columns are the concatenation of each column of $S_1$ with each column of $S_2$. The $k$-product generalizes the $1$-product, by taking as input two matrices $S_1, S_2$ together with $k-1$ special r… ▽ More

    Submitted 24 June, 2021; originally announced June 2021.

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

  50. arXiv:2106.11945  [pdf, ps, other

    math.CO cs.DM math.OC

    Smaller extended formulations for spanning tree polytopes in minor-closed classes and beyond

    Authors: Manuel Aprile, Samuel Fiorini, Tony Huynh, Gwenaël Joret, David R. Wood

    Abstract: Let $G$ be a connected $n$-vertex graph in a proper minor-closed class $\mathcal G$. We prove that the extension complexity of the spanning tree polytope of $G$ is $O(n^{3/2})$. This improves on the $O(n^2)$ bounds following from the work of Wong (1980) and Martin (1991). It also extends a result of Fiorini, Huynh, Joret, and Pashkovich (2017), who obtained a $O(n^{3/2})$ bound for graphs embedded… ▽ More

    Submitted 2 December, 2021; v1 submitted 22 June, 2021; originally announced June 2021.

    Comments: v2: Minor changes following the referees' comments

    Journal ref: Electronic Journal of Combinatorics, 28/4:P4.47, 2021