Skip to main content

Showing 1–27 of 27 results for author: Xiang, M

Searching in archive cs. Search in all archives.
.
  1. arXiv:2405.02329  [pdf

    cs.AR cs.AI cs.CL

    Digital ASIC Design with Ongoing LLMs: Strategies and Prospects

    Authors: Maoyang Xiang, Emil Goh, T. Hui Teo

    Abstract: The escalating complexity of modern digital systems has imposed significant challenges on integrated circuit (IC) design, necessitating tools that can simplify the IC design flow. The advent of Large Language Models (LLMs) has been seen as a promising development, with the potential to automate the generation of Hardware Description Language (HDL) code, thereby streamlining digital IC design. Howe… ▽ More

    Submitted 25 April, 2024; originally announced May 2024.

    Comments: 8 pages, 2 figures, 1 table

  2. arXiv:2405.00308  [pdf

    cs.CR stat.AP

    FPGA Digital Dice using Pseudo Random Number Generator

    Authors: Michael Lim Kee Hian, Ten Wei Lin, Zachary Wu Xuan, Stephanie-Ann Loy, Maoyang Xiang, T. Hui Teo

    Abstract: The goal of this project is to design a digital dice that displays dice numbers in real-time. The number is generated by a pseudo-random number generator (PRNG) using XORshift algorithm that is implemented in Verilog HDL on an FPGA. The digital dice is equipped with tilt sensor, display, power management circuit, and rechargeable battery hosted in a 3D printed dice casing. By shaking the digital d… ▽ More

    Submitted 1 May, 2024; originally announced May 2024.

    Comments: 15 pages, 5 figures

  3. arXiv:2404.19246  [pdf

    cs.CR cs.AR

    Logistic Map Pseudo Random Number Generator in FPGA

    Authors: Mateo Jalen Andrew Calderon, Lee Jun Lei Lucas, Syarifuddin Azhar Bin Rosli, Stephanie See Hui Ying, Jarell Lim En Yu, Maoyang Xiang, T. Hui Teo

    Abstract: This project develops a pseudo-random number generator (PRNG) using the logistic map, implemented in Verilog HDL on an FPGA and processes its output through a Central Limit Theorem (CLT) function to achieve a Gaussian distribution. The system integrates additional FPGA modules for real-time interaction and visualisation, including a clock generator, UART interface, XADC, and a 7-segment display dr… ▽ More

    Submitted 30 April, 2024; originally announced April 2024.

    Comments: 10 pages, 6 figures

  4. arXiv:2404.18955  [pdf, other

    cs.NE cs.AI

    GARA: A novel approach to Improve Genetic Algorithms' Accuracy and Efficiency by Utilizing Relationships among Genes

    Authors: Zhaoning Shi, Meng Xiang, Zhaoyang Hai, Xiabi Liu, Yan Pei

    Abstract: Genetic algorithms have played an important role in engineering optimization. Traditional GAs treat each gene separately. However, biophysical studies of gene regulatory networks revealed direct associations between different genes. It inspires us to propose an improvement to GA in this paper, Gene Regulatory Genetic Algorithm (GRGA), which, to our best knowledge, is the first time to utilize rela… ▽ More

    Submitted 28 April, 2024; originally announced April 2024.

  5. arXiv:2404.16504  [pdf

    cs.CR eess.SP

    Hardware Implementation of Double Pendulum Pseudo Random Number Generator

    Authors: Jarrod Lim, Tom Manuel Opalla Piccio, Chua Min Jie Michelle, Maoyang Xiang, T. Hui Teo

    Abstract: The objective of this project is to utilize an FPGA board which is the CMOD A7 35t to obtain a pseudo random number which can be used for encryption. We aim to achieve this by leveraging the inherent randomness present in environmental data captured by sensors. This data will be used as a seed to initialize an algorithm implemented on the CMOD A7 35t FPGA board. The project will focus on interfaci… ▽ More

    Submitted 25 April, 2024; originally announced April 2024.

    Comments: 15 pages, 12 figure

  6. arXiv:2404.15498  [pdf, other

    cs.ET

    Drop-Connect as a Fault-Tolerance Approach for RRAM-based Deep Neural Network Accelerators

    Authors: Mingyuan Xiang, Xuhan Xie, Pedro Savarese, Xin Yuan, Michael Maire, Yanjing Li

    Abstract: Resistive random-access memory (RRAM) is widely recognized as a promising emerging hardware platform for deep neural networks (DNNs). Yet, due to manufacturing limitations, current RRAM devices are highly susceptible to hardware defects, which poses a significant challenge to their practical applicability. In this paper, we present a machine learning technique that enables the deployment of defect… ▽ More

    Submitted 23 April, 2024; originally announced April 2024.

  7. arXiv:2404.14381  [pdf, other

    cs.CV cs.MM

    TAVGBench: Benchmarking Text to Audible-Video Generation

    Authors: Yuxin Mao, Xuyang Shen, Jing Zhang, Zhen Qin, Jinxing Zhou, Mochu Xiang, Yiran Zhong, Yuchao Dai

    Abstract: The Text to Audible-Video Generation (TAVG) task involves generating videos with accompanying audio based on text descriptions. Achieving this requires skillful alignment of both audio and video elements. To support research in this field, we have developed a comprehensive Text to Audible-Video Generation Benchmark (TAVGBench), which contains over 1.7 million clips with a total duration of 11.8 th… ▽ More

    Submitted 22 April, 2024; originally announced April 2024.

    Comments: Technical Report. Project page:https://github.com/OpenNLPLab/TAVGBench

  8. arXiv:2404.13866  [pdf, other

    cs.CV math.PR

    Plug-and-Play Algorithm Convergence Analysis From The Standpoint of Stochastic Differential Equation

    Authors: Zhongqi Wang, Bingnan Wang, Maosheng Xiang

    Abstract: The Plug-and-Play (PnP) algorithm is popular for inverse image problem-solving. However, this algorithm lacks theoretical analysis of its convergence with more advanced plug-in denoisers. We demonstrate that discrete PnP iteration can be described by a continuous stochastic differential equation (SDE). We can also achieve this transformation through Markov process formulation of PnP. Then, we can… ▽ More

    Submitted 22 April, 2024; originally announced April 2024.

    Comments: 17pages, Preprint, Under review

  9. arXiv:2404.10091  [pdf, other

    cs.DC cs.LG

    Empowering Federated Learning with Implicit Gossiping: Mitigating Connection Unreliability Amidst Unknown and Arbitrary Dynamics

    Authors: Ming Xiang, Stratis Ioannidis, Edmund Yeh, Carlee Joe-Wong, Lili Su

    Abstract: Federated learning is a popular distributed learning approach for training a machine learning model without disclosing raw data. It consists of a parameter server and a possibly large collection of clients (e.g., in cross-device federated learning) that may operate in congested and changing environments. In this paper, we study federated learning in the presence of stochastic and dynamic communica… ▽ More

    Submitted 15 April, 2024; originally announced April 2024.

    Comments: This is a substantial extension of the conference paper "Towards Bias Correction of Fedavg over Nonuniform and Time-varying Communications", which was published in 2023 62nd IEEE Conference on Decision and Control (CDC), DOI: 10.1109/CDC49753.2023.10383258

  10. arXiv:2403.07039  [pdf

    cs.AR cs.AI cs.CL

    From English to ASIC: Hardware Implementation with Large Language Model

    Authors: Emil Goh, Maoyang Xiang, I-Chyn Wey, T. Hui Teo

    Abstract: In the realm of ASIC engineering, the landscape has been significantly reshaped by the rapid development of LLM, paralleled by an increase in the complexity of modern digital circuits. This complexity has escalated the requirements for HDL coding, necessitating a higher degree of precision and sophistication. However, challenges have been faced due to the less-than-optimal performance of modern la… ▽ More

    Submitted 11 March, 2024; originally announced March 2024.

    Comments: 15 pages, 1 figure

  11. arXiv:2402.14849  [pdf

    cs.CL cs.AI cs.LG

    Asynchronous and Segmented Bidirectional Encoding for NMT

    Authors: Jingpu Yang, Zehua Han, Mengyu Xiang, Helin Wang, Yuxiao Huang, Miao Fang

    Abstract: With the rapid advancement of Neural Machine Translation (NMT), enhancing translation efficiency and quality has become a focal point of research. Despite the commendable performance of general models such as the Transformer in various aspects, they still fall short in processing long sentences and fully leveraging bidirectional contextual information. This paper introduces an improved model based… ▽ More

    Submitted 19 February, 2024; originally announced February 2024.

  12. arXiv:2311.16771  [pdf, other

    stat.ML cs.LG eess.SP

    The HR-Calculus: Enabling Information Processing with Quaternion Algebra

    Authors: Danilo P. Mandic, Sayed Pouria Talebi, Clive Cheong Took, Yili Xia, Dongpo Xu, Min Xiang, Pauline Bourigault

    Abstract: From their inception, quaternions and their division algebra have proven to be advantageous in modelling rotation/orientation in three-dimensional spaces and have seen use from the initial formulation of electromagnetic filed theory through to forming the basis of quantum filed theory. Despite their impressive versatility in modelling real-world phenomena, adaptive information processing technique… ▽ More

    Submitted 28 November, 2023; originally announced November 2023.

  13. arXiv:2310.08303  [pdf, other

    cs.CV cs.SD eess.AS

    Multimodal Variational Auto-encoder based Audio-Visual Segmentation

    Authors: Yuxin Mao, Jing Zhang, Mochu Xiang, Yiran Zhong, Yuchao Dai

    Abstract: We propose an Explicit Conditional Multimodal Variational Auto-Encoder (ECMVAE) for audio-visual segmentation (AVS), aiming to segment sound sources in the video sequence. Existing AVS methods focus on implicit feature fusion strategies, where models are trained to fit the discrete samples in the dataset. With a limited and less diverse dataset, the resulting performance is usually unsatisfactory.… ▽ More

    Submitted 12 October, 2023; originally announced October 2023.

    Comments: Accepted by ICCV2023,Project page(https://npucvr.github.io/MMVAE-AVS),Code(https://github.com/OpenNLPLab/MMVAE-AVS)

  14. arXiv:2307.16579  [pdf, other

    cs.CV cs.MM cs.SD eess.AS

    Contrastive Conditional Latent Diffusion for Audio-visual Segmentation

    Authors: Yuxin Mao, Jing Zhang, Mochu Xiang, Yunqiu Lv, Yiran Zhong, Yuchao Dai

    Abstract: We propose a latent diffusion model with contrastive learning for audio-visual segmentation (AVS) to extensively explore the contribution of audio. We interpret AVS as a conditional generation task, where audio is defined as the conditional variable for sound producer(s) segmentation. With our new interpretation, it is especially necessary to model the correlation between audio and the final segme… ▽ More

    Submitted 31 July, 2023; originally announced July 2023.

  15. arXiv:2307.09929  [pdf, other

    cs.CV

    Measuring and Modeling Uncertainty Degree for Monocular Depth Estimation

    Authors: Mochu Xiang, Jing Zhang, Nick Barnes, Yuchao Dai

    Abstract: Effectively measuring and modeling the reliability of a trained model is essential to the real-world deployment of monocular depth estimation (MDE) models. However, the intrinsic ill-posedness and ordinal-sensitive nature of MDE pose major challenges to the estimation of uncertainty degree of the trained models. On the one hand, utilizing current uncertainty modeling methods may increase memory co… ▽ More

    Submitted 19 July, 2023; originally announced July 2023.

  16. arXiv:2306.00280  [pdf, other

    cs.LG cs.DC stat.ML

    Towards Bias Correction of FedAvg over Nonuniform and Time-Varying Communications

    Authors: Ming Xiang, Stratis Ioannidis, Edmund Yeh, Carlee Joe-Wong, Lili Su

    Abstract: Federated learning (FL) is a decentralized learning framework wherein a parameter server (PS) and a collection of clients collaboratively train a model via minimizing a global objective. Communication bandwidth is a scarce resource; in each round, the PS aggregates the updates from a subset of clients only. In this paper, we focus on non-convex minimization that is vulnerable to non-uniform and ti… ▽ More

    Submitted 31 May, 2023; originally announced June 2023.

  17. arXiv:2305.19971  [pdf, other

    cs.LG cs.DC

    Federated Learning in the Presence of Adversarial Client Unavailability

    Authors: Lili Su, Ming Xiang, Jiaming Xu, Pengkun Yang

    Abstract: Federated learning is a decentralized machine learning framework that enables collaborative model training without revealing raw data. Due to the diverse hardware and software limitations, a client may not always be available for the computation requests from the parameter server. An emerging line of research is devoted to tackling arbitrary client unavailability. However, existing work still impo… ▽ More

    Submitted 19 February, 2024; v1 submitted 31 May, 2023; originally announced May 2023.

  18. arXiv:2304.07051  [pdf, other

    cs.CV cs.AI

    The Second Monocular Depth Estimation Challenge

    Authors: Jaime Spencer, C. Stella Qian, Michaela Trescakova, Chris Russell, Simon Hadfield, Erich W. Graf, Wendy J. Adams, Andrew J. Schofield, James Elder, Richard Bowden, Ali Anwar, Hao Chen, Xiaozhi Chen, Kai Cheng, Yuchao Dai, Huynh Thai Hoa, Sadat Hossain, Jianmian Huang, Mohan Jing, Bo Li, Chao Li, Baojun Li, Zhiwen Liu, Stefano Mattoccia, Siegfried Mercelis , et al. (18 additional authors not shown)

    Abstract: This paper discusses the results for the second edition of the Monocular Depth Estimation Challenge (MDEC). This edition was open to methods using any form of supervision, including fully-supervised, self-supervised, multi-task or proxy depth. The challenge was based around the SYNS-Patches dataset, which features a wide diversity of environments with high-quality dense ground-truth. This includes… ▽ More

    Submitted 26 April, 2023; v1 submitted 14 April, 2023; originally announced April 2023.

    Comments: Published at CVPRW2023

  19. arXiv:2210.00665  [pdf, other

    cs.LG cs.CR cs.DC stat.ML

    Distributed Non-Convex Optimization with One-Bit Compressors on Heterogeneous Data: Efficient and Resilient Algorithms

    Authors: Ming Xiang, Lili Su

    Abstract: Federated Learning (FL) is a nascent decentralized learning framework under which a massive collection of heterogeneous clients collaboratively train a model without revealing their local data. Scarce communication, privacy leakage, and Byzantine attacks are the key bottlenecks of system scalability. In this paper, we focus on communication-efficient distributed (stochastic) gradient descent for n… ▽ More

    Submitted 17 February, 2023; v1 submitted 2 October, 2022; originally announced October 2022.

  20. arXiv:2110.06427  [pdf, other

    cs.LG cs.CV

    Dense Uncertainty Estimation

    Authors: Jing Zhang, Yuchao Dai, Mochu Xiang, Deng-Ping Fan, Peyman Moghadam, Mingyi He, Christian Walder, Kaihao Zhang, Mehrtash Harandi, Nick Barnes

    Abstract: Deep neural networks can be roughly divided into deterministic neural networks and stochastic neural networks.The former is usually trained to achieve a mapping from input space to output space via maximum likelihood estimation for the weights, which leads to deterministic predictions during testing. In this way, a specific weights set is estimated while ignoring any uncertainty that may occur in… ▽ More

    Submitted 12 October, 2021; originally announced October 2021.

    Comments: Technical Report

  21. arXiv:2106.13217  [pdf, other

    cs.CV

    Exploring Depth Contribution for Camouflaged Object Detection

    Authors: Mochu Xiang, Jing Zhang, Yunqiu Lv, Aixuan Li, Yiran Zhong, Yuchao Dai

    Abstract: Camouflaged object detection (COD) aims to segment camouflaged objects hiding in the environment, which is challenging due to the similar appearance of camouflaged objects and their surroundings. Research in biology suggests depth can provide useful object localization cues for camouflaged object discovery. In this paper, we study the depth contribution for camouflaged object detection, where the… ▽ More

    Submitted 13 January, 2022; v1 submitted 24 June, 2021; originally announced June 2021.

    Comments: The first work in RGB-D Camouflaged object detection (COD)

  22. arXiv:2006.08413  [pdf, other

    cs.LG stat.ML

    Reciprocal Adversarial Learning via Characteristic Functions

    Authors: Shengxi Li, Zeyang Yu, Min Xiang, Danilo Mandic

    Abstract: Generative adversarial nets (GANs) have become a preferred tool for tasks involving complicated distributions. To stabilise the training and reduce the mode collapse of GANs, one of their main variants employs the integral probability metric (IPM) as the loss function. This provides extensive IPM-GANs with theoretical support for basically comparing moments in an embedded domain of the \textit{cri… ▽ More

    Submitted 23 October, 2020; v1 submitted 15 June, 2020; originally announced June 2020.

    Comments: This work has been accepted to NeurIPS 2020

  23. arXiv:2002.03541  [pdf, ps, other

    cs.MA

    Resilient Consensus via Weight Learning and Its Application in Fault-Tolerant Clock Synchronization

    Authors: Jian Hou, Zhiyong Chen, ZhiyunLin, Mengfan Xiang

    Abstract: This paper addresses the distributed consensus problem in the presence of faulty nodes. A novel weight learning algorithm is introduced such that neither network connectivity nor a sequence of history records is required to achieve resilient consensus. The critical idea is to dynamically update the interaction weights among neighbors learnt from their credibility measurement. Basically, we define… ▽ More

    Submitted 9 February, 2020; originally announced February 2020.

  24. arXiv:1906.09951  [pdf

    eess.SP cs.LG eess.SY stat.ML

    Fast Calculation of Probabilistic Optimal Power Flow: A Deep Learning Approach

    Authors: Yan Yang, Juan Yu, Zhifang Yang, Mingxu Xiang, Ren Liu

    Abstract: Probabilistic optimal power flow (POPF) is an important analytical tool to ensure the secure and economic operation of power systems. POPF needs to solve enormous nonlinear and nonconvex optimization problems. The huge computational burden has become the major bottleneck for the practical application. This paper presents a deep learning approach to solve the POPF problem efficiently and accurately… ▽ More

    Submitted 24 June, 2019; originally announced June 2019.

  25. Solving general elliptical mixture models through an approximate Wasserstein manifold

    Authors: Shengxi Li, Zeyang Yu, Min Xiang, Danilo Mandic

    Abstract: We address the estimation problem for general finite mixture models, with a particular focus on the elliptical mixture models (EMMs). Compared to the widely adopted Kullback-Leibler divergence, we show that the Wasserstein distance provides a more desirable optimisation space. We thus provide a stable solution to the EMMs that is both robust to initialisations and reaches a superior optimum by ada… ▽ More

    Submitted 7 October, 2020; v1 submitted 9 June, 2019; originally announced June 2019.

    Comments: This work has been accepted to AAAI2020. Note that this version also corrects a small error on the Equation (16) in proof

  26. arXiv:1705.09058  [pdf, other

    cs.AI

    An Empirical Analysis of Approximation Algorithms for the Euclidean Traveling Salesman Problem

    Authors: Yihui He, Ming Xiang

    Abstract: With applications to many disciplines, the traveling salesman problem (TSP) is a classical computer science optimization problem with applications to industrial engineering, theoretical computer science, bioinformatics, and several other disciplines. In recent years, there have been a plethora of novel approaches for approximate solutions ranging from simplistic greedy to cooperative distributed a… ▽ More

    Submitted 25 May, 2017; originally announced May 2017.

    Comments: 4 pages, 5 figures

  27. arXiv:1705.00058  [pdf, ps, other

    math.NA cs.IT

    Simultaneous diagonalisation of the covariance and complementary covariance matrices in quaternion widely linear signal processing

    Authors: Min Xiang, Shirin Enshaeifar, Alexander E. Stott, Clive Cheong Took, Yili Xia, Sithan Kanna, Danilo P. Mandic

    Abstract: Recent developments in quaternion-valued widely linear processing have established that the exploitation of complete second-order statistics requires consideration of both the standard covariance and the three complementary covariance matrices. Although such matrices have a tremendous amount of structure and their decomposition is a powerful tool in a variety of applications, the non-commutative n… ▽ More

    Submitted 29 January, 2018; v1 submitted 28 April, 2017; originally announced May 2017.

    Comments: 41 pages, single column, 10 figures