Abstract Paper Portal of IEEE Transactions on Artificial Intelligence (TAC) 2025
PaperID: 1,
Authors: Jiahang Cao, Hanzhong Guo, Ziqing Wang, Deming Zhou, Hao Cheng, Qiang Zhang, Renjing Xu
Affiliations: The Hong Kong University of Science and Technology (Guangzhou), Guangzhou, China; Renmin University of China, Beijing, China; North Carolina State University, Raleigh, NC, USA
Abstract: Recent years have witnessed spiking neural networks (SNNs) gaining attention for their ultra-low energy consumption and high biological plausibility compared with traditional artificial neural networks (ANNs). Despite their distinguished properties, the application of SNNs in the computationally intensive field of image generation is still under exploration. In this article, we propose the spiking diffusion models (SDMs), an innovative family of SNN-based generative models that excel in producing high-quality samples with significantly reduced energy consumption. In particular, we propose a temporal-wise spiking mechanism (TSM) that allows SNNs to capture more temporal features from a bio-plasticity perspective. In addition, we propose a threshold-guided strategy that can further improve the performances by up to 16.7% without any additional training. We also make the first attempt to use the ANN-SNN approach for SNN-based generation tasks. Extensive experimental results reveal that our approach not only exhibits comparable performance to its ANN counterpart with few spiking time steps, but also outperforms previous SNN-based generative models by a large margin. Moreover, we also demonstrate the high-quality generation ability of SDM on large-scale datasets, e.g., LSUN bedroom. This development marks a pivotal advancement in the capabilities of SNN-based generation, paving the way for future research avenues to realize low-energy and low-latency generative applications.
PaperID: 2,
Authors: Xiaoman Hu, C. L. Philip Chen, Tong Zhang
Affiliations: Guangdong Provincial Key Laboratory of Computational AI Models and Cognitive Intelligence, School of Computer Science and Engineering, South China University of Technology, Guangzhou, China
Abstract: Many existing metric learning methods are based on fixed similarity constraints. However, the quality of fixed similarity constraints is usually hard to guarantee, and inflexible constraints also limit the performance of metric learning. Moreover, when new training samples are acquired, retraining the model is usually inefficient for many classical metric learning methods. This article proposes a novel dynamic broad metric learning (DynBML) method to overcome the above limitations. DynBML trains a broad network with dynamic similarity constraints between samples and their target points to learn a discriminative data transformation with high representation ability. To overcome the weaknesses of fixed constraints, DynBML dynamically updates the target points to produce new constraints during the learning process. A force-directed reference points generation (FD-RPG) algorithm is designed to generate reference points from the currently learned space, which encourages the new target points to be more discriminative. A new objective function is proposed to simultaneously learn the new target points and train the data transformation with the guidance of the reference points. Additionally, to avoid retraining the model from scratch when new data arrive, the incremental learning scheme of DynBML (I-DynBML) is developed, which efficiently updates the trained model of DynBML by generating and satisfying new constraints of new input. DynBML is evaluated on ten datasets to demonstrate its superiority. Experiment results show that the dynamic constraints constructed in DynBML improve the learning performance. The effectiveness and efficiency of the incremental learning scheme of DynBML are also verified.
PaperID: 3,
Authors: Zi-Yu Khoo, Dawen Wu, Jonathan Sze Choong Low, Stéphane Bressan
Affiliations: School of Computing, National University of Singapore, Singapore; Singapore Institute of Manufacturing Technology (SIMTech), Singapore
Abstract: Modeling dynamical systems is a core challenge for science and engineering. Hamiltonian neural networks (HNNs) are state-of-the-art models that regress the vector field of a dynamical system under the learning bias of Hamilton's equations. A recent observation is that embedding biases regarding invariances of the Hamiltonian improve regression performance. One such invariance is the periodicity of the Hamiltonian, which improves extrapolation performance. We propose periodic HNNs that embed periodicity within HNNs using observational, learning, and inductive biases. An observational bias is embedded by training the HNN on data that reflects the periodicity of the Hamiltonian. A learning bias is embedded through the loss function of the HNN. An inductive bias is embedded by a periodic activation function in the HNN. We evaluate the performance of the proposed models on interpolation and extrapolation problems that either assume knowledge of the periods a priori or learn the periods as parameters. We show that the proposed models can interpolate well but are far more effective than the HNN at extrapolating the Hamiltonian and the vector field for both problems and can even extrapolate the vector field of the chaotic double pendulum Hamiltonian system.
PaperID: 4,
Authors: Jaime S. Cardoso, Ricardo P. M. Cruz, Tomé Albuquerque
Affiliations: Faculty of Engineering, University of Porto, Porto, Portugal
Abstract: In many real-world prediction tasks, the class labels contain information about the relative order between the labels that are not captured by commonly used loss functions such as multicategory cross-entropy. In ordinal regression, many works have incorporated ordinality into models and loss functions by promoting unimodality of the probability output. However, current approaches are based on heuristics, particularly nonparametric ones, which are still insufficiently explored in the literature. We analyze the set of unimodal distributions in the probability simplex, establishing fundamental properties and giving new perspectives to understand the ordinal regression problem. Two contributions are then proposed to incorporate the preference for unimodal distributions into the predictive model: 1) UnimodalNet, a new architecture that by construction ensures the output is a unimodal distribution, and 2) Wasserstein regularization, a new loss term that relies on the notion of projection in a set to promote unimodality. Experiments show that the new architecture achieves top performance, while the proposed new loss term is very competitive while maintaining high unimodality.
PaperID: 5,
Authors: Shuo Yu, Yingbo Wang, Zhitao Wan, Yanming Shen, Qiang Zhang, Feng Xia
Affiliations: School of Computer Science and Technology, Dalian University of Technology, Dalian, China; School of Software, Dalian University of Technology, Dalian, China; School of Computing Technologies, RMIT University, Melbourne, VIC, Australia
Abstract: Few-shot knowledge graph completion (FKGC) has emerged as a significant area of interest for addressing the long-tail problem in knowledge graphs. Traditional approaches often focus on the sparse few-shot neighborhood to derive semantic representation, overlooking other critical information forms such as relation paths. In this article, we introduce an innovative method, called PARE, which fully leverages relation paths to enhance the few-shot representation by simultaneously incorporating both neighborhood and relation path information. Inspired by the principles of information transmission, PARE directly models relation paths between entities and parameterizes the information interference within different relation paths. Through parameter learning, PARE effectively captures information propagation along relation paths while mitigating the influence of relation dependency. To preserve neighborhood information, we employ a two-step neighborhood aggregator to resolve few-shot neighbors’ ambiguity and develop a reconstruction module. By integrating the representations of relation paths and contextual neighborhoods, we achieve a comprehensive few-shot representation for two given entities. We utilize a matching processor for knowledge triplet evaluation. Extensive experiments demonstrate that our PARE model outperforms state-of-the-art baselines on widely-used benchmark datasets.
PaperID: 6,
Authors: Yong Dai, Xiaopeng Hong, Yabin Wang, Zhiheng Ma, Dongmei Jiang, Yaowei Wang
Affiliations: School of Artificial Intelligence, Shenzhen Polytechnic University, Shenzhen, P. R. China; Faculty of Computing, Harbin Institute of Technology, Harbin, P. R. China; School of Electronic and Information Engineering, Xi’an Jiaotong University, Xiaan, P. R. China; Shenzhen University of Advanced Technology, Shenzhen, P. R. China; Peng Cheng Laboratory, Shenzhen, P. R. China; School of Computing, Harbin Institute of Technology, Shenzhen, P. R. China
Abstract: Contemporary continual learning approaches typically select prompts from a pool, which function as supplementary inputs to a pretrained model. However, this strategy is hindered by the inherent noise of its selection approach when handling increasing tasks. In response to these challenges, we reformulate the prompting approach for continual learning and propose the prompt customization (PC) method. PC mainly comprises a prompt generation module (PGM) and a prompt modulation module (PMM). In contrast to conventional methods that employ hard prompt selection, PGM assigns different coefficients to prompts from a fixed-sized pool of prompts and generates tailored prompts. Moreover, PMM further modulates the prompts by adaptively assigning weights according to the correlations between input data and corresponding prompts. We evaluate our method on four benchmark datasets for three diverse settings, including the class, domain, and task-agnostic incremental learning tasks. Experimental results demonstrate consistent improvement (by up to 16.2%), yielded by the proposed method, over the state-of-the-art (SOTA) techniques. The code has been released online.
PaperID: 7,
Authors: Pavana Pradeep Kumar, Krishna Kant, Francesco di Rienzo, Carlo Vallati
Affiliations:
Abstract: Correct pose/posture is crucial in most human activities, and increasingly in using computer screens of many form factors. In this article, we build a spatiotemporal reasoning infrastructure on top of standard computer vision (CV) algorithms to provide an alternate, much more accurate, faster method for tracking correct posture than pure deep learning (DL) methods. We use CV to determine poses of the 2-D human stick models from RGB images, which are further enhanced using depth information (from RGB-D camera) to determine relevant angles and compare them against the standards. By applying our method to two very different posture applications (knowledge worker and taekwondo), we show that it outperforms all others, including machine learning, deep learning, and time series-based prediction. Furthermore, superior performance is seen not only in the estimation accuracy but also in the estimation speed.
PaperID: 8,
Authors: Sardar F. Jaf, Basel Barakat
Affiliations: School of Computer Science, University of Sunderland, Sunderland, U.K.
Abstract: Despite the extensive communication benefits offered by social media platforms, numerous challenges must be addressed to ensure user safety. One of the most significant risks faced by users on these platforms is targeted hatespeech. Social media platforms are widely utilized for generating datasets employed in training and evaluating machine learning algorithms for hatespeech detection. However, existing public datasets exhibit numerous limitations, hindering the effective training of these algorithms and leading to inaccurate hatespeech classification. This study provides a systematic empirical evaluation of several public datasets commonly used in automated hatespeech classification. Through rigorous analysis, we present compelling evidence highlighting the limitations of current hatespeech datasets. Additionally, we conduct a range of statistical analyses to elucidate the strengths and weaknesses inherent in these datasets. This work aims to advance the development of more accurate and reliable machine learning models for hatespeech detection by addressing the dataset limitations identified.
PaperID: 9,
Authors: Yi Zhang, Mengjia Wu, Guangquan Zhang, Jie Lu
Affiliations: Australian Artificial Intelligence Institute (AAII), University of Technology Sydney (UTS), Sydney, NSW, Australia
Abstract: Shifting the focus from principles to practical implementation, responsible artificial intelligence (AI) has garnered considerable attention across academia, industry, and society at large. Despite being in its nascent stages, this emerging field grapples with nebulous concepts and intricate knowledge frameworks. By analyzing three prevailing concepts–explainable AI, trustworthy AI, and ethical AI, this study defined responsible AI (RAI) and identified its core principles. Methodologically, this study successfully demonstrated the implementation of leveraging AI’s capabilities into bibliometrics for enhanced knowledge discovery and the cross-validation of experimentally examined models with domain insights. Empirically, this study investigated 17 799 research articles contributed by the AI community since 2015. This involves recognizing key technological players and their relationships, unveiling the topical landscape and hierarchy of RAI, charting its evolution, and elucidating the interplay between the responsibility principles and primary AI techniques. An analysis of a core cohort comprising 380 articles from multiple disciplines captures the most recent advancements in RAI. As one of the pioneering bibliometric studies dedicated to exploring RAI, this study will provide comprehensive macro-level insights, enhancing the understanding of RAI while furnishing valuable knowledge support for AI regulation and governance initiatives.
PaperID: 10,
Authors: Hongkun Dou, Hongjue Li, Jinyang Du, Leyuan Fang, Qing Gao, Yue Deng, Wen Yao
Affiliations: School of Astronautics, Beihang University, Beijing, China; College of Electrical and Information Engineering, Hunan University, Changsha, China; School of Automation Science and Electrical Engineering, Beihang University, Beijing, China; Institute of Artificial Intelligence, Beihang University, Beijing, China; Defense Innovation Institute, Chinese Academy of Military Science, Beijing, China
Abstract: As an emerging machine learning task, high-dimensional hyperparameter optimization (HO) aims at enhancing traditional deep learning models by simultaneously optimizing the neural networks’ weights and hyperparameters in a joint bilevel configuration. However, such nested objectives can impose nontrivial difficulties for the pursuit of the gradient of the validation risk with respect to the hyperparameters (a.k.a. hypergradient). To tackle this challenge, we revisit its bilevel objective from the novel perspective of continuous dynamics and then solve the whole HO problem with the adjoint state theory. The proposed HO framework, termed Adjoint Diff, is naturally scalable to a very deep neural network with high-dimensional hyperparameters because it only requires constant memory cost in training. Adjoint Diff is in fact, a general framework that some existing gradient-based HO algorithms are well interpreted by it with simple algebra. In addition, we further offer the Adjoint Diff+ framework by incorporating the prevalent momentum learning concept into the basic Adjoint Diff for enhanced convergence. Experimental results show that our Adjoint Diff frameworks outperform several state-of-the-art approaches on three high-dimensional HO instances including, designing a loss function for imbalanced data, selecting samples from noisy labels, and learning auxiliary tasks for fine-grained classification.
PaperID: 11,
Authors: Artun Saday, Ilker Demirel, Yigit Yildirim, Cem Tekin
Affiliations: Department of Electrical and Electronics Engineering, Bilkent University, Ankara, Türkiye; Computer Science & Artificial Intelligence Laboratory, Massachusetts Institute of Technology, Cambridge, MA, USA
Abstract: Multiarmed bandits (MAB) is a sequential decision-making model in which the learner controls the trade-off between exploration and exploitation to maximize its cumulative reward. Federated multiarmed bandits (FMAB) is an emerging framework where a cohort of learners with heterogeneous local models play an MAB game and communicate their aggregated feedback to a server to learn a globally optimal arm. Two key hurdles in FMAB are communication-efficient learning and resilience to adversarial attacks. To address these issues, we study the FMAB problem in the presence of Byzantine clients who can send false model updates threatening the learning process. We analyze the sample complexity and the regret of \beta-optimal arm identification. We borrow tools from robust statistics and propose a median-of-means (MoM)-based online algorithm, Fed-MoM-UCB, to cope with Byzantine clients. In particular, we show that if the Byzantine clients constitute less than half of the cohort, the cumulative regret with respect to \beta-optimal arms is bounded over time with high probability, showcasing both communication efficiency and Byzantine resilience. We analyze the interplay between the algorithm parameters, a discernibility margin, regret, communication cost, and the arms’ suboptimality gaps. We demonstrate Fed-MoM-UCB's effectiveness against the baselines in the presence of Byzantine attacks via experiments.
PaperID: 12,
Authors: Raphael Ronge, Bernhard Bauer, Benjamin Rathgeber
Affiliations: Munich School of Philosophy, Munich, Germany; University Augsburg, , Germany
Abstract: Today's explainable artificial intelligence (XAI) landscape is the product of a long history of ever-changing artificial intelligence (AI) research and attempts to explain it. It can be vast and confusing. Our historical reconstruction of XAI developments relates AI improvements to their inevitable impact on explanation research. The reconstruction provides the basis for an analysis of the state of XAI and for discussing its future developments in our article and in general. We then propose a new taxonomy based on this historical reconstruction and current XAI approaches. It is a balanced mixture of detail and general applicability. It is therefore intended to be useful in a wide variety of contexts. The flowchart inspired nature of our taxonomy relates its dimensions not only to the XAI development process, but also to each other, creating an additional layer of structure. Given the historical reconstruction and our taxonomy, we are able to propose three principles: computing edges, dimensionality reduction, and traceability/blaming. These are capable of structuring the debate in a new way, as they are not intended to be just ideas that current approaches adhere to. We also propose two new principles for the future (embedment and scientific testing) that XAI approaches should adhere to in order to improve their explanations. Our findings provide a structured approach to the analysis and development of XAI methodologies. By integrating historical perspectives with state-of-the-art approaches, our research provides a basis for stimulating discussion about the principles that XAI follows and should follow in the future.
PaperID: 13,
Authors: Carlo Alberto Barbano, Enzo Tartaglione, Marco Grangetto
Affiliations: Computer Science Department, University of Turin, Turin, Italy; LTCI, Télécom Paris, IP Paris, Palaiseau, France
Abstract: Deep neural networks often struggle to learn robust representations in the presence of dataset biases, leading to suboptimal generalization on unbiased datasets. This limitation arises because the models heavily depend on peripheral and confounding factors, inadvertently acquired during training. Existing approaches to address this problem typically involve explicit supervision of bias attributes or reliance on prior knowledge about the biases. In this study, we address the challenging scenario where no explicit annotations of bias are available, and there's no prior knowledge about its nature. We present a fully unsupervised debiasing framework with three key steps: first, leveraging the inherent tendency to learn malignant biases to acquire a bias-capturing model; next, employing a pseudo-labeling process to obtain bias labels; and finally, applying cutting-edge supervised debiasing techniques to achieve an unbiased model. Additionally, we introduce a theoretical framework for evaluating model biasedness and conduct a detailed analysis of how biases impact neural network training. Experimental results on both synthetic and real-world datasets demonstrate the effectiveness of our method, showcasing state-of-the-art performance in various settings, occasionally surpassing fully supervised debiasing approaches.
PaperID: 14,
Authors: Yongzheng Zhu, Liangrui Ren, Rong Sun, Jun Wang, Guoxian Yu
Affiliations: School of Software and SDU-NTU Joint Centre for AI Research, Shandong University, Jinan, China; The Second Hospital of Shandong University, Shandong University, Jinan, China
Abstract: Herb-target interactions (HTIs) are pivotal for unveiling the underlying pharmacological mechanisms between herbs and biological targets (e.g., proteins and nucleic acids). Unlike typical drugs, each of which is made of one pharmacological compound, the herb is composed of different pharmacological ingredients, while contemporary computational approaches mainly focus on HTIs, neglecting the more refined and informative ingredient-target interactions (ITIs). Furthermore, those methods also disregard the complex associations between herbs and ingredients, which have multigranular interactions with targets. We propose a multiinstance learning-based solution (HTI-MIL) to identify HTIs and the finer ITIs. Particularly, HTI-MIL employs autoencoder, convolutional neural networks, and graph convolution networks to learn representations of herbs, targets, and ingredients, respectively. Next, it takes herbs as bags and ingredients as instances to model the interplay between herbs and ingredients by multiinstance learning, and aggregates ingredient features toward their hosting herb. After that, it leverages the representation of ingredients and targets to predict ITIs and fuses the representations of herbs, ingredients, and targets to predict HTIs. Experimental results show that HTI-MIL outperforms competitive methods by at least 5.2%, 4.8%, and 6.4% in AUROC, AUPRC, and F1-score, respectively. HTI-MIL validates on typical herbs, confirms \boldsymbol\geq90% of the top 20 candidate targets and also finds out novel interactions. In addition, the targets identified by HTI-MIL help to dissect the mechanism of herb-induced liver injury, which further validates its effectiveness.
PaperID: 15,
Authors: Zihang Zhang, Yuling Liu, Zhili Zhou, Gaobo Yang, Xin Liao, Q. M. Jonathan Wu
Affiliations: College of Computer Science and Electronic Engineering, Hunan University, Changsha, China; Institute of Artificial Intelligence and Blockchain, Guangzhou University, Guangzhou, China; Department of Electrical and Computer Engineering, University of Windsor, Windsor, ON, Canada
Abstract: We explore the reasons for the poorer feature extraction ability of vanilla convolution and discover that there mainly exist three key factors that restrict its representation capability, i.e., regular sampling, static aggregation, and limited receptive field. With the cost of extra parameters and computations, existing approaches merely alleviate part of the limitations. It drives us to seek a more lightweight operator to further improve the extracted image features. Through a closer examination of the convolution process, we discover that it is composed of two distinct interactions: spatial-wise interaction and channel-wise interaction. Based on this discovery, we decouple the convolutional blocks into these two interactions which not only reduces the parameters and computations but also enables a richer ensemble of interactions. Then, we propose the dynamically and globally enhanced convolution (DGeC), which includes several components as follows: a dynamic area perceptor block (DAP) that dynamically samples spatial cues, an adaptive global context block (AGC) that introduces the location-aware global image information, and a channel attention perceptor block (CAP) that merges different channel-wise features. The experiments on ImageNet for image classification and on COCO-2017 for object detection validate the effectiveness of DGeC. As a result, our proposed method consistently improves the performance with fewer parameters and computations. In particular, DGeC achieves a 3.1% improvement in top-1 accuracy on ImageNet dataset compared to ResNet50. Moreover, with Faster RCNN and RetinaNet, our DGeC-ResNet50 also consistently outperforms ResNet and ResNeXt.
PaperID: 16,
Authors: Jessica Liu, Huaming Chen, Jun Shen, Kim-Kwang Raymond Choo
Affiliations: School of Electrical and Computer Engineering, The University of Sydney, Sydney, Australia; University of Wollongong, Wollongong, Australia; The University of Texas at San Antonio, San Antonio, TX, USA
Abstract: As artificial intelligence (AI) increasingly becomes an integral part of our societal and individual activities, there is a growing imperative to develop responsible AI solutions. Despite a diverse assortment of machine learning fairness solutions is proposed in the literature, there is reportedly a lack of practical implementation of these tools in real-world applications. Industry experts have participated in thorough discussions on the challenges associated with operationalizing fairness in the development of machine learning-empowered solutions, in which a shift toward human-centred approaches is promptly advocated to mitigate the limitations of existing techniques. In this work, we propose a human-in-the-loop approach for fairness auditing, presenting a mixed visual analytical system (hereafter referred to as “FairCompass”), which integrates both subgroup discovery technique and the decision tree-based schema for end users. Moreover, we innovatively integrate an exploration, guidance, and informed analysis loop, to facilitate the use of the knowledge generation model for visual analytics in FairCompass. We evaluate the effectiveness of FairCompass for fairness auditing in a real-world scenario, and the findings demonstrate the system's potential for real-world deployability. We anticipate this work will address the current gaps in research for fairness and facilitate the operationalization of fairness in machine learning systems.
PaperID: 17,
Authors: Dan-Xuan Liu, Yu-Ran Gu, Chao Qian, Xin Mu, Ke Tang
Affiliations: National Key Laboratory for Novel Software Technology and School of Artificial Intelligence, Nanjing University, Nanjing, China; Peng Cheng Laboratory, Shenzhen, China; Department of Computer Science and Engineering, Southern University of Science and Technology, Shenzhen, China
Abstract: Migration has been a universal phenomenon, which brings opportunities as well as challenges for global development. As the number of migrants (e.g., refugees) increases rapidly, a key challenge faced by each country is the problem of migrant resettlement. This problem has attracted scientific research attention, from the perspective of maximizing the employment rate. Previous works mainly formulated migrant resettlement as an approximately submodular optimization problem subject to multiple matroid constraints and employed the greedy algorithm, whose performance, however, may be limited due to its greedy nature. In this article, we propose a new framework called migrant resettlement by evolutionary multiobjective optimization (MR-EMO), which reformulates migrant resettlement as a biobjective optimization problem that maximizes the expected number of employed migrants and minimizes the number of dispatched migrants simultaneously, and employs a multiobjective evolutionary algorithm (MOEA) to solve the biobjective problem. We implement MR-EMO using three MOEAs: the popular nondominated sorting genetic algorithm II (NSGA-II), MOEA based on decomposition (MOEA/D) as well as the theoretically grounded global simple evolutionary multiobjective optimizer (GSEMO). To further improve the performance of MR-EMO, we propose a specific MOEA, called GSEMO using matrix-swap mutation and repair mechanism (GSEMO-SR), which has a better ability to search for feasible solutions. We prove that MR-EMO using either GSEMO or GSEMO-SR can achieve better theoretical guarantees than the previous greedy algorithm. Experimental results under the interview and coordination migration models clearly show the superiority of MR-EMO (with either NSGA-II, MOEA/D, GSEMO or GSEMO-SR) over previous algorithms, and that using GSEMO-SR leads to the best performance of MR-EMO.
PaperID: 18,
Authors: Najeeb Ullah, Muhammad Naveed Aman, Biplab Sikdar
Affiliations: Department of Electrical and Computer Engineering, National University of Singapore, Singapore; School of Computing, University of Nebraska-Lincoln, Lincoln, NE, USA
Abstract: Leakage of private information in machine learning models can lead to breaches of confidentiality, identity theft, and unauthorized access to personal data. Ensuring the safe and trustworthy deployment of AI systems necessitates addressing privacy concerns to prevent unintentional disclosure and discrimination. One significant threat, membership inference (MI) attacks, exploit vulnerabilities in target learning models to determine if a given sample was part of the training set. However, the effectiveness of existing MI attacks is often limited by the number of classes in the dataset or the need for diverse multilevel adversarial features to exploit overfitted models. To enhance MI attack performance, we propose meMIA, a novel framework based on stacked ensemble learning. meMIA integrates embeddings from a neural network (NN) and a long short-term memory (LSTM) model, training a subsequent NN, termed the meta-model, on the concatenated embeddings. This method leverages the complementary strengths of NN and LSTM models; the LSTM captures order differences in confidence scores, while the NN discerns probability distribution differences between member and nonmember samples. We extensively evaluate meMIA on seven benchmark datasets, demonstrating that it surpasses current state-of-the-art MI attacks, achieving accuracy up to 94.6% and near-perfect recall. meMIA's superior performance, especially on datasets with fewer classes, underscores the urgent need for robust defenses against privacy attacks in machine learning, contributing to the safer and more ethical use of AI technologies.
PaperID: 19,
Authors: Ghadeer A. Jaradat, Mohamed F. Tolba, Ghada Alsuhli, Hani Saleh, Mahmoud Al-Qutayri, Thanos Stouraitis
Affiliations: SoC Center, Khalifa University, Abu Dhabi, United Arab Emirates
Abstract: In the world of deep learning, transformer models have become very significant, leading to improvements in many areas, from understanding language to recognizing images, covering a wide range of applications. Despite their success, the deployment of these models in real-time applications, particularly on edge devices, poses significant challenges due to their computational intensity and memory demands. To overcome these challenges, we introduce a novel hybrid dynamic pruning (HDP) technique, an efficient algorithm-architecture codesign approach that accelerates transformers using head sparsity, block sparsity, and approximation to reduce computations in attention and reduce memory access. With the observation of the huge redundancy in attention scores and attention heads, we propose a novel integer-based block pruning to prune unimportant blocks in the attention matrix at run time. We also propose integer-based head pruning to detect and prune unimportant heads at an early stage at run time. Also, we propose an approximation method that reduces attention computations. To efficiently support these methods with lower latency, we propose the HDP accelerator (HDPA) as a coprocessor architecture, synthesized in two configurations—HDPA-edge and HDPA-server—to meet the needs of mobile and server platforms. Extensive experiments with different transformer models and benchmarks demonstrate that HDPA-server achieves 481× and 381× speedup in attention layer computation over Intel i7-1185G7 CPU and NVIDIA T4 GPU, respectively. Compared to other state-of-the-art (SOTA) accelerators, HDPA achieves 1.26× to 2.08× higher throughput, 1.3× to 18× greater MAC efficiency, and 1.1× to 5.1× improved energy efficiency, when normalized to the same computational load.
PaperID: 20,
Authors: Manuela Chacon-Chamorro, Luis Felipe Giraldo, Nicanor Quijano, Vicente Vargas-Panesso, César González, Juan Sebastian Pinzon, Rubén Manrique, Manuel Ríos, Yesid Fonseca, Daniel Fernando Gómez-Barrera, Monica Tatiana Perdomo
Affiliations: School of Engineering, Universidad de los Andes, Bogotá, Colombia; Center of Excellence in Analytics and Artificial Intelligence, Bancolombia, Bogotá, Colombia; School of Humanities, Arts, and Social Sciences, Universidad de Ibagué, Ibagué, Colombia
Abstract: Resilience refers to the ability of systems to withstand, adapt to, and recover from disruptive events. While studies on resilience have attracted significant attention across various research domains, the precise definition of this concept within the field of cooperative artificial intelligence (AI) remains unclear. This article addresses this gap by proposing a clear definition of “cooperative resilience” and outlining a methodology for its quantitative measurement. The methodology is validated in an environment with reinforcement learning (RL)-based and large language model (LLM)-augmented autonomous agents, subjected to environmental changes and the introduction of agents with unsustainable behaviors. These events are parameterized to create various scenarios for measuring cooperative resilience. The results highlight the crucial role of resilience metrics in analyzing how the collective system prepares for, resists, recovers from, sustains well-being, and transforms in the face of disruptions. These findings provide foundational insights into the definition, measurement, and preliminary analysis of cooperative resilience, offering significant implications for the broader field of AI. Moreover, the methodology and metrics developed here can be adapted to a wide range of AI applications, enhancing the reliability and effectiveness of AI in dynamic and unpredictable environments.
PaperID: 21,
Authors: Gasper Begus, Maksymilian Dabkowski, Ryan Rhodes
Affiliations:
Abstract: The performance of large language models (LLMs) has recently improved to the point where models can perform well on many language tasks. We show here that—for the first time—the models can also generate valid metalinguistic analyses of language data. We outline a research program where the behavioral interpretability of LLMs on these tasks is tested via prompting. LLMs are trained primarily on text—as such, evaluating their metalinguistic abilities improves our understanding of their general capabilities and sheds new light on theoretical models in linguistics. We show that OpenAI’s [56] o1 vastly outperforms other models on tasks involving drawing syntactic trees and phonological generalization. We speculate that OpenAI o1’s unique advantage over other models may result from the model’s chain-of-thought mechanism, which mimics the structure of human reasoning used in complex cognitive tasks, such as linguistic analysis.
PaperID: 22,
Authors: Nilufar Zaman, Angshuman Jana
Affiliations: Department of Computer Science and Engineering, Indian Institute of Information Technology, Guwahati, India
Abstract: In today’s world, online services have revolutionized human activities and thus the consumers expect their service providers to make their online experiences more fruitful by recommending the relevant services to them. In this case, it becomes really challenging for the service providers to provide recommendation to a user whose information’s and preferences are unavailable. This issue is handled by cross-domain approach, which explores similar users across various domains in the same platform. However, the main concern with this cross-domain approach is that the information needs to be available in any domain of one platform. Thus, a multidomain recommendation is designed to optimize the recommendation system performance by analyzing the information obtained from multiple platforms. However, existing multidomain recommendation model has mainly two challenges. First, there are no overlapping users to understand the similarities between them. Second, the transfer learning approach in multidomain allows the transfer of information from only the source to the target domain. Therefore, our proposed approach consider the parallel inductive shift learning (PISL) model to address these two above-mentioned challenges. For the first challenge, we have focused to identify the similarities between user–user and user–item by considering various features of user and item. For the next challenge, our proposed model analyzes the source and the target domain simultaneously and thus does a parallel transfer of information from the source to the target domain and vice versa. We have tested our model for three real-life movie and book datasets i.e. for the movie dataset we have used Movielens, Amazon, and Netflix datasets. In contrast, for the book dataset, we have used the Amazon, Good Reads, and Book Crossing dataset, which proves to outperform the other state-of-the-art approaches.
PaperID: 23,
Authors: Soumyadipta Banerjee, Jiaul H. Paik
Affiliations: Department of Artificial Intelligence, Indian Institute of Technology, Kharagpur, West Bengal, India
Abstract: Modern deep networks are highly over-parameterized. Thus, training and testing such models in various applications are computationally intensive with excessive memory and energy requirements. Network pruning aims to find smaller subnetworks from within these dense networks that do not compromise on the test accuracy. In this article, we present a probabilistic and deterministic pruning methodology which determines the likelihood of retention of the weight parameters by modeling the layer-specific distribution of extreme values of the weights. Our method automatically finds the sparsity in each layer, unlike existing pruning techniques which require an explicit input of the sparsity information. Experiments in the present work show that deterministic–probabilistic pruning consistently achieves high sparsity levels, ranging from 65 to 95%, while maintaining comparable or improved testing accuracy across multiple datasets such as MNIST, CIFAR-10, and Tiny ImageNet, on architectures including VGG-16, ResNet-18, and ResNet-50.
PaperID: 24,
Authors: Yang Wang, Xue Li, Siguang Chen
Affiliations: Jiangsu Engineering Research Center of Communication and Network Technology, Nanjing University of Posts and Telecommunications, Nanjing, China; Nanjing Women and Children’s Healthcare Hospital, Department of Dermatology, Women’s Hospital of Nanjing Medical University, Nanjing, China; College of Computer Science and Software Engineering, Hohai University, Nanjing, China
Abstract: Existing federated unlearning methods to eliminate the negative impact of malicious clients on the global model are influenced by unreasonable assumptions (e.g., an auxiliary dataset) or fail to balance model performance and efficiency. To overcome these shortcomings, we propose a malicious clients and contribution co-aware federated unlearning (MCC-Fed) method. Specifically, we introduce a method for detecting malicious clients to reduce their impact on the global model. Next, we design a contribution-aware metric, which accurately quantifies the negative impact of malicious clients on the global calculating their historical contribution ratio. Then, based on this metric, we propose a novel federated unlearning method in which benign clients use the contribution-aware metric as a regularization term to unlearn the influence of malicious clients, and restoring model performance. Experimental results demonstrate that our method effectively addresses the issue of excessive unlearning during the unlearning process, improves the efficiency of performance recovery, and enhances robustness against malicious clients. Federated unlearning effectively removes malicious clients’ influence while reducing training costs compared to retraining.
PaperID: 25,
Authors: Junpeng Li, Shuying Huang, Changchun Hua, Yana Yang
Affiliations: Engineering Research Center of the Ministry of Education for Intelligent Control System and Intelligent Equipment, Yanshan University, Qinhuangdao, China
Abstract: Learning from pairwise similarity and unlabeled data (SU) is a recently emerging weakly-supervised learning method, which learns a classifier from similar data pairs (two instances belonging to the same class) and unlabeled data. However, this framework is insoluble for triplet similarities and unlabeled data. To address this limitation, this article develops a framework for learning from triplet similarities (three instances belonging to the same class) and unlabeled data points, denoted as TSU. This framework not only showcases the feasibility of constructing a TSU classifier but also serves as an inspiration to explore the broader challenge of addressing N-tuple similarities (N ≥ 2) and unlabeled data points. To tackle this more generalized problem, the present article develops an advancing weakly-supervision framework of learning from N-tuple similarities (N instances belong to the same class) and unlabeled data points, named NSU. This framework provides a solid foundation for handling diverse similarity scenarios. Based on these findings, we propose empirical risk minimization estimators for both TSU and NSU classification. The estimation error bounds are also established for the proposed methods. Finally, experiments are performed to verify the effectiveness of the proposed algorithm.
PaperID: 26,
Authors: Jiyuan Pei, Yi Mei, Jialin Liu, Mengjie Zhang, Xin Yao
Affiliations: Department of Computer Science and Engineering, Southern University of Science and Technology, Shenzhen, China; Centre for Data Science and Artificial Intelligence & the School of Engineering and Computer Science, Victoria University of Wellington, Wellington, New Zealand; School of Data Science, Lingnan University, Hong Kong SAR, China
Abstract: Appropriate selection of search operators plays a critical role in meta-heuristic algorithm design. Adaptive selection of suitable operators to the characteristics of different optimization stages is an important task that owns promising potential to improve the performance of a meta-heuristic algorithm. A variety of adaptive operator selection methods have been proposed in last decades, from the machine learning and optimization communities. However, the existing studies have not been systematically reviewed so far. To fill the gap, this article provides a comprehensive survey of adaptive operator selection for meta-heuristics. According to the information required for selection, adaptive operator selection methods are classified into two categories: 1) stateless methods; and 2) state-based methods. Each category is further summarized into several key components. The strategies of each component belonging to the two categories are reviewed respectively. The motivation, strengths and weaknesses of the proposed strategies are also discussed. Furthermore, studied meta-heuristics and optimization problems in the literature are summarized. The effects from the difference of meta-heuristics and problems to the specific design of methods are discussed, together with the guidance of selecting the suitable method in different application scenarios. At the end, emerging challenges that could guide further research are discussed.
PaperID: 27,
Authors: Wei Ye, Shuhao Tang, Hao Tian, Qijun Chen
Affiliations: College of Electronic and Information Engineering, Shanghai Institute of Intelligent Science and Technology, Tongji University, Shanghai, China; College of Electronic and Information Engineering, Tongji University, Shanghai, China
Abstract: R-convolution graph kernels are conventional methods for graph classification. They decompose graphs into substructures and aggregate all the substructure similarity as graph similarity. However, the substructure similarity is based on graph isomorphism, which not only leads to binary similarity values but also cannot be aware of the probability distribution of substructures in each graph. Moreover, the simple sum aggregation is not aware of the probability distribution differences of substructures across graphs. These drawbacks cause inaccurate graph similarity. To resolve these problems, we propose a new method called the distribution-aware simple-path (DASP) graph kernel. The neural language models are employed to capture the probability distribution of substructures (specifically, simple paths) in each graph. A new metric called probabilistic Minkowski distance is developed to capture the probability distribution differences of simple paths across graphs. To further improve the performance, the label alphabet is expanded to enlarge the corpus of simple paths for the neural language models and DASP. Experiments demonstrate that DASP achieves the best classification accuracy on all the selected graph benchmark datasets.
PaperID: 28,
Authors: Kazunori Iwata
Affiliations: Graduate School of Information Sciences, Hiroshima City University, Hiroshima, Japan
Abstract: Recent developments in measurement tools have made it easier to obtain shape data, a collection of point coordinates in vector space that are meaningful when some of them are gathered together. As a result, clustering of shape data becomes increasingly important. However, few studies still perform applicable clustering in various cases because some studies rely on their specific shape representations. Thus, we apply a simple and widely recognized representation and generative model to shape. A configuration matrix of the point coordinates is used for the representation, and it is the simplest and most well-accepted representation in conventional shape analysis. As a generative model, we consider the mixture density function, a well-known model in statistics for expressing a population density function, which is a linear combination of subpopulation density functions. The aim of this article is to present a mixture density-based model that will be useful for clustering shape data. The clustering of shapes involves estimating the parameters of the model, and this estimation is derived using an EM algorithm based on the model. As examples of promising shape-data applications, the computational analyses of ape skulls, American football formations, and baseball pitches were performed. In addition, we evaluated the performance of the EM algorithm by comparing it with other typical clustering methods. The theoretical results not only contribute to statistical estimation for shape data but also extend the clustering of nonvector shape data. The experimental results show that the derived EM algorithm performs well in shape clustering.
PaperID: 29,
Authors: Siladittya Manna, Soumitri Chattopadhyay, Rakesh Dey, Umapada Pal, Saumik Bhattacharya
Affiliations: Indian Statistical Institute Kolkata, Kolkata, India; Indian Institute of Technology Kharagpur, Kharagpur, India
Abstract: In contemporary self-supervised contrastive algorithms such as SimCLR and MoCo, the task of balancing attraction between two semantically similar samples and repulsion between two samples of different classes is primarily affected by the presence of hard negative samples. While the InfoNCE loss has been shown to impose penalties based on hardness, the temperature hyperparameter is the key to regulate the penalties and the tradeoff between uniformity and tolerance. In this work, we focus our attention on improving the performance of InfoNCE loss in self-supervised learning by proposing a novel cosine similarity dependent temperature scaling function to effectively optimize the distribution of the samples in the feature space. We also provide mathematical analyzes to support the construction of such a dynamically scaled temperature function. Experimental evidence shows that the proposed framework outperforms the contrastive loss-based SSL algorithms.
PaperID: 30,
Authors: Li Zhang, Bhanu Garg, Pradyumna Sridhara, Ramtin Hosseini, Pengtao Xie
Affiliations: Department of Electrical and Computer Engineering, University of California, San Diego, CA, USA
Abstract: Bi-level optimization methods in machine learning are popularly effective in subdomains of neural architecture search, data reweighting, etc. However, most of these methods do not factor in variations in learning difficulty, which limits their performance in real-world applications. To address the above problems, we propose a framework that imitates the learning process of humans. In human learning, learners usually focus more on the topics where mistakes have been made in the past to deepen their understanding and master the knowledge. Inspired by this effective human learning technique, we propose a multilevel optimization framework, learning from mistakes (LFM), for machine learning. We formulate LFM as a three-stage optimization problem: 1) the learner learns, 2) the learner relearns based on the mistakes made before, and 3) the learner validates his learning. We develop an efficient algorithm to solve the optimization problem. We further apply our method to differentiable neural architecture search and data reweighting. Extensive experiments on CIFAR-10, CIFAR-100, ImageNet, and other related datasets powerfully demonstrate the effectiveness of our approach. The code of LFM is available at: https://github.com/importZL/LFM.
PaperID: 31,
Authors: Weijian Mai, Jian Zhang, Pengfei Fang, Zhijun Zhang
Affiliations: School of Automation Science and Engineering, South China University of Technology, Guangzhou, China; School of Computer Science and Engineering, Southeast University, Nanjing, China
Abstract: In the era of artificial intelligence generated content (AIGC), conditional multimodal synthesis technologies (e.g., text-to-image) are dynamically reshaping the natural content. Brain signals, serving as potential reflections of how the brain interprets external information, exhibit a distinctive one-to-many correspondence with various external modalities. This correspondence makes brain signals emerge as a promising guiding condition for multimodal synthesis (e.g., image, text, and audio), which is crucial for developing practical brain–computer interface systems and unraveling complex mechanisms underlying human perception. This survey comprehensively examines the emerging field of brain-conditional multimodal synthesis, termed AIGC-brain, to delineate the current landscape and future directions. To begin, related neuroimaging datasets and generative models are introduced as the foundation of AIGC-brain decoding and analysis. Next, we present a comprehensive taxonomy according to AIGC-brain methodologies, followed by task-specific representative work and implementation details to facilitate in-depth comparison and analysis. Quality assessments are then introduced for both qualitative and quantitative evaluation. Finally, this survey explores insights gained, outlining current challenges and prospects of AIGC-brain. As a pioneering survey, this article paves the way for future advances in AIGC-brain research.
PaperID: 32,
Authors: Xuemeng Hui, Zhunga Liu, Jiaxiang Liu, Zuowei Zhang, Longfei Wang
Affiliations: Key Laboratory of Information Fusion Technology of Ministry of Education, Northwestern Polytechnical University, Xi’an, Shaanxi Province, China
Abstract: Zero-shot learning (ZSL) aims to recognize unseen class image objects using manually defined semantic knowledge corresponding to both seen and unseen images. The key of ZSL lies in building the interaction between precise image data and fuzzy semantic knowledge. The fuzziness is attributed to the difficulty in quantifying human knowledge. However, the existing ZSL methods ignore the inherent fuzziness of semantic knowledge and treat it as precise data during building the visual–semantic interaction. This is not good for transferring semantic knowledge from seen classes to unseen classes. In order to solve this problem, we propose a visual–semantic fuzzy interaction network (VSFIN) for ZSL. VSFIN utilize an effective encoder–decoder structure, including a semantic prototype encoder (SPE) and visual feature decoder (VFD). The SPE and VFD enable the visual features to interact with semantic knowledge via cross-attention. To achieve visual–semantic fuzzy interaction in SPE and VFD, we introduce the concept of membership function in fuzzy set theory and design a membership loss function. This loss function allows for a certain degree of imprecision in visual–semantic interaction, thereby enabling VSFIN to becomingly utilize the given semantic knowledge. Moreover, we introduce the concept of rank sum test and propose a distribution alignment loss to alleviate the bias towards seen classes. Extensive experiments on three widely used benchmarks have demonstrated that VSFIN outperforms current state-of-the-art methods under both conventional ZSL (CZSL) and generalized ZSL (GZSL) settings.
PaperID: 33,
Authors: Yuchong Yao, Nandakishor Desai, Marimuthu Palaniswami
Affiliations: Department of Electrical and Electronic Engineering, University of Melbourne, Parkville, VIC, Australia
Abstract: Self-supervised learning, specifically masked image modeling, has achieved significant success, surpassing earlier contrastive learning methods. However, the robustness of these methods against adversarial attacks, which subtly manipulate inputs to mislead models, remains largely unexplored. This study investigates the adversarial robustness of self-supervised learning methods, exposing their vulnerabilities to various adversarial attacks. We introduce adversarial masked autoencoders (AMAEs), a novel framework designed to enforce adversarial robustness during the masked image modeling process. Through extensive experiments on four classification benchmarks involving eight different adversarial attacks, we demonstrate that AMAE consistently outperforms seven state-of-the-art baseline self-supervised learning methods in terms of adversarial robustness.
PaperID: 34,
Authors: Qizhang Feng, Mengnan Du, Na Zou, Xia Ben Hu
Affiliations: Department of Computer Science & Engineering, Texas A&M University, College Station, TX, USA; Department of Data Science, New Jersey Institute of Technology, Newark, NJ, USA; Department of Industrial Engineering, University of Houston, Houston, TX, USA; Department of Computer Science, Rice University, Houston, TX, USA
Abstract: The digitization of healthcare data coupled with advances in computational capabilities has propelled the adoption of machine learning (ML) in healthcare. However, these methods can perpetuate or even exacerbate existing disparities, leading to fairness concerns such as the unequal distribution of resources and diagnostic inaccuracies among different demographic groups. Addressing these fairness problems is paramount to prevent further entrenchment of social injustices. In this survey, we analyze the intersection of fairness in ML and healthcare disparities. We adopt a framework based on the principles of distributive justice to categorize fairness concerns into two distinct classes: equal allocation and equal performance. We provide a critical review of the associated fairness metrics from a ML standpoint and examine biases and mitigation strategies across the stages of the ML lifecycle, discussing the relationship between biases and their countermeasures. The article concludes with a discussion on the pressing challenges that remain unaddressed in ensuring fairness in healthcare ML and proposes several new research directions that hold promise for developing ethical and equitable ML applications in healthcare.
PaperID: 35,
Authors: Siqi Le, Yingxu Lai, Yipeng Wang, Huijie He
Affiliations: Faculty of Information Technology, Beijing University of Technology, Beijing, China
Abstract: Real open network environments include the traffic generated by known applications or protocols, which have been previously identified and labeled, and unknown network traffic that cannot be identified based on existing knowledge. Accurately identifying unknown traffic is critical to network management and security, not only to help managers allocate bandwidth appropriately for all types of applications and ensure quality of service but also to prevent security breaches that may result from unknown applications or protocols. Notably, the unknown network traffic has been increasing with the emergence of new applications or protocols, which further increases the difficulty in identifying them. Existing unknown traffic classification methods based on Softmax output confidence values cause bias in the prediction probability due to overconfidence of the model during the training process, thus decreasing the identification accuracy. Thus, for unknown traffic identification, this study proposes a deep-learning-based uncertainty-estimation (EUE) approach. EUE introduces the theory of evidence to the task of identifying unknown traffic by inferring traffic uncertainty directly from traffic evidence without the need for a Softmax layer, thus avoiding overconfidence in the model. Thus, the EUE can accurately identify unknown traffic while classifying known traffic at the application level. We construct two experimental scenarios simulating the real network environments with different proportions of unknown traffic to evaluate EUE. The experimental results show that the proposed approach EUE exhibits excellent classification accuracy.
PaperID: 36,
Authors: Zhi Liu, Hanlin Zhou, Xiaohua He, Haopeng Yuan, Jiaxin Du, Mengmeng Wang, Guojiang Shen, Xiangjie Kong, Feng Xia
Affiliations: College of Computer Science & Technology, Zhejiang University of Technology, Hangzhou, China; School of Computing Technologies, RMIT University, Melbourne, VIC, Australia
Abstract: Federated graph learning (FGL) enables clients to collaboratively train a robust graph neural network (GNN) while ensuring their private graph data never leaves the local. However, existing FGL frameworks require all clients to train the identical GNN model, which limits their real-world applicability. Although many model-heterogenous frameworks have been proposed for traditional nongraph federated learning settings, directly transferring them to the FGL setting typically results in suboptimal performance. To fill the gap, this article presents federated prototype propagation network (FedPPN), a lightweight FGL framework that supports clients to train fully customized models. FedPPN only transmits prototypes between clients and the server for knowledge sharing. The core idea is propagating global prototypes on each client's local graph, generating prototype-based node representations and predictions. The prototype-based prediction can then be ensembled with the prediction of local GNN, allowing clients to achieve accurate prediction. We evaluate our FedPPN on six benchmark datasets with different heterogeneous model setups. Experimental results show that our FedPPN outperforms advanced baselines in model accuracy without adding any trainable parameters on clients or the server. Besides, FedPPN's communication cost is significantly lower than methods that rely on model parameter exchange.
PaperID: 37,
Authors: Ming-Wen Shao, Jian-Xin Yang, Lingzhuang Meng, Zhiyong Hu
Affiliations: School of Computer Science and Technology, China University of Petroleum (East China), Qingdao, China; College of Control Science and Engineering, China University of Petroleum (East China), Qingdao, China
Abstract: Adversarial attacks reveal the vulnerability of classifiers based on deep neural networks to well-designed perturbations. Most existing attack methods focus on adding perturbations directly to the pixel space. However, the perturbations generated by these methods may be easily perceived by humans. To alleviate the aforementioned problem, we propose a novel high-frequency attack based on invertible neural networks (HA-INN) that relies on INNs to adds perturbations to the high-frequency space of the image instead of the pixel space. In this way, we can fool the classifier while the perturbations are not easily detected by humans. Specifically, we introduce INNs to separate the high-frequency and low-frequency components of the image. And the low-frequency components are guaranteed to be reconstructed as the original image, while the high-frequency components are replaced with resampled high-frequency latent variables with additional adversarial information. Then, the low-frequency components and the high-frequency components with adversarial information are inversely fed into the INN to generate effective adversarial examples. Extensive experiments on two datasets (CIFAR-10 and CIFAR-100) show that our method can generate misleading and transferable cross-architectural adversarial examples with greatly reduced computational resource requirements. Under the white-box setting, the attack success rate of CIFAR10 and CIFAR100 is 99.8% and 99.74%, respectively. Further, under the black-box setting, the adversarial examples generated by our method are more effective than the other methods.
PaperID: 38,
Authors: Md Abrar Jahin, Md. Akmol Masud, Md Wahiduzzaman Suva, Muhammad Firoz Mridha, Nilanjan Dey
Affiliations:
Abstract: The rapid data surge from the high-luminosity Large Hadron Collider introduces critical computational challenges requiring novel approaches for efficient data processing in particle physics. Quantum machine learning, with its capability to leverage the extensive Hilbert space of quantum hardware, offers a promising solution. However, current quantum graph neural networks (GNNs) lack robustness to noise and are often constrained by fixed symmetry groups, limiting adaptability in complex particle interaction modeling. This article demonstrates that replacing the classical Lorentz group equivariant block modules in LorentzNet with a dressed quantum circuit significantly enhances performance despite using \approx 5.5 times fewer parameters. Additionally, quantum circuits effectively replace MLPs by inherently preserving symmetries, with Lorentz symmetry integration ensuring robust handling of relativistic invariance. Our Lorentz-equivariant quantum graph neural network (Lorentz-EQGNN) achieved 74.00% test accuracy and an AUC of 87.38% on the Quark-Gluon jet tagging dataset, outperforming the classical and quantum GNNs with a reduced architecture using only 4 qubits. On the electron–photon dataset, Lorentz-EQGNN reached 67.00% test accuracy and an AUC of 68.20%, demonstrating competitive results with just 800 training samples. Evaluation of our model on generic MNIST and FashionMNIST datasets confirmed Lorentz-EQGNN’s efficiency, achieving 88.10% and 74.80% test accuracy, respectively. Ablation studies validated the impact of quantum components on performance, with notable improvements in background rejection rates over classical counterparts. These results highlight Lorentz-EQGNN’s potential for immediate applications in noise-resilient jet tagging, event classification, and broader data-scarce HEP tasks.
PaperID: 39,
Authors: Taiyu Ban, Lyuzhou Chen, Derui Lyu, Xiangyu Wang, Qinrui Zhu, Qiang Tu, Huanhuan Chen
Affiliations: School of Computer Science and Technology, University of Science and Technology of China, Hefei, China; School of Computer Science and Technology and the Laboratory for Big Data and Decision, University of Science and Technology of China, Hefei, China; First Affiliated Hospital of University of Science and Technology of China, Hefei, China
Abstract: Recovering the structure of causal graphical models from observational data is an essential yet challenging task for causal discovery in scientific scenarios. Domain-specific causal discovery usually relies on expert validation or prior analysis to improve the reliability of recovered causality, which is yet limited by the scarcity of expert resources. Recently, large language models (LLM) have been used for causal analysis across various domain-specific scenarios, suggesting its potential as autonomous expert roles in guiding data-based structure learning. However, integrating LLMs into causal discovery faces challenges due to inaccuracies in LLM-based reasoning on revealing the actual causal structure. To address this challenge, we propose an error-tolerant LLM-driven causal discovery framework. The error-tolerant mechanism is designed three-fold with sufficient consideration on potential inaccuracies. In the LLM-based reasoning process, an accuracy-oriented prompting strategy restricts causal analysis to a reliable range. Next, a knowledge-to-structure transition aligns LLM-derived causal statements with structural causal interactions. In the structure learning process, the goodness-of-fit to data and adherence to LLM-derived priors are balanced to further address prior inaccuracies. Evaluation of eight real-world causal structures demonstrates the efficacy of our LLM-driven approach in improving data-based causal discovery, along with its robustness to inaccurate LLM-derived priors.
PaperID: 40,
Authors: Ziyuan Yang, Huijie Huangfu, Maosong Ran, Zhiwen Wang, Hui Yu, Mengyu Sun, Yi Zhang
Affiliations: College of Computer Science, Sichuan University, Chengdu, China; School of Cyber Science and Engineering, Sichuan University, Chengdu, China
Abstract: Deep learning (DL) has made significant advancements in tomographic imaging, particularly in low-dose computed tomography (LDCT) denoising. A recent trend involves servers training powerful models with enormous self-collected data and providing application programming interfaces (APIs) for users, such as Chat-GPT. To avoid model leakage, users are required to upload their data to the server. This approach is particularly advantageous for devices with limited computational capabilities, as it offloads computation to the server, easing the workload on the devices themselves. However, this way raises public concerns about the privacy disclosure risk. Hence, to alleviate related concerns, we propose to directly denoise LDCT in the encrypted domain to achieve privacy-preserving cloud services without exposing private data to the server. Concretely, we employ homomorphic encryption to encrypt private LDCT, which is then transferred to the server model trained with plaintext LDCT for further denoising. Since fundamental DL operations, such as convolution and linear transformation, cannot be directly used in the encrypted domain, we transform the fundamental mathematic operations in the plaintext domain into the operations in the encrypted domain. Moreover, we present two interactive frameworks for linear and nonlinear models, both of which can achieve lossless operating. In this way, the proposed methods can achieve two merits, the data privacy is well protected, and the server model is free from the risk of model leakage. Moreover, we provide theoretical proof to validate the lossless property of our framework. Finally, experiments were conducted to demonstrate that the transferred contents are well protected and cannot be reconstructed.11The codes are released at https://github.com/Zi-YuanYang/Encrypt_LDCT_Recon
PaperID: 41,
Authors: Ching Nam Hang, Pei-Duo Yu, Chee-Wei Tan
Affiliations: Yam Pak Charitable Foundation School of Computing and Information Sciences, Saint Francis University, Hong Kong; Department of Applied Mathematics, Chung Yuan Christian University, Taoyuan City, Taiwan; College of Computing and Data Science, Nanyang Technological University, Singapore
Abstract: In the age of social media, the rapid spread of misinformation and rumors has led to the emergence of infodemics, where false information poses a significant threat to society. To combat this issue, we introduce TrumorGPT, a novel generative artificial intelligence solution designed for fact-checking in the health domain. TrumorGPT aims to distinguish “trumors,” which are health-related rumors that turn out to be true, providing a crucial tool in differentiating between mere speculation and verified facts. This framework leverages a large language model (LLM) with few-shot learning for semantic health knowledge graph construction and semantic reasoning. TrumorGPT incorporates graph-based retrieval-augmented generation (GraphRAG) to address the hallucination issue common in LLMs and the limitations of static training data. GraphRAG involves accessing and utilizing information from regularly updated semantic health knowledge graphs that consist of the latest medical news and health information, ensuring that fact-checking by TrumorGPT is based on the most recent data. Evaluating with extensive healthcare datasets, TrumorGPT demonstrates superior performance in fact-checking for public health claims. Its ability to effectively conduct fact-checking across various platforms marks a critical step forward in the fight against health-related misinformation, enhancing trust and accuracy in the digital information age.
PaperID: 42,
Authors: Zhuohao Li, Guoyang Xie, Guannan Jiang, Zhichao Lu
Affiliations: Department of Computer Science, City University of Hong Kong, Hong Kong, China; Department of Intelligent Manufacturing, CATL, Ningde, China
Abstract: Transformer recently emerged as the de facto model for computer vision tasks and has also been successfully applied to shadow removal. However, these existing methods heavily rely on intricate modifications to the attention mechanisms within the transformer blocks while using a generic patch embedding. As a result, it often leads to complex architectural designs requiring additional computation resources. In this work, we aim to explore the efficacy of incorporating shadow information within the early processing stage. Accordingly, we propose a transformer-based framework with a novel patch embedding that is tailored for shadow removal, dubbed ShadowMaskFormer. Specifically, we present a simple and effective mask-augmented patch embedding to integrate shadow information and promote the model’s emphasis on acquiring knowledge for shadow regions. Extensive experiments conducted on the ISTD, ISTD+, and SRD benchmark datasets demonstrate the efficacy of our method against state-of-the-art approaches while using fewer model parameters. Our implementation is available at https://github.com/lizhh268/ShadowMaskFormer.
PaperID: 43,
Authors: Xing He, Yue Li, Meng Zhang, Tingwen Huang
Affiliations: Chongqing Key Laboratory of Nonlinear Circuits and Intelligent Information Processing, College of Electronic and Information Engineering, Southwest University, Chongqing, China; Faculty of Computer Science and Control Engineering, Shenzhen University of Advanced Technology, Shenzhen, China
Abstract: In this article, the distributed form of the zeroing neural network for solving time-varying optimal problems is put forward. Compared with traditional centralized algorithms, distributed algorithms possess better privacy and scalability. This article initially proposes a centralized time-varying optimization algorithm with fixed-time convergence and certain robustness, which is based on the integration-enhanced zeroing neural network. Subsequently, the algorithm is enhanced, and two distributed algorithms are designed separately. Both of these two algorithms have a fixed convergence time and certain robustness. Additionally, this article utilizes the penalty function approach to handle time-varying optimization problems with inequality constraints, thereby making the algorithm more widely applicable. The effectiveness of the algorithm is verified through several numerical examples, and the applicability of the algorithm is demonstrated by solving the package-level state-of-charge balancing problem.
PaperID: 44,
Authors: Georgios Kougioumtzidis, Vladimir K. Poulkov, Pavlos I. Lazaridis, Zaharias D. Zaharis
Affiliations: Faculty of Telecommunications, Technical University of Sofia, Sofia, Bulgaria; School of Computing and Engineering, University of Huddersfield, Huddersfield, U.K.; School of Electrical and Computer Engineering, Aristotle University of Thessaloniki, Thessaloniki, Greece
Abstract: The continuous development of mobile communication technologies has led to a rapid increase in cellular network traffic. Therefore, traffic prediction models have become very important for the design of mobile communication networks, as they are essential for increasing the quality of service (QoS) and ensuring a high level of quality of experience (QoE). Accurate and timely prediction of network traffic volume enables efficient planning of radio resource allocation, improves network energy efficiency, and reduces network congestion and operational costs. However, the task of mobile network traffic prediction is inherently challenging due to the dynamic, multivariate nature of traffic patterns that are influenced by diverse factors such as location, user behavior, and temporal variations. In this article, we propose a novel prediction model based on deep learning techniques. Specifically, we develop a customized temporal fusion transformer (TFT) for accurate time series prediction that effectively captures the complex dependencies in mobile network traffic and ensures resilience to unexpected variations, which is critical for efficient network management and QoE enhancement. The prediction model is evaluated and tested against state-of-the-art prediction models using real-world cellular network data as the training dataset. The experimental results validate the excellence of this customized transformer architecture in capturing the complex temporal dynamics of cellular network traffic by exploiting attention-based mechanisms.
PaperID: 45,
Authors: Xiantao Hu, Bineng Zhong, Qihua Liang, Liangtao Shi, Zhiyi Mo, Ying Tai, Jian Yang
Affiliations: Key Laboratory of Education Blockchain and Intelligent Technology, Ministry of Education, and Guangxi Key Laboratory of Multi-Source Information Mining and Security, Guangxi Normal University, Guilin, China; School of Data Science and Software Engineering, Wuzhou University, Wuzhou, China; State Key Laboratory for Novel Software Technology, Nanjing University, Suzhou, China; School of Computer Science and Engineering, Nanjing University of Science and Technology, Nanjing, China
Abstract: Recently, many multimodal trackers have prioritized RGB as the dominant modality, treating other modalities as auxiliary, and fine-tuning separately various multimodal tasks. This imbalance in modality dependence limits the ability of methods to dynamically utilize complementary information from each modality in complex scenarios, making it challenging to fully perceive the advantages of multimodal. As a result, a unified parameter model often underperforms in various multimodal tracking tasks. To address this issue, we propose APTrack, a novel unified tracker designed for multimodal adaptive perception. Unlike previous methods, APTrack explores a unified representation through an equal modeling strategy. This strategy allows the model to dynamically adapt to various modalities and tasks without requiring additional fine-tuning between different tasks. Moreover, our tracker integrates an adaptive modality interaction (AMI) module that efficiently bridges cross-modality interactions by generating learnable tokens. Experiments conducted on five diverse multimodal datasets (RGBT234, LasHeR, VisEvent, DepthTrack, and VOT-RGBD2022) demonstrate that APTrack not only surpasses existing state-of-the-art unified multimodal trackers but also outperforms trackers designed for specific multimodal tasks.
PaperID: 46,
Authors: Niusha Shafiabady, Tebbin Koo, Fareed Ud Din, Kabir Sattarshetty, Margaret Yen, Mamoun Alazab, Ethar Alsharaydeh
Affiliations: Department of Information Technology, Australian Catholic University, North Sydney, NSW, Australia; School of Nursing and Midwifery, Western Sydney University, Sydney, Australia; School of Science and Technology, University of New England, Armidale, NSW, Australia; Faculty of Health, FH - Nursing & Midwifery, Charles Darwin University, Sydney, Australia; Faculty of Health, Charles Darwin University, Sydney, Australia; Faculty of Science and Technology, Casuarina campus, Charles Darwin University, Ellengowan, NT, Australia; School of Nursing and Midwifery Building EB Parramatta South Campus, Western Sydney University, Parramatta, NSW, Australia
Abstract: The increasing number of international students (IS) enrolled in Australian higher education institutions, combined with the widespread adoption of online and hybrid learning, has significant implications for understanding the factors that influence engagement among this diverse student group. Early identification of students with low engagement facilitates academic success, prevents poor outcomes, optimizes resource allocation, improves teaching strategies, increases motivation, and supports long-term success. This study's main aim is to examine the use of AI to predict student engagement. Development of a theoretically informed survey that aimed to elicit postgraduate students' engagement was developed and validated by expert judgment. In total, 200 copies of the survey were distributed, 121 responses were received, and 96 were considered for this study representing a response rate of 48%. This study promotes a multidimensional approach, utilizing AI and ML methodologies, to determine the influence of social and cultural contexts on student engagement. This approach enables educators and institutions to create effective strategies for enhancing the learning experience of postgraduate students. Multiple AI and ML techniques have been utilized including synthetic data generation methods such GaussianCopula, triplet-based variational autoencoder, generative adversarial networks, CopulaGAN, and conditional tabular generative adversarial network. These techniques are specifically employed to predict various dimensions of engagement, including personal, academic, intellectual, social, and professional engagement. The performance of AI/ML algorithms, including support vector machine, K-nearest neighbors, decision trees, gradient boosting machine, random forest, Naive Bayes, logistic regression, and extra trees, was assessed using several metrics including F1 score, sensitivity, specificity, confusion matrix, and accuracy. The models used in this study achieved up to 85% accuracy, offering a solid foundation for guidelines and support to enhance decision making processes in higher education. These findings provide valuable insights for both academics and policy makers, laying the groundwork for evidence-based strategies to improve student engagement.
PaperID: 47,
Authors: Akshay Jain, Shiv Ram Dubey, Satish Kumar Singh, KC Santosh, Bidyut Baran Chaudhuri
Affiliations: Computer Vision and Biometrics Lab, Department of Information Technology, Indian Institute of Information Technology Allahabad, Prayagraj, Uttar Pradesh, India; AI Research Lab, Department of Computer Science, University of South Dakota, Vermillion, SD, USA; Computer Vision and Pattern Recognition Unit, Indian Statistical Institute, Kolkata, India
Abstract: Convolutional neural networks (CNNs) have made remarkable strides; however, they remain susceptible to vulnerabilities, particularly to image perturbations that humans can easily recognize. This weakness, often termed as “attacks,” underscores the limited robustness of CNNs and the need for research into fortifying their resistance against such manipulations. This study introduces a novel nonuniform illumination (NUI) attack technique, where images are subtly altered using varying NUI masks. Extensive experiments are conducted on widely accepted datasets including CIFAR10, TinyImageNet, CalTech256, and NWPU-RESISC45 focusing on image classification with 12 different NUI masks. The resilience of VGG, ResNet, MobilenetV3-small, InceptionV3, and EfficientNet_b0 models against NUI attacks are evaluated. Our results show a substantial decline in the CNN models’ classification accuracy when subjected to NUI attacks, due to changes in the image pixel value distribution, indicating their vulnerability under NUI. To mitigate this, a defense strategy is proposed, including NUI-attacked images, generated through the new NUI transformation, into the training set. The results demonstrate a significant enhancement in CNN model performance when confronted with perturbed images affected by NUI attacks. This strategy seeks to bolster CNN models’ resilience against NUI attacks. A comparative study with other attack techniques shows the effectiveness of the NUI attack and defense technique.11The code is available at https://github.com/Akshayjain97/Non-Uniform_Illumination
PaperID: 48,
Authors: Ervin Moore, Ahmed Imteaj, Md. Zarif Hossain, Shabnam Rezapour, M. Hadi Amini
Affiliations: Knight Foundation School of Computing and Information Sciences and the Security, Optimization, and Learning for InterDependent Networks Laboratory (Solid Lab) and ADvanced Education and Research for Machine Learning-Driven Critical Infrastructure REsilience (ADMIRE) Center, Florida International University (FIU), Miami, FL, USA; Knight Foundation School of Computing and Information Sciences, Florida International University, Miami, FL, USA; School of Computing, Southern Illinois University Carbondale, Carbondale, IL, USA; Enterprise and Logistics Engineering Program, Florida International University (FIU), Miami, FL, USA
Abstract: Federated learning (FL) is a privacy-preserving distributed machine learning scheme, where each participant's data remains on the participant's devices and only the local model generated utilizing the local computational power is transmitted throughout the database. However, the distributed computational nature of FL creates the necessity to develop a mechanism that can remotely trigger any network agents, track their activities, and prevent threats to the overall process posed by malicious participants. Particularly, the FL paradigm may become vulnerable due to an active attack from the network participants, called a poisonous attack. In such an attack, the malicious participant acts as a benign agent capable of affecting the global model quality by uploading an obfuscated poisoned local model update to the server. This article presents a cross-device FL model that ensures trustworthiness, fairness, and authenticity in the underlying FL training process. We leverage trustworthiness by constructing a reputation-based trust model based on agents’ contributions toward model convergence. We ensure fairness by identifying and removing malicious agents from the training process through an outlier detection technique. Additionally, we establish authenticity by generating a token for each participating device through a distributed sensing mechanism and storing that unique token in a blockchain smart contract. Further, we insert the trust scores of all agents into a blockchain and validate their reputations using various consensus mechanisms that consider the computational task.
PaperID: 49,
Authors: Mansour Alqarni, Akramul Azim
Affiliations: Ontario Tech University, Oshawa, ON, Canada
Abstract: Field-programmable gate arrays (FPGAs) are increasingly utilized in critical applications across sectors such as infrastructure, defense, and autonomous systems. However, the inherent flexibility of FPGAs introduces significant security vulnerabilities, particularly in the hardware description languages (HDLs) used to program them. This article introduces SecureLLAMA, an enhanced version of the LLAMA2 model, specifically designed to detect and mitigate FPGA vulnerabilities. Leveraging a novel dataset “FPGAvul” which includes both real-world examples and synthetically generated vulnerabilities. Our dataset FPGAvul addresses vulnerabilities such as initialization errors, clock domain crossing issues, insecure state machines, resource sharing conflicts, and buffer overflows. SecureLLAMA demonstrates superior accuracy in identifying and addressing security flaws in FPGA configurations. Comprehensive evaluation shows that SecureLLAMA significantly improves the detection of vulnerabilities, providing a robust solution for securing FPGAs in embedded systems. The findings of this research have the potential to advance FPGA security practices, ensuring their safe integration in critical environments where reliability is essential.
PaperID: 50,
Authors: Sina Shaham, Arash Hajisafi, Minh K. Quan, Dinh C. Nguyen, Bhaskar Krishnamachari, Charith Peris, Gabriel Ghinita, Cyrus Shahabi, Pubudu N. Pathirana
Affiliations: University of Southern California, Los Angeles, CA, USA; Deakin University, Waurn Ponds, VIC, Australia; University of Alabama in Huntsville, Huntsville, AL, USA; Amazon, Cambridge, MA, USA; Hamad Bin Khalifa University, Doha, Qatar
Abstract: Privacy and fairness are two crucial pillars of responsible artificial intelligence (AI) and trustworthy machine learning (ML). Each objective has been independently studied in the literature with the aim of reducing utility loss in achieving them. Despite the significant interest attracted from both academia and industry, there remains an immediate demand for more in-depth research to unravel how these two objectives can be simultaneously integrated into ML models. As opposed to well-accepted trade-offs, i.e., privacy-utility and fairness-utility, the interrelation between privacy and fairness is not well-understood. While some works suggest a trade-off between the two objective functions, there are others that demonstrate the alignment of these functions in certain scenarios. To fill this research gap, we provide a thorough review of privacy and fairness in ML, including supervised, unsupervised, semisupervised, and reinforcement learning. After examining and consolidating the literature on both objectives, we present a holistic survey on the impact of privacy on fairness, the impact of fairness on privacy, existing architectures, their interaction in application domains, and algorithms that aim to achieve both objectives while minimizing the utility sacrificed. Finally, we identify research challenges in achieving concurrently privacy and fairness in ML, particularly focusing on large language models.
PaperID: 51,
Authors: Ying Guo, Bingxin Li, Kexin Zhen, Jie Liu, Gaolei Li, Qi Wang, Yong-Jin Liu
Affiliations: North China University of Technology, Beijing, P. R. China; Shanghai Jiao Tong University, Shanghai, China; State Key Laboratory of Public Big Data, Guizhou University, Guizhou, China; Department of Computer Science and Technology, Tsinghua University, Beijing, China
Abstract: Generating synthetic content through generative AI (GAI) presents considerable hurdles for current fake news detection methodologies. Many existing detection approaches concentrate on feature-based multimodal fusion, neglecting semantic relationships such as correlations and diversities. In this study, we introduce an innovative cross-modal matching-driven approach to reconcile semantic relevance (text–image consistency) and semantic gap (text–image heterogeneity) in multimodal fake news detection. Unlike the conventional paradigm of multimodal fusion followed by detection, our approach integrates textual modality, visual modality (images), and text embedded within images (auxiliary modality) to construct an end-to-end framework. This framework considers the relevance of contents across different modalities while simultaneously addressing the gap in structures, achieving a delicate balance between consistency and heterogeneity. Consistency is fostered by evaluating intermodality correlation via pairwise-similarity scores, while heterogeneity is addressed by employing cross-attention mechanisms to account for intermodality diversity. To achieve equilibrium between consistency and heterogeneity, we employ attention-guided enhanced modality interaction and similarity-based dynamic weight assignment to establish robust frameworks. Comparative experiments conducted on the Chinese Weibo dataset and the English Twitter dataset demonstrate the effectiveness of our approach, surpassing the state-of-the-art by 7% to 13%.
PaperID: 52,
Authors: Qiang Li, Xinyue Li, Hong Jiang, Xiaohua Qian
Affiliations: Biomedical Image and Health Informatics Lab, School of Biomedical Engineering, Shanghai Jiao Tong University, Shanghai, China; Department of Neurosurgery, Rui Jin Hospital, Shanghai, China
Abstract: Differentiation between pseudoprogression and true tumor progression of glioblastoma (GBM) is crucial for choosing appropriate management strategies and increasing the chances of patient survival. Currently, there is a lack of noninvasive and effective methods in clinic for GBM progression diagnosis. Here, we propose an automated early diagnosis method based on diffusion tensor imaging (DTI) with a high potential for this diagnosis. A primary challenge for intelligent diagnostic methods lies in the limited accuracy and stability caused by data insufficiency and the fine-grained nature of diagnostic tasks. To address this challenge, we develop a spatial-transformation-based causality-enhanced model (ST-CEM). This model jointly improves data diversity and the effective utilization of clinically significant discriminative information. Specifically, first, a texture diverse augmentation scheme is designed based on a spatial transformation, which allows for greater texture diversification in the augmented data. Subsequently, an interference information contrastive strategy is developed, where nonlesion features that may introduce interference are actively extracted and decoupled with lesion features. Finally, a causality-enhanced mechanism is introduced to highlight the decoupled lesion features, thereby improving the diagnostic stability of the model. Extensive experiments verified the effectiveness of our model in diagnosis of GBM progression under small-sample conditions. The proposed model achieved an accuracy of 84.1%, precision of 85.8%, and recall of 90.3%, all of which outperform the existing works. Moreover, it demonstrated competitive performance on an additional lung nodule classification dataset.
PaperID: 53,
Authors: Linghao Kong, Wenjian Luo, Zipeng Ye, Qi Zhou, Yan Jia
Affiliations: Guangdong Provincial Key Laboratory of Novel Security Intelligence Technologies, School of Computer Science and Technology, Harbin Institute of Technology, Shenzhen, China
Abstract: Multilabel adversarial examples have become a threat to deep neural network models (DNNs). Most of the current work on multilabel adversarial examples are focused on white-box environments. In this article, we focus on a black-box environment where the available information is extremely limited: a label-only black-box environment. Under the label-only black-box environment, the attacker can only obtain the predicted labels, and cannot obtain any other information such as the model's internal structure, parameters, the training dataset, and the output prediction confidence. We propose a label-only black-box attack framework, and through this framework to implement two black-box adversarial attacks: multi-label boundary-based attack (ML-BA) and multilabel label-only black-box attack (ML-LBA). The ML-BA is developed by transplanting the boundary-based attack in the multiclass domain to the multilabel domain, and the ML-LBA is based on differential evolution. Experimental results show that both the proposed algorithms can achieve the hiding single label attack in label-only black-box environments. Besides, ML-LBA requires fewer queries and its perturbations are significantly less. This demonstrates the effectiveness of the proposed label-only black-box attack framework and the advantageous of differential evolution in optimizing high-dimensional problems.
PaperID: 54,
Authors: Shuyue Wang, Zhunga Liu, Zuowei Zhang, Mohammed Bennamoun
Affiliations: School of Automation, Northwestern Polytechnical University, Xi’an, Shaanxi, China; Department of Computer Science and Software Engineering, The University of Western Australia, Perth, WA, Australia
Abstract: Multimodal domain adaptation (MMDA) aims to transfer knowledge across different domains that contain multimodal data. Current methods typically assume that both the source and target domains have paired multimodal data with the same modalities, allowing for direct knowledge transfer between corresponding types of data. However, in certain applications, the source domain benefits from advanced sensors and equipment, capturing more modalities than those available in the target domain. As a result, the information from the source modalities may not strongly align with that of the target modalities. This weak correlation hinders the effective utilization of all source data for the target domain. To address this challenge, we propose a weakly correlated multimodal domain adaptation (WCMMDA) method for pattern classification. WCMMDA is designed to acquire the modality-independent and category-related knowledge from the source domain, enabling the full utilization of available source modalities for effective knowledge transfer. Specifically, modality-invariant features are first extracted from the multimodal data to bridge the heterogeneity gap within each domain. Subsequently, domain-invariant features are further learned from these modality-invariant features to align the feature distributions across the source and target domains. A source-specific classifier is employed here, which predicts pseudo-labels for the target data and enables the feature extractor to explore category-related information in source features. Finally, a target-specific classifier is trained using the pseudolabeled target data, where highly reliable pseudolabels are selected based on confidence to improve classification performance. Extensive experiments are performed on the real-world multimodal datasets to demonstrate the superiority of WCMMDA.
PaperID: 55,
Authors: Ye Tian, Luke Ji, Yiwei Hu, Haiping Ma, Le Wu, Xingyi Zhang
Affiliations: Key Laboratory of Intelligent Computing and Signal Processing of Ministry of Education, School of Computer Science and Technology, Anhui University, Hefei, China; Institutes of Physical Science and Information Technology, Anhui University, Hefei, China; Key Laboratory of Knowledge Engineering with Big Data, Hefei University of Technology, Hefei, China
Abstract: Represented by evolutionary algorithms and swarm intelligence algorithms, nature-inspired metaheuristics have been successfully applied to recommender systems and amply demonstrated effectiveness, in particular, for multiobjective recommendation. Owing to the population-based search paradigm, these algorithms can produce a number of recommendation lists, making diverse tradeoffs between multiple metrics and meeting the requirements of accuracy, novelty, diversity, and other user preferences. However, these algorithms are criticized for the low efficiency of the optimization process, especially when the number of users is large. To address this issue, this article proposes an evolutionary multitasking-based recommendation method, where each task corresponds to a user and all the tasks are optimized simultaneously, thus highly improving the efficiency of recommendation. To enhance the convergence speed, all the users are divided into multiple populations according to the similarity between their preferences, where each population evolves with internal knowledge transfer between users, and all the populations evolve with external knowledge transfer between populations. Experimental results on various datasets verify that the proposed method can better balance between multiple metrics than classical and deep neural network-based recommendation methods and exhibits significantly higher efficiency than evolutionary multiobjective optimization-based recommendation methods.
PaperID: 56,
Authors: Lingbai Kong, Hanchen Yang, Wengen Li, Yichao Zhang, Jihong Guan, Shuigeng Zhou
Affiliations: Department of Computer Science and Technology, Tongji University, Shanghai, China; School of Computer Science, Fudan University, Shanghai, China
Abstract: With the increasing traffic congestion problems in metropolises, traffic prediction plays an essential role in intelligent traffic systems. Notably, various deep learning models, especially graph neural networks (GNNs), achieve state-of-the-art performance in traffic prediction tasks but still lack interpretability. To interpret the critical information abstracted by traffic prediction models, we proposed a flexible framework termed Traffexplainer toward GNN-based interpretable traffic prediction. Traffexplainer is applicable to a wide range of GNNs without making any modifications to the original model structure. The framework consists of the GNN-based traffic prediction model and the perturbation-based hierarchical interpretation generator. Specifically, the hierarchical spatial mask and temporal mask are introduced to perturb the prediction model by modulating the values of input data. Then the prediction losses are backward propagated to the masks, which can identify the most critical features for traffic prediction, and further improve the prediction performance. We deploy the framework with five representative GNN-based traffic prediction models and analyze their prediction and interpretation performance on three real-world traffic flow datasets. The experiment results demonstrate that our framework can generate effective and faithful interpretations for GNN-based traffic prediction models, and also improve the prediction performance. The code will be publicly available at https://github.com/lingbai-kong/Traffexplainer.
PaperID: 57,
Authors: Kai Liu, Kang You, Pan Gao, Manoranjan Paul
Affiliations: College of Computer Science and Technology, Nanjing University of Aeronautics and Astronautics, Nanjing, China; School of Computing and Mathematics, Charles Sturt University, Bathurst, NSW, Australia
Abstract: With the great progress of three-dimensional (3-D) sensing and acquisition technology, the volume of point cloud data has grown dramatically, which urges the development of efficient point cloud compression methods. In this article, we focus on the task of learned lossy point cloud attribute compression (PCAC). We propose an efficient attention-based method for lossy compression of point cloud attributes leveraging on an autoencoder architecture. Specifically, at the encoding side, we conduct multiple downsampling to best exploit the local attribute patterns, in which effective external cross attention (ECA) is devised to hierarchically aggregate features by intergrating attributes and geometry contexts. At the decoding side, the attributes of the point cloud are progressively reconstructed based on the multiscale representation and the zero-padding upsampling tactic. To the best of our knowledge, this is the first approach to introduce attention mechanism to point-based lossy PCAC task. We verify the compression efficiency of our model on various sequences, including human body frames, sparse objects, and large-scale point cloud scenes. Experiments show that our method achieves an average improvement of 1.15 and 2.13 dB in Bjontegaard delta (BD)-peak signal-to-noise ratio (BD-PSNR) of Y channel and YUV channel, respectively, when comparing with the state-of-the-art point-based method deep-PCAC. Codes of this article are available at https://github.com/I2-Multimedia-Lab/Att2CPC.
PaperID: 58,
Authors: Nannan Lu, Tong Yan, Song Zhu, Jiansheng Qian, Min Han
Affiliations: School of Information and Control Engineering, China University of Mining and Technology, Xuzhou, China; School of Mathematics, China University of Mining and Technology, Xuzhou, China; School of Control Science and Engineering, Dalian University of Technology, Dalian, China
Abstract: Unsupervised domain adaptation (UDA) for time series classification (TSC) is an important but challenging task. In the process of UDA, feature learning is most critical. Most of the existing works in this area are based on learning domain-invariant feature representation of data with help of some restriction such as MMD. However, they ignored that the mutual effects between the pretrained network and the downstream target network was also conducive to the learning of domain-invariant features. In this article, we propose a deep feature unsupervised domain adaptation (DFUDA) for time series classification. First, we pretrain a network based on consistency learning to ensure the invariant feature extraction from the source and target domains. Then, we propose an end-to-end unsupervised domain adaptation, which includes the layer matching and the unsupervised domain adaptation to promote more confident knowledge transfer. Finally, the pretrained network receives feedback of the domain adaptation's performance. To verify the effectiveness of the proposed method, we perform the comprehensive experiments on fault diagnosis datasets and human activity recognition datasets. The results show that DFUDA outperforms the state of the arts methods for both scenarios.
PaperID: 59,
Authors: Muhammad Azeem Akbar, Arif Ali Khan, Peng Liang
Affiliations: Software Engineering Department, Lappeenranta-Lahti University of Technology, Lappeenranta, Finland; MS Empirical Software Engineering Research Unit, University of Oulu, Oulu, Finland; School of Computer Science, Wuhan University, Wuhan, China
Abstract: ChatGPT can improve software engineering (SE) research practices by offering efficient, accessible information analysis, and synthesis based on natural language interactions. However, ChatGPT could bring ethical challenges, encompassing plagiarism, privacy, data security, and the risk of generating biased or potentially detrimental data. This research aims to fill the given gap by elaborating on the key elements: motivators, demotivators, and ethical principles of using ChatGPT in SE research. To achieve this objective, we conducted a literature survey, identified the mentioned elements, and presented their relationships by developing a taxonomy. Furthermore, the identified literature-based elements (motivators, demotivators, and ethical principles) were empirically evaluated by conducting a comprehensive questionnaire-based survey involving SE researchers. In addition, we employed an interpretive structure modeling approach to analyze the relationships between the ethical principles of using ChatGPT in SE research and develop a level-based decision model. We further conducted a cross-impact matrix multiplication applied to classification analysis to create a cluster-based decision model. These models aim to help SE researchers devise effective strategies for ethically integrating ChatGPT into SE research by following the identified principles by adopting the motivators and addressing the demotivators. The findings of this study will establish a benchmark for incorporating ChatGPT services in SE research with an emphasis on ethical considerations.
PaperID: 60,
Authors: Emmanuel Pintelas, Ioannis E. Livieris, Panagiotis E. Pintelas
Affiliations: Department of Mathematics, University of Patras, GR, Greece; Department of Statistics & Insurance Science, University of Piraeus, GR, Greece
Abstract: In the dynamic domain of synthetic media, deepfakes challenge the trust in digital communication. The identification of manipulated content is essential to ensure the authenticity of shared information. Recent advances in deepfake detection have focused on developing sophisticated convolutional neural network (CNN)-based approaches. However, these approaches remain anchored within the continuous feature space, potentially missing manipulative signatures that might be more salient in a discrete domain. For this task, we propose a new strategy that combines insights from both continuous and discrete spaces for enhanced deepfake detection. Our hypothesis is that deepfakes may lie closer to a discrete space, potentially revealing hidden patterns that are not evident in continuous representations. In addition, we propose a new gradual-unfreezing technique, employed in the proposed framework to slowly adapt the network parameters to align with the new combined representation. Via comprehensive experimentation, the efficiency of the proposed approach is highlighted, in comparison with state-of-the-art (SoA) deepfake detection strategies.
PaperID: 61,
Authors: Sajad Ahmadian, Kamal Berahmand, Mehrdad Rostami, Saman Forouzandeh, Parham Moradi, Mahdi Jalili
Affiliations: Faculty of Information Technology, Kermanshah University of Technology, Kermanshah, Iran; School of Engineering, RMIT University, Melbourne, VIC, Australia; Center for Machine Vision and Signal Analysis (CMVS), Faculty of Information Technology and Electrical Engineering, University of Oulu, Oulu, Finland
Abstract: Recommender systems (RSs) have gained significant attention for their ability to model user preferences and predict future trends. Collaborative filtering (CF), particularly through nonnegative matrix factorization (NMF), is a popular method for building these systems. This article presents a comprehensive survey of NMF-based methods in RSs, exploring enhancements that leverage key features such as sparsity, implicit feedback, and contextual information. We categorize developments into two main directions: pure NMF variants (including constrained, structured, and generalized NMF) and integrated NMF (INMF) approaches (combining NMF with traditional and deep learning models). Our survey provides researchers and practitioners with a structured overview of the field’s progress, identifies current challenges, and highlights promising directions for future research in NMF-based RSs.
PaperID: 62,
Authors: Yang Hu, Yiman Huang, Shuxian Qu, Yushu Xie, Yanwen Fang, Xiaotong Zhang
Affiliations: College of Electrical Engineering and the State Key Lab of Brain-Machine Intelligence, Zhejiang University, Hangzhou, China; College of Biomedical Engineering & Instrument Science and the State Key Lab of Brain-Machine Intelligence, Zhejiang University, Hangzhou, China; Heye Health Technology Company, Ltd., Anji, China; College of Electrical Engineering, the Second Affiliated Hospital of Zhejiang University School of Medicine, the State Key Lab of Brain-Machine Intelligence, and MOE Frontier Science Center for Brain Science and Brain-Machine Integration, Zhejiang University, Hangzhou, China
Abstract: Electromagnetic shielding is crucial in magnetic resonance imaging (MRI), particularly at low- and ultralow-magnetic fields. However, the cost of employing physical enclosures for shielding can be prohibitively high. In this study, we introduce a comprehensive dual denoising algorithm, leveraging deep-learning techniques, specifically tailored for shielding-free MRI. This algorithm is structured into two distinct steps. In the first step, we employ a residual convolution neural network (residual CNN) to establish a mapping between the electromagnetic interference (EMI) signals detected by two EMI sensing coils and those detected by the MRI receive coils. In the subsequent step, we introduce triple generators Wasserstein generative adversarial network (TWGAN), a unique composite neural network architecture comprising three generators, to refine the denoised outputs from the first step. Furthermore, we have devised a methodology to construct a denoising dataset that comprises realistic clean-noise pairs, addressing the challenges associated with obtaining such datasets in different field (especially in low field and ultralow field) MRI scenarios. We implemented the algorithm on a shielding-free 0.11-T low-field (LF) MRI system and conducted experiments on healthy human subjects. In comparing with the convergence speed of the first step with existing algorithms, our results revealed that the utilization of residual CNN significantly accelerated the convergence process. Following the second step, we achieved cleaner images. Additionally, we applied the second step to shielding-free 0.055-T ultralow-field (ULF) MRI images, and the outcomes demonstrated that our method effectively addresses the limited denoising capabilities of existing algorithms in highly noise-contaminated MR images. These results highlight the potential of our algorithm for wider application and generalization in scenarios with complex electromagnetic noise.
PaperID: 63,
Authors: Ali Zakeri, Hanning Chen, Narayan Srinivasa, Hugo Latapie, Mohsen Imani
Affiliations: Bio-Inspired Architecture and Systems (BIASLab), UC Irvine, Irvine, CA, USA; Intel Labs, San Jose, CA, USA; Cisco Systems, Inc., San Jose, CA, USA
Abstract: Knowledge graphs play a crucial role in addressing the complexities of cybersecurity, as the increasing frequency and sophistication of cyber threats pose significant challenges to traditional defense technologies. In this article, we propose a novel reasoning model, called INCYSER, that is tailored for cybersecurity. By leveraging hyperdimensional computing (HDC) as a symbolic and transparent computational model, INCYSER offers efficient and interpretable reasoning capabilities, ensuring reliable and trustworthy outcomes. Our model combines embedding-based unsupervised learning and HDC-based graph representation learning to construct a general representation for cybersecurity knowledge graphs, enabling diverse tasks including reasoning and general graph operations. Experimental evaluations demonstrate the effectiveness and efficiency of INCYSER, surpassing state-of-the-art models in link prediction and triple classification tasks. Additionally, a comprehensive ablation study examines the impact of various hyperparameters, showcasing the versatility of INCYSER. This work contributes to advancing the field of cybersecurity by introducing an interpretable and representation-based reasoning model for cybersecurity knowledge graphs.
PaperID: 64,
Authors: Aranyak Maity, Ayan Banerjee, Sandeep K. S. Gupta
Affiliations: Arizona State University, Tempe, AZ, USA
Abstract: Errors in artificial intelligence (AI)-enabled autonomous systems (AASs) where both the cause and effect are unknown to the human operator at the time they occur are referred to as “unknown-unknown” errors. This article introduces a methodology for preemptively identifying “unknown-unknown” errors in AAS that arise due to unpredictable human interactions and complex real-world usage scenarios, potentially leading to critical safety incidents through unsafe shifts in operational data distributions. We posit that AAS functioning in human-in-the-loop and human-in-the-plant modes must adhere to established physical laws, even when unknown-unknown errors occur. Our approach employs constructing physics-guided models from operational data, coupled with conformal inference for assessing structural breaks in the underlying model caused by violations of physical laws, thereby facilitating early detection of such errors before unsafe shifts in operational data distribution occur. Validation across diverse contexts—zero-day vulnerabilities in autonomous vehicles, hardware failures in artificial pancreas systems, and design deficiencies in aircraft in maneuvering characteristics augmentation systems (MCASs)—demonstrates our framework's efficacy in preempting unsafe data distribution shifts due to unknown-unknowns. This methodology not only advances unknown-unknown error detection in AAS but also sets a new benchmark for integrating physics-guided models and machine learning to ensure system safety.
PaperID: 65,
Authors: Baojin Huang, Jiaqi Ma, Guangcheng Wang, Hui Wang
Affiliations: College of Informatics, Huazhong Agricultural University, Wuhan, China; School of Computer Science, Wuhan University, Wuhan, China; School of Transportation and Civil Engineering, Nantong University, Nantong, China; College of Computer Science, Sichuan University, Chengdu, China
Abstract: Face swapping aims to replace a source face with a target face, generating a fake face that is indistinguishable from the real one to the human eye. Existing face recognition methods usually discriminate the fake face as the target face identity, which happens to be misguided. To address this embarrassment, we pioneer a new task called “fake face recognition,” which seeks to discover the identity of the source face based on the fake face. Besides, we design a hybrid and dynamic learning strategy for fake face recognition. Specifically, we hybridize the existing real face recognition dataset with the fake face dataset. Based on the popular margin-based face recognition approach, we achieve dynamic learning by adjusting the margin for the fake face samples. The deep network is guided to first focus on real samples and then explores the identity of implicit commonalities between real and fake samples. To verify the performance of the fake face recognition model, we further organize the existing fake face datasets into face pairs. Extensive experiments on the fake face datasets show that our proposed hybrid and dynamic learning strategy achieves superior average accuracy (98.46%) compared to benchmark studies.
PaperID: 66,
Authors: Ao Li, Minchao Wu, Rui Ouyang, Yongming Wang, Fan Li, Zhao Lv
Affiliations: Anhui Province Key Laboratory of Multimodal Cognitive Computation, School of Computer Science and Technology, Anhui University, Hefei, China; Key Laboratory of Flight Techniques and Flight Safety, CAAC, Civil Aviation Flight University of China, Guanghan, Sichuan, China
Abstract: The pursuit of imbuing computers with emotional intelligence has driven extensive research into physiological signal analysis for emotion recognition. Deep learning techniques offer promising avenues for analyzing physiological signals in this domain. Despite numerous studies on emotion recognition using various physiological signals, challenges persist in classifying multimodal physiological signals due to data scarcity. Current research lacks focus on addressing data insufficiency for multimodal physiological signals. This article proposes an innovative method to address this issue and improve the effect of emotion recognition using multimodal physiological signal data. Our model comprises a physiological signal encoder, a multimodal data generator, and a multimodal emotion recognizer. Specifically, we introduce a customized ConvNeXt-attention fusion model (CNXAF) to fuse diverse physiological signals, generating fused multimodal data. The multimodal data generator employs a conditional self-attention generative adversarial network (c-SAGAN) to synthesize additional data across different categories, augmenting original datasets. Finally, the multimodal emotion recognizer utilizes the ConvNeXt-t classifier for emotion recognition on the extended dataset. Through extensive experimentation, our model achieves accuracies of 96.06% on the DEAP dataset and 95.70% on the WESAD dataset, demonstrating the effectiveness of our approach in accurately recognizing emotions. Experimental results underscore the superior performance of our method compared to existing approaches in multimodal emotion recognition research.
PaperID: 67,
Authors: Xiyuan Hu, Jinglei Qu, Chen Chen
Affiliations: School of Computer Science, Beijing University of Technology, Beijing, China; School of Computer Science and Engineering, Nanjing University of Science and Technology, Nanjing, China; State Key Laboratory of Multimodal Artificial Intelligence Systems, Institute of Automation, Chinese Academy of Sciences, Beijing, China
Abstract: In recent years, facial aging has attracted significant research interest due to its broad applications and potential benefits. While generative adversarial networks (GANs) have achieved notable progress in synthesizing realistic facial images, many GAN-based facial aging methods struggle to accurately capture the continuous progression of age-related changes over time. In this article, we propose an innovative framework featuring the latent age attribute module (LAAM), which maps age attributes to a structured latent space that facilitates efficient sampling for precise age attribute modeling. We further introduce the age-AdaIN fusion module (AFM), which seamlessly integrates age features from LAAM with facial content features, enabling the generation of images that exhibit smooth, continuous age transitions. This framework excels in capturing fine-grained aging details, particularly for elderly individuals. Quantitative and qualitative evaluations on benchmark datasets demonstrate the effectiveness of our approach in generating realistic age-progressed facial images, with a notable improvement in elderly aging accuracy and detail.
PaperID: 68,
Authors: Honglin Guo, Weizhi Nie, Ruidong Chen, Lanjun Wang, Guoqing Jin, Anan Liu
Affiliations: School of Electrical and Information Engineering, Tianjin University, Tianjin, China; School of New Media and Communication, Tianjin University, Tianjin, China; State Key Laboratory of Communication Content Cognition, People’s Daily Online, Beijing, China
Abstract: Content-aware layout generation aims to produce fitting element arrangements based on the background contents, which is used for graphic design applications such as automatic poster layout design. In this article, we propose ContentDM, a layout diffusion model specifically designed for the content-aware layout generation task, overcoming the limitations suffered from existing methods: irrational arrangement among layout elements and lack of refining ability for coarse generated results. ContentDM defines the layout diffusion process through random perturbations applied to both the position and type of layout elements. During the denoising training phase, the content-aware layout generator is trained to reconstruct samples from these perturbed layouts. This process enables the model to learn the correct arrangement patterns within the layout elements, thereby enhancing the rationality of generated layouts. Moreover, we develop an iterative layout inference strategy to enable the layout generator to refine the generated layouts progressively, thereby enhancing the overall quality of the generation results. Extensive experiments demonstrate that ContentDM significantly outperforms existing methods, achieving state-of-the-art performance in content-aware layout generation, both in terms of visual quality and quantitative metrics.
PaperID: 69,
Authors: Mohammad Wali Ur Rahman, Ric Nevarez, Lamia Tasnim Mim, Salim Hariri
Affiliations: Department of Electrical and Computer Engineering, The University of Arizona, Tucson, AZ, USA; Trustweb, New York, NY, USA; Avirtek, Inc., Tucson, AZ, USA
Abstract: In this article, we introduce multiagent strategic query resolution and diagnostic tool (MASQRAD), a transformative framework for query resolution based on the actor-critic model, which utilizes multiple generative AI agents. MASQRAD is excellent at translating imprecise or ambiguous user inquiries into precise and actionable requests. This framework generates pertinent visualizations and responses to these focused queries, as well as thorough analyses and insightful interpretations for users. MASQRAD addresses the common shortcomings of existing solutions in domains that demand fast and precise data interpretation, such as their incapacity to successfully apply AI for generating actionable insights and their challenges with the inherent ambiguity of user queries. MASQRAD functions as a sophisticated multiagent system but “masquerades” to users as a single AI entity, which lowers errors and enhances data interaction. This approach makes use of three primary AI agents: Actor Generative AI, Critic Generative AI, and Expert Analysis Generative AI. Each is crucial for creating, enhancing, and evaluating data interactions. The Actor AI generates Python scripts to generate data visualizations from large datasets within operational constraints, and the Critic AI rigorously refines these scripts through multiagent debate. Finally, the Expert Analysis AI contextualizes the outcomes to aid in decision-making. With an accuracy rate of 87% when handling tasks related to natural language visualization, MASQRAD establishes new benchmarks for automated data interpretation and showcases a noteworthy advancement that has the potential to revolutionize AI-driven applications.
PaperID: 70,
Authors: Hendrik Klopries, Andreas Schwung
Affiliations: South Westphalia University of Applied Sciences, Soest, Germany
Abstract: Machine learning algorithms are driven by data. However, the quantity and quality of data in industries are limited due to multiple process constraints. Generating artificial data and performing a transfer learning task is a common solution to overcome these limitations. Recently, deep generative models have become one of the leading solutions for modeling a given source domain. The main hindrance to using those machine learning approaches is the lack of interpretability. Therefore, we present a novel variational autoencoder approach to generate time series data on a probabilistic latent feature representation and enhance interpretability within the generative model and the output trajectory. We sample selective and parameter values for certain continuous function candidates to assemble the synthetic time series. The sparse design of the generative model enables direct interpretability and matches an estimated posterior distribution of the detected components in the source domain. Through residual stacking, conditionality, and a mixture of prior distributions, we derive a stacked version of the evidence lower bound to learn our network. Tests on synthetic and real industrial datasets underline the performance and interpretability of our generative model. Depending on the model and function candidates, the user can define a trade-off between flexibility and interpretability. Overall, this work presents an innovative interpretable representation of the latent space and further developed evidence lower bound criterion driven by the designed architecture.
PaperID: 71,
Authors: Mohammad Pedramfar, Vaneet Aggarwal
Affiliations: Purdue University, West Lafayette, IN, USA
Abstract: This article investigates the problem of combinatorial multiarmed bandits with stochastic submodular (in expectation) rewards and full-bandit delayed feedback, where the delayed feedback is assumed to be composite and anonymous. In other words, the delayed feedback is composed of components of rewards from past actions, with unknown division among the subcomponents. Three models of delayed feedback: bounded adversarial, stochastic independent, and stochastic conditionally independent are studied, and regret bounds are derived for each of the delay models. Ignoring the problem dependent parameters, we show that regret bound for all the delay models is \tildeO(T^2/3+T^1/3\nu) for time horizon T, where \nu is a delay parameter defined differently in the three cases, thus demonstrating an additive term in regret with delay in all the three delay models. The considered algorithm is demonstrated to outperform other full-bandit approaches with delayed composite anonymous feedback. We also demonstrate the generalizability of our analysis of the delayed composite anonymous feedback in combinatorial bandits as long as there exists an algorithm for the offline problem satisfying a certain robustness condition.
PaperID: 72,
Authors: Ben Fei, Yixuan Li, Weidong Yang, Wen-Ming Chen, Zhijun Li
Affiliations: School of Mechanical Engineering, Shanghai Key Laboratory of Wearable Robotics and Human-Machine Interaction, Translational Research Center, Shanghai Yangzhi Rehabilitation Hospital (Shanghai Sunshine Rehabilitation Center), Tongji University, Shanghai, China; School of Computer Science, Fudan University, Shanghai, China; Academy for Engineering and Technology, Fudan University, Shanghai, China
Abstract: Point cloud completion aims to acquire complete and high-fidelity point clouds from partial and low-quality point clouds, which are used in remote sensing applications. Existing methods tend to solve this problem solely from the point cloud modality, limiting the completion process to only 3-D structure while overlooking the information from other modalities. Nevertheless, additional modalities possess valuable information that can greatly enhance the effectiveness of point cloud completion. The edge information in depth images can serve as a supervisory signal for ensuring accurate outlines and overall shape. To this end, we propose a brand-new point cloud completion network, dubbed multimodality differentiable rendering (MMDR), which utilizes point-based differentiable rendering (DR) to obtain the depth images to ensure that the model preserves the point cloud structures from the depth image domain. Moreover, the attentional feature extractor (AFE) module is devised to exploit the global features inherent in the partial input, and the extracted global features together with the coordinates and features of the patch center are fed into the point roots predictor (PRP) module to obtain a set of point roots for the upsampling module with point upsampling Transformer (PU-Transformer). Furthermore, the multimodality consistency loss between the depth images from predicted point clouds and corresponding ground truth enables the PU-Transformer to generate a high-fidelity point cloud with predicted point agents. Extensive experiments conducted on various existing datasets give evidence that MMDR surpasses the off-the-shelf methods for point cloud completion after qualitative and quantitative analysis.
PaperID: 73,
Authors: Xingyu Li, Bo Tang
Affiliations: Department of Electrical and Computer Engineering, Mississippi State University, Mississippi State, MS, USA; Department of Electrical and Computer Engineering, Worcester Polytechnic Institute, Worcester, MA, USA
Abstract: Deep neural networks (DNNs) have demonstrated promising results in various complex tasks. However, such DNN models face challenges related to over-parameterization, particularly in scenarios where training data are scarce. In response to these challenges and to improve the generalization capabilities of DNNs, the Mixup technique has emerged, which effectively addresses the limitations posed by over-parameterization. Nevertheless, it still produces suboptimal outcomes. Inspired by the successful sharpness-aware minimization (SAM) method, which establishes a connection between the sharpness of the training loss landscape and model generalization, we propose a new learning framework called Generalized-Mixup, which combines the strengths of Mixup and SAM for training DNN models. The theoretical analysis provided demonstrates how the developed G-Mix framework enhances generalization. Additionally, to further optimize DNN performance with the G-Mix framework, we introduce two novel algorithms: Binary G-Mix (BG-Mix) and Decomposed G-Mix (DG-Mix). These algorithms partition the training data into two subsets based on the sharpness-sensitivity of each example to address the issue of “manifold intrusion” in Mixup. Both theoretical explanations and experimental results reveal that the proposed BG-Mix and DG-Mix algorithms further enhance model generalization across multiple datasets and models, achieving state-of-the-art performance.
PaperID: 74,
Authors: Tanushree Dey, Somnath Bera, Anwesha Mukherjee, Debashis De, Rajkumar Buyya
Affiliations: Department of Computer Science and Engineering, Maulana Abul Kalam Azad University of Technology, West Bengal, Haringhata, West Bengal, India; Department of Computer Science, Mahishadal Raj College, Mahishadal, West Bengal, India; Cloud Computing and Distributed Systems (CLOUDS) Laboratory, School of Computing and Information Systems, University of Melbourne, Parkville, VIC, Australia
Abstract: Crop yield prediction is a significant area of precision agriculture. In this article, we propose a crop yield prediction framework named FLyer, based on federated learning and edge computing. In FLyer, the soil and environmental data are locally processed inside the edge servers, and the model parameters are transmitted between the edge servers and the cloud with encrypted gradients. LSTM is used as the local and global models for data analysis. As the LSTM model can capture the temporal dependencies and hold the sequential nature of the data, we use LSTM in FLyer. By encrypting the gradients, the gradient information leakage ratio is reduced, and data privacy is protected. For gradient encryption, we use AES-256, and for data encryption during local storage we use RSA and AES-256. The results demonstrate that FLyer diminishes the latency by \boldsymbol~39% and energy consumption by \boldsymbol~40% than the conventional edge-cloud framework respectively. The experimental results show that the global model in FLyer achieves above 99% accuracy, precision, recall, and F1-score in crop yield prediction. The results also present that the local models also achieve \boldsymbol>94% accuracy in crop yield prediction.
PaperID: 75,
Authors: Yuankun Xu, Dong Huang, Chang-Dong Wang, Jian-Huang Lai
Affiliations: College of Mathematics and Informatics, South China Agricultural University, Guangzhou, China; School of Computer Science and Engineering, Sun Yat-sen University, Guangzhou, China
Abstract: Though many deep attributed graph clustering approaches have been developed in recent years, most still suffer from two limitations. First, in the input space, they primarily rely on the original topology structure as the input (to some graph network), lacking the ability to jointly leverage local and global topology information to refine the graph. Second, in the learning process, they usually employ a single graph learning pipeline (with a single input graph), overlooking the opportunities in the joint optimization of multiple graph learning pipelines (with multiple topology structures). In view of this, this article presents a global and local topology-aware contrastive graph clustering network (GLAC-GCN) for attributed graph clustering. Specifically, the local topology structure, and global semantic information are simultaneously utilized to refine the graph. Then a paralleled graph convolutional network (GCN) learning mechanism is designed, where i) both the original graph and the globally and locally refined graph are treated as input graphs, and ii) two pipelines of GCNs are jointly and interactively utilized. Furthermore, a self-adaptive learning mechanism is devised to ensure consistency between multiple learning pipelines via the Kullback–Leibler (KL)-divergence. Meanwhile, the contrastive learning is enforced by minimizing the mismatch of the cluster distributions obtained from different GCN pipelines. Extensive experiments are conducted on seven real-world datasets. Notably, GLAC-GCN achieves the best ACC (or NMI) scores on all (or five) of the seven datasets, demonstrating its superiority over the state-of-the-art approaches. Code available: https://github.com/xuyuankun631/GLAC-GCN.
PaperID: 76,
Authors: Xinpeng Yin, Cheng Zhang, Zixu Huang, Zhihai He, Wenming Cao
Affiliations: State Key Laboratory of Radio Frequency Heterogeneous Integration, Department of Electronics and Information Engineering, Shenzhen University, Shenzhen, China; Department of Computer Science and Engineering, Southern University of Science and Technology, Shenzhen, China; Department of Electronic and Electrical Engineering, Southern University of Science and Technology, Shenzhen, China
Abstract: Previous articles on unsupervised skeleton-based action recognition primarily focused on strategies for utilizing features to drive model optimization through methods like contrastive learning and reconstruction. However, designing application-level strategies poses challenges. This article shifts the focus to the generation-level modelings and introduces the spatiotemporal adaptively attentions-guided refining network (AgRNet). AgRNet approaches the reduction of costs and enhancement of efficiency by constructing the adaptive activity-guided attention (AAGA) and adaptive dominant-guided attenuation (ADGA) modules. The AAGA leverages the sparsity of the correlation matrix in the attention mechanism to adaptively filter and retain the active components of the sequence during the modeling process. The ADGA embeds the local dominant features of the sequence, obtained through convolutional distillation, into the globally dominant features under the attention mechanism, guided by the defined attenuation factor. Additionally, the progressive feature modeling (PFM) module is introduced to complement the progressive features in motion sequences that were overlooked by AAGA and ADGA. AgRNet shows efficiency on three public datasets, NTU-RGBD 60, NTU-RGBD 120, and UWA3D.
PaperID: 77,
Authors: Tiehua Zhang, Yuze Liu, Zhishu Shen, Xingjun Ma, Peng Qi, Zhijun Ding, Jiong Jin
Affiliations: School of Computer Science and Technology, Tongji University, Shanghai, China; Ant Group, Shanghai, China; School of Computer Science and Artificial Intelligence, Wuhan University of Technology, Wuhan, China; School of Computer Science, Fudan University, Shanghai, China; Department of Control Science and Engineering, Tongji University, Shanghai, China; School of Science, Computing and Engineering Technologies, Swinburne University of Technology, Melbourne, Australia
Abstract: Graph neural network (GNN) has gained increasing popularity in recent years owing to its capability and flexibility in modeling complex graph structure data. Among all graph learning methods, hypergraph learning is a technique for exploring the implicit higher-order correlations when training the embedding space of the graph. In this article, we propose a hypergraph learning framework named learning from heterogeneity (LFH) that is capable of dynamic hyperedge construction and attentive embedding update utilizing the heterogeneity attributes of the graph. Specifically, in our framework, the high-quality features are first generated by the pairwise fusion strategy that utilizes explicit graph structure information when generating initial node embedding. Afterward, a hypergraph is constructed through the dynamic grouping of implicit hyperedges, followed by the type-specific hypergraph learning process. To evaluate the effectiveness of our proposed framework, we conduct comprehensive experiments on several popular datasets with twelve state-of-the-art models on both node classification and link prediction tasks, which fall into categories of homogeneous pairwise graph learning, heterogeneous pairwise graph learning, and hypergraph learning. The experimental results demonstrate a significant performance gain (an average of 12.9% in node classification and 12.8% in link prediction) compared with recent state-of-the-art methods.
PaperID: 78,
Authors: Gengchen Sun, Zhengkun Liu, Lin Gan, Hang Su, Ting Li, Wenfeng Zhao, Biao Sun
Affiliations: School of Electrical and Information Engineering, Tianjin University, Tianjin, China; School of Automation, Northwestern Polytechnical University, Xi’an, China; Department of Electronics, Information and Bioengineering, Politecnico di Milano, Milan, Italy; Institute of Biomedical Engineering, Chinese Academy of Medical Science & Pecking Union Medical College, Tianjin, China; Department of Electrical and Computer Engineering, Binghamton University, State University of New York, Binghamton, NY, USA
Abstract: In recent years, neural architecture search (NAS) has marked significant advancements, yet its efficacy is marred by the dependence on substantial computational resources. To mitigate this, the development of NAS benchmarks has emerged, offering datasets that enumerate all potential network architectures and their performances within a predefined search space. Nonetheless, these benchmarks predominantly focus on convolutional architectures, which are criticized for their limited interpretability and suboptimal hardware efficiency. Recognizing the untapped potential of spiking neural networks (SNNs)—often hailed as the third generation of neural networks due to their biological realism and computational thrift—this study introduces SpikeNAS-Bench. As a pioneering benchmark for SNN, SpikeNAS-Bench utilizes a cell-based search space, integrating leaky integrate-and-fire neurons with variable thresholds as candidate operations. It encompasses 15 625 candidate architectures, rigorously evaluated on CIFAR10, CIFAR100, and Tiny-ImageNet datasets. This article delves into the architectural nuances of SpikeNAS-Bench, leveraging various criteria to underscore the benchmark's utility and presenting insights that could steer future NAS algorithm designs. Moreover, we assess the benchmark's consistency through three distinct proxy types: zero-cost-based, early-stop-based, and predictor-based proxies. Additionally, the article benchmarks seven contemporary NAS algorithms to attest to SpikeNAS-Bench's broad applicability. We commit to providing training logs, diagnostic data for all candidate architectures, and we promise to release all code and datasets postacceptance, aiming to catalyze further exploration and innovation within the SNN domain.
PaperID: 79,
Authors: Bernhard C. Geiger, Roman Kern
Affiliations: Signal Processing and Speech Communication Laboratory, Graz University of Technology, Graz, Austria; Institute of Machine Learning and Neural Computation, Graz University of Technology, Graz, Austria
Abstract: In this work, we investigate causal learning of independent causal mechanisms (ICMs) from a Bayesian perspective. Confirming previous claims from the literature, we show in a didactically accessible manner that unlabeled data (i.e., cause realizations) do not improve the estimation of the parameters defining the mechanism. Furthermore, we observe the importance of choosing an appropriate prior for the cause and mechanism parameters, respectively. Specifically, we show that a factorized prior results in a factorized posterior, which resonates with Janzing and Schölkopf's definition of ICMs via the Kolmogorov complexity of the involved distributions and with the concept of parameter independence of Heckerman et al.
PaperID: 80,
Authors: Maria Movin, Federico Siciliano, Rui Ferreira, Fabrizio Silvestri, Gabriele Tolomei
Affiliations: Spotify, Stockholm, Sweden; Department of Computer, Control and Management Engineering, Sapienza University of Rome, Rome, Italy; Spotify, London, U.K.; Department of Computer Science, Sapienza University of Rome, Rome, Italy
Abstract: Algorithmic recourses are popular methods to provide individuals impacted by machine learning models with recommendations on feasible actions for a more favorable prediction. Most of the previous algorithmic recourse methods work under the assumption that the predictive model does not change over time. However, in reality, models in deployment may both be periodically retrained and have their architecture changed. Therefore, it is desirable that the recourse should remain valid when such a model update occurs, unless new evidence arises. We call this feature consistency. This article presents anomaly control and data coherence (ACDC), a novel model-agnostic recourse method that generates counterfactual explanations, i.e., instance-level recourses. ACDC is inspired by anomaly detection methods and uses a one-class classifier to aid the search for valid, consistent, and feasible counterfactual explanations. The one-class classifier asserts that the generated counterfactual explanations lie on the data manifold and are not outliers of the target class. We compare ACDC against several state-of-the-art recourse methods across four datasets. Our experiments show that ACDC outperforms baselines both in generating consistent counterfactual explanations, and in generating feasible and plausible counterfactual explanations, while still having proximity measures similar to the baseline methods targeting the data manifold.
PaperID: 81,
Authors: Jiacheng Yang, Yuanda Wang, Lu Dong, Lei Xue, Changyin Sun
Affiliations: School of Automation, Southeast University, Nanjing, China; School of Cyber Science and Engineering, Southeast University, Nanjing, China
Abstract: Robust reinforcement learning (RL) aims to improve the generalization of agents under model mismatch. As a major branch of robust RL, adversarial approaches formulate the problem as a zero-sum game in which adversaries seek to apply worst case perturbations to the dynamics. However, the potential constraints of adversarial perturbations are seldom addressed in existing approaches. In this article, we consider temporally coupled settings, where adversarial perturbations change continuously at a bounded rate. This kind of constraint can commonly arise in a variety of real-world situations (e.g., changes in wind speed and ocean currents). We propose a novel robust RL approach, named active robust adversarial RL (ARA-RL), that tackles this problem in an adversarial architecture. First, we introduce a type of RL adversary that generates temporally coupled perturbations on agent actions. Then, we embed a diagnostic module in the RL agent, enabling it to actively detect temporally coupled perturbations in unseen environments. Through adversarial training, the agent seeks to maximize its worst case performance and thus achieve robustness under perturbations. Finally, extensive experiments demonstrate that our proposed approach provides significant robustness against temporally coupled perturbations and outperforms other baselines on several continuous control tasks.
PaperID: 82,
Authors: Jiale Li, Aiping Liu, Wei Wei, Ruobing Qian, Xun Chen
Affiliations: School of Information Science and Technology, University of Science and Technology of China, Hefei, China; Department of Radiology, The First Affiliated Hospital of USTC, Division of Life Sciences and Medicine, University of Science and Technology of China, Hefei, China; Department of Neurosurgery, The First Affiliated Hospital of USTC, Division of Life Sciences and Medicine, University of Science and Technology of China, Hefei, China
Abstract: Accurate and automated segmentation of medical images plays a crucial role in diagnostic evaluation and treatment planning. In recent years, hybrid models have gained considerable popularity in diverse medical image segmentation tasks, as they leverage the benefits of both convolution and self-attention to capture local and global dependencies simultaneously. However, most existing hybrid models treat convolution and self-attention as independent components and integrate them using simple fusion methods, neglecting the potential complementary information between their weight allocation mechanisms. To address this issue, we propose a cross hybrid network (CH-Net) for medical image segmentation, in which convolution and self-attention are hybridized in a cross-collaborative manner. Specifically, we introduce a cross hybrid module (CHM) between the parallel convolution layer and self-attention layer in each building block of CH-Net. This module extracts attention with distinct dimensional information from convolution and self-attention, respectively, and uses this complementary information to enhance the feature representation of both components. In contrast to the traditional approach where each module learned independently, the CHM facilitates the interactive learning of complementary information between convolutional layer and self-attention layer, which significantly enhances the segmentation capabilities of the model. The superiority of our approach over various hybrid models is demonstrated through experimental evaluations conducted on three publicly available benchmarks: ACDC, synapse, and EM.
PaperID: 83,
Authors: Yifan Xu, Pourya Shamsolmoali, Masoumeh Zareapoor, Jie Yang
Affiliations: Institute of Image Processing and Pattern Recognition, Shanghai Jiao Tong University, Shanghai, China; School of Communication, East China Normal University, Shanghai, China
Abstract: Visual place recognition (VPR) is a highly challenging task that has a wide range of applications, including robot navigation and self-driving vehicles. VPR is a difficult task due to duplicate regions and insufficient attention to small objects in complex scenes, resulting in recognition deviations. In this article, we present ClusVPR, a novel approach that tackles the specific issues of redundant information in duplicate regions and representations of small objects. Different from existing methods that rely on convolutional neural networks (CNNs) for feature map generation, ClusVPR introduces a unique paradigm called clustering-based weighted transformer network (CWTNet). CWTNet uses the power of clustering-based weighted feature maps and integrates global dependencies to effectively address visual deviations encountered in large-scale VPR problems. We also introduce the optimized-VLAD (OptLAD) layer, which significantly reduces the number of parameters and enhances model efficiency. This layer is specifically designed to aggregate the information obtained from scale-wise image patches. Additionally, our pyramid self-supervised strategy focuses on extracting representative and diverse features from scale-wise image patches rather than from entire images. This approach is essential for capturing a broader range of information required for robust VPR. Extensive experiments on four VPR datasets show our model's superior performance compared to existing models while being less complex.
PaperID: 84,
Authors: Ahmad Alomari, Sathish A. P. Kumar
Affiliations: Department of Computer Science, Cleveland State University, Cleveland, OH, USA
Abstract: This study proposes a quantum reinforcement learning (QRL) approach for robotic applications, which incorporates a Grover-based autonomous quantum agent (GAQA) and a quantum environment represented as a quantum TicTacToe (QTTT) game. The QTTT environment is a quantum circuit of qubits in their superposition states, manipulated by the agent through quantum gates to establish a goal state. By utilizing amplitude estimation and Grover search techniques, the proposed reinforcement learning-based autonomous quantum agent (ReLAQA) enhances the probability amplitudes of the actions taken, which results in reducing the number of observed states required to reach a solution. Empirical results substantiate the quantum advantages of the proposed GAQA in reinforcement learning (RL) tasks by observing fewer states of 6300, outperforming classical agents. Therefore, signifying its potential to enhance complex problem-solving in robotics.
PaperID: 85,
Authors: Xu Xu, Junxin Chen, Wenrui Lv, Wei Wang, Yushu Zhang
Affiliations: School of Software, Dalian University of Technology, Dalian, China; School of Computer Science and Engineering, Northeastern University, Shenyang, China; Guangdong-Hong Kong-Macao Joint Laboratory for Emotion Intelligence and Pervasive Computing, Artificial Intelligence Research Institute, Shenzhen MSU-BIT University, Shenzhen, China; School of Computing and Artificial Intelligence, Jiangxi University of Finance and Economics, Nanchang, China
Abstract: Manipulated images are flooding our daily lives, which poses a threat to social security. Recently, many studies have focused on image tampering detection. However, they have poor performance on independent validation due to differences in image scenes and tampering methods. The key question is how to design a network that is able to adaptively enhance the tampering information and suppress the generalization features during training. To this end, we propose a dual-branch network with a frequency adaptation paradigm and a feature fusion module for robust tampering image detection. First, this paradigm is designed to adaptively highlight tampering features through frequency conversion and learnable weight. Second, a feature fusion module is developed to filter redundant features and dynamically fuse two-branch features. Experiments on eight typical datasets demonstrate that our model has advantages over state-of-the-art algorithms, and our paradigm can well empower semantic segmentation networks for tampering detection.
PaperID: 86,
Authors: Mehvish Nissar, Badri Narayan Subudhi, Amit Kumar Mishra, Vinit Jakhetiya
Affiliations: Indian Institute of Technology Jammu, Jammu, India; Aberystwyth University, Aberystwyth, U.K.
Abstract: The human brain is exceedingly good at learning rich narratives from highly limited experiences. One of the ways this is achieved in our brain is through neuromodulators or neurotransmitters, such as dopamine and nor-epinephrine, in cortical circuits. In terms of symbolic processing, these neuromodulators add “salience” to various emotions and experiences. A salience-based neural network (SANN) architecture was proposed in [1]. We have taken this architecture and have developed a discriminator to enable efficient change detection for underwater applications. In the context of underwater, surveillance can be elucidated as one of the processes of detecting and tracking the moving objects present in underwater videos. Several researchers working on the same tried to develop different techniques for identifying moving objects from outdoor scenes. However, while applying the same for underwater environments, it is found to be unable to preserve the minute details that are important for defining an object's boundary. This is mainly due to the complex scene dynamics of the aquatic environment. Moreover, the intricate natural properties of water and some of its characteristics, such as excessive turbidity, scattering, and low visibility, also make the task of detecting the object present in underwater videos extremely challenging. In this regard, we put forth an adversarial learning-based end-to-end deep learning architecture inspired by the way neurotransmitters work in the human brain to detect underwater moving objects. The proposed architecture uses two modules for underwater object detection. The initial module is a generator composed of a probabilistic learner which is based on multiple down- and up-sampling modules. Further, the discriminator network is composed of a multilevel feature-concatenation component, which can perpetuate specifics at distinct levels. The effectiveness of the proposed method (PM) is confirmed using the underwater change detection and Fish4Knowledge benchmark datasets by contrasting its outcomes with those of different state-of-the-art methods.
PaperID: 87,
Authors: Haoyun Sun, Hongwei Zhao, Liang Xu, Weishan Zhang, Hongqing Guan, Su Yang
Affiliations: China University of Petroleum, Qingdao, China; Beijing University of Science and Technology, Beijing, China; WINDAKA Technology Company Ltd., Qingdao, China; Department of Computer Science, Faculty of Science and Engineering, Swansea University, Swansea, UK
Abstract: The proliferation of privacy-sensitive data has spurred the development of federated learning (FL), which is an important technology for state-of-the-art machine learning and responsible AI. However, most existing FL methods are constrained in their applicability and generalizability due to their narrow focus on specific tasks. This article presents a novel federated multitask learning (FMTL) framework that is capable of acquiring knowledge across multiple tasks. To address the challenges posed by non-IID data and task imbalance in FMTL, this study proposes a federated fusion strategy based on dynamic guided attention (FedDGA), which adaptively fine-tunes local models for multiple tasks with personalized attention. In addition, this article designed dynamic batch weight (DBW) to balance the task losses and improve the convergence speed. Extensive experiments were conducted on various datasets, tasks, and settings, and the proposed method was compared with state-of-the-art methods such as FedAvg, FedProx, and SCAFFOLD. The results show that our method achieves significant performance gains, with up to 11.1% increase in accuracy over the baselines.
PaperID: 88,
Authors: Zhiyu Zhu, Zhibo Jin, Xinyi Wang, Jiayu Zhang, Huaming Chen, Kim-Kwang Raymond Choo
Affiliations: School of Electrical and Computer Engineering, University of Sydney, Darlington, NSW, Australia; Faculty of Computer Science and Information Technology, University of Malaya, Kuala, Lumpur, Malaysia; SuZhou Yierqi, Suzhou, Jiangsu, China; The University of Texas at San Antonio, San Antonio, TX, USA
Abstract: Transferable adversarial attacks are a threat to deep neural networks, in particular, for black-box scenarios where access to model information is limited. One can, for example, exploit the intermediate layer neurons to generate transferable adversarial samples. However, current works show limitations in providing feature-level attack mechanisms across multiple victim models. In light of the attribution methods, in this article, we investigate the attribution similarity across different models. We leverage the similarity to incorporate different attribution properties to enhance the sample transferability, for the first time, formulating a novel neuron attribution-based transferable attack termed DANAA++. Specifically, we utilize a range of adversarial attack methods to generate different baseline points through adversarial training. The attribution results are thus obtained along both linear and nonlinear integration paths. In our experiments, the baseline points and integration paths significantly help improve the transferability of adversarial samples. Our approach provides novel insights for building effective attribution-based feature-level adversarial attacks. https://github.com/LMBTough/DANAAPP
PaperID: 89,
Authors: Zinuo Cai, Rongbo Ma, Yicheng Fu, Weishan Zhang, Ruhui Ma, Haibing Guan
Affiliations: School of Electronic Information and Electrical Engineering, Shanghai Jiao Tong University, Shanghai, China; Qingdao Institute of Software, College of Computer Science and Technology, China University of Petroleum (East China), Qingdao, China
Abstract: In recent years, the emergence of large-language models (LLMs) has profoundly transformed our production and lifestyle. These models have shown tremendous potential in fields, such as natural language processing, speech recognition, and recommendation systems, and are increasingly playing crucial roles in applications such as human–computer interaction and intelligent customer service. Efficient inference solutions for LLMs in data centers have been extensively researched, with a focus on meeting users’ quality of service requirements. In this article, we focus on two additional requirements that responsible LLM inference should meet under QoS conditions: security throughout the model execution process and low maintenance requirements for the inference system. Therefore, we propose LLMaaS, a trusted model inference platform based on a serverless computing platform aimed at providing inference as a service for LLMs. First, we design a trusted serverless computing platform based on software guard extension (SGX), which includes distributed identity verification and SGX device plugins to ensure the security and trustworthiness of the inference process. Additionally, to reduce the maintenance requirements of the system, we enhance the SGX-based deep learning computing framework, including replacing PyTorch and using a greedy algorithm for graph partitioning. We conduct tests on four typical large models, and the experimental results demonstrate that, with minimal overhead and user code modifications, we can ensure the security of model execution.
PaperID: 90,
Authors: Pranjala G. Kolapwar, Uday V. Kulkarni, Jaishri M. Waghmare
Affiliations: Shri Guru Gobind Singhji Institute of Engineering and Technology, Nanded, Maharashtra, India
Abstract: A pair trading strategy (PTS) is a balanced approach that involves simultaneous trading of two highly correlated stocks. This article introduces the PTS-return-based pair selection (PTS-R) strategy which is the modification of the traditional PTS. The PTS-R follows a similar framework to the traditional PTS, differing only in the criteria it employs for selecting stock pairs. Moreover, this article proposes a novel trading strategy called sector-based pairs trading strategy (SBPTS) along with its two variants, namely SBPTS-correlation-based pair selection (SBPTS-C) and SBPTS-return-based pair selection (SBPTS-R). The SBPTS focuses on the pairs of stocks within the same sector. It consists of three innovative phases: the classification of input stocks into the respective sectors, the identification of the best-performing sector, and the selection of stock pairs based on their returns. The goal is to identify the pairs with a strong historical correlation and the highest returns within the best-performing sector. These chosen pairs are then used for trading. The strategies are designed to enhance the efficacy of the pairs trading and are validated through experimentation on real-world stock data over a ten-year historical period from 2013 to 2023. The results demonstrate their effectiveness compared to the existing techniques for pair selection and trading strategy.
PaperID: 91,
Authors: Wenxuan Fang, Wei Du, Guo Yu, Renchu He, Yang Tang, Yaochu Jin
Affiliations: Key Laboratory of Smart Manufacturing in Energy Chemical Process, Ministry of Education, East China University of Science and Technology, Shanghai, China; Institute of Intelligent Manufacturing, Nanjing Tech University, Nanjing, China; Department of Automation, College of Artificial Intelligence, China University of Petroleum, Beijing, China; School of Engineering, Westlake University, Hangzhou, China
Abstract: Gasoline blending scheduling is challenging, involving multiple conflicting objectives and a large decision space with many mixed integers. Due to these difficulties, one promising solution is to use preference-based multiobjective evolutionary algorithms (PBMOEAs). However, in practical applications, suitable preferences of decision makers are often difficult to generalize and summarize from their operational experience. This article proposes a novel framework called preference prediction-based evolutionary multiobjective optimization (PP-EMO). In PP-EMO, suitable preferences for a new environment can be automatically obtained from historical operational experience by a machine learning-based preference prediction model when we feed the model with the input of the optimization environment. We have found that the predicted preference is able to guide the optimization to efficiently obtain a set of promising scheduling scenarios. Finally, we conducted comparative tests across various environments, and the experimental results demonstrate that the proposed PP-EMO framework outperforms existing methods. Compared with no preference, PP-EMO reduces operating costs by about 25% and decreases blending errors by 50% under demanding operational conditions.
PaperID: 92,
Authors: Shen Wan, Junye Jiang, Minghan Li, Shuanglong Liu
Affiliations: Key Laboratory of Low-Dimensional Quantum Structures and Quantum Control of Ministry of Education, School of Physics and Electronics, Hunan Normal University, Changsha, China
Abstract: Recurrent neural networks (RNNs), particularly long short-term memory (LSTM) networks, have emerged as standard tools for tackling a wide range of time series applications, such as natural language processing. However, deploying these models on edge devices presents great challenges due to limited computational resources. Additionally, the implementation of RNN activation functions on low-end hardware devices significantly impacts the overall network performance, as activations constitute the dominant part of execution time. In this work, we propose an efficient approach for implementing commonly used RNN activations, leveraging an optimized coordinate rotation digital computer algorithm (CORDIC). Moreover, we propose a unified hardware architecture for mapping the CORDIC-based method onto field-programmable gate arrays (FPGAs), which can be configured to implement multiple nonlinear activation functions. Our architecture reduces the computational time with fewer iterations in CORDIC compared with existing methods, rendering it particularly suitable for resource-constrained edge devices. Our design is implemented on a Xilinx Zynq-7000 device and evaluated across three RNNs and benchmark datasets. Experimental results demonstrate that our design achieves up to a 2\boldsymbol× speedup while maintaining model accuracy compared with the state-of-the-art designs.
PaperID: 93,
Authors: Carlo Adornetto, Adrian Mora, Kai Hu, Leticia Izquierdo Garcia, Parfait Atchade-Adelomou, Gianluigi Greco, Luis Alberto Alonso Pastor, Kent Larson
Affiliations: Department of Mathematics and Computer Science, University of Calabria, Rende, Italy; Universidad Politécnica de Madrid, Madrid, Spain; South China University of Technology, Guangzhou, China; City Science Group, MIT Media Lab, Massachusetts Institute of Technology, Cambridge, MA, USA
Abstract: The advent of generative agents (GAs) based on large language models (LLMs) has significantly influenced the evolution of agent-based modeling (ABM), offering new perspectives across various domains, including engineering and social sciences. This article provides an extensive overview of the integration of GAs into ABMs, emphasizing the advancements and emerging challenges in their validation. Traditional ABMs, characterized by their simplistic yet powerful approach to modeling complex systems, have been redefined with the introduction of GAs. This new generation of agents is often equipped with conversational capabilities. These agents, capable of simulating believable human behaviors and interactions, present unique opportunities and hurdles, especially in urban simulations and social dynamics. We explore the nuanced differences between traditional ABMs and ABMs populated by GAs—called GABMs. We delve into the state-of-the-art implementations of GAs, and review various validation methods. Through this comprehensive examination, we aim to shed light on the potential and limitations of GAs, advocating for the design of hybrid ABM-GABM approaches and systematic validation.
PaperID: 94,
Authors: Zhenbang Du, Jiayu An, Yunlu Tu, Jiahao Hong, Dongrui Wu
Affiliations: School of Artificial Intelligence and Automation, Huazhong University of Science and Technology, Wuhan, China
Abstract: Open set domain adaptation (OSDA) copes with the distribution and label shifts between the source and target domains simultaneously, performing accurate classification for known classes while identifying unknown class samples in the target domain. Most existing OSDA approaches, depending on the final image feature space of deep models, require manually-tuned thresholds, and may easily misclassify unknown samples as known classes. Mixture-of-experts (MoE) could be a remedy. Within an MoE, different experts handle distinct input features, producing unique expert routing patterns for various classes in a routing feature space. As a result, unknown class samples may display different expert routing patterns to known classes. This article proposes dual-space detection, which exploits the inconsistencies between the image feature space and the routing feature space to detect unknown class samples without any threshold. A graph router is further introduced to better make use of the spatial information among the image patches. Experiments on three datasets validated the effectiveness and superiority of our approach.
PaperID: 95,
Authors: Zhilin Zhu, Chucai Zhang, Jianhua Dai
Affiliations: Hunan Provincial Key Laboratory of Intelligent Computing and Language Information Processing, College of Information Science and Engineering, Hunan Normal University, Changsha, China
Abstract: Feature selection is an important data preprocessing process in artificial intelligence, which aims to eliminate redundant features while retaining essential features. Measuring feature significance and relevance between features is a significant challenge. Fuzzy information entropy is an extension of Shannon entropy. It is widely used for quantifying the information of fuzzy divisions. However, it has significant limitations, notably the lack of monotonicity in fuzzy conditional entropy measure of decision uncertainty in the feature selection process. We introduce a novel measurement macrogranular entropy (ME) and construct some generalized forms, such as conditional ME, mutual macrogranular information, and joint ME. The conditional ME exhibits monotonicity when measuring decision uncertainty. In addition, we propose two feature selection algorithms: one based on monotonic conditional ME (MCME), and the other based on the degree of symmetric association (ADSA). The ADSA algorithm and the MCME algorithm are compared against eight other feature selection algorithms through a series of experiments. The comparison was conducted based on classification performance using SVM and NB classifiers, and evaluation metrics including F1-score and recall. In terms of all four evaluation metrics, ADSA and MCME achieved the top two rankings, respectively. Specifically, on the NB and SVM classifiers, the ADSA algorithm improves the average accuracy by 12.22% and 2.88% compared to the original feature set, while MCME improves the accuracy by 10.07% and 1.01%, respectively. Experimental comparisons demonstrate that ADSA algorithm effectively removes redundant information from the dataset during feature selection.
PaperID: 96,
Authors: Ji Chang, Yu Kang, Wenjun Lv
Affiliations: Department of Automation, University of Science and Technology of China, Hefei, China; Department of Automation, University of Science and Technology of China, Hefei , China, and also with the Institute of Advanced Technology, University of Science and Technology of China, Hefei, China
Abstract: Petroleum production prediction is a crucial task in reservoir monitoring and management, providing an indispensable basis for development scheme optimization. Most existing production prediction methods learn a joint representation for production dynamics using deep neural networks. However, these methods ignore the special temporal patterns of production dynamics and do not quantitatively analyze the impact of exogenous engineering measures on production. This may lead to insufficient generalization and guidance of the model in practical applications. To address these limitations, we propose a novel production analysis transformer for petroleum production prediction. Specifically, we leverage position enhancement and long-term interaction to explicitly capture the distinctive temporal patterns of production dynamics including local fluctuation and trend features. Furthermore, we establish covariate-level attention to evaluate the dynamic contribution of exogenous engineering measures to production. In this process, we design an adaptive aggregate mechanism that enables multihead attention to generate a single attention response, thereby improving the legibility of attention maps in engineering applications while maintaining the diversity of feature learning. With this task-specific design, our model learns disentangled production patterns and quantified exogenous influences, thereby enabling accurate and insightful production prediction. Comprehensive experiments on two real-world datasets demonstrate the advantages of our method in production prediction and its significance in engineering guidance.
PaperID: 97,
Authors: Mandar Gogate, Kia Dashtipour, Amir Hussain
Affiliations: School of Computing, Edinburgh Napier University, Edinburgh, U.K.
Abstract: The human auditory cortex contextually integrates audio–visual (AV) cues to better understand speech in a cocktail party situation. Recent studies have shown that AV speech enhancement (SE) models can significantly improve speech quality and intelligibility in low signal-to-noise ratios (SNR ¡ –5 dB) environments compared to audio-only (A-only) SE models. However, despite substantial research in the area of AV SE, development of real-time processing models that can generalize across various types of visual and acoustic noises remains a formidable technical challenge. This article introduces a novel framework for low-latency, speaker-independent AV SE. The proposed framework is designed to generalize to visual and acoustic noises encountered in real-world settings. In particular, a generative adversarial network (GAN) is proposed to address the issue of visual speech noise including poor lighting in real noisy environments. In addition, a novel real-time AV SE based on a deep neural network is proposed. The model leverages the enhanced visual speech from the GAN to deliver robust SE. The effectiveness of the proposed framework is evaluated on synthetic AV datasets using objective speech quality and intelligibility metrics. Furthermore, subjective listening tests are conducted using real noisy AV corpora. The results demonstrate that the proposed real-time AV SE framework improves the mean opinion score by 20% as compared to state-of-the-art SE approaches including recent deep neural network (DNN)-based AV SE models.
PaperID: 98,
Authors: Walid Messaoud, Rim Trabelsi, Adnane Cabani, Fatma Abdelkefi
Affiliations: Supcom Lab-MEDIATRON, Carthage University, Ariana, Tunisia; Hatem Bettaher IResCoMath Research Unit, National Engineering School of Gabes, University of Gabes, Gabe, Tunisia; UNIROUEN, ESIGELEC, IRSEEM, Normandie University, Rouen, France
Abstract: In this article, we introduce a novel and synergistic approach that combines attention mechanisms, low-visibility enhancement network (LVENet) for image visibility enhancement, and a tailored head pruning method for multihead self attention (MHSA) models, specifically engineered for attention augmented convolutional network (AACN) and bottleneck transformers (BoTNets). The integration of these techniques aims to comprehensively address the challenges associated with object detection in the maritime domain. The attention mechanism selectively emphasizes critical areas of the image, LVENet enhances visibility under challenging conditions, and the head pruning method optimizes model efficiency and simplicity. Employing meticulous selection and evaluation, our approach achieves precise head pruning without compromising detection performance. Validation using common and maritime datasets underscores the effectiveness of our approach. The results showcase a substantial reduction in epoch time by over 30%, while enhancing accuracy, improving computational efficiency, and streamlining model complexity. This innovation facilitates deployment in challenging maritime scenarios.
PaperID: 99,
Authors: Guojie Li, Zhiwen Yu, Kaixiang Yang, Ziwei Fan, C. L. Philip Chen
Affiliations: School of Computer Science and Engineering, South China University of Technology, Guangzhou, Guangdong, China
Abstract: Broad learning system (BLS) has been widely researched and applied in the field of semisupervised learning. However, current semisupervised BLS methods rely on predefined graph structures. High-dimensional small-sample data, characterized by abundant redundant and noisy features with complex distribution patterns, often leads to the construction of poor-quality predefined graphs, thereby constraining the model’s performance. Additionally, the random generation of feature and enhancement nodes in BLS, combined with limited data labels, results in suboptimal model performance. To address these issues, this article first proposes a broad learning system with adaptive locality preservation (BLS-ALP). This method employs adaptive locality preservation constraints in the output space to ensure that similar samples share the same label, iteratively updating the graph structure. To further enhance the performance of BLS-ALP, an incremental ensemble framework (IBLS-ALP) is proposed. This framework effectively mitigates the impact of redundant and noisy features by using multiple random subspaces instead of the original high-dimensional space. Additionally, IBLS-ALP enhances the utilization of a small number of labels by incorporating residual labels, thereby significantly improving the model’s overall performance. Extensive experiments conducted on various high-dimensional small-sample datasets demonstrate that IBLS-ALP exhibits superior performance.
PaperID: 100,
Authors: Dongdong Li, Zhishuo Jin, Yujun Shen, Zhe Wang, Suo Jiang
Affiliations: Department of Computer Science and Engineering, East China University of Science and Technology, Shanghai, China; School of Psychiatry, Wenzhou Medical University, Wenzhou, China
Abstract: One of the main challenges in electroencephalography (EEG) emotion recognition is the lack of understanding of the biological properties of the brain and how they relate to emotions. To address this issue, this article proposes an implicit emotion regulatory mechanism inspired contrastive learning framework (CLIER) for EEG emotion recognition. The framework simulates the complex relationship between emotions and the underlying neurobiological processes; to achieve this, the mechanism is mainly simulated through three parts. First, to leverage the interindividual variability of emotional expression, the emotion features of the individual are captured by a dynamic connection graph in the subject-dependent setting. Subsequently, reverse regulation is simulated by contrast learning based on label information and data augmentation to capture more biologically specific emotional features. Finally, caused by the asymmetry between the left and right hemispheres of the human brain in response to emotions, brain lateralization mutual learning facilitates the fusion of the hemispheres in determining emotions. Experiments on SEED, SEED-IV, SEED-V, and EREMUS datasets show impressive results: 93.4% accuracy on SEED, 90.2% on SEED-IV, 82.46% on SEED-V, and 41.63% on EREMUS. Employing an identical experimental protocol, our model demonstrated superior performance relative to the majority of existing methods, thus showcasing its effectiveness in the realm of EEG emotion recognition.
PaperID: 101,
Authors: Hailong Hu, Jun Pang
Affiliations: Interdisciplinary Centre for Security, Reliability and Trust, University of Luxembourg, Esch-sur-Alzette, Luxembourg
Abstract: Generative adversarial networks (GANs) have shown remarkable success in image synthesis, making GAN models themselves commercially valuable to legitimate model owners. Therefore, it is critical to technically protect the intellectual property of GANs. Prior works need to tamper with the training set or training process to verify the ownership of a GAN. In this article, we show that these methods are not robust to emerging model extraction attacks. Then, we propose a new method GAN-Guards which utilizes the common characteristics of a target model and its stolen models for ownership infringement detection. Our method can be directly applicable to all well-trained GANs as it does not require retraining target models. Extensive experimental results show that our new method achieves superior detection performance, compared with the watermark-based and fingerprint-based methods. Finally, we demonstrate the effectiveness of our method with respect to the number of generations of model extraction attacks, the number of generated samples, and adaptive attacks.
PaperID: 102,
Authors: Rangan Das, Swadesh Jana, Anannyo Dey, Pascal Le Corre, Marc Cuggia, Ujjwal Maulik, Sanghamitra Bandyopadhyay
Affiliations: Department of Computer Science and Engineering, Jadavpur University, Kolkata, West Bengal, India; Department of Computer Science, Eberhard Karls Universität Tübingen, Tübingen, Germany; Centre Hospitalier Universitaire de Rennes, Pôle Pharmacie, Secteur Pharmacotechnie et Onco-Pharmacie, Rennes, France; Univ Rennes, CHU Rennes, INSERM, LTSI-UMR , Rennes, France; Machine Intelligence Unit, Indian Statistical Institute, Kolkata, India
Abstract: The development of new drugs is an expensive and time-consuming process, often hindered by the lack of reliable models to predict drug-target interactions (DTIs) and their mechanisms of action (MoA). Existing deep learning-based methods for DTI prediction typically focus only on binary classification of interactions, overlooking the complex mechanisms underlying these interactions. Moreover, the absence of comprehensive datasets for modeling MoA further complicates this task. To address these limitations, we introduce DrugMAP, a novel multimodal deep learning model that integrates graph neural networks and transformer-based architectures to predict both DTIs and their MoA. We construct a large-scale dataset from multiple public sources, adding a new level of complexity by including detailed MoA annotations for thousands of drug-target pairs. DrugMAP simultaneously leverages the molecular and atomic-level structures of drugs and target proteins, utilizing multirepresentational encoders for enhanced feature extraction. Experimental results show that DrugMAP outperforms state-of-the-art models for both DTI and MoA prediction across multiple benchmark datasets. Our model achieves a 3.5% improvement in AUC for MoA prediction, demonstrating its potential for guiding drug discovery and understanding adverse drug events.
PaperID: 103,
Authors: Rujikorn Charakorn, Poramate Manoonpong, Nat Dilokthanakul
Affiliations: Bio-Inspired Robotics & Neural Engineering Laboratory, School of Information Science and Technology, Vidyasirimedhi Institute of Science and Technology, Rayong, Thailand; School of Information Technology, King Mongkut’s Institute of Technology Ladkrabang, Bangkok, Thailand
Abstract: Diverse training partners in multiagent tasks are crucial for training a robust and adaptable cooperative agent. Prior methods often rely on state-action information to diversify partners’ behaviors, but this can lead to minor variations instead of diverse behaviors and solutions. We address this limitation by introducing a novel training objective based on “policy compatibility.” Our method learns diverse behaviors by encouraging agents within a team to be compatible with each other while being incompatible with agents from other teams. We theoretically prove that incompatible policies are inherently dissimilar, allowing us to use policy compatibility as a proxy for diversity. We call this method learning incompatible policies for n -player cooperative games (n-LIPO). We propose to further diversify individual policies by incorporating a mutual information objective using state-action information. We empirically demonstrate that n-LIPO effectively generates diverse joint policies in various two-player and multi-player cooperative environments. In a complex cooperative task, two-player multi-recipe Overcooked, we find that n-LIPO generates a population of behaviorally diverse partners. These populations are then used to train robust generalist agents that can generalize better than using baseline populations. Finally, we demonstrate that n-LIPO can be applied to a high-dimensional StarCraft multiagent challenge (SMAC) multiplayer cooperative environment to discover diverse winning strategies when only a single goal exists. Additional visualization can also be accessed at https://sites.google.com/view/n-lipo/home.
PaperID: 104,
Authors: Tran Thanh Phong Nguyen, Son Lam Phung, Vinod Gopaldasani, Jane Whitelaw, Hoang Thanh Le, Abdesselam Bouzerdoum
Affiliations: Faculty of Engineering and Information Sciences, University of Wollongong, Wollongong, NSW, Australia; Faculty of the Arts, Social Sciences and Humanities, University of Wollongong, Wollongong, NSW, Australia
Abstract: Point clouds captured from 3-D scanners are often sparse and incomplete due to occlusions, limited viewpoints, and sensor constraints. These limitations hinder applications in robotics, autonomous navigation, and augmented reality. Hence, point cloud completion is crucial for generating reliable 3-D object representations. Existing methods often struggle to capture structural patterns effectively, which leads to low-quality reconstructions. To address these challenges, we propose Centroid Transformer (CenFormer), a novel transformer-based network for point cloud completion. CenFormer introduces two distinct types of centroids, namely Preserved and Dispersed, to facilitate fine-grained reconstruction. The proposed design includes three innovations: 1) a Centroid Generation Block to aggregate features for preserved centroids; 2) a Centroid Dispersion Block to predict offsets for dispersed centroids; and 3) a Fine-grained Point Generation Block to refine local patterns around centroids. These components jointly enable the network to effectively capture local structural details and strategically target missing regions for fine-grained 3-D shape reconstruction. Experiments on various benchmark datasets demonstrate that CenFormer significantly outperforms state-of-the-art methods in both visualization results and quantitative metrics.
PaperID: 105,
Authors: Tre' R. Jeter, Minh N. Vu, Raed Alharbi, Jung Taek Seo, My T. Thai
Affiliations: Department of Computer and Information Science and Engineering, University of Florida, Gainesville, FL, USA; Department of Computer Science, Saudi Electronic University, Riyadh, Saudi Arabia; Department of Smart Security, Gachon University, Seongnam-si, Republic of Korea
Abstract: Federated learning (FL) has emerged as a promising approach for privacy-preserving collaborative machine learning. Specifically, vertical FL (vFL) allows various devices in multi-agent systems to collectively train models on vertically partitioned data while safeguarding sensitive information. Recent research on vFL privacy analysis primarily explores passive settings where attackers adhere to the FL protocol. This perspective may underestimate the threats posed by vFL, as practical adversaries can deviate from the protocol to enhance their attack capabilities. In response, this work proposes two novel active data reconstruction attacks to compromise data privacy. Each attack induces gradient manipulation during the training phase to breach data privacy. Including an active inversion network (AIN), our first attack exploits a subset of known data in the training set to make passive parties train an auto-encoder (AE) to reconstruct their private data. The second attack introduces an active generative network (AGN) that relies only on the data distribution to train a conditional generative adversarial network (C-GAN) for private feature reconstruction. Our experiments demonstrate the effectiveness of both attacks in three real-world datasets: MNIST, CIFAR10, and USCensus. Additionally, we provide valuable insights and guidelines for enhancing the security of vFL systems through the application of calibrated noise via local differential privacy (LDP).
PaperID: 106,
Authors: Peiyao Wang, Liang Bai, Xian Yang, Xi Wang, Jiye Liang
Affiliations: Institute of Intelligent Information Processing, Shanxi University, Taiyuan, China; Alliance Manchester Business School, The University of Manchester, Manchester, U.K.
Abstract: The shift in data distribution between training and testing presents challenges for graph neural networks (GNNs), especially in out-of-distribution (OOD) scenarios. Most analyses focus on graph domain adaptation, where the target domain is known during training. However, real-world applications often require GNNs to generalize to unseen domains, a problem that lacks sufficient theoretical analysis, particularly regarding interpretable error bounds. In this work, we bridge this gap by using the linear combination of source domains as a reference object for unseen domains. We derive generalization error bounds for GNNs based on the mixture distribution of the source domains, emphasizing the importance of domain diversity and domain-invariant feature learning for strong generalization. Furthermore, we explore a special case where the mixed distribution degenerates to the distribution of the source domains, introducing the maximum Wasserstein distance as a measure of the difference between the source domain and the unseen domains, and derive tighter error bounds. Our analysis highlights the importance of balancing domain diversity and invariance, demonstrating how these factors affect the generalization performance of GNNs in unseen domains.
PaperID: 107,
Authors: Ahmad Alomari, Sathish A. P. Kumar
Affiliations: Department of Computer Science, Cleveland State University, Cleveland, OH, USA
Abstract: This study proposes a grover policy agent (GPA) for designing optimal quantum sensor circuits (QSCs) to address complex quantum physics problems. The GPA consists of two parts: the quantum policy evaluation (QPE) and the quantum policy improvement (QPI). The QPE performs phase estimation to generate the search space, while the QPI utilizes Grover search and amplitude amplification techniques to efficiently identify an optimal policy that generates optimal QSCs. The GPA generates QSCs by selecting sequences of gates that maximize the quantum Fisher information (QFI) while minimizing the number of gates. The QSCs generated by the GPA are capable of producing entangled quantum states, specifically the squeezed states. High QFI indicates increased sensitivity to parameter changes, making the circuit useful for quantum state estimation and control tasks. Evaluation of the GPA on a QSC that consists of two qubits and a sequence of \boldsymbolR_\boldsymbolx, \boldsymbolR_\boldsymboly, and \boldsymbolS gates demonstrates its efficiency in generating optimal QSCs with a QFI of 1. Compared to existing quantum agents, the GPA achieves higher QFI with fewer gates, demonstrating a more efficient and scalable approach to the design of QSCs. This work illustrates the potential computational power of quantum agents for solving quantum physics problems.
PaperID: 108,
Authors: Yunxiang Li, Meixu Chen, Kai Wang, Jun Ma, Alan C. Bovik, You Zhang
Affiliations: Department of Radiation Oncology, The University of Texas Southwestern Medical Center, Dallas, TX, USA; Department of Laboratory Medicine and Pathobiology, University of Toronto, Toronto, ON, Canada; Laboratory for Image and Video Engineering, The University of Texas at Austin, Austin, TX, USA
Abstract: Image translation has wide applications, such as style transfer and modality conversion, usually aiming to generate images having both high degrees of realism and faithfulness. These problems remain difficult, especially when it is important to preserve content structures. Traditional image-level similarity metrics are of limited use, since the content structures of an image are high-level and not strongly governed by pixelwise faithfulness to an original image. To fill this gap, we introduce SAMScore, a generic content structural similarity metric for evaluating the faithfulness of image translation models. SAMScore is based on the recent high-performance segment anything model (SAM), which allows content similarity comparisons with standout accuracy. We applied SAMScore on 19 image translation tasks and found that it is able to outperform all other competitive metrics on all tasks. We envision that SAMScore will prove to be a valuable tool that will help to drive the vibrant field of image translation, by allowing for more precise evaluations of new and evolving translation models.
PaperID: 109,
Authors: Xiaojian Ding, Zihan Xu, Yi Li, Fumin Ma, Shilin Chen
Affiliations: College of Information Engineering, Nanjing University of Finance and Economics, Nanjing, China; College of Economics and Management, Nanjing Agricultural University, Nanjing, China; Thoracic Surgery, Nanjing Medical University Affiliated Cancer Hospital, Jiangsu Cancer Hospital, Jiangsu Institute of Cancer Research, Nanjing, China
Abstract: Ensemble feature selection combines feature subsets with diversity, potentially providing a better approximation of the optimal feature subset. While extensive research has focused on enhancing diversity among ensemble members, its critical role during the aggregation process remains underexplored. To address this gap, we propose a novel Recursive Ensemble Feature Selection (REFS) framework that explicitly incorporates diversity into the aggregation phase to improve both robustness and accuracy. The framework comprises three key components: 1) a randomization-based feature mapping strategy (RS) to generate diverse base feature selectors optimized for performance; 2) a quantitative diversity metric (DM) to evaluate the complementarity of these selectors; and 3) a fuzzy aggregation (FA) method that leverages order statistics, rank scores, and weight information to effectively integrate multiple ranked feature lists. Experimental evaluations on fifteen real-world datasets demonstrate that REFS consistently outperforms competitive methods in terms of classification accuracy and resilience to parameter variations. By explicitly integrating diversity into the aggregation process, REFS provides a more comprehensive and effective approach to feature selection, paving the way for improved predictive performance across diverse applications.
PaperID: 110,
Authors: Liming Xu, Jie Zheng, Chunlin He, Jing Wang, Bochuan Zheng, Jiancheng Lv
Affiliations: School of Computer Science, China West Normal University, Nanchong, China; College of Computer Science, Sichuan University, Chengdu, China
Abstract: Cancer is a disease caused by uncontrolled growth and spread of cells, and early diagnosis is essential to improve the cure rate and reduce mortality. Although machine learning and deep learning have shown great potential in early cancer prediction, the accuracy of detection and prediction still needs to be improved due to the different scales of lesion areas. Therefore, we propose an adaptive multiparticle swarm neural architecture search method to automatically explore an efficient deep neural network architecture for high-incidence cancer prediction. First, the multiparticle swarm strategy is used to initialize the high-quality architecture in the scale adaptive search space to enhance multiscale perception. Then, the improved weighted average method is combined with classification accuracy, parameters, and floating-point operations to adaptively update the particle swarm architecture to avoid falling into local optimum. In addition, a method based on weight sharing is used to improve the efficiency of architecture search. The experimental results show that comparing with the manual design network and the existing neural architecture search method, the proposed algorithm achieves average increments of 26.33%, 33.99%, 8.98%, 37.41%, 35.1%, and 51.76% in classification accuracy, F1-Score, Cohen's kappa, AUC, exponential balance accuracy and search efficiency, respectively.
PaperID: 111,
Authors: Adithya K. Moorthy, V. Vijaya Saradhi, Bhanu Prasad
Affiliations: Indian Institute of Technology, Guwahati, India; Florida A&M University, Tallahassee, FL, USA
Abstract: Spectral clustering algorithms rely on graphs where edges are defined based on the similarity between the vertices (data points). The effectiveness and fairness of spectral clustering depend significantly on how the graph is constructed. While automated graph construction methods, which learn graphs from real-valued vector datasets, have demonstrated strong performance in the quality of clustering, fairness concerns still remain. In this work, we introduce a graph construction method that incorporates a new fairness definition—Edge Disparate Impact—into the edge relationships, aiming to produce a fair graph. This approach modifies the optimization process of automated graph construction to account for fairness, resulting in a more equitable graph. Extensive experiments were conducted to compare our method with the latest graph construction techniques and fair spectral clustering algorithms. The results prove that, by using a fair graph for spectral clustering, fairness is improved in the resulting clusters. We also demonstrate that our method outperforms baseline approaches in both fairness and the quality of clustering.
PaperID: 112,
Authors: Tong Guo, Yi Mei, Wenbo Du, Yisheng Lv, Yumeng Li, Tao Song
Affiliations: State Key Laboratory of CNS/ATM, School of Electronic and Information Engineering, Beihang University, Beijing, China; Centre for Data Science and Artificial Intelligence & School of Engineering and Computer Science, Victoria University of Wellington, Wellington, New Zealand; State Key Laboratory of Multimodal Artificial Intelligence Systems, Institute of Automation, Chinese Academy of Sciences, Beijing, China; School of Aerospace Engineering, Beijing Institute of Technology, Beijing, China
Abstract: The thriving advances in autonomous vehicles and aviation have enabled the efficient implementation of aerial last-mile delivery services to meet the pressing demand for urgent relief supply distribution. Variable neighborhood search (VNS) is a promising technique for aerial emergency scheduling. However, the existing VNS methods usually exhaustively explore all considered neighborhoods with a prefixed order, leading to an inefficient search process and slow convergence speed. To address this issue, this article proposes a novel graph neural neighborhood search (GENIS) algorithm, which includes an online reinforcement learning (RL) agent that guides the search process by selecting the most appropriate low-level local search operators based on the search state. We develop a dual-graph neural representation learning method to extract comprehensive and informative feature representations from the search state. Besides, we propose a reward-shaping policy learning method to address the decaying reward issue along the search process. Extensive experiments conducted across various benchmark instances demonstrate that the proposed algorithm significantly outperforms the state-of-the-art approaches. Further investigations validate the effectiveness of the newly designed knowledge guidance scheme and the learned feature representations.
PaperID: 113,
Authors: Junfei Wang, He Huang, Jingze Feng, Steven Wong, Lihua Xie, Jianfei Yang
Affiliations: School of Electrical and Electronics Engineering, Nanyang Technological University, Singapore; Chainbase Foundation, Singapore; PublicAI Inc., San Francisco, CA, USA
Abstract: There is a significant demand for indoor localization technology in smart buildings, and the most promising solution in this field is using radio frequency (RF) sensors and fingerprinting-based methods that employ machine learning models trained on crowd-sourced user data gathered from Internet of Things (IoT) devices. However, this raises security and privacy issues in practice. Some researchers propose to use federated learning (FL) to partially overcome privacy problems, but there still remain security concerns, e.g., single-point failure and malicious attacks. In this article, we propose a framework named DFLoc to achieve precise 3-D localization tasks while considering the following two security concerns. Particularly, we design a specialized blockchain to decentralize the framework by distributing the tasks such as model distribution and aggregation, which are handled by a central server to all clients in most previous works, to tackle the single-point failure issue in ensuring reliable and accurate indoor localization. Moreover, we introduce an updated model verification mechanism within the blockchain to alleviate the concern of malicious node attacks. Experimental results substantiate the framework's capacity to deliver accurate 3-D location predictions and its superior resistance to the impacts of single-point failure and malicious attacks when compared to conventional centralized FL systems.
PaperID: 114,
Authors: Chengting Yu, Fengzhao Zhang, Ruizhe Chen, Aili Wang, Zuozhu Liu, Shurun Tan, Er-Ping Li
Affiliations: College of Information Science and Electronic Engineering, Zhejiang University, Hangzhou, China; Zhejiang University–University of Illinois, Urbana–Champaign Institute, Zhejiang University, Haining, China
Abstract: Knowledge distillation (KD), a learning manner with a larger teacher network guiding a smaller student network, transfers dark knowledge from the teacher to the student via logits or intermediate features, with the aim of producing a well-performed lightweight model. Notably, many subsequent feature-based KD methods outperformed the earliest logit-based KD method and iteratively generated numerous state-of-the-art distillation methods. Nevertheless, recent work has uncovered the potential of the logit-based method, bringing the simple KD form based on logits back into the limelight. Features or logits? They partially implement the KD with entirely distinct perspectives; therefore, choosing between logits and features is not straightforward. This article provides a unified perspective of feature alignment to obtain a better comprehension of their fundamental distinction. Inheriting the design philosophy and insights of feature-based and logit-based methods, we introduce a block-wise logit distillation framework to apply implicit logit-based feature alignment by gradually replacing teacher's blocks as intermediate stepping-stone models to bridge the gap between the student and the teacher. Our method obtains comparable or superior results to state-of-the-art distillation methods. This article demonstrates the great potential of combining logit and features, and we hope it will inspire future research to revisit KD from a higher vantage point.
PaperID: 115,
Authors: Wenjie Sun, Chengke Wu, Qinge Xiao, Junjie Jiang, Yuanjun Guo, Ying Bi, Xinyu Wu, Zhile Yang
Affiliations: Shenzhen Institute of Advanced Technology, Chinese Academy of Sciences, Shenzhen, China; School of Electrical and Information Engineering, Zhengzhou University, Zhengzhou, China
Abstract: Innovation is a key driver of modern economic and technological development. Correct and equitable identification of innovation is essential for promoting market competitiveness and ensuring the optimal allocation of resources. Existing research on innovation evaluation mainly focuses on qualitative or quantitative evaluation of the results, while ignoring potential biases in the application process. This work investigates an unexplored issue in the field of innovation evaluation: Whether the technicality of the title of an application affects its degree of attention in the review process? The key lies in two aspects: how to evaluate the technicality of the title and how to quantify this effect. To achieve this goal, we combine the term extraction schemes and causal inference techniques by modelling the fairness detection task in a causal diagram, and propose a novel framework called CauseTerML. The framework can be applied to fairness detection in a variety of application scenarios. Extensive experiments on a real-world patent dataset validate the effectiveness of CauseTerML.
PaperID: 116,
Authors: Changping Li, Bingshu Wang, Jiangbin Zheng, Yongjun Zhang, C. L. Philip Chen
Affiliations: School of Software, Northwestern Polytechnical University, Xi’an, China; State Key Laboratory of Public Big Data, College of Computer Science and Technology, Guizhou University, Guiyang, China; School of Computer Science and Engineering, South China University of Technology, Guangzhou, China
Abstract: Frequent road incidents cause significant physical harm and economic losses globally. The key to ensuring road safety lies in accurately perceiving surrounding road incidents. However, the highly dynamic nature of traffic introduces significant challenges, particularly in detecting sudden and temporary incidents. In this article, we propose a novel detection framework, multihead attention ResNet with dynamic bottleneck (DB_RESNET_MHA), to identify physical unsigned road incidents. Our approach introduces three key innovations. First, we develop a tailored data augmentation strategy to create images that closely mimic the complex variations found in real-world road environments. Second, we enhance model expressiveness by employing attention mechanisms to nonlinearly integrate convolutional kernels within the residual network. Furthermore, we refine the prediction head by applying spatially distinct attention weights, enabling the model to capture intricate correlations between different features more effectively. To demonstrate the effectiveness of our method, we create a dataset for unsigned road incidents (UnsignRI), comprising a total of 16 323 images that capture 12 distinct types of incidents. It stands out as the most comprehensive dataset in the field, encompassing a wide range of geographical features and incident categories. Experimental results show that DB_RESNET_MHA achieves an average accuracy of 96.2% and a f1-score of 0.955 across various categories of unsigned incidents, surpassing other models.
PaperID: 117,
Authors: Mourad Nachaoui, Fatma Manlaikhaf, Soufiane Lyaqini
Affiliations: EMI, EMI, FST de Béni Mellal Université Sultan Moulay Slimane, Béni Mellal, Maroc; LAMSAD Laboratory, Hassan First University, Settat, Morocco
Abstract: This article presents a predictive model using supervised machine learning, highlighting the importance of advanced optimization algorithms. Our approach focuses on a nonsmooth loss function known for its effectiveness in supervised machine learning. To ensure desirable properties such as second derivatives and convexity, and to handle outliers, we use a smoothing function to approximate the loss function. This enables the development of robust and stable algorithms for accurate predictions. We introduce a new surrogate smoothing function that is twice differentiable and convex, enhancing the effectiveness of our methodology. Using optimization techniques, especially stochastic gradient descent with Nesterov momentum, we optimize the predictive model. We validate our algorithm through a comprehensive convergence analysis and extensive comparisons with two other prediction models. Our experiments on real datasets from insurance companies demonstrate the practical significance of our approach in predicting auto insurance customer interest.
PaperID: 118,
Authors: Hoang Khoi Do, Minh-Duong Nguyen, Nguyen Tien Hoa, Long Tran-Thanh, Nguyen Hoang Tran, Quoc-Viet Pham
Affiliations: School of Computer Science and Statistics, Trinity College Dublin, Dublin , Ireland; Department of Information Convergence Engineering, Pusan National University, Busan, Republic of Korea; School of Electrical and Electronic Engineering, Hanoi University of Science and Technology, Hanoi, Vietnam; School of Computer Science, University of Warwick, Coventry, U.K.; School of Computer Science, The University of Sydney, Darlington, NSW, Australia
Abstract: This article investigates large batch training techniques using layer-wise adaptive scaling ratio (LARS) across diverse settings. In particular, we first show that a state-of-the-art technique, called LARS with the warm-up, tends to be trapped in sharp minimizers early on due to redundant ratio scaling. Additionally, a fixed steep decline in the latter phase restricts deep neural networks from effectively navigating early-phase sharp minimizers. To address these issues, we propose time varying LARS (TVLARS), a novel algorithm that replaces warm-up with a configurable sigmoid-like function for robust training in the initial phase. TVLARS promotes gradient exploration early on, surpassing sharp optimizers and gradually transitioning to LARS for robustness in later stages. Extensive experiments demonstrate that TVLARS consistently outperforms LARS and LAMB in most cases, with up to 2% improvement in classification scenarios. In all self-supervised learning cases, TVLARS achieves up to 10% performance improvement. Our implementation is available at https://github.com/KhoiDOO/tvlars.
PaperID: 119,
Authors: Gargi V. Pillai, Debashis Sen
Affiliations: Department of Electronics and Electrical Communication Engineering, Indian Institute of Technology, Kharagpur, India
Abstract: Intelligent video surveillance systems with anomaly detection capabilities are indispensable for outdoor security. Video anomaly detection (VAD) is usually performed by learning patterns representing normal events and declaring an anomaly when an abnormal pattern is encountered. However, the features of normal patterns in a video often vary with time as real-world videos are non-stationary in nature, which makes its handling essential during VAD. To this end, we propose an approach for anomaly detection in videos, where a novel deep temporally recursive differencing network (DDN) diminishes the adverse effects of the non-stationary nature on VAD. The DDN consists of multiple layers of differencing operators of optimized orders, where every two consecutive layers are separated by a suitable nonlinearity. Spatial and temporal features are extracted from nonoverlapping blocks in video frames and fed to the DDN. While the spatial feature is obtained using a pretrained network, our temporal feature computation involves the use of FlowNetS with a new training strategy that does not require ground truth. The features at the output of DDN are used in a predictor based on autoregression and moving average of the regression errors. Then, the predictor's output estimates are compared to the corresponding actual values for anomaly detection, which also involves block-level selection and consistency check. Qualitative evaluation and quantitative comparison with several existing approaches on multiple standard datasets demonstrate the effectiveness of the proposed VAD approach. An ablation study highlighting the significance of the various components of our approach and a hyperparameter analysis are also provided.
PaperID: 120,
Authors: Ming Xu, Tuo Shi, Hao Zhang, Zeyi Liu, Xiao He
Affiliations: Department of Automation, Tsinghua University, Beijing, P. R. China; Shenzhen ZNV Technology Company Ltd, Shenzhen, P. R. China
Abstract: Recent advancements in emotion recognition research based on physiological data have been notable. However, existing multimodal methods often overlook the interrelations between various modalities, such as video and electroencephalography (EEG) data, in emotion recognition. In this article, a feature fusion-based hierarchical cross-modal spatial fusion network (HCSFNet) is proposed that effectively integrates EEG and video features. By designing an EEG feature extraction network based on 1-D convolution and a video feature extraction network based on 3-D convolution, corresponding modality features are thoroughly extracted. To promote sufficient interaction between the two modalities, a hierarchical cross-modal coordinated attention module is proposed in this article. Additionally, to enhance the network's perceptual ability for emotion-related features, a multiscale spatial pyramid pooling module is also designed. Meanwhile, a self-distillation method is introduced, which enhances the performance while reducing the number of parameters in the network. The HCSFNet achieved an accuracy of 97.78% on the valence–arousal dimension of the Database for Emotion Analysis using Physiological Signals (DEAP) dataset, and it also obtained an accuracy of 60.59% on the MAHNOB-human-computer interaction (HCI) dataset, reaching the state-of-the-art level.
PaperID: 121,
Authors: Yinghua Yao, Yuangang Pan, Ivor W. Tsang, Xin Yao
Affiliations: Centre for Frontier AI Research, Agency for Science, Technology and Research (A*STAR), Singapore; School of Data Science, Lingnan University, Hong Kong
Abstract: Most previous methods for continuous image-to-image translation resorted to binary attributes with restrictive description ability and thus cannot achieve satisfactory performance. Some works proposed to use fine-grained semantic information, relative attributes (RAs), preferences over pairs of images on the strength of a specified attribute. However, they still failed to reconcile both goals for smooth translation and for high-quality generation simultaneously. In this work, we propose a new model continuous translation via adversarial preferences (CTAP) to coordinate these two goals for high-quality continuous translation based on RAs. In CTAP, we simultaneously train two modules: a generator that translates an input image to the desired image with smooth nuanced changes w.r.t. the interested attributes; and a ranker that executes adversarial preferences consisting of the input image and the desired image. Particularly, adversarial preferences involve an adversarial ranking process: 1) the ranker thinks no difference between the desired image and the input image in terms of the interested attributes; 2) the generator fools the ranker to believe the attributes of its output image changes as expect compared with the input image. RAs over pairs of real images are introduced to guide the ranker to rank image pairs regarding the interested attributes only. With an effective ranker, the generator would “win” the adversarial game by producing high-quality images that present smooth changes. The experiments on two face datasets and one shoe dataset demonstrate that our CTAP achieves state-of-art results in generating high-fidelity images which exhibit smooth changes over the interested attributes.
PaperID: 122,
Authors: Zhi Zheng, Shangding Gu
Affiliations: Department of Informatics, Technical University of Munich, Munich, Germany
Abstract: Ensuring safety in multiagent reinforcement learning (MARL), particularly when deploying it in real-world applications such as autonomous driving, emerges as a critical challenge. To address this challenge, traditional safe MARL methods extend MARL approaches to incorporate safety considerations, aiming to minimize safety risk values. However, these safe MARL algorithms often fail to model other agents and lack convergence guarantees, particularly in dynamically complex environments. In this study, we propose a safe MARL method grounded in a Stackelberg model with bilevel optimization, for which convergence analysis is provided. Derived from our theoretical analysis, we develop two practical algorithms, namely constrained Stackelberg Q-learning (CSQ) and constrained Stackelberg multiagent deep deterministic policy gradient (CS-MADDPG), designed to facilitate MARL decision-making in some simulated autonomous driving applications such as traffic management. To evaluate the effectiveness of our algorithms, we developed a safe MARL autonomous driving benchmark and conducted experiments on challenging autonomous driving scenarios, such as merges, roundabouts, intersections, and racetracks. The experimental results indicate that our algorithms, CSQ and CS-MADDPG, outperform several strong MARL baselines, such as Bi-AC, MACPO, and MAPPO-L, regarding reward and safety performance.
PaperID: 123,
Authors: Ankita Chatterjee, Jayanta Mukherjee, Partha Pratim Das
Affiliations: Department of Computer Science and Engineering, Indian Institute of Technology Kharagpur, Kharagpur, India
Abstract: Existing learning models partition the generated representations using hyperplanes which form well defined groups of similar embeddings that is uniquely mapped to a particular class. However, in practical applications, the embedding space does not form distinct boundaries to segregate the class representations. There exists interaction among similar classes which cannot be visually determined in high-dimensional space. Moreover, the structure of the latent space remains obscure. As learned representations are frequently reused to reduce the inference time, it is important to analyse how semantically related classes interact among themselves in the latent space. Therefore, we propose a boundary estimation algorithm that minimises the inclusion of other classes in the embedding space to form groups of similar representations and compare the quality of these class embeddings for various models in an already encoded space. These groups are overlapping to denote ambiguous embeddings that cannot be mapped to a particular class with high confidence. The algorithm determines which representations to be included or discarded to form well defined regions, separating discriminating, ambiguous and rejected embeddings to depict a particular class. Later, we construct relation trees to evaluate the hierarchical relationships formed among the classes, and compare it with the WordNet ontology using phylogenetic tree comparison methods.
PaperID: 124,
Authors: Sean A. Mochocki, Mark G. Reith, Brett J. Borghetti, Gilbert L. Peterson, John D. Jasper, Laurence D. Merkle
Affiliations: Department of Electrical and Computer Engineering, Air Force Institute of Technology, Wright-Patterson AFB, OH, USA; Department of Mathematics and Statistics, Air Force Institute of Technology, Wright-Patterson AFB, OH, USA
Abstract: E-learning courses often suffer from high dropout rates and low student satisfaction. One way to address this issue is to use personalized learning paths (PLPs), which are sequences of learning materials that meet the individual needs of students. However, creating PLPs is difficult and often involves combining knowledge graphs (KGs), student profiles, and learning materials. Researchers typically assume that the problem of creating PLPs belong to the nondeterministic polynomial (NP)-hard class of computational problems. However, previous research in this field has neither defined the different variations of the PLP problem nor formally established their computational complexity. Without clear definitions of the PLP variations, researchers risk making invalid comparisons and conclusions when they use different metaheuristics for different PLP problems. To unify this conversation, this article formally proves the NP-completeness of two common PLP variations and their generalizations and uses them to categorize recent research in the PLP field. It then presents an instance of the PLP problem using real-world data and shows how this instance can be cast into two different NP-complete variations. This article then presents three artificial intelligence (AI) strategies, solving one of the PLP variations with back-tracking and branch and bound heuristics and also converting the PLP variation instance to XCSP^3, an intermediate constraint satisfaction language to be resolved with a general constraint optimization solver. This article solves the other PLP variation instance using a greedy search heuristic. The article finishes by comparing the results of the two different PLP variations.
PaperID: 125,
Authors: Jian-Qiang Qiu, Chun-Yang Zhang, C. L. Philip Chen
Affiliations: College of Computer and Data Science, Fuzhou University, Fuzhou, China; School of Computer Science and Engineering, South China University of Technology, Guangzhou, China
Abstract: Pretrained language models (PLMs) have shown remarkable performance on question answering (QA) tasks, but they usually require fine-tuning (FT) that depends on a substantial quantity of QA pairs. Therefore, improving the performance of PLMs in scenarios with only a small number of training examples, also known as a few-shot setting, is of great practical significance. Current mitigation strategies for the few-shot QA task largely rely on pretraining a QA task-specific language model from scratch, overlooking the potential of foundational PLMs to generate QA pairs, particularly in the few-shot setting. To address this issue, we propose a prompt-based QA data augmentation method aimed at automating the creation of high-quality QA pairs. It employs the PFT method, adapting the question generation process of PLMs to the few-shot setting. Additionally, we introduce a dynamic text filling training strategy. This strategy simulates the progressive human learning process, thereby alleviating overfitting of PLMs in the few-shot setting and enhancing their reasoning capability to tackle complex questions. Extensive experiments demonstrate that the proposed method outperforms existing approaches across various few-shot configurations.
PaperID: 126,
Authors: Tianyu Xie, Yue Sun, Hongxu Yang, Shuo Li, Jinhong Song, Qimin Yang, Hao Chen, Mingxiang Wu, Tao Tan
Affiliations: Faculty of Applied Sciences, Macao Polytechnic University, Macao, China; Eindhoven University of Technology, Eindhoven, AZ, The Netherlands; Department of Computer and Data Science and Department of Biomedical Engineering, Case Western Reserve University, Cleveland, OH, USA; Jiangsu JITRI Sioux Technologies Company Ltd., Suzhou, China; Department of Radiology, Shenzhen People’s Hospital, Shenzhen, China
Abstract: This article introduces an enhanced teacher–student model featuring a novel Vnet architecture that integrates high-pass and low-pass filters to improve the segmentation of breast magnetic resonance imaging (MRI) images. The model effectively utilizes finely annotated, roughly annotated, and unannotated data to achieve precise breast tissue density segmentation. The teacher–student framework incorporates three specialized Vnet networks, each tailored to different types of annotations. By integrating cosine contrast loss functions between finely and roughly annotated models, and innovatively applying high-pass and low-pass filters within the Vnet architecture, the segmentation performance is significantly enhanced. This hybrid filtering approach enables the model to capture both fine-grained and coarse structural details, leading to more accurate segmentation across various MRI image datasets. Experimental results demonstrate the superiority of the proposed method, achieving Dice values of 0.833 on the finely annotated Shenzhen dataset and 0.780 on the Duke dataset, using 15 finely annotated, 15 roughly annotated, and 58 unlabeled samples provided by Shenzhen People's Hospital. These findings underscore its potential clinical application in breast density assessment.
PaperID: 127,
Authors: Leiming Chen, Dehai Zhao, Liping Tao, Kai Wang, Sibo Qiao, Xingjie Zeng, Chee Wei Tan
Affiliations: School of Computer Science and Technology, China University of Petroleum (East China), Qingdao, China; CSIRO’s Data, Sydney, Australia; Hefei University of Technology, Anhui, China; School of Computer Science and Engineering, Nanyang Technological University, Singapore; School of Software, Tiangong University, Tianjin, China; School of Computer Science, Southwest Petroleum University, Chengdu, China
Abstract: Federated learning (FL) enables cooperative computation between multiple participants while protecting user privacy. Currently, FL algorithms assume that all participants are trustworthy and their systems are secure. However, the following problems arise in real-world scenarios: 1) Malicious clients disrupt FL through model poisoning and data poisoning attacks. Although some research has proposed secure aggregation methods to solve this problem, most methods have limitations. 2) The current method cannot fairly evaluate client contribution in some scenarios. Some clients exhibit free-rider behavior, seeking to cheat the reward system and manipulate global models. Evaluating client contribution and distributing rewards also present challenges. To address these challenges, we design a trustworthy federated framework to ensure secure computing throughout the federated task process. First, we propose a method of detecting malicious models to guarantee secure model aggregation. Then, we propose a fair method of assessing contribution to identify client-side free-riding behavior. Finally, we implement a computation process based on blockchain and smart contracts to guarantee the trustworthiness and fairness of federated tasks. To validate the performance of our framework, we simulate different types of client attacks and contribution evaluation scenarios on several open-source datasets. The experiments show that our framework ensures the credibility of federated tasks and achieves a fair evaluation of client contributions.
PaperID: 128,
Authors: Wenmin Lin, Xinyi Zhou, Lu Sun, Lianyong Qi, Sang-Bing Tsai, Yihong Yang, Hanwen Liu, Huaizhen Kou, Lingzhen Kong
Affiliations: Alibaba Business School, Hangzhou Normal University, Hangzhou, China; College of Computer Science and Technology, China University of Petroleum (East China), Qingdao, China; International Engineering and Technology Institute, Hong Kong, China; School of Information Engineering, China University of Geosciences, Beijing, China; School of Computer Science and Engineering, Nanjing University of Science and Technology, Nanjing, China
Abstract: As one of the most representative recommendation solutions, traditional collaborative filtering (CF) models typically have limitations in dealing with large-scale, sparse data to capture complex relationships between users and items. The rise of artificial intelligence (AI) provides powerful tools such as deep neural networks to overcome the data sparsity issue with typical CF models. Existing works on AI-driven recommender systems are focusing on improving recommendation accuracy by extracting rich user/item features from multisource data with deep learning tools to build more accurate user preference model. How to ensure the responsibility of AI-driven recommender systems is still a big challenge. On one hand, AI-driven recommender systems need to access raw data such as user profiles to train recommendation model, which face the risk of leaking user privacy information. On the other hand, the ever-increasing volume of user/item interaction records raises the efficiency challenge to provide recommendation results in a real-time manner. In view of those observations, we propose a collaborative recommendation method by adopting the locality-sensitive-hashing (LSH) technique (i.e., \textDisRec_\textLSH), which aims to achieve the goal of privacy protection and calculation efficiency for AI-driven recommender systems. More specifically, we split \textDisRec_\textLSH into three phases: 1) offline feature extraction: deep neural networks are applied to extract user/item features from multisource user/item data on each local dataset; 2) offline user index building: LSH technique is adopted to map user features to hash codes to quickly recall correlated similar users for a given target user; and 3) online top-N items calculation: with similar users selected by phase 2, top-N items are calculated based on the ranking of predicted user–item rating score. Finally, extensive experiments are conducted on three public datasets to evaluate the efficiency of our proposal.
PaperID: 129,
Authors: Hassan Eldeeb, Radwa Elshawi
Affiliations: Institute of Computer Science, Tartu, Estonia
Abstract: Automated feature engineering (FE) has gained considerable attention in academia and industry. Nevertheless, existing systems often lack practical scalability and efficiency. This article introduces BigFeat, a scalable and interpretable framework that streamlines critical phases of the machine learning pipeline: FE, model selection, and hyperparameter tuning. BigFeat presents two execution options: as a standalone FE framework, denoted as BigFeat-FE, and as an AutoML framework, referred to as BigFeat-AutoML. BigFeat-FE optimizes input feature quality with the ultimate aim of maximizing predictive performance, based on a user-defined metric. BigFeat-FE employs a dynamic feature generation and selection mechanism that systematically creates a set of expressive features. These features not only enhance prediction performance but also prioritize interpretability. BigFeat-FE employs a meta-learning technique to warm-start the optimization process, resulting in significant overall performance gains. BigFeat-AutoML, tailored for algorithm selection and hyperparameter tuning, harnesses a random search method over the space of interpretable models. We conducted extensive experiments, and the results demonstrate that BigFeat-FE consistently outperforms state-of-the-art automated FE frameworks, such as AutoFeat and scalable automatic feature engineering (SAFE), across a wide range of datasets, achieving an average performance improvement of 8.65% compared to AutoFeat and 4.71% compared to SAFE, respectively. Additionally, BigFeat-AutoML demonstrates substantial performance improvement when compared to a tree-based pipeline optimization tool (TPOT) for automating machine learning and Autosklearn, with average improvements of 0.74% over TPOT and 2.25% over Autosklearn, respectively. Furthermore, BigFeat's scalability is affirmed through its linear complexity, and execution times, averaging 20 times faster than AutoFeat and 14 times faster than SAFE.
PaperID: 130,
Authors: Yifan Hu, Junjie Fu, Guanghui Wen, Changyin Sun
Affiliations: School of Mathematics, Southeast University, Nanjing, China; School of Artificial Intelligence, Anhui University, Hefei, China
Abstract: Learning efficient coordination policies over continuous state and action spaces remains a huge challenge for existing distributed multi-agent reinforcement learning (MARL) algorithms. In this article, the classic deterministic policy gradient (DPG) method is extended to the distributed MARL domain to handle the continuous control policy learning issue for a team of homogeneous agents connected through a directed graph. A theoretical on-policy distributed actor–critic algorithm is first proposed based on a local DPG theorem, which considers observation-based policies, and incorporates consensus updates for the critic and actor parameters. Stochastic approximation theory is then used to obtain asymptotic convergence results of the algorithm under standard assumptions. Thereafter, a practical distributed deterministic actor–critic algorithm is proposed by integrating the theoretical algorithm with the deep reinforcement learning training architecture, which achieves better scalability, exploration ability, and data efficiency. Simulations are carried out in standard MARL environments with continuous action spaces, where the results demonstrate that the proposed distributed algorithm achieves comparable learning performance to solid centralized trained baselines while demanding much less communication resources.
PaperID: 131,
Authors: Dengyong Zhang, Ruiyi He, Xin Liao, Feng Li, Jiaxin Chen, Gaobo Yang
Affiliations: Hunan Provincial Key Laboratory of Intelligent Processing of Big Data on Transportation and the School of Computer and Communication Engineering, Changsha University of Science and Technology, Changsha, China; Hunan University, Changsha, China
Abstract: Deepfake detection has gained increasing research attention in media forensics, and a variety of works have been produced. However, subtle artifacts might be eliminated by compression, and the convolutional neural networks (CNNs)-based detectors are invalidated for fake face images with compression. In this work, we propose a two-stream network for deepfake detection. We observed that high-frequency noise features and spatial features are inherently complementary to each other. Thus, both spatial features and high-frequency noise features are exploited for face forgery detection. Specifically, we design a double-frequency transformer module (DFTM) to guide the learning of spatial features from local artifact regions. To effectively fuse spatial features and high-frequency noise features, a dual-domain attention fusion module (DDAFM) is designed. We also introduce a local relationship constraint loss, which requires only image-level labels, for model training. We evaluate the proposed approach on five large-scale benchmark datasets, and extensive experimental results demonstrate the proposed approach outperforms most SOTA works.
PaperID: 132,
Authors: Jingkai Ma, Shuang Bai, Wenchao Pan
Affiliations: School of Electronic and Information Engineering, Beijing Jiaotong University, Beijing, China
Abstract: Few-shot semantic segmentation (FSS) focuses on segmenting objects of novel classes with only a small number of annotated samples and has achieved great development. However, compared with general semantic segmentation, inaccurate boundary predictions remain a serious problem in FSS. This is because, in scenarios with few samples, the extracted query features by the model struggle to contain sufficient detailed information to focus on the boundary of the target. To address this issue, we propose a prior-driven edge feature enhancement network (PDEFE) that utilizes the prior information of the object edges to enhance the query feature, thereby promoting the accurate segmentation of the target. Specifically, we first design an edge feature enhancement module (EFEM) that can utilize object edges to enhance the feature of the query object's boundaries. Furthermore, we also propose an edge prior mask generator (EPMG) to generate prior masks for edges based on the gradient information of the image, which can guide the model to pay more attention to the boundaries of the target in the query image. Extensive experiments on PASCAL-5^i and COCO-20^i demonstrate that PDEFE significantly improves upon two baseline detectors (up to 2.7~4.2% mIoU in average), achieving state-of-the-art performance.
PaperID: 133,
Authors: Yuxing Xing, Caixia Chen, Jie Wu, Jie Chen
Affiliations: School of Artificial Intelligence and Computing, Jiangnan University, Wuxi, China; College of Electronic Engineering, National University of Defense Technology, Hefei, China
Abstract: The potential game has been widely used to describe multiagent task allocation. However, the application of traditional game-theoretic algorithms has shown unsatisfactory performance in scenarios with a high agent count. For this, we employ reinforcement learning algorithm to enable each agent to independently make decision in response to other agents’ decisions and variations in the number of agents, ultimately working towards achieving a desired goal. First, we construct a potential game for multiagent task allocation and design a corresponding utility function for each agent. Then, we propose a deep q-network algorithm based on graph neural network, and enhance the agent selection mechanism in this learning algorithm. During each iteration, a task is randomly selected for an agent from the participant set, and each agent updates its strategy accordingly. Finally, by comparing several representative game theoretical algorithms, the numerical simulations highlight the advantages and performance of our proposed GDQ-Net algorithm across various tasks and numbers of agents under the constructed model.
PaperID: 134,
Authors: Umesh Kashyap, Sudev Kumar Padhi, Sk Subidh Ali
Affiliations: Department of Computer Science and Engineering, Indian Institute of Technology Bhilai, Durg, India
Abstract: Perceptual encryption (PE) methods are the key enablers for protecting image privacy for deep learning-based applications in the cloud. In PE, the image content is obfuscated such that the deep learning models can work on the obfuscated data. The key advantage of PE over holomorphic encryption is that, unlike holomorphic encryption, the feature required by the target deep learning model is preserved in the encrypted data. Therefore, the model is not required to be retrained on the encrypted data. Recently, a significant number of PE methods have been proposed in the literature, each improving over the others. In this article, we perform a detailed security analysis of three best-known PE methods, namely, adversarial visual information hiding, learnable encryption, and encryption-then-compression methods designed to protect the privacy of images. We proposed a new generative adversarial network (GAN)-based security evaluation framework to successfully reconstruct the original images encrypted by these methods, showing clear security flaws. We conducted extensive experiments using different datasets and deep learning models. The results show significant vulnerabilities in the existing key-based PE methods.
PaperID: 135,
Authors: Wujie Zhou, Bingying Wang, Xiena Dong, Caie Xu, Fangfang Qiang
Affiliations: School of Information & Electronic Engineering, Zhejiang University of Science & Technology, Hangzhou, China
Abstract: Red–green–blue-depth (RGB-D) deep learning-based co-salient object detection (Co-SOD) automatically detects and segments common salient objects in images. However, this computationally intensive model cannot be run on mobile devices. To help overcome this limitation, this article proposes a localization, neighborhood, and semantic guidance network (LNSNet) with knowledge distillation (KD), called LNSNet-S, for RGB-D Co-SOD to minimize the number of parameters and improve the accuracy. Apart from their backbone networks, the LNSNet student (LNSNet-S) and teacher (LNSNet-T) models use the same structure to capture similarity knowledge in category, channel, and pixel-point dimensions to train an LNSNet-S with KD for superior lightweight performance. For optimization, a positioning path progressive activation uses hierarchical transformers to fuse features from low to high levels, generating class activation localization maps using the fused bimodal information to obtain location information. The high-level neighborhood-guidance information is then used to guide the low-level features. Next, a multisource semantic enhancement embedding module progressively fuses multiscale cross-modal semantic information guided by class-activated localization information. A class-based progressive triplet loss facilitates the transfer of category, channel, and pixel-point information. Extensive experiments demonstrated the effectiveness and robustness of the novel LNSNet-S in different sizes, and significant improvements were observed. The smallest LNSNet-S model reduced the number of parameters by more than 92% compared to that of LNSNet-T, requiring only 15.9 M parameters.
PaperID: 136,
Authors: Menglin Yang, Dong Xie, Guiting Zhang, Fulong Chen, Taochun Wang, Peng Hu
Affiliations: Anhui Provincial Key Laboratory of Industrial Intelligence Data Security, Anhui Engineering Research Centers of Medical Big Data Intelligent System, and the School of Computer and Information, Anhui Normal University, Wuhu, China
Abstract: Compared with the cryptographic image encryption schemes, neural networks (NN) based image encryption schemes exhibit a significantly larger key space and offer enhanced capabilities for parallel processing of image data. However, most existing NN-based image encryption schemes suffer from high time complexity in generating random keys, and their decryption processes often fail to fully recover the plaintext images without loss. In this article, we first propose a normalizing flows based encryption network, called EncryptFlow, designed to achieve efficient and lossless image encryption. Normalizing flows employ a special coupling structure to couple the partitioned data, thereby establishing interdependence among them. Specifically, we utilize coupling structures (e.g., additive coupling) that allows the image blocks to alternately encrypt each other during forward propagation. Additionally, we devise a key generation algorithm that produces sub-keys tailored for each layer of the encryption network. The proposed EncryptFlow network seamlessly integrates both encryption and decryption functionalities, leveraging the XOR operation as the encryption function within each layer. The experimental results and comparative analyses indicate that EncryptFlow can encrypt 256× 256 grayscale images with an average time of merely 0.047s, and similarly, it requires only 0.188s to encrypt color images of the same dimensions.
PaperID: 137,
Authors: Ke Wang, Xianting Huang, Cong Tan, Siu-Ming Yiu, Zicong Chen, Xiaolin Lei
Affiliations: College of Information Science and Technology, Jinan University, Guangzhou, China
Abstract: The additional resource consumption generated during the repeated training processes of neural networks, including time and computational power costs, is a problem of significant concern. We, therefore, propose a method that utilizes Markov chain to predict the training outcomes of neural networks with the same structure. This method’s training is based on prior experience to optimize the parameter adjustment process, thereby reducing the number of times training must be started from scratch and lowering time costs. By predicting training outcomes and reducing forward and backward propagation computations, among other factors, computational resource consumption significantly decreases. Simultaneously, since Markov chain represents a clear mathematical model, the properties of probability transition offer greater interpretability compared to traditional methods. In an era where explainable artificial intelligence is equally crucial, a more transparent training method could have greater application potential in many important scenarios. The dual benefits they provide exemplify the advantage of our approach. Regarding the critical part, we have theoretically and experimentally demonstrated that, under certain conditions, the neural network training process possesses Markov property and becomes a Markov process after clustering.
PaperID: 138,
Authors: Jiaming Pei, Wei Li, Shahid Mumtaz
Affiliations: School of Computer Science, University of Sydney, Sydney, NSW, Australia; Nottingham Trent University, Nottingham, U.K.
Abstract: Communication-efficient federated learning benefits from neural network pruning, as it speeds up training and reduces model size. However, existing pruning techniques may not be optimally suited for joint model training in federated learning, particularly regarding the choice of pruning sites and the sequence of pruning operations. In this work, we explore server-side pruning using a similarity-based approach, contrasting it with methods that prune on either the clients or the server. Our method uses global model parameters to calculate the difference between global and local models, guiding the pruning process. We also examine how the order of pruning affects performance. Experimental results show that our method maintains model performance in non-IID settings while reducing communication overhead by 50%–70%. To simulate a realistic FL setup, we run server-side pruning on a central processing unit (CPU), increasing CPU involvement, distributing client workloads, and reducing energy consumption.
PaperID: 139,
Authors: Hao Tang, Hui He, Yuming Feng, Junxiong Meng, Weizhe Zhang
Affiliations: School of Cyberspace Science, Harbin Institute of Technology, Harbin, China; School of Computer Science and Technology, Harbin Institute of Technology (Shenzhen), Shenzhen, China
Abstract: With the widespread use of edge computing, the security issues on the edge side of the Internet of Things (IoT) within the cloud-edge-device architecture are becoming increasingly severe, particularly with the growing threat posed by botnets. Existing research on IoT botnet detection primarily focuses on identifying infected devices, with significantly less emphasis on detecting the botnet scanning and propagation phases. Recognizing the importance of early detection to protect devices and networks, this article introduces RGPot—a novel honeypot based on a generative response model designed to detect the lifecycle of IoT botnets. RGPot consists of two core components: an interaction response module and a lifecycle detection module. In the interaction response module, generative adversarial networks (GANs) are employed to train models capable of generating responses to various types of request data. This enables RGPot to effectively simulate real IoT devices and provide tailored responses to deceive potential attackers. In the lifecycle detection module, a multilayer long short-term memory (LSTM) network is utilized to comprehensively detect the stages of an IoT botnet’s lifecycle, facilitating the precise identification of the stage at which the detected traffic data is located. To evaluate the efficacy of RGPot, we created a controlled experimental environment to assess its ability to capture IoT botnets and detect traffic data. The experimental results validate RGPot’s capability in botnet capture and antidetection, with an accuracy of 98.81% in detecting botnet lifecycles and a reduction in false positives of approximately 5%.
PaperID: 140,
Authors: Md Tamjid Hossain, Shahriar Badsha, Hung Manh La, Shafkat Islam, Ibrahim Khalil
Affiliations: Department of Computational, Engineering, and Mathematical Sciences, Texas A&M University-San Antonio, San Antonio, TX, USA; General Motors, Warren, MI, USA; Department of Computer Science and Engineering, University of Nevada, Reno, NV, USA; Department of Computer Science, Purdue University, West Lafayette, IN, USA; School of Computing Technologies, RMIT University, Melbourne, VIC, Australia
Abstract: The emerging field of federated learning (FL) is reshaping privacy-preserved data analysis and decision support mechanisms within several critical infrastructure (CIs) sectors such as autonomous transportation, energy, and healthcare. To shield sensitive operational and client data from privacy attackers, differential privacy (DP) has been proposed to integrate on top of the FL process. Yet, we identify that integrating Gaussian noise for achieving DP guarantee can inadvertently create a new vector for differential model poisoning attacks in FL. Moreover, exploiting the variance in Gaussian noise enables attackers to camouflage their activities within the legitimate noise of the system, a significant yet largely overlooked security flaw in the differentially private federated learning (DPFL) framework. Addressing this research gap, we introduce a novel adaptive model poisoning through episodic loss memorization (\alpha -MPELM) technique. This method enables attackers to dynamically inject adversarial noise into the differentially private local model parameters. The technique has a dual purpose: hindering the optimal convergence of the global FL model and simultaneously avoiding detection by the anomaly detectors. Our evaluation of the \alpha -MPELM attack reveals its capability to deceive Norm, Accuracy, and Mix anomaly detection algorithms, surpassing the conventional random malicious device attacks (RMD) with attack accuracy improvements of 6.8, 12.6, and 13.8%, respectively. Additionally, we introduce a reinforcement learning-based DP level selection strategy, rDP, as an effective countermeasure against \alpha -MPELM attack. Our empirical findings confirm that this defense mechanism steadily progresses to an optimal policy.
PaperID: 141,
Authors: Yulou Shu, Wengen Li, Jiaqi Wang, Yichao Zhang, Jihong Guan, Shuigeng Zhou
Affiliations: School of Computer Science and Technology, Tongji University, Shanghai, China; School of Computer Science, Fudan University, Shanghai, China
Abstract: Multimodal knowledge graph completion (MKGC) has been a popular research topic in recent years. However, existing methods rarely consider the alignment of different entity modalities in the process of multimodal fusion, and often lack sufficient attention to the semantic information conveyed by relations, thus resulting in unsatisfactory completion performance. To address these two issues, we propose a new MKGC model called C2RS. This model first designs a cross-modal consistency contrastive learning task to align different entity modalities for accurate entity representation. Then, C2RS develops a relation semantic encoding module based on the distributions of knowledge graph (KG) triples to extract the semantic information of relations for comprehensive relation representation. Finally, we encode the candidate triples with a triple encoder and identify the correct entities through a scoring function to complete the multimodal KG. According to the extensive experiments on three public MKGC datasets, C2RS obviously outperforms the baseline methods.
PaperID: 142,
Authors: Md. Jakir Hossain, Nafisa Mubashsara, Riasat Khan, Mohammad Abdul Matin, Panagiotis G. Sarigiannidis, Sotirios K. Goudos
Affiliations: Department of Electrical and Computer Engineering, North South University, Dhaka, Bangladesh; Department of Informatics and Telecommunications Engineering, University of Western Macedonia, Kozani, Greece; ELEDIA@AUTH, School of Physics, Aristotle University of Thessaloniki, Thessaloniki, Greece
Abstract: An absorber is a block of material employed to absorb a portion of the energy of an incident particle. Research on absorbers is rapidly expanding as a result of their prospective applications in several fields, including wireless communications and military purposes. However, conventional absorbers have dense size and design complexity that make them unsuitable for a multitude of practical applications. Metamaterial-based absorbers (MMAs) have garnered significant attention with respect to their low density, narrow layers, and high absorption capacity. In this article, we introduce a new ultra-thin tri-layered Ni–MgF2–Ni metamaterial absorber structure, which is designed using machine learning. It has a balanced and symmetrical layout with a metal-dielectric-metal arrangement and a high-temperature endurance. Its resonator design is defined by mathematical deduction from the Conference matrix. The performance of MMA has been evaluated at wavelengths ranging from 250 to 1150 nm, as well as in various modes-TM, TE, and TEM. The results demonstrate that the proposed MMA has exceptional absorption capacities, with an overall absorption of 96.18% within the test range. It offers excellent mean absorption percentages of 99% in the optical region (350 to 750 nm), 95.23% in the ultraviolet (UV) range, and 94.38% in the near-infrared (NIR) range. Furthermore, MMA exhibits an absorption efficiency of 99.99% at a particular wavelength of 424.93 nm. In this work, various machine learning techniques have been applied to predict the absorption of the proposed MMA design. The XGBoost meta-learner-based Stacking ensemble machine learning technique achieves the highest prediction efficiency. Finally, the explainable AI technique with the LIME framework has been used to analyze the predictions of applied machine learning models.
PaperID: 143,
Authors: Ming Fang, Jin Liu, Francis Bui, Bo Liao, Xiujuan Lei, Fang-Xiang Wu
Affiliations: Division of Biomedical Engineering, University of Saskatchewan, Saskatoon, SK, Canada; School of Computer Science and Engineering, Central South University, Changsha, China; School of Mathematics and Statistics, Hainan Normal University, Haikou, China; School of Computer Science, Shaanxi Normal University, Xi’an, China; Division of Biomedical Engineering, Department of Mechanical Engineering, and Department of Computer Science, University of Saskatchewan, Saskatoon, SK, Canada
Abstract: Cervical cell classification is fundamental for early cervical cancer detection. Deep convolutional neural networks (CNNs) have made great progress in enhancing the performance of cervical cell classification. However, most current methods have overlooked two major concerns: the pattern variations in cervical cells caused by data acquisition process and the misclassification of cervical cells with similar pathological properties. To address these issues, we develop a new cervical cell classification framework that incorporates supervised contrastive learning (SCL) with CNN. To simulate the pattern variations of cervical cells, we first adopt data augmentation to generate multiple views of cell images, which are then fed into three main components of the model, including the encoder, contrastive, and classification modules. Moreover, we design a hybrid loss to jointly train the model to learn more robust cell representations by introducing the supervised contrastive loss into the traditional classification loss. Experimental results on four cell image datasets demonstrate that the proposed method achieves better performance than the competing methods. Our hybrid loss yields the highest F-score, improving the classification and supervised contrastive losses by 3.3% and 2.6%, respectively, further illustrating the superiority of our method in cervical cell classification. Through the combination of SCL and traditional classification, our method obtains better representations from cervical cell images, enhancing the model robustness.
PaperID: 144,
Authors: Hang Wang, David J. Miller, George Kesidis
Affiliations: School of Electrical Engineering and Computer Science, Pennsylvania State University, State College, PA, USA
Abstract: Sources of overfitting in deep neural net (DNN) classifiers include: 1) large class imbalances; 2) insufficient training set diversity; and 3) over-training. Recently, it was shown that backdoor data-poisoning also induces overfitting, with unusually large maximum classification margins (MMs) to the attacker’s target class. This is enabled by (unbounded) ReLU activation functions, which allow large signals to propagate in the DNN. Thus, an effective posttraining backdoor mitigation approach (with no knowledge of the training set and no knowledge or control of the training process) was proposed, informed by a small, clean (poisoning-free) data set and choosing saturation levels on neural activations to limit the DNN’s MMs. Here, we show that nonmalicious sources of overfitting also exhibit unusually large MMs. Thus, we propose novel posttraining MM-based regularization that substantially mitigates nonmalicious overfitting due to class imbalances and overtraining. Whereas backdoor mitigation and other adversarial learning defenses often trade off a classifier’s accuracy to achieve robustness against attacks, our approach, inspired by ideas from adversarial learning, helps the classifier’s generalization accuracy: as shown for CIFAR-10 and CIFAR-100, our approach improves both the accuracy for rare categories as well as overall. Moreover, unlike other overfitting mitigation methods, it does so with no knowledge of class imbalances, no knowledge of the training set, and without control of the training process.
PaperID: 145,
Authors: Ling Xiao, Toshihiko Yamasaki
Affiliations: Department of Information and Communication Engineering, Graduate School of Information Science and Technology, The University of Tokyo, Tokyo, Japan
Abstract: This article addresses fine-grained fashion image retrieval (FIR), which aims at the detailed and precise retrieval of fashion items from extensive databases. Conventional fine-grained FIR methods design complex attention modules to enhance attribute-aware feature discrimination. However, they often ignore the multiview characteristics of real-world fashion data, leading to diminished model accuracy. Furthermore, our empirical analysis revealed that the straightforward application of standard contrastive learning methods to fine-grained FIR often yields suboptimal results. To alleviate this issue, we propose a novel weak geometrical distortion-based contrastive learning (GeoDCL) strategy. Specifically, GeoDCL incorporates both a novel positive pair design and a novel contrastive loss. GeoDCL can be seamlessly integrated into state-of-the-art (SOTA) fine-grained FIR methods during the training stage to enhance performance during inference. When GeoDCL is applied, the model structures of SOTA methods require no modifications. Additionally, GeoDCL is not utilized during inference, ensuring no increase in inference time. Experiments on the FashionAI, DeepFashion, and Zappos50K datasets verified GeoDCL's effectiveness in consistently improving SOTA models. In particular, GeoDCL drastically improved ASENet_V2 from 60.76% to 66.48% in mAP on the FashionAI dataset.
PaperID: 146,
Authors: Shubham Dwivedi, Kartikeya Pandey, Kumar Shubham, Om Jee Pandey, Achyut Mani Tripathi, Tushar Sandhan, Rajesh M. Hegde
Affiliations: Department of Electrical Engineering, Indian Institute of Technology Kanpur, Kanpur, India; Department of Electrical Engineering, Indian Institute of Technology (BHU) Varanasi, Varanasi, India; Department of Electronics Engineering, Indian Institute of Technology (BHU) Varanasi, Varanasi, India; Department of Computer Science and Engineering, Indian Institute of Technology Dharwad, Dharwad, India
Abstract: In this work, a novel neural network architecture called MalaNet is proposed for the detection and diagnosis of malaria, an infectious disease that poses a major global health challenge. The proposed neural network architecture is inspired by small-world network principles, which generally involve the introduction of new links. A small-world neural network is realized by establishing new connections, thereby reducing the average path length and increasing clustering coefficient. These characteristics are known to enhance interconnectivity and improve feature propagation within the network. In the context of malaria diagnosis, these characteristics of MalaNet can enhance detection accuracy and enable better generalization in scenarios with limited data availability. Broadly, two variants of MalaNet are proposed in this work. First, a small-world-inspired feed-forward neural network (FNN) is developed for symptom and categorical feature-based diagnosis, providing an accessible solution when blood smear images are unavailable. Subsequently, a small-world-inspired convolutional neural network (CNN) is developed for precise and automated diagnosis when blood smear images are available. Both variants of MalaNet are rigorously validated using the National Institute of Health Malaria dataset, a clinical dataset from Federal Polytechnic Ilaro Medical Centre, Nigeria, and the APTOS dataset. Comparative results against several state-of-the-art neural network models in the literature demonstrate MalaNet’s superior performance, generalization capability, and computational efficiency. The small-world neural network architecture proposed in this work enhances feature learning, diagnostic accuracy, and adaptability in limited-data and resource-constrained settings, motivating its application in disease diagnosis where timely and accurate results are critical.
PaperID: 147,
Authors: Haigen Hu, Huihuang Zhang, Qianwei Zhou, Tieming Chen
Affiliations: College of Computer Science and Technology, Zhejiang University of Technology, Hangzhou, Zhejiang, China
Abstract: Neural network pruning is a popular and promising approach aiming at reducing heavy networks to lightweight ones by removing redundancies. Most existing methods adopt a three-stage pipeline, including pretraining, pruning, and fine-tuning. However, it is time-consuming to train a large and redundant network in the pretraining process. In this work, we propose a new minimal pretraining pruning method, gradient similarity frequency-based pruning (GSFP), which prunes a given network only using few-shot pretraining before training. Instead of pretraining a fully trained over-parameterized model, our method only uses one epoch to obtain the ranked list of convolution filters to be pruned according to their gradient similarity frequency and determines the redundant convolution filters that should be removed. Then, the obtained sparse network is trained in the standard way without the need to fine-tune the inherited weights from the full model. Finally, a series of experiments are conducted to verify the effectiveness of CIFAR10/100 and ImageNet. The results show that our method can achieve remarkable results on some popular networks, such as VGG, ResNet, and DenseNet. Importantly, the proposed pruning approach never requires pretraining the over-parameterized model, thus offering a promising prospect of application and spreading for limited computational resources.
PaperID: 148,
Authors: Sukriti Dhang, Mimi Zhang, Soumyabrata Dev
Affiliations: School of Computer Science, University College Dublin, Dublin, Ireland; School of Computer Science and Statistics, Trinity College Dublin, Dublin, Ireland
Abstract: Billboards in multimedia images are critical for capturing wide audiences through advertising. Currently, no open-source platform exists for automated billboard integration, which impacts industries such as filmmaking, advertising, and sports broadcasting. Effective detection and seamless integration of new advertisements into existing frames are essential for this process. This article introduces LaBINet, a technique that leverages advanced deep learning methodologies to localize existing advertisements and utilizes image registration techniques for seamless integration of new ads. The process begins with generating a probabilistic map using AdSegNet to obtain transformed coordinates. Next, seamless integration is performed using the Poisson equation combined with Laplace matrices. To address the challenge of evaluating image quality in the absence of a reference image, we propose an evaluation method that correlates and statistically verifies subjective and objective scores. Experimental results demonstrate that our method outperforms existing techniques in integrating billboards under various lighting conditions, achieving strong subjective preference scores (76–95%) and low distortion scores (median values ranging from 21.817 to 22.529), indicating superior image quality.
PaperID: 149,
Authors: Briti Gangopadhyay, Zhao Wang, Jia-Fong Yeh, Shingo Takamatsu
Affiliations: Sony Group Corporation, Tokyo, Japan; National Taiwan University, Taipei, Taiwan
Abstract: With the ability to learn from static datasets, OFFLINE reinforcement learning (RL) emerges as a compelling avenue for real-world applications. However, state-of-the-art offline RL algorithms perform suboptimally when confronted with limited data confined to specific regions within the state space. Performance degradation is attributed to the inability of offline RL algorithms to learn appropriate actions for rare or unseen observations. This article proposes a heuristic rule-based regularization technique and adaptively refines the initial knowledge from heuristics to considerably boost performance in limited data with partially omitted states. The key insight is that the regularization term mitigates erroneous actions for sparse samples and unobserved states covered by domain knowledge. Empirical evaluations on standard offline RL datasets demonstrate a substantial average performance increase compared to ensemble of domain knowledge and existing offline RL algorithms operating on limited data.
PaperID: 150,
Authors: Dev Gurung, Shiva Raj Pokhrel
Affiliations: Deakin University, Burwood, VIC, Australia
Abstract: Advances in federated and quantum computing have improved data privacy and efficiency in distributed systems. Quantum federated learning (QFL), like its classical counterpart, classic federated learning (CFL), struggles with challenges in heterogeneous environments. To address these, we propose wp-QFL, a weighted personalized approach with quantum federated averaging (qFedAvg), tackling non-IID data and local model drift. While CFL personalization has been well explored, its application to QFL remains underdeveloped due to inherent differences. The proposed wp-QFL fills this gap by adapting to data heterogeneity with weighted personalization and drift correction. The code implementation is available at https://github.com/s222416822/wpQFL.
PaperID: 151,
Authors: Yongsheng Zhao, Kui Yu, Guodu Xiang, Xianjie Guo, Fuyuan Cao
Affiliations: School of Computer Science and Information Engineering, Hefei University of Technology, Hefei, China; School of Computer and Information Technology, Shanxi University, Taiyuan, China
Abstract: Causal effect estimation as a basic task in causal inference has been widely studied in past decades. In recent years, preserving data privacy has gained significant attention due to increasing incidents of data abuse and data leakage, however, most existing methods do not consider the problem of protecting data privacy when calculating causal effects. Thus in this article, we propose a FedECE (federated estimation of causal effect) framework for causal effect estimation in a federated setting using causal graphical modeling, which comprises two modules: a federated causal structure learning (FedCSL) module and a federated causal effect (FedCE) module. We first instantiate the FedECE framework with a basic FedECE algorithm, called FedECE-B. FedECE-B presents a layer-wise cooperative optimization strategy to learn a global skeleton by the consideration of preserving data privacy. In addition, a distributed optimal consensus strategy for V-structure identification is proposed to orient edges in the learned global skeleton. To tackle the CPDAG problem in the learned causal structure, FedECE-B presents a progressively integrated multiset strategy for federated causal effect computation. To further improve the computational efficiency and accuracy of FedECE-B, we also propose the FedECE-L and FedECE-O algorithms. The extensive experiments validate the effectiveness of the proposed methods.
PaperID: 152,
Authors: Marc Schmitt, Pantelis Koutroumpis
Affiliations: Siemens AG, Munich, Germany; Oxford Martin School, University of Oxford, Oxford, U.K.
Abstract: The digital age, driven by the Artificial Intelligence (AI) revolution, brings significant opportunities but also conceals security threats, which we refer to as cyber shadows. These threats pose risks at individual, organizational, and societal levels. This article examines the systemic impact of these cyber threats and proposes a comprehensive cybersecurity strategy that integrates AI-driven solutions, such as intrusion detection systems (IDS), with targeted policy interventions. By combining technological and regulatory measures, we create a multilevel defense capable of addressing both direct threats and indirect negative externalities. We emphasize that the synergy between AI-driven solutions and policy interventions is essential for neutralizing cyber threats and mitigating their negative impact on the digital economy. Finally, we underscore the need for continuous adaptation of these strategies, especially in response to the rapid advancement of autonomous AI-driven attacks, to ensure the creation of secure and resilient digital ecosystems.
PaperID: 153,
Authors: Chengting Yu, Fengzhao Zhang, Hanzhi Ma, Aili Wang, Er-Ping Li
Affiliations: College of Information Science and Electronic Engineering, Zhejiang University, Hangzhou, China; Zhejiang University–University of Illinois at Urbana–Champaign Institute, Zhejiang University, Haining, China
Abstract: Traditional end-to-end (E2E) training of deep networks necessitates storing intermediate activations for back-propagation, resulting in a large memory footprint on GPUs and restricted model parallelization. As an alternative, greedy local learning partitions the network into gradient-isolated modules and trains supervisely based on local preliminary losses, thereby providing asynchronous and parallel training methods that substantially reduce memory cost. However, empirical experiments reveal that as the number of segmentations of the gradient-isolated module increases, the performance of the local learning scheme degrades substantially, severely limiting its expansibility. To avoid this issue, we theoretically analyze the greedy local learning from the standpoint of information theory and propose a ContSup scheme, which incorporates context supply between isolated modules to compensate for information loss. Experiments on benchmark datasets (i.e. CIFAR, SVHN, STL-10) achieve SOTA results and indicate that our proposed method can significantly improve the performance of greedy local learning with minimal memory and computational overhead, allowing for the boost of the number of isolated modules.
PaperID: 154,
Authors: Matija Buric, Marina Ivasic-Kos
Affiliations: Faculty of Informatics and Digital Technologies, University of Rijeka, , Croatia; Faculty of Informatics and Digital Technologies and the Centre for Artificial Intelligence, University of Rijeka, , Croatia
Abstract: Taking into account the achievements of state-of-the-art computer vision methods in recent years, the aim of this research was to examine the extent to which their application can help in the detection of symptoms of eye diseases in dogs and the diagnosis of ophthalmological conditions in order to provide owners with preliminary information about the disease of their pets and speed up making diagnoses to veterinarians. In the research, clinical data of canine eye diseases including at least one of the 4 symptoms of the disease was collected and a set was formed to train the segmentation model, which was expanded with synthesized data generated using the LoRA Stable Diffusion model verified by an ophthalmologist. An extended segmentation model based on U-Net architecture with ResNet34 backbone was fine-tuned on the prepared set and compared to zero-training GPT-4o and Grounding SAM. The results show that the fine-tuned U-Net model gives the best segmentation results of eye disease symptoms of 97% base of pixel accuracy metric and significantly outperforms other tested methods. The segmentation masks are used as part of the prompts for GPT-4 and GPT-4o to generate diagnoses of diseases having the specified symptoms. The generated diagnostic results were evaluated using text evaluation metrics and that the most accurate diagnosis according to the Bert score of 84% is achieved using GPT-4o in combination with the U-Net segmentation mask. The article proposes a pipeline that gives the best results and solutions to be considered for other diagnostic procedures in ophthalmology and veterinary medicine.
PaperID: 155,
Authors: Zhenhong Liu, Xingce Wang, Zhongke Wu, Xiaodong Ju, Yicheng Zhu, Alejandro F. Frangi
Affiliations: School of Artificial Intelligence, Beijing Normal University, Beijing, China; Department of Sports Medicine, Peking University Third Hospital, Beijing, China; Department of Neurology, Peking Union Medical College Hospital, Beijing, China; Christabel Pankhurst Institute, Division of Informatics, Imaging, and Data Sciences, School of Health Sciences, School of Engineering, The University of Manchester, Manchester, U.K.
Abstract: Magnetic resonance imaging (MRI) is often limited by noise and low-resolution (LR), which can impact the precision of the diagnosis and treatment of patients. LR images and mixed noise (e.g., Gaussian noise, Rician noise, and Impulse noise) are inherent in MR images, and current approaches typically address image superresolution (SR) reconstruction and denoising separately, resulting in a discrepancy between the actual MRI data distribution and the reconstructed images. This research introduces a new algorithm SRDSNF, the stochastic normalizing flow-based MR image SR and denoising model, which tackles SR and denoising simultaneously through a stochastic normalizing flow. Our method integrates the encoded information of the input image as a conditional variable in each reverse step of the stochastic normalizing flow, ensuring a consistent representation of the spatial distribution between the reconstructed image and the original data. Additionally, we incorporate range-null space decomposition and subsequence sampling techniques to increase the consistency between the original and constructed data and accelerate model generation. To assess the efficacy of our approach, we conducted experiments on the BrainWeb and NFBS datasets, which include simultaneous SR and denoising, standalone denoising, and standalone SR tasks. The results of the experiments illustrate that our method achieves superior SR and denoising performance with fewer sampling steps, closely approximating the ground truths. Furthermore, our results surpass those of existing methods in various tasks, showing improvement of up to 4.64 dB in PSNR and 13.8% in SSIM achieved by our SRDSNF model was contextualized against state-of-the-art approaches such as AMIR, SwinIR, and InstructIR. These methods typically report PSNR improvements ranging from 0.5 to 2 dB and SSIM increases of 3%–6%, underscoring the potential clinical value of our methodology.
PaperID: 156,
Authors: Mirza Athar Baig, Asif Iqbal, Muhammad Naveed Aman, Biplab Sikdar
Affiliations: School of Computing, University of Nebraska–Lincoln, Lincoln, NE, USA; Department of Electrical and Computer Engineering, National University of Singapore, Singapore
Abstract: The constrained design, remote deployment, and sensitive data generated by Internet of Things (IoT) devices make them susceptible to various cyberattacks. One such attack is profiling IoT devices by tracking their packet transmissions. While existing methods mitigate these attacks using pseudonymous identities, we propose a novel attack strategy that exploits the physical layer characteristics of IoT devices. Specifically, we demonstrate how an attacker can leverage features extracted from device transmissions to identify packets originating from the same device. Once identified, the attacker can isolate the device's signals and potentially determine its physical location. This attack exploits the fact that microcontroller clock variations exist across devices, even within the same model line. By extracting transmission features and training machine learning (ML) models, we accurately identify the originating device of the packets. This study reveals inherent privacy vulnerabilities in IoT systems due to hardware imperfections that are beyond user control. These limitations have profound implications for the design of security frameworks in emerging ubiquitous sensing environments. Our experiments demonstrate that the proposed attack achieves 99% accuracy in real-world settings and can bypass privacy measures implemented at higher protocol layers. This work highlights the urgent need for privacy protection strategies across multiple layers of the IoT protocol stack.
PaperID: 157,
Authors: Xihe Qiu, Haoyu Wang, Xiaoyu Tan, Yaochu Jin
Affiliations: School of Electronic and Electrical Engineering, Shanghai University of Engineering Science, Shanghai, China; INF Technology (Shanghai) Company, Ltd., Shanghai, China; School of Engineering, Westlake University, Hangzhou, China
Abstract: Electrocardiogram (ECG) measurements are essential for detecting and treating cardiovascular disease (CVD). However, manual evaluation of ECGs is prone to errors due to morphological variations. Although machine learning methods have shown promise in diagnosing diseases, automatic CVD diagnosis based on ECGs is still suffering from low diagnosis accuracy due to the limited usage of time-series information and interlead correlations. In this article, we propose a large language model (LLM)-assisted graph attentive feature interaction learning framework (CVDLLM) for automatic ECG diagnosis. It utilizes ECG data from twelve leads to classify eight heart diseases, including rhythm abnormalities and normal conditions. Our framework combines convolutional and recurrent neural networks for independent time-series feature extraction from 12-lead ECG signals. By incorporating features extracted by heart rate variability (HRV) analysis, we employ graph attention neural networks (GAT) and self-attentive feature interaction mechanism (GSAT) for feature interaction and model learning. Leveraging LLMs with pretrained knowledge bases and advanced language comprehension, we extract and learn semantic embeddings from medical case data. This approach equips our framework with a deep semantic layer, significantly enhancing its capacity to understand complex medical texts. Additionally, by representing the twelve leads as a graph, our framework enables highly accurate disease diagnosis based on spatial and temporal interactions with 12-lead ECG signals. We evaluate the performance of our proposed framework and our framework achieves state-of-the-art performance with accuracy, precision, recall, and F1-score.
PaperID: 158,
Authors: Yunfei Yin, Zheng Yuan, Yu He, Xianjian Bao
Affiliations: College of Computer Science, Chongqing University, Chongqing, China; Maharishi University of Management, Fairfield, IA, USA
Abstract: Vehicle object detection is the foundation of autonomous driving system development. The existing state-of-the-art methods mainly focus on the applications and improvement of general-purpose single shot multibox detector (SSD) and you only look once (YOLO) methods. However, these methods overlook the specific characteristics of traffic scenarios, such as frequent changes of camera angles and rapid changes in surrounding environment, thus leading to peculiar deformations and blurring of vehicle objects. To address these issues, we consider making improvements on the targeted deformations, classification, positioning, and other operations for vehicle object images to alleviate the object deformation and blurring, and therefore propose a Vehicle Object Detection method based on adaptive convolution and bifurcation decoupling (VODACBD). Specifically, in VODACBD, to solve the deformation problem of vehicle objects, adaptive convolution, and feature redivision upsampling are proposed to dynamically capture object features; to alleviate the blurring of vehicle objects, a bifurcation decoupling head is proposed to learn vehicle categories, positions, and confidences. Moreover, to further enhance the overall performance, a global optimal transportation algorithm (GlobalOTA) is well designed to improve the quality of training samples. Extensive experiments were conducted on publicly available traffic object detection datasets such as BDD100K, KITTI, and VOC. The experimental results demonstrate that, compared with current state-of-the-art methods, VODACBD not only achieves an average performance improvement of 1.4% but also an average speed improvement of 1.57 times that of the state-of-the-art.
PaperID: 159,
Authors: Namita Bajpai, Jiaul H. Paik, Sudeshna Sarkar
Affiliations: Department of Artificial Intelligence, Indian Institute of Technology, Kharagpur, India; Department of Computer Science, Indian Institute of Technology, Kharagpur, India
Abstract: In k-means clustering, the selection of initial seeds significantly influences the quality of the resulting clusters. Moreover, clustering large-sized data introduces an additional challenge for seed selection. We propose a novel and scalable seed selection approach by jointly modeling the quality and diversity of the potential seeds through a principled probabilistic stochastic point process. To this end, we also propose a novel seed quality estimation approach on large data. Our approach quantifies the quality of a seed by measuring the divergence between the distribution of similarity between the closest neighbors and that of the randomly chosen neighbors from exhaustive stratified batches of samples. Unlike many existing scalable approaches, we do not rely on a small sample of the original data; instead, we use the entire data, thereby minimizing the chance of leaving out information about a potentially high-quality seed. The extensive evaluation on a set of benchmark data shows that it outperforms a number of strong, well-known, and recent algorithms measured by three standard metrics.
PaperID: 160,
Authors: Yanyan Ni, Zhen Wang, Xia Huang, Hao Shen
Affiliations: College of Mathematics and Systems Science, Shandong University of Science and Technology, Qingdao, China; College of Electrical Engineering and Automation, Shandong University of Science and Technology, Qingdao, China; School of Electrical and Information Engineering, Anhui University of Technology, Maanshan, China
Abstract: In this article, the data-driven event-triggered control is addressed for unknown discrete-time neural networks (DTNNs) under actuator saturation and external perturbation. The research problem is raised due to the following two reasons: 1) a practical system is often affected by external perturbations and it is costly to acquire an accurate system model; 2) the network bandwidth and the control inputs are always constrained due to physical hardware. To handle the above issues, the methodology is to first establish a model-based stability condition under the designed saturated event-triggered controller and then to transform the model-based stability condition into a data-based stability condition relying only on the perturbation-corrupted data via the extended S-lemma. The key results are: 1) a data-based DTNNs system representation is presented by collecting perturbation-corrupted state-input data. Then, a data-based stability criterion is derived and the saturated event-triggered controller is designed without an explicit system model; 2) an optimization method is presented that can maximize the estimation of attractor (EoA) and minimize the estimated domain of attraction (DoA) simultaneously. Finally, the effectiveness of the proposed approach is illustrated and some quantitative analyses are offered by two numerical examples.
PaperID: 161,
Authors: Syed Nisar Hussain Bukhari, Kingsley A. Ogudo
Affiliations: National Institute of Electronics and Information Technology (NIELIT), Srinagar, J&K, India; Department of Electrical and Electronics Engineering Technology, Faculty of Engineering and the Built Environment, University of Johannesburg, Johannesburg, South Africa
Abstract: The development of epitope-based vaccines (EBVs) necessitates the identification of antigenic fragments (AFs) of the target pathogen known as T-cell epitopes (TCEs). TCEs are recognized by immune system, specifically by T cells, B cells, and antibodies. Traditional wet lab methods for identifying TCEs are often costly, challenging, and time-consuming compared to computational approaches. In this study, we propose a neural network-based ensemble machine learning (ML) model trained on physicochemical properties of SARS-CoV-2 peptides sequences to predict TCE sequences. The performance of the model assessed using test dataset demonstrated an accuracy of >95%, surpassing the results of other ML classifiers that were employed for comparative analysis. Through fivefold cross-validation technique, a mean accuracy of approximately 95% was reported. Additionally, when compared to other existing TCE prediction methods using a blind dataset, the proposed model was found to be more accurate and effective. The predicted epitopes may have a strong probability to act as potential vaccine candidates. Nonetheless, it is imperative to subject these epitopes to further scientific examination both in vivo and in vitro, to confirm their suitability as vaccine candidates.
PaperID: 162,
Authors: Xin Ning, Limin Jiang, Weijun Li, Zaiyang Yu, Jinlong Xie, Lusi Li, Prayag Tiwari, Fernando Alonso-Fernandez
Affiliations: AnnLab, Institute of Semiconductors, Chinese Academy of Sciences, Beijing, China; Department of Computer Science, Old Dominion University, Norfolk, VA, USA; School of Information Technology, Halmstad University, Halmstad, Sweden
Abstract: Recent developments in Swin Transformer have shown its great potential in various computer vision tasks, including image classification, semantic segmentation, and object detection. However, it is challenging to achieve desired performance by directly employing the Swin Transformer in multiview 3-D object recognition since the Swin Transformer independently extracts the characteristics of each view and relies heavily on a subsequent fusion strategy to unify the multiview information. This leads to the problem of the insufficient extraction of interdependencies between the multiview images. To this end, we propose an aggregation strategy integrated into the Swin Transformer to reinforce the connections between internal features across multiple views, thus leading to a complete interpretation of isolated features extracted by the Swin Transformer. Specifically, we utilize Swin Transformer to learn view-level feature representations from multiview images and then calculate their view discrimination scores. The scores are employed to assign the view-level features to different groups. Finally, a grouping and fusion network is proposed to aggregate the features from view and group levels. The experimental results indicate that our method attains state-of-the-art performance compared with prior approaches in multiview 3-D object recognition tasks. The source code is available at https://github.com/Qishaohua94/DEST.
PaperID: 163,
Authors: Xiangnan Zhong, Zhen Ni
Affiliations: Department of Electrical Engineering and Computer Science, Florida Atlantic University, Boca Raton, FL, USA
Abstract: AI and reinforcement learning (RL) have attracted great attention in the study of multiplayer systems over the past decade. Despite the advances, most of the studies are focused on synchronized decision-making to attain Nash equilibrium, where all the players take actions simultaneously. On the other hand, however, in complex applications, certain players may have an advantage in making sequential decisions and this situation introduces a hierarchical structure and influences how other players respond. The control design for such system is challenging since it relies on solving the coupled Hamilton–Jacobi equation. The situation becomes more difficult when the learning process is exposed to complex uncertainties with unreliable data being exchanged. Therefore, in this article, we develop a new learning-based control approach for a class of nonlinear hierarchical multiplayer systems subject to mismatched uncertainties. Specifically, we first formulate this new problem as a multiplayer Stackelberg–Nash game in conjunction with the hierarchical robust–optimal transformation. Theoretical analysis confirms the equivalence of this transformation and ensures that the designed control policies can achieve stable equilibrium. Then, a two-level neural-RL-based approach is developed to automatically and adaptively learn the solutions. The stability of this online learning process is also provided. Finally, two numerical examples are presented to demonstrate the effectiveness of the developed learning-based robust control design.
PaperID: 164,
Authors: Teresa Scantamburlo, Atia Cortés, Francesca Foffano, Cristian Barrué, Veronica Distefano, Long Pham, Alessandro Fabris
Affiliations: Ca’ Foscari University, Venice, Italy; Barcelona Supercomputing Center, Barcelona, Spain; University of York, York, U.K.; Universitat Politècnica de Catalunya (UPC), Barcelona, Spain; University of Salento, Lecce, Italy; School of Computer Science & IT, Cork, Ireland; Max Planck Institute for Security and Privacy, Bochum Nordrhein-Westfalen, Germany
Abstract: This article presents the results of an extensive study investigating the opinions on artificial intelligence (AI) of a sample of 4006 European citizens from eight distinct countries (France, Germany, Italy, Netherlands, Poland, Romania, Spain, and Sweden). The aim of the study is to gain a better understanding of people's views and perceptions within the European context, which is already marked by important policy actions and regulatory processes. To survey the perceptions of the citizens of Europe, we design and validate a new questionnaire (PAICE) structured around three dimensions: people's awareness, attitude, and trust. We observe that while awareness is characterized by a low level of self-assessed competency, the attitude toward AI is very positive for more than half of the population. Reflecting on the collected results, we highlight implicit contradictions and identify trends that may interfere with the creation of an ecosystem of trust and the development of inclusive AI policies. The introduction of rules that ensure legal and ethical standards, along with the activity of high-level educational entities, and the promotion of AI literacy are identified as key factors in supporting a trustworthy AI ecosystem. We make some recommendations for AI governance focused on the European context and conclude with suggestions for future work.
PaperID: 165,
Authors: Xiaojing Zhang, Shuangrong Liu, Lin Wang, Bo Yang, Jiawei Fan
Affiliations: Shandong Provincial Key Laboratory of Ubiquitous Intelligent Computing, University of Jinan, Jinan, China
Abstract: In this study, the adaptive hypersphere nearest neighbors (ASNN) method is proposed as an optimization framework to enhance the generalization performance of neural network classifiers. In terms of the classification task, the neural network draws decision boundaries by constructing the discriminative features of samples. To learn those features, attributed to the flexibility and separability, the pair-wise constraint-based methods that consist of the pair-wise loss and an embedding space (e.g., hypersphere space) have gained considerable attention over the last decade. Despite their success, pair-wise constraint-based methods still suffer from premature convergence or divergence problems, driven by two main challenges. 1) The poor scalability of the embedding space constrains the variety of the distribution of embedded samples, thereby increasing the optimization difficulty. 2) It is hard to select suitable positive/negative pairs during the training. In order to address the aforementioned problems, we propose an adaptive hypersphere nearest neighbors method. On the one hand, we improve the scalability of features via a scale-adaptive hypersphere embedding space. On the other hand, we introduce a neighborhood-based probability loss, which magnifies the difference between pairs and enhances the discriminative power of features generated by the neural networks based on the nearest neighbor-based pairing strategy. Experiments on UCI datasets and image recognition tasks demonstrate that the proposed ASNN not only achieves improved intraclass consistency and interclass separability of samples, but also outperforms its competitive counterparts.
PaperID: 166,
Authors: Muhammad Jaleed Khan, John G. Breslin, Edward Curry
Affiliations: Research Ireland Centre for Research Training in Artificial Intelligence, Data Science Institute, University of Galway, Galway, Ireland; National University of Ireland Galway, Galway, Ireland
Abstract: A scene graph is a key image representation in visual reasoning. The generalizability of scene graph generation (SGG) methods is crucial for reliable reasoning and real-world applicability. However, imbalanced training datasets limit this, underrepresenting meaningful visual relationships. Current SGG methods using external knowledge sources face limitations due to these imbalances or restricted relationship coverage, impacting their reasoning and generalization capabilities. We propose a novel neurosymbolic approach that integrates data-driven object detection with heterogeneous knowledge graph-based object refinement and zero-shot relationship retrieval, highlighting the loosely coupled synergy between neural and symbolic components. This combination addresses the limitations of imbalanced training datasets in SGG and enables effective prediction of unseen visual relationships. Objects are detected using a region-based deep neural network and refined based on their positional and structural similarity, followed by retrieval of pairwise visual relationships using a heterogeneous knowledge graph. The redundant and irrelevant visual relationships are discarded based on the similarity of relationship labels and node embeddings. Finally, the visual relationships are interlinked to generate the scene graph. The employed heterogeneous knowledge graph combines diverse knowledge sources, offering rich common sense knowledge about objects and their interactions in the world. Our method, evaluated using the benchmark visual genome (VG) dataset and zero-shot recall (zR@K) metric, shows a 59.96% improvement over existing state-of-the-art methods, highlighting its effectiveness in generalized SGG. The object refinement step effectively improved the object detection performance by 57.1%. Additional evaluation using the GQA dataset confirms the cross-dataset generalizability of our method. We also compared various knowledge sources and embedding models to determine an optimal combination for zero-shot SGG. The source code is available at https://github.com/jaleedkhan/zsrr-sgg.
PaperID: 167,
Authors: Clement Fung, Chen Qiu, Aodong Li, Maja Rudolph
Affiliations: Software and Societal Systems Department, Carnegie Mellon University, Pittsburgh, PA, USA; Bosch Center for Artificial Intelligence, Pittsburgh, PA, USA; Department of Computer Science, University of California Irvine, Irvine, CA, USA
Abstract: Anomaly detection is the task of identifying abnormal samples in large unlabeled datasets. Although the advent of foundation models has produced powerful zero-shot anomaly detection methods, their deployment in practice is often hindered by the absence of labeled validation data—without it, detection performance cannot be evaluated reliably. In this work, we propose selection with synthetic anomalies (SWSA): a general-purpose framework to select image-based anomaly detectors without labeled validation data. Instead of collecting labeled validation data, we generate synthetic anomalies from a small support set of normal images without using any training or fine-tuning. Our synthetic anomalies are then used to create detection tasks that compose a validation framework for model selection. In an empirical study, we evaluate SWSA with three types of synthetic anomalies and on two selection tasks: model selection of image-based anomaly detectors and prompt selection for CLIP-based anomaly detection. SWSA often selects models and prompts that match selections made with a ground-truth validation set, outperforming baseline selection strategies.
PaperID: 168,
Authors: Yange Li, Fan Yu, Qun Chen
Affiliations: School of Traffic and Transportation Engineering, Central South University, Hunan, China
Abstract: In public spaces, high pedestrian concentrations usually lead to congestion and may even pose trampling risks. Upon reaching a specific density threshold, implementing control measures becomes necessary to regulate pedestrian inflows. Therefore, detecting and identifying crowded areas is crucial for pedestrian flow control. Crowd counting is a key technique for achieving this goal. Recently, researchers have dedicated significant efforts to designing convolutional neural networks with various architectures for solving this problem. However, the existing models have structures with high computing power requirements for extreme situations, making it difficult for them to run on edge devices such as surveillance computers. In this article, we propose a lightweight crowd counting model with a dynamic convolutional kernel for the crowd counting task. The model is built via an encoder–decoder structure. The encoder extracts high-quality features through inverted residual layers implemented via MobileNetV2, which are replaced by a dynamic convolutional kernel. The decoder generates a density map through upsampling and linear layers. A skip connection structure is added to facilitate information exchange between the codecs and reduce the loss of information. Moreover, a training strategy based on curriculum reinforcement learning is presented. This strategy facilitates the integration of samples from diverse datasets, and the difficulty level of each sampling step is dynamically adjusted with a reinforcement learning model. In addition, this strategy can be used to organize the training sequence in each iteration on the basis of sample complexity, thereby achieving enhanced training stability and improved model performance. Comprehensive experimental evidence demonstrates that our model produces superior outcomes to those of competing methods across several benchmark datasets.
PaperID: 169,
Authors: Yusuf Güven, Tufan Kumbasar
Affiliations: AI and Intelligent Systems Laboratory, Istanbul Technical University, Istanbul, Türkiye
Abstract: Traditionally, system identification (SysID) has emphasized point predictions and model accuracy, with limited exploration of prediction intervals (PIs) to assess uncertainty. Type-2 (T2) fuzzy logic systems (FLSs) are well-suited for uncertainty quantification (UQ), yet few methods have extended their application to learning temporal dynamics and generating prediction intervals (PIs) for SysID tasks. This article introduces fuzzy ordinary differential equations (FODEs), a novel network integrating the UQ capabilities of T2-FLSs with the representational strength of neural ordinary differential equations (NODEs) for system identification (SysID). Our model, FODE, leverages the nonlinearity representation capabilities of FLSs to capture system dynamics while its T2 variant is capable of producing PIs alongside point predictions. This article presents in-depth the mathematical foundations of Type-1, Interval T2, and General T2 (GT2) FODEs. We demonstrate that IT2-FODE and GT2-FODE effectively generate interval and granular uncertainty estimates, respectively. For training FODE, we present a deep-learning framework and introduce a modified Relaxed Quantile Regression loss to train T2-FODEs effectively for time-series data, incorporating both position-based and velocity-based components to enhance PI learning. Through extensive benchmarking across different SysID problems, we demonstrate FODE’s superior performance in both accuracy and high-quality PI generation, outperforming NODEs, particularly with General T2 FODEs. This work highlights FODEs as a solution for SysID problems with inherent UQ, offering a more comprehensive approach to understanding and predicting system behavior.
PaperID: 170,
Authors: Srishti Parandiyal, Abhishek Kumar, M. Ehteshamuddin, Anamika Singh, Kumar Sheelvardhan, Samrat Ray, Abhishek Somani, Sourajeet Roy, Avirup Dasgupta
Affiliations: Indian Institute of Technology (IIT) Roorkee, Roorkee, Uttarakhand, India; Siemens EDA, Noida, India
Abstract: This article presents an adaptive and automated device modeling framework valid across different technology nodes and device structures. A novel metalearning-based surrogate model using prior knowledge input with difference artificial neural network (PKID ANN) combined with advanced transfer learning (TL) is developed. This approach is validated using various advanced FET devices. In addition to transferring weights and biases from pretrained model, a scaled low-fidelity model is developed for efficient training of different primary target models. Two TL techniques, full and partial knowledge transfer, are compared, with PKID ANN with partial transfer learning (PKID-PTL) showing significant speed-up in all phases of model development. The proposed PKID-PTL technique is a potential candidate for efficient device modeling allowing seamless model automation across technology nodes and devices with the least human intervention.
PaperID: 171,
Authors: Xinge Zhao, Chien Chern Cheah
Affiliations: School of Electrical and Electronic Engineering, Nanyang Technological University, Singapore
Abstract: Recent advancements in learning from graph-structured data have highlighted the importance of graph convolutional networks (GCNs). Despite some research efforts on the theoretical aspects of GCNs, a gap remains in understanding their training process, especially concerning convergence analysis. This study introduces a two-stage training methodology for GCNs, incorporating both pretraining and fine-tuning phases. A two-layer GCN model is used for the convergence analysis and case studies. The convergence analysis that employs a Lyapunov-like approach is performed on the proposed learning algorithm, providing conditions to ensure the convergence of the model learning. Additionally, an automated learning rate scheduler is proposed based on the convergence conditions to prevent divergence and eliminate the need for manual tuning of the initial learning rate. The efficacy of the proposed method is demonstrated through case studies on the node classification problem. The results reveal that the proposed method outperforms gradient descent-based optimizers by achieving consistent training accuracies within a variation of 0.1% across various initial learning rates, without requiring manual tuning.
PaperID: 172,
Authors: Mingfei Chen, Dong Wang, Xiaopeng Xu, Wenli Yao, Bingyang Zhu
Affiliations: Key Laboratory of Intelligent Control and Optimization for Industrial Equipment of Ministry of Education, School of Control Science and Engineering, Dalian University of Technology, Dalian, Liaoning, China; School of Automation, Northwestern Polytechnical University, Xi’an, Shaanxi, China
Abstract: Communication efficiency is a major challenge in learning the Nash equilibrium (NE) of aggregative games in a distributed manner. To address this problem, this article focuses on designing a communication-efficient algorithm under unbalanced digraphs, where the cost function of each player is affected by its own actions and the average aggregation function. In particular, the considered games have no central node, and no player has direct access to the aggregation function. To estimate the aggregation function, an auxiliary variable is employed to estimate the right Perron eigenvector of the column-stochastic weight matrix, which extends the dynamic average consensus protocol to time-varying digraphs. Additionally, players exchange information periodically and perform multistep local updates with local information between two consecutive communications. By combining the above two strategies with the gradient descent method, a communication-efficient algorithm is proposed and achieves a linear convergence rate. Then, the communication period selection method is provided to determine the best tradeoff between local updates and information exchange under limited resources. Finally, numerical results demonstrate the effectiveness of the proposed algorithm.
PaperID: 173,
Authors: Ali Al Bataineh, Rachel Sickler, Kerry Kurcz, Kristen Pedersen
Affiliations: Artificial Intelligence Center, Norwich University, Northfield, VT, USA; Norwich University Applied Research Institutes, Northfield, VT, USA
Abstract: Artificial intelligence (AI) is increasingly embedded in our everyday lives. With the introduction of ChatGPT in November 2022 by OpenAI, people can now ask a bot to generate comprehensive writeups in seconds. This new transformative technology also introduces ethical, safety, and other general concerns. It is important to harness the power of AI to understand whether a body of text is generated by AI or whether it is organically human. In this article, we create and curate a medium-sized dataset of 10 000 records containing both human and machine-generated text and utilize it to train a reliable model to accurately distinguish between the two. First, we use DistilGPT-2 with various inputs to generate machine text. Then, we acquire an equal sample size of human-generated text. All the text is cleaned, explored, and visualized using the uniform manifold approximation and projection (UMAP) dimensionality reduction technique. Finally, the text is transformed into vectors using several techniques, including bag of words, term frequency-inverse document frequency, bidirectional encoder representations from transformer, and neural network-based embeddings. Machine learning experiments are then performed with traditional models such as logistic regression, random forest, and XGBoost, as well as deep learning models such as long short-term memory (LSTM), convolutional neural network (CNN), and CNN-LSTM. Across all vectorization strategies and machine learning algorithms, we measure accuracy, precision, recall, and F1 scores. We also time each exercise. Each model completes its training within an hour, and we observe scores above 90%. We then use the Shapley additive explanations (SHAP) package on machine learning models to explore if and how we can explain the model to further validate results. Lastly, we deploy our TF-IDF Random Forest model to a user-friendly web application using the Streamlit framework, allowing users without coding expertise to interact with the model.
PaperID: 174,
Authors: Muhammad Fahim, S. M. Ahsan Kazmi, Vishal Sharma, Hyundong Shin, Trung Q. Duong
Affiliations: School of Electronics, Electrical Engineering, and Computer Science, Queen’s University Belfast, Belfast, U.K.; Faculty of Computer Science and Creative Technologies, University of the West of England, Bristol, U.K.; Department of Electronics and Information Convergence Engineering, Kyung Hee University, Yongin-si, Gyeonggi-do, Korea; Faculty of Engineering and Applied Science, Memorial University, St. John’s, Canada
Abstract: Wearable devices are becoming affordable in our society to provide services from simple fitness tracking to the detection of heartbeat disorders. In the case of elderly populations, these devices have great potential to enable proactive eldercare, which can increase the number of years of independent living. The wearables can capture healthcare data continuously. For meaningful insight, deep learning models are preferable to process this data for robust outcomes. One of the major challenges includes deploying these models on edge devices, such as smartphones and wearables. The bottleneck is a large number of parameters and compute-intensive operations. In this research, we propose a novel knowledge distillation (KD) scheme by introducing a self-revision concept. This scheme effectively reduces model size and transfers knowledge from a deep model to a distilled model by filling learning gaps during the training. To evaluate our distilled model, a publicly available dataset, “growing old together validation (GOTOV)” is utilized, which is based on medical-grade standard wearables to monitor behavioral changes in the elderly. Our proposed model reduces the 0.7 million parameters to 1500, which enables edge intelligence. It achieves a 6% improvement in precision, a 9% increase in recall, and a 9% higher F1-score compared to the shallow model for recognizing elderly behavior.
PaperID: 175,
Authors: Aditya Singh, Rajesh M. Hegde
Affiliations: Department of Electrical Engineering, IIT Kanpur, Kanpur, India
Abstract: The proliferation of Internet of Things (IoT) technology has enhanced connectivity and automation in industries and daily life. The introduction of mobile IoT devices (IoTDs) has further expanded the productivity of these networks beyond conventional cyber–physical systems, resulting in wireless rechargeable mobile networks (WRMNs). However, the inherent limitations of low-powered IoTDs mandate their repetitive charging in dynamic environments. To address this, we propose radio frequency (RF) energy harvesting from unmanned aerial vehicles (UAVs) to supplement the energy needs of IoTDs. Moreover, the IoTDs’ mobility and nonuniform energy utilization are challenging for UAV scheduling in WRMNs. Additionally, maintaining a balance between efficient utilization of UAV energy and IoTD energy harvesting adds complexity to the problem. In this work, we introduce the age of charging (AoC) metric to quantify IoTDs’ repetitive charging and propose an energy-efficient UAV scheduling scheme to maximize UAV energy usage efficiency (EUE) in WRMNs. Moreover, a Markov decision process (MDP) is formulated to address UAV-EUE maximization. Subsequently, a deep reinforcement learning (DRL) scheme is proposed within the deep deterministic policy gradient (DDPG) framework to optimize UAV charging sequences. The DRL agent (UAV) autonomously learns optimal charging strategies considering IoTD mobility patterns, energy demand fluctuations, and IoTD energy-harvesting capabilities. Simulation results demonstrate the superiority of the proposed DRL algorithm over existing DRL-based UAV scheduling schemes, significantly enhancing the operational lifespan of WRMNs and ensuring network stability and continuous functionality. This motivates the adoption of the proposed DRL scheme for developing autonomous, energy-aware, next-generation IoT applications.
PaperID: 176,
Authors: Tej Bahadur Shahi, Chiranjibi Sitaula, Krishna Prasad Bhandari, Shobha Poudel, Rupesh Bhandari, Ravindra Mishra, Bharat Kumar Sharma, Bhogendra Mishra
Affiliations: School of Engineering and Technology, CQUniversity, Norman Gardens, Australia; Kent Institute Australia and Earth Observation and AI Research Group, Department of Infrastructure Engineering, The University of Melbourne, Parkville, VIC, Australia; Centre for Space Science and Geometrics Studies, Pashchimanchal Campus, Tribhuvan University, Pokhara, Nepal; Science Hub, Raniban, Kathmandu, Nepal
Abstract: The impact of climate change, arguably global warming and resulting drought, is one of the most escalating agricultural challenges affecting crop productivity. Therefore, effective water management is critical in agricultural practices. The analysis of plant leaves presents an opportunity to gauge irrigation status through automated solutions to encourage broader adoption among farmers. Currently, there is a notable absence of AI methods in the literature for detecting tomato plant irrigation status through leaf analysis. Addressing this gap, we propose a novel end-to-end deep learning (DL)-based method, inspired by the ResNet-50 model. Our model trims unnecessary blocks and reduces larger kernels, significantly streamlining the model to better fit with the leaf image dataset related to the tomato irrigation status. We evaluate our method using a newly developed dataset and find outstanding performance (Precision: 99.05%, Recall: 99.01%, F1-score: 99.01%, mean-average F1: 98.98%, weighted-average F1: 98.95%, Kappa: 98.61%, accuracy: 98.90%) while comparing with the pretrained DL models. Additionally, our model has fewer parameters and lower floating-point operations (FLOPs), enhancing its efficiency and suggesting its potential for more cost-effective and productive irrigation management practices.
PaperID: 177,
Authors: Simone Bianco
Affiliations: Department of Informatics, Systems and Communication, University of Milano-Bicocca, Milan, Italy
Abstract: Deep learning has revolutionized computer vision by allowing neural networks to automatically learn features from data. However, the highly nonlinear nature of deep neural networks makes them difficult to interpret, leading to concerns about potential biases in critical applications. To address this, researchers have advocated for explainable artificial intelligence (XAI). Many XAI techniques have been proposed but all of them only highlight image regions influencing model decisions, lacking any further explanations. In this article, we propose a posthoc model-agnostic meta-XAI method that explains why specific image regions are used for decisions. The article presents the experimental setup and results, discussing the perturbations used for explanations in color, frequency, shape, shading, and texture. The explanation is given in terms of human-interpretable image features, e.g., color, shape, shading, and texture both as perturbation plots and as visual summary through the use of the newly introduced normalized area under the curve score. The experimental results confirm the previous findings that vision deep learning models are biased toward texture, but also highlight the importance of color, frequency content, and perceptually salient structures in the final decision.
PaperID: 178,
Authors: Md. Ismail Hossain, Mohammed Rakib, Mirza M. Lutfe Elahi, Nabeel Mohammed, Shafin Rahman
Affiliations: Department of Electrical and Computer Engineering, North South University, Dhaka, Bangladesh
Abstract: Pruning refers to the elimination of trivial weights from neural networks. The sub-networks within an overparameterized model produced after pruning are often called lottery tickets. This research aims to generate winning lottery tickets from a set of lottery tickets that can achieve accuracy similar to that of the original unpruned network. We introduce a novel winning ticket called cyclic overlapping lottery ticket (COLT) by data splitting and cyclic retraining of the pruned network from scratch. We apply a cyclic pruning algorithm that keeps only the overlapping weights of different pruned models trained on different data segments. Our results demonstrate that COLT can achieve similar accuracies (obtained by the unpruned model) while maintaining high sparsities. Based on object recognition and detection tasks, we show that the accuracy of COLT is on par with the winning tickets of the lottery ticket hypothesis and, at times, is better. Moreover, COLTs can be generated using fewer iterations than tickets generated by the popular iterative magnitude pruning method. In addition, we also notice that COLTs generated on large datasets can be transferred to small ones without compromising performance, demonstrating its generalizing capability. We conduct all our experiments on Cifar-10, Cifar-100, TinyImageNet, and ImageNet datasets and report superior performance than the state-of-the-art methods. The codes are available at: https://github.com/ismail31416/COLT.
PaperID: 179,
Authors: Tao Zhao, Haoli Li
Affiliations: College of Electrical Engineering, Sichuan University, Chengdu, China
Abstract: For the problem of concept drift of nonstationary data streams, most evolving fuzzy inference systems (EFISs) still encounter problems. First, a single EFIS has difficulty quickly adjusting its own structure and parameters to adapt itself in an environment with obvious dynamic changes (such as sudden drift). Second, most ensemble EFISs adjust their weights according to errors, which is prone to the risk of model undertraining and repeated training. In this article, a new ensemble EFIS, referred to as a hybrid weighted evolving fuzzy inference system (HWEFIS), is proposed. The HWEFIS uses a detection method based on the edge heterogeneous distance (EHD) to mine similarity information between data distributions after data chunks arrive and uses Dempster–Shafer (DS) evidence theory to combine similarity and error information to generate hybrid weights. In addition, a forgetting factor and penalty mechanism are introduced into each base learner, which increases the ability of the base learner to address nonstationary problems. Experiments are carried out on synthetic datasets and real-world datasets. The experimental results show that the HWEFIS can achieve better performance in nonstationary data streams with complex drift, effectively suppresses the influence of concept drift, and is insensitive to the size of the data chunks.
PaperID: 180,
Authors: Jin Zheng, Qing Gao, Daoyi Dong, Jinhu Lü, Yue Deng
Affiliations: School of Automation Science and Electrical Engineering, Beihang University, Beijing, P. R. China; School of Engineering, Australian National University, Canberra, ACT, Australia; School of Astronautics, Beihang University, Beijing, P. R. China
Abstract: This article proposes a quantum multimodal neural network (QMNN) model that can be implemented on parameterized quantum circuits (PQCs), providing a novel avenue for processing multimodal data and performing advanced multimodal sentiment analysis tasks. The comprehensive QMNN model is structured into four fundamental blocks: multimodal data preprocessing, unimodal feature extraction, multimodal feature fusion, and optimization. Through these blocks, multimodal data are initially preprocessed and encoded into quantum states. Subsequently, visual and textual features are extracted from the quantum states and are then integrated to learn the interactions between different modalities. Finally, the model parameters are fine-tuned to optimize the sentiment analysis performance. Simulation results confirm that QMNN surpasses state-of-the-art baselines, using significantly lower input dimensions and substantially fewer parameters than classical models. Furthermore, the entanglement, integrity, robustness, and scalability of the model are analyzed in depth. Internally, the strong entanglement within the multimodal fusion block enhances interactions between textual and visual features, and the integrity of the model reflects the indispensable contribution of each component to the overall performance. Externally, robustness ensures the model operates stably under noisy conditions and incomplete inputs, and scalability enables it to efficiently adapt to varying architectural depths and widths. The above simulation results and performance analyses showcase the comprehensive strength of our proposed model.
PaperID: 181,
Authors: Mohammad Alali, Mahdi Imani
Affiliations: Department of Electrical and Computer Engineering, Northeastern University, Boston, MA, USA
Abstract: Hidden Markov models (HMMs) are a powerful class of dynamical models for representing complex systems that are partially observed through sensory data. Existing data collection methods for HMMs, typically based on active learning or heuristic approaches, face challenges in terms of efficiency in stochastic domains with costly data. This article introduces a Bayesian lookahead data collection method for inferring HMMs with finite state and parameter spaces. The method optimizes data collection under uncertainty using a belief state that captures the joint distribution of system states and models. Unlike traditional approaches that prioritize short-term gains, this policy accounts for the long-term impact of data collection decisions to improve inference performance over time. We develop a deep reinforcement learning policy that approximates the optimal Bayesian solution by simulating system trajectories offline. This pretrained policy can be executed in real time, dynamically adapting to new conditions as data is collected. The proposed framework supports a wide range of inference objectives, including point based, distribution based, and causal inference. Experimental results across three distinct systems demonstrate significant improvements in inference accuracy and robustness, showcasing the effectiveness of the approach in uncertain and data-limited environments.
PaperID: 182,
Authors: Bin Hu, Zhi-Hong Guan, Guanrong Chen, Jürgen Kurths
Affiliations: School of Future Technology, South China University of Technology, Guangzhou, China; School of Artificial Intelligence and Automation, Huazhong University of Science and Technology, Wuhan, China; Department of Electrical Engineering, City University of Hong Kong, Hong Kong, China; Institute of Physics, Humboldt-Universität zu Berlin, Berlin, Germany
Abstract: Highly flexible foundation models like artificial neural networks are imperative in medical practice, enabling diverse tasks with little or no task-specific labeled data. The crucial problem remains as how to link latent features and a priori knowledge within multitask decision outputs, particularly in joint classification and segmentation tasks on images. This article develops a hybrid encoder-decoding model substantiating hybrid computations of continuous convolution variables and discrete nerve impulses, where impulsive neurons are adopted to boost nonlinear activations. By presenting a flexible network architecture with regularized multiloss training, this hybrid model can learn shared features of classification and segmentation. The joint decoder does not only provide classification results, but also predicts intelligible task-specific outputs from input images. Applied to the COVID-19 lung CT and the Synapse multiorgan CT datasets, experimental results and ablation studies demonstrate the effectiveness and flexibility of this hybrid model, which outperforms convolution models and human experts. Comparative studies further highlight the high energy-efficient attribute and the decision-output visibility of the hybrid impulsive model, indicating a potential for edge healthcare and biomedical applications.
PaperID: 183,
Authors: Subhodip Panda, A. P. Prathosh
Affiliations: Indian Institute of Science, Bangalore, Karnataka, India
Abstract: The heightened emphasis on the regulation of deep generative models, propelled by escalating concerns pertaining to privacy and compliance with regulatory frameworks, underscores the imperative need for precise control mechanisms over these models. This urgency is particularly underscored by instances in which generative models generate outputs that encompass objectionable, offensive, or potentially injurious content. In response, machine unlearning has emerged to selectively forget specific knowledge or remove the influence of undesirable data subsets from pretrained models. However, modern machine unlearning approaches typically assume access to model parameters and architectural details during unlearning, which is not always feasible. In multitude of downstream tasks, these models function as black-box systems, with inaccessible pretrained parameters, architectures, and training data. In such scenarios, the possibility of filtering undesired outputs becomes a practical alternative. Our proposed method feature aware similarity thresholding (FAST) effectively suppresses undesired outputs by systematically encoding the representation of unwanted features in the latent space. We employ user-marked positive and negative samples to guide this process, leveraging the latent space's inherent capacity to capture these undesired representations. During inference, we use this identified representation in the latent space to compute projection similarity metrics with newly sampled latent vectors. Subsequently, we meticulously apply a threshold to exclude undesirable samples from the output.
PaperID: 184,
Authors: Zunjin Zhao, Daming Shi
Affiliations: College of Computer Science and Software Engineering, Shenzhen University, Shenzhen, China
Abstract: This article presents LoRaDIP, a novel low-light image enhancement (LLIE) model based on deep image priors (DIPs). While DIP-based enhancement models are known for their zero-shot learning, their expensive computational cost remains a challenge. In addressing this issue, our proposed LoRaDIP introduces a low-rank adaptation technique, significantly reducing computational expenses without compromising performance. The contributions of this work are threefold. First, we eliminate the need for estimating initial illumination and reflectance, opting instead to directly estimate the illumination map from the observed image in a generative fashion. The illumination is parameterized by a DIP network. Second, considering the overparameterization of DIP networks, we introduce a low-rank adaptation technique to decrease the number of trainable parameters, thereby reducing computational demands. Third, differing from the existing DIP-based models that rely on a preset fixed number of iterations to halt the optimization process of Retinex decomposition, we propose an automatic stopping criterion based on stable rank, preventing unnecessary iterations. LoRaDIP not only inherits the advantage of requiring only the single input image but also exhibits reduced computational costs while maintaining or even surpassing the performance of state-of-the-art models.
PaperID: 185,
Authors: Wenxing Liao, Zhuxian Liu, Minghuang Shen, Riqing Chen, Xiaolong Liu
Affiliations: College of Computer and Information Sciences, Fujian Agriculture and Forestry University, Fuzhou, China
Abstract: Adversarial attack, a bleeding-edge technique that attempts to fool deep learning classification model by generating adversarial examples with imperceptible perturbations, is becoming a growing threat in artificial intelligence fields. Preprocessing models that remove perturbations are an effective approach for enhancing the robustness of classification models. However, most existing methods overlook a critical issue: although powerful preprocessing operations can remove adversarial perturbations, they may also weaken the representation of key features in the image, leading to decreased defense performance. To address this, we propose a novel universal defense model, APR-Net, which aims to remove adversarial perturbations while effectively preserving high-quality images. The key innovation of APR-Net lies in its dual-module design, which consists of a denoising module and an image restoration module. This design not only effectively eliminates imperceptible adversarial perturbations but also ensures the restoration of high-quality images. Unlike existing methods, APR-Net does not require modifications to the classifier architecture or specialized adversarial training, making it highly versatile. Extensive experiments on the ImageNet dataset demonstrate that APR-Net provides strong defense against various adversarial attack algorithms, significantly improves image quality, and outperforms other state-of-the-art defense methods in terms of overall performance.
PaperID: 186,
Authors: Soumi Das, Manasvi Sagarkar, Suparna Bhattacharya, Sourangshu Bhattacharya
Affiliations: Indian Institute of Technology Kharagpur, Kharagpur, India; AI Research Lab, Hewlett Packard Labs, Bangalore, India
Abstract: In this article, we argue that data valuation techniques should be flexible, accurate, robust, and efficient (FARE). Here, accuracy and efficiency refer to the notion of identification of most important data points in less time compared to full training. Flexibility refers to the ability of the method to be used with various value functions, while robustness refers to the ability to be used with different data distributions from a related domain. We propose a two-phase approach toward achieving these objectives, where the first phase, checkpoint selection, extracts important model checkpoints while training on a related dataset, and the second data valuation and subset selection (DVSS) phase extracts the high-value subsets. A key challenge in this process is to efficiently determine the most important checkpoints during the training, since the total value function is unknown. We pose this as an online sparse approximation problem and propose a novel online orthogonal matching pursuit algorithm for solving it. Extensive experiments on standard datasets show that CheckSelect provides the best accuracy among the baselines while maintaining efficiency comparable to state of the art. We also demonstrate the flexibility and robustness of CheckSelect on a standard domain adaptation task, where it outperforms existing methods in data selection accuracy without the need to retrain on the full target-domain dataset.
PaperID: 187,
Authors: Zhiqiang Ge
Affiliations: School of Mathematics, Southeast University, Nanjing, China
Abstract: For industrial process monitoring, Gaussian and non-Gaussian data-driven models are two important representatives that have been developed separately in the past years. Although several attempts have been made to combine Gaussian and non-Gaussian data information for integrated process monitoring, this information fusion strategy can be further enhanced under the idea and framework of deep learning. Particularly, through collaborative learning and layer-by-layer information transformation, more patterns of both Gaussian and non-Gaussian components can be effectively extracted in different hidden layers of the deep model. Then, a further Bayesian model fusion strategy is formulated to ensemble monitoring results from both Gaussian and non-Gaussian data-driven models. Therefore, the main contribution of this article is to propose a deep Gaussian and non-Gaussian information fusion framework for data-driven industrial process monitoring. Both feasibility and superiority of the developed model are confirmed through a detailed industrial benchmark case study. Compared to both Gaussian and non-Gaussian deep models, the new deep information fusion model has obtained more satisfactory monitoring results.
PaperID: 188,
Authors: Amrit Singh Bedi, Dheeraj Peddireddy, Vaneet Aggarwal, Brian M. Sadler, Alec Koppel
Affiliations: University of Maryland, College Park, MD, USA; School of Industrial Engineering, Purdue University, West Lafayette, IN, USA; DEVCOM Army Research Laboratory, Adelphi, MD, USA; U.S. Army Research Laboratory, Adelphi, MD, USA
Abstract: Bayesian optimization is a powerful framework for global search, using maximum a posteriori updates instead of simulated annealing. We cast it as a multiarmed bandit problem with a Gaussian process (GP) for the payoff function. Action selections rely on upper confidence bound (UCB) or expected improvement (EI). Prior works with GPs faced challenges for large iteration horizons (T) due to cubic scaling in posterior computation. To address this, we propose a simple thresholding: incorporating an action into the GP posterior only when its conditional entropy surpasses \epsilon. Doing so permits us to precisely characterize the tradeoff between regret bounds of GP bandit algorithms and complexity of the posterior distributions depending on the compression parameter \epsilon for both discrete and continuous action sets. To best of our knowledge, this is the first result which allows us to obtain sublinear regret bounds while still maintaining sublinear growth rate of the complexity of the posterior which is linear in the existing literature. Moreover, a provably finite bound on the complexity could be achieved but the algorithm would result in \epsilon-regret which means Reg_T/T\rightarrow\mathcalO(\epsilon) as T\rightarrow\infty. Experiments demonstrate state-of-the-art accuracy and complexity tradeoffs for GP bandit algorithms in global optimization, highlighting the benefits of compressed GPs in bandit settings.
PaperID: 189,
Authors: Yecheng Lyu, Xinkai Zhang, Feng Tao
Affiliations: Torc Robotics, Blacksburg, VA, USA; Nvidia Corporation, Santa Clara, CA, USA; Robert Bosch LLC, Sunnyvale, CA, USA
Abstract: Vehicle localization is a critical component in autonomous driving systems, and light detection and ranging (LiDAR)-based methods have become increasingly popular for this task. In this article, we present a novel vehicle localization approach based on the point cloud map generated from LiDAR data. In particular, our approach first uses semantic segmentation and feature point extraction techniques to create an efficient feature point map and a long-lasting map from LiDAR sequences with corresponding poses. We then introduce a map-based online localization method that achieves precise vehicle localization using both LiDAR scans and the two point cloud maps, along with a multiresolution ICP strategy. Comprehensive evaluations are conducted on the Karlsruhe Institute of Technology and Toyota Technological Institute (KITTI) odometry dataset and the collected results demonstrate superior performance over the existing literature in both odometry metrics and absolute translation error. Our multiresolution iterative closest point (ICP)-based method holds significant potential for map-based vehicle localization, offering promising prospects for application in autonomous driving and associated domains.
PaperID: 190,
Authors: Jiaqi Liu, Peng Hang, Xiaocong Zhao, Jianqiang Wang, Jian Sun
Affiliations: College of Transportation Engineering and Key Laboratory of and Traffic Engineering, Ministry of Education, Tongji University, Shanghai, China; State Key Laboratory of Automotive Safety and Energy School of Vehicle and Mobility, Tsinghua University, Beijing, China
Abstract: Decision-making stands as a pivotal component in the realm of autonomous vehicles (AVs), playing a crucial role in navigating the intricacies of autonomous driving. Amid the evolving landscape of data-driven methodologies, enhancing decision-making performance in complex scenarios has emerged as a prominent research focus. Despite considerable advancements, current learning-based decision-making approaches exhibit potential for refinement, particularly in aspects of policy articulation and safety assurance. To address these challenges, we introduce DDM-Lag, a diffusion decision model, augmented with Lagrangian-based safety enhancements. This work conceptualizes the sequential decision-making challenge inherent in autonomous driving as a problem of generative modeling, adopting diffusion models as the medium for assimilating patterns of decision-making. We introduce a hybrid policy update strategy for diffusion models, amalgamating the principles of behavior cloning and Q-learning, alongside the formulation of an actor–critic architecture for the facilitation of updates. To augment the model's exploration process with a layer of safety, we incorporate additional safety constraints, employing a sophisticated policy optimization technique predicated on Lagrangian relaxation to refine the policy learning endeavor comprehensively. Empirical evaluation of our proposed decision-making methodology was conducted across a spectrum of driving tasks, distinguished by their varying degrees of complexity and environmental contexts. The comparative analysis with established baseline methodologies elucidates our model's superior performance, particularly in dimensions of safety and holistic efficacy.
PaperID: 191,
Authors: Guangrui Liu, Weizhe Zhang, Xurun Wang, Stephen King, Shui Yu
Affiliations: School of Cyberspace Science, Harbin Institute of Technology, Harbin, Heilongjiang, China; Leland High school, San Jose, CA, USA; School of Computer Science, University of Technology Sydney, Ultimo, NSW, Australia
Abstract: Malicious traffic identification methods in intrusion detection systems have evolved from rule-based matching to machine learning. However, security risks such as membership inference and adversarial attacks hinder the practical deployment of machine learning-based network intrusion detection systems (ML-NIDSs). In this work, we design a defense framework called hierarchical differential privacy (HierarchicalDP) to safeguard ML-NIDS against membership inference and adversarial attacks. First, we analyze the principles of membership inference and adversarial attacks to find their correlation. Based on this, we propose the feature distribution security metric (FDSM) to measure the risk of membership inference and adversarial attacks on ML-NIDS. Then, we design the HierarchicalDP framework, which partitions network traffic sample features according to security levels and introduces distinct noise on each security level feature to satisfy FDSM, thus defensing against membership inference and adversarial attacks. Finally, we evaluate the defensive performance of the HierarchicalDP framework on two network traffic datasets and four machine-learning models. The HierarchicalDP defense framework, based on Laplace noise, reduces the success rate of membership inference from 64.9% to 54.4% (ineffective binary classification), the evasion rate of adversarial samples from 86.1% to 23.2%, and maintains model accuracy (ACC) fluctuations within 4.2%. Furthermore, the HierarchicalDP framework adjusts sample features without modifying the model, thereby not affecting the inference speed. HierarchicalDP offers efficient and convenient defenses for ML-NIDS deployed in a network.
PaperID: 192,
Authors: Mengyan Wang, Yuxuan Hu, Shiqing Wu, Weihua Li, Quan Bai, Zihan Yuan, Chenting Jiang
Affiliations: Auckland University of Technology, Auckland, New Zealand; University of Tasmania, Hobart, TAS, Australia; University of Technology Sydney, Sydney, NSW, Australia
Abstract: Personalized recommendation systems homogenize user preferences, causing an extreme belief imbalance and aggravating user bias. This phenomenon is known as the filter bubble. This article presents the responsible graph-based recommendation (RGRec) system, designed to alleviate the filter bubble effect in personalized recommendation systems. Acting as an intermediate agency between users and existing preference-based recommendation systems, RGRec is composed of three collaborative modules: the multifaceted reasoning-based filter bubbles detection (FBDetect) module, the belief nudging module, and the generative artificial intelligence (GAI)-based recommendation strategy generation module (RecomGen). The FBDetect module identifies users with extreme belief imbalances based on their belief networks, which are represented as heterogeneous graphs. These graphs are then utilized in the Belief Nudging module, where a nudging strategy is employed to adapt prompts for the RecomGen module. Ultimately, the RecomGen module generates contextually rich items for recommendations. Experimental results demonstrate that RGRec can promote diverse content exploration based on user feedback and progressively stimulate interest in topics users initially showed less interest in, encouraging individual exploration.
PaperID: 193,
Authors: Wen Ou, Biao Luo, Xiaodong Xu, Yu Feng, Yuqian Zhao
Affiliations: School of Automation, Central South University, Changsha, China; Information engineering College, Zhejiang University of Technology, Hangzhou, China
Abstract: The multirobot cooperative navigation problem (MCNP) is an essential topic in multiagent control. This article proposes a distributed approach named GAR-CoNav to solve the navigation problem of multiagent to multiple destinations in the face of static and dynamic obstacles. Agents are expected to travel to different destinations without conflicting with each other to achieve maximum efficiency. That is, cooperative navigation in hybrid environment. The velocity obstacle encoding is combined with a graph to build a global representation, which helps the agent capture complex interactions in hybrid environment. GAR-CoNav processes and aggregates environmental features through the graph attention network and has scalability for the changing number of entities in the graph. A novel reward function is developed to train agents to achieve an actual cooperative navigation policy. Extensive simulation experiments demonstrate that GAR-CoNav achieves better performance than state-of-the-art methods.
PaperID: 194,
Authors: Yuhang Zhang, Chao Yan, Jiaping Xiao, Mir Feroskhan
Affiliations: School of Mechanical and Aerospace Engineering, Nanyang Technological University, Singapore; College of Automation Engineering, Nanjing University of Aeronautics and Astronautics, Nanjing, China
Abstract: Obstacle avoidance under constrained visual perception presents a significant challenge, requiring rapid detection and decision-making within partially observable environments, particularly for unmanned aerial vehicles (UAVs) maneuvering agilely in 3-D space. Compared with traditional methods, obstacle avoidance algorithms based on deep reinforcement learning (DRL) offer a better comprehension of the uncertain operational environment in an end-to-end manner, reducing computational complexity, and enhancing flexibility and scalability. However, the inherent trial-and-error learning mechanism of DRL necessitates numerous iterations for policy convergence, leading to sample inefficiency issues. Meanwhile, existing sample-efficient obstacle avoidance approaches that leverage imitation learning often heavily rely on offline expert demonstrations, which are not always feasible in hazardous environments. To address these challenges, we propose a novel obstacle avoidance approach based on nonexpert policy enhanced DRL (NPE-DRL). This approach integrates a fundamental DRL framework with prior knowledge derived from a nonexpert policy-guided imitation learning. During the training phase, the agent starts by online imitating the actions generated by the nonexpert policy during interactions and progressively shifts toward autonomously exploring the environment to generate the optimal policy. Both simulation and physical experiments validate that our approach improves sample efficiency and achieves a better exploration–exploitation balance in both virtual and real-world flights. Additionally, our NPE-DRL-based obstacle avoidance approach shows better adaptability in complex environments characterized by larger scales and denser obstacle configurations, demonstrating a significant improvement in UAVs’ obstacle avoidance capability. Code available at https://github.com/zzzzzyh111/NonExpert-Guided-Visual-UAV-Navigation-Gazebo.
PaperID: 195,
Authors: Jawhar Ghommam, Maarouf Saad, Mohammad Habibur Rahman, Quanmin Zhu
Affiliations: Department of Electrical and Computer Engineering, Sultan Qaboos University, Muscat, Oman; Department of Electrical Engineering, Ecole de Technologie Superieure (ETS), Montreal, QC, Canada; Mechanical Engineering Department, University of Wisconsin–Milwaukee, Milwaukee, WI, USA; Department of Engineering Design and Mathematics, University of the West of England Frenchay Campus, Bristol, U.K.
Abstract: In this article, we develop a virtual vehicle scheme to solve the coordination control problem under denial-of-service (DoS) attacks for heterogeneous vehicles. This system includes an unmanned surface vessel (USV) in distress, sharing kinematic data, and a helicopter receiving data from the latter through wireless communication. Specifically, we carefully develop an estimator to model the unmeasurable states of the USV in the presence of DoS attacks. The virtual vehicle concept is then utilized to generate a velocity reference output for the helicopter to follow. To achieve preset tracking performances, the cascade structure of the helicopter is exploited, where the backstepping control strategy is used via a barrier Lyapunov function. To handle input constraints, auxiliary systems are built to bridge the association between input saturation errors and performance constraints. Furthermore, to mitigate the saturation effect of bounded inputs and model uncertainties in the attitude dynamics, a fixed-time reinforcement learning (FT-RL) control algorithm is designed according to actor–critic strategy. Stability analysis is thoroughly studied with the help of Lyapunov stability where sufficient conditions for the whole closed-loop system have been obtained. Numerical simulations have been shown to validate the proposed coordination strategy.
PaperID: 196,
Authors: Xiangteng Zhang, Yao Lyu, Shengbo Eben Li, Jingliang Duan, Guojian Zhan, Chang Liu, Bo Cheng, Keqiang Li
Affiliations: School of Vehicle and Mobility, Tsinghua University, Beijing, China; School of Mechanical Engineering, University of Science and Technology Beijing, Haidian, China; Department of Advanced Manufacturing and Robotics, College of Engineering, Peking University, Beijing, China
Abstract: Reinforcement learning (RL) is widely used to tackle optimal control problems, with optimality conditions as the principle of algorithm design. Two key optimality conditions are the Pontryagin maximum principle (PMP) and the Hamilton–Jacobi–Bellman (HJB) equation. The relationship between these conditions is vital for developing effective policy learning algorithms. Existing studies mainly focus on their relationship in the open-loop optimality, but this property cannot be directly extended to nonoptimal or closed-loop cases due to the absence of extreme condition and the existence of nonzero partial derivative term. This article unifies the relationship between PMP and HJB equations in all cases by considering optimal control problems as nonholonomic Lagrange systems, and proves the intrinsic equivalence between value function and costate variable from the perspective of Hamilton dynamics. We redefine costate variable as Legendre transformation of state derivative in nonholonomic Lagrange systems, where the Weierstrass condition is selected as a constraint for optimal cases while the fixed policy condition is chosen for nonoptimal cases. By utilizing the anti-symmetric property of canonical equations, we identify conservation properties in optimal control where symplectic form remains invariant across all cases. Additionally, we prove that the costate variable has the identical differential equation and boundary conditions as the partial derivative of value function with respect to state in both optimal and nonoptimal, open-loop, and closed-loop cases. Numerical experiments are conducted to verify our theoretical results. This discovery can establish more readily available conservation conditions, thereby providing a high-level view angle on algorithm designs.
PaperID: 197,
Authors: Dan-Ting Duan, Jian-Yu Li, Bing Sun, Xiao-Fang Liu, Qiang Yang, Qi-Jia Jiang, Zhi-Hui Zhan, Sam Kwong, Jun Zhang
Affiliations: Department of Electrical and Electronic Engineering, Hanyang University ERICA, Ansan, South Korea; School of Artificial Intelligence, Nanjing University of Information Science and Technology, Jiangsu, China; Lingnan University, Hong Kong, China; Nankai University, Tianjin, China
Abstract: Intelligent optimization of a solar power tower heliostat field (SPTHF) is critical for harnessing solar energy in various scenarios. However, existing SPTHF optimization methods are typically based on specific geometric layout constraints and assume that each heliostat has the same size and height. As a result, these methods are not flexible or practical in many real-world SPTHF application scenarios. Therefore, this article proposes a novel flexible SPTHF (FSPTHF) model that is more practical and involves fewer assumptions. This model enables the use of different layouts and simultaneous optimization of the parameters of each heliostat. As an FSPTHF can involve hundreds or even thousands of heliostats, optimizing the parameters of all heliostats results in a challenging large-scale optimization problem. To efficiently solve this problem, this article proposes a matrix-based differential evolution algorithm, called HMDE, for large-scale heliostat design. The HMDE uses a matrix-based encoding and representation method to improve optimization accuracy and convergence speed, incorporating two novel designs. First, a dual elite-based mutation method is proposed to enhance the convergence speed of HMDE by learning from multiple elite individuals. Second, a multi-level crossover method is proposed to improve the optimization accuracy and convergence speed by integrating element-level and vector-level crossover based on matrix representation. Extensive experiments were conducted on 30 problem instances based on real-world data with three different layouts and problem dimensions up to 12 000, where state-of-the-art algorithms were used for comparison. The experimental results show that the proposed HMDE can effectively solve large-scale FSPTHF optimization problems.
PaperID: 198,
Authors: Ghebrebrhan Gebrehans, Naveed Ilyas, Khouloud Eledlebi, Willian Tessaro Lunardi, Martin Andreoni, Chan Yeob Yeun, Ernesto Damiani
Affiliations: Center for Secure Cyber-Physical Systems (CPS) Laboratory, Khalifa University of Science and Technology, Abu Dhabi, United Arab Emirates; Department of Bioengineering, University of California, Riverside, CA, USA; Department of Electrical Engineering and Computer Science, Khalifa University of Science and Technology, Abu Dhabi, United Arab Emirates; Technology Innovation Institute (TII), Abu Dhabi, United Arab Emirates; Department of Electrical Engineering and Computer Science, Khalifa University, Abu Dhabi, United Arab Emirates; Center for Secure Cyber-Physical Systems, Khalifa University of Science and Technology, Abu Dhabi, United Arab Emirates
Abstract: This article highlights the critical role of machine learning (ML) in combating the dynamic nature of cybersecurity threats. Unlike previous studies focusing mainly on static analysis, this work surveys the literature on dynamic analysis-based malware generation and detection. The study addresses the complexities of applying GANs to tabular data with heavy-tailed and multimodal distributions. It also examines the challenges of generating sequential malware behavior data and categorizes GAN-based models and their primary use cases. Furthermore, the article evaluates adversarial losses and their limitations in generating dynamic malware behavior. Finally, it identifies existing metrics to assess GAN generalization in malware research and suggests future research directions based on identified limitations.
PaperID: 199,
Authors: Yifan He, Xi Ding, Yateng Tang, Jihong Guan, Shuigeng Zhou
Affiliations: School of Computer Science, Fudan University, Shanghai, China; Tencent Weixin Group, Guangzhou, China; Department of Computer Science and Technology, Tongji University, Shanghai, China
Abstract: Anomalies are usually regarded as data errors or novel patterns previously unseen, which are quite different from most observed data. Accurate detection of anomalies is crucial in various application scenarios. This article focuses on unsupervised anomaly detection from multivariate time series (MTS), as real-world data collected from sources such as wearable devices, medical equipment, and industrial machines typically manifest as MTS and are often unlabeled. Anomaly detection in MTS represents a data-driven challenge that traditionally requires substantial centralized data for training models. However, in practice, data are frequently distributed among multiple institutions, with privacy concerns restricting unrestricted access. To address these issues, we introduce feature decoupling federated learning (FDFL), an approach designed to collaboratively train a representation learning network over multiple clients for unsupervised anomaly detection in MTS. Unlike previous methods that simply integrate MTS anomaly detection (MTS-AD) algorithms with federated learning (FL) strategies, FDFL specifically addresses heterogeneity among clients by decoupling the representation network into shared and private branches through a contrastive learning mechanism. This method aggregates shared parameters during each federated round while maintaining client-specific private parameters locally. Additionally, we develop a self-attention block that integrates the representations derived from both shared and private parameters to reconstruct MTS and identify anomalies based on reconstruction errors. Extensive experiments conducted on three publicly available datasets demonstrate that FDFL outperforms existing algorithms in most cases, highlighting the effectiveness and superiority of our proposed method in MTS-AD.
PaperID: 200,
Authors: Shuangliang Li, Jinwei Wang, Hao Wu, Jiawei Zhang, Xin Cheng, Xiangyang Luo, Bin Ma
Affiliations: School of Software, Nanjing University of Information Science and Technology, Nanjing, China; College of Cryptology and Cyber Science, Nankai University, Tianjing, China; State Key Laboratory of Mathematical Engineering and Advanced Computing, Zhengzhou, China; School of Cyber Security and Information Law, Chongqing University of Posts and Telecommunications, Chongqing, China; School of Computer Science, Nanjing University of Information Science and Technology, Nanjing, China; Shandong Provincial Key Laboratory of Computer Networks and Qilu University of Technology, Shangdong, China
Abstract: Face recognition (FR) systems, while widely used across various sectors, are vulnerable to adversarial attacks, particularly those based on deep neural networks. Despite existing efforts to enhance the robustness of FR models, they still face the risk of secondary adversarial attacks. To address this, we propose a novel approach employing “strengthened face” with preemptive defensive perturbations. Strengthened face ensures original recognition accuracy while safeguarding FR systems against secondary attacks. In the white-box scenario, the strengthened face utilizes gradient-based and optimization-based methods to minimize feature representation differences between face pairs. For the black-box scenario, we propose shielded gradient sign descent (SGSD) to optimize the gradient update direction of strengthened faces, ensuring the transferability and effectiveness against unknown adversarial attacks. Experimental results demonstrate the efficacy of strengthened faces in defending against adversarial faces without compromising the performance of FR models or face image visual quality. Moreover, SGSD outperforms conventional methods, achieving an average performance improvement of 4% in transferability across different attack intensities.
PaperID: 201,
Authors: Hengsheng Xu, Jianqi Zhong, Deliang Lian, Hanxu Hou, Wenming Cao
Affiliations: College of Electronics and Information Engineering, Shenzhen University, Shenzhen, Guangdong, China; Dongguan University of Technology, Dongguan, Guangdong, China
Abstract: Contrastive learning is one of the fundamental paradigms for unsupervised 3-D skeleton-based action recognition. Existing contrastive learning paradigms typically enhance model discrimination by increasing the distance between different action samples in the feature space. However, this approach can inadvertently lead to an increase in the intraclass distance for the same action category, thereby affecting the effectiveness of action recognition. To address this issue, we introduce an innovative unsupervised framework named fuzzy threshold-based contrastive learning (FTCL). This novel approach leverages the concept of fuzzy thresholds to handle sample partitioning within the feature space. In essence, given a dataset of human actions, we distinguish different action samples as “negative samples” and identical action samples as “positive samples.” By analyzing the similarity distribution between these positive and negative samples, we apply the principles of fuzzy thresholds to evaluate the attributes of the negative samples. This refined evaluation facilitates a judicious reassignment of positive and negative sample classifications, thus circumventing the challenges associated with increased intraclass distances. Furthermore, to obtain better action representations from skeleton data, we model and contrast skeleton data from different spatiotemporal perspectives, capturing rich spatiotemporal information in the feature representation of actions. Extensive experiments on the NTU-60, NTU-120, and PKU-MMD datasets were conducted to validate our proposed FTCL. The experimental results demonstrate that our approach achieves significant improvements.
PaperID: 202,
Authors: Jian Huang, Zizhuo Liu, Xu Yang, Yupeng Liu, Zhaomin Lv, Kaixiang Peng, Okan K. Ersoy
Affiliations: Key Laboratory of Knowledge Automation for Industrial Processes of Ministry of Education, School of Automation and Electrical Engineering, University of Science and Technology Beijing, Being, China; School of Urban Railway Transportation, Shanghai University of Engineering Science, Shanghai, China; Electrical and Computer Engineering, Purdue University, West Lafayette, IN, USA
Abstract: Variational autoencoder (VAE) is a generative deep learning (DL) model with a probabilistic structure, which makes it tolerant to process uncertainties and more suitable for process monitoring. However, the probabilistic model may disrupt the topological structure of data and lead to the loss of neighborhood information. To address this issue, a process monitoring approach based on t-distributed stochastic neighbor variational autoencoder (t-SNVAE) is proposed to capture probabilistic features that elucidate both local and global structures within the raw data. Specifically, the distances between neighboring data points are transformed into joint probabilities by using t-SN embedding. Through minimizing the Kullback–Leibler divergence of joint probabilities between the original data and the reconstructed data, VAE learns Gaussian features containing both local and global neighborhood information. Finally, monitoring statistics are constructed for monitoring. The efficiency of the proposed approach is verified on a multiphase flow facility and a waste-water treatment process.
PaperID: 203,
Authors: Amine Haboub, Hamza Baali, Abdesselam Bouzerdoum
Affiliations: Division of Information and Computing Technology, College of Science and Engineering, Hamad Bin Khalifa University, Ar Rayyan, Qatar; School of Electrical and Mechanical Engineering, University of Adelaide, Adelaide, SA, Australia; School of Electrical, Computer and Telecommunications Engineering, University of Wollongong, Wollongong, NSW, Australia
Abstract: This article proposes a new deep learning framework for time series classification in the discrete cosine transform (DCT) domain with spectral enhancement and self-attention mechanisms. The time series signal is first partitioned into discrete segments. Each segment is rearranged into a matrix using a sliding window. The signal matrix is then transformed to spectral coefficients using a two-dimensional (2-D) DCT. This is followed by logarithmic contrast enhancement and spectral normalization to enhance the DCT coefficients. The resulting enhanced coefficient matrix serves as input to a deep neural network architecture comprising a self-attention layer, a multilayer convolutional neural network (CNN), and a fully connected multilayer perceptron (MLP) for classification. The AttDCT CNN model is evaluated and benchmarked on 13 different time series classification problems. The experimental results show that the proposed model outperforms state-of-the-art deep learning methods by an average of 2.1% in classification accuracy. It achieves higher classification accuracy on ten of the problems and similar results on the remaining three.
PaperID: 204,
Authors: Xiaoxu Han, Xin Mu, Jinghui Zhong
Affiliations: South China University of Technology, Guangzhou, China; Peng Cheng Laboratory, Shenzhen, China
Abstract: Planning the movement of the sink to maximize the lifetime in wireless sensor networks (WSNs) is an essential problem. Many existing mobile sink techniques based on mathematical programming or heuristics have demonstrated the feasibility of the task. Nevertheless, the huge computational cost or the over-reliance on human knowledge can result in relatively low performance. To balance the need for high-quality solutions to minimize inference time, we propose a new framework to construct the movement path of the sink automatically. We cast the lifetime maximization problem as an optimization task within a heterogeneous graph and learn movement policy for the sink by combining graph neural network (GNN) with deep reinforcement learning. Our approach comprises three key modules: 1) a heterogeneous GNN to learn representations of sites and sensors by aggregating features of neighbor nodes and extracting hierarchical graph features; 2) a multihead attention mechanism that allows the sites to attend to information from sensor nodes, which highly improves the expressive capacity of the learning model; and 3) a greedy policy that learns to append the next best site in the solution incrementally. We design twelve types of static and dynamic maps to simulate different WSNs in the real world, and extensive experiments are conducted to evaluate and analyze our approach. The empirical results show that our approach consistently outperforms the existing methods on all types of maps. Notably, our approach significantly extends the simulation lifetime without sacrificing a large increase in inference time.
PaperID: 205,
Authors: Yuxin Jiang, Song Zhu, Mouquan Shen, Shiping Wen, Chaoxu Mu
Affiliations: Jiangsu Center for Applied Mathematics (CUMT), School of Mathematics, China University of Mining and Technology, Xuzhou, China; College of Electrical Engineering and Control Science, Nanjing Technology University, Nanjing, China; Centre for Artificial Intelligence, University of Technology Sydney, Ultimo, NSW, Australia; School of Electrical and Automation Engineering, Tianjin University, Tianjin, China
Abstract: This article investigates the finite-time synchronization (FTS) for inertial memristive neural networks (IMNNs) with time-delays by the aperiodically intermittent control approach. Compared with the reduced-order method utilized in the existing literature, this article considers the FTS of delayed IMNNs directly without order reduction. First, the error IMNNs with time-delays is designed through the theories of set-valued mappings and differential inclusions, and its finite-time stability problem is discussed by applying the finite-time stability theorem. Furthermore, by constructing nonperiodic intermittent state-feedback controller and nonperiodic intermittent adaptive control strategy, the sufficient criteria to ensure the FTS of the master–slave delayed IMNNs are derived, and the settling times are explicitly estimated. Finally, a simulation to confirm the availability of results is provided.
PaperID: 206,
Authors: Yuhao Qing, Yueying Wang, Huaicheng Yan, Xiangpeng Xie, Zhengguang Wu
Affiliations: School of Mechatronic Engineering and Automation, Shanghai University, Shanghai, China; School of Information Science and Engineering, East China University of Science and Technology, Shanghai, China; Institute of Advanced Technology, Nanjing University of Posts and Telecommunications, Nanjing, China; Institute of Cyber-Systems and Control, Zhejiang University, Hangzhou, China
Abstract: Underwater imaging is often compromised by light scattering and absorption, resulting in image degradation and distortion. This manifests as blurred details, color shifts, and diminished illumination and contrast, thereby hindering advancements in underwater research. To mitigate these issues, we propose Unformer, an innovative underwater image enhancement (UIE) technique that leverages a transformer-based architecture for multiscale adaptive feature aggregation. Our approach employs a multiscale feature fusion strategy that adaptively restores illumination and detail features. We reevaluate the relationship between convolution and transformer to develop a novel encoder structure. This structure effectively integrates both long-range and short-range dependencies, dynamically combines local and global features, and constructs a comprehensive global context. Furthermore, we propose a unique multibranch decoder architecture that enhances and efficiently extracts spatial context information through the transformer module. Extensive experiments on three datasets demonstrate that our proposed method outperforms other techniques in both subjective and objective evaluations. Compared with the latest methods, Unformer has improved the peak signal-to-noise ratio (PSNR) by 19.5% and 14.8% respectively on the LSUI and EUVP datasets. The code is available at: https://github.com/yhflq/Unformer.
PaperID: 207,
Authors: Bosen Rao, Jiale Zhang, Di Wu, Chengcheng Zhu, Xiaobing Sun, Bing Chen
Affiliations: School of Information Engineering, Yangzhou University, Yangzhou, China; School of Mathematics, Physics and Computing, University of Southern Queensland, Toowoomba, QLD, Australia; College of Computer Science and Technology, Nanjing University of Aeronautics and Astronautics, Nanjing, China
Abstract: The emergence of new machine learning methods has led to their widespread application across various domains, significantly advancing the field of artificial intelligence. However, the process of training and inferring machine learning models relies on vast amounts of data, which often include sensitive private information. Consequently, the privacy and security of machine learning have encountered significant challenges. Several studies have demonstrated the vulnerability of machine learning to privacy inference attacks, but they often focus on specific scenarios, leaving a gap in understanding the broader picture. We provide a comprehensive review of privacy attacks in machine learning, focusing on two scenarios: centralized learning and federated learning. This article begins by presenting the architectures of both centralized learning and federated learning, along with their respective application scenarios. It then conducts a comprehensive review and categorization of related inference attacks, providing a detailed analysis of the different stages involved in these attacks. Moreover, the article thoroughly describes and compares the existing defense methods. Finally, the article concludes by highlighting open questions and potential future research directions, aiming to contribute to the ongoing competition between privacy attackers and defenders.
PaperID: 208,
Authors: Yuhao Hu, Xiaolong Xu, Lianyong Qi, Xiaokang Zhou, Xiaoyu Xia
Affiliations: School of Software, Nanjing University of Information Science and Technology, Nanjing, China; College of computer science and technology, China University of Petroleum (East China), Qingdao, China; Faculty of Data Science, Shiga University, Hikone, Japan; School of Computing Technologies, RMIT University, Melbourne, VIC, Australia
Abstract: Reliable artificial intelligence (AI) systems not only propose a challenge on providing intelligent services with high quality for customers but also require customers’ privacy to be protected as much as possible during process of the services. Given the ultrahigh computing load brought by deep-learning-based intelligent services to edge devices and the ultralong distance between edge and cloud, low-latency requirement of intelligent services is hard to meet in single edge computing or cloud computing. Edge–cloud collaborative inference of deep neural networks (DNNs) is considered a feasible solution to the problem. However, former work has not reduced the inference latency to the greatest extent and has not considered privacy protection in distributed systems. To solve the problem, we first establish a novel queue mechanism. Then, the convolution layer split decisions are made based on deep reinforcement learning (DRL) to realize the parallel inference of convolutional neural networks (CNNs) for inference latency reduction. Next, for each CNN, the partition decision is made based on brute force algorithm to further reduce inference latency and protect customers’ privacy. Finally, simulation results show that our method performs better than the existing other methods.
PaperID: 209,
Authors: Jing Yang, Chengxuan Huang, Xiangli Yang, Laurence T. Yang, Yuan Gao, Cong Liu
Affiliations: School of Computer Science and Artificial Intelligence, Zhengzhou University, Zhengzhou, China; Department of Computer Science, Duke University Graduate School, Durham, NC, USA; School of Tourism and Hospitality Management, Dublin Institute of Technology, Dublin, Ireland; School of Computer Science and Technology, Hainan University, Haikou, China; School of Computer Science and Technology, Huazhong University of Science and Technology, Wuhan, China
Abstract: Knowledge guidance is crucial for bridging the gap between high-level artificial intelligence (AI) ethics principles and the practical implementation of responsible AI systems. Diverging from static knowledge inference and temporal interpolation, the task of temporal knowledge extrapolation, which entails predicting future facts based on the evolution of historical facts, poses formidable challenges that remain largely unsolved. In existing temporal extrapolation methods, the structural learning of concurrent facts is primarily addressed by utilizing relation-aware graph neural networks. However, the temporal validity of facts leads to the sparsity of temporal subgraphs, where inherent coarse-level learning mechanisms hinder the capture of nuanced and scarce local semantics. Thus, this article proposes a fine-grained tensor graph attention network (F-GAT) that promotes representation learning of concurrent facts on sparse subgraphs by effectively distinguishing the significance of entities and relations within triplets and acquiring self-attention across diverse triplet contexts. Based on F-GAT, this article proposes a recurrent evolution network [recurrent evolution graph attention network (RE-GAT)] for temporal knowledge extrapolation. RE-GAT employed gated recurrent units to iteratively capture the sequential patterns between adjacent temporal facts, while simultaneously learning enriched embedding through the dual influence of historical factors and structural factors. The competitive results achieved by comparing the entity and relationship prediction performance of the proposed RE-GAT model with advanced methods on six public benchmarks demonstrate the effectiveness of RE-GAT for temporal extrapolation.
PaperID: 210,
Authors: Soveatin Kuntur, Anna Wróblewska, Marcin Paprzycki, Maria Ganzha
Affiliations: Warsaw University of Technology, Warsaw, Poland; Systems Research Institute, Polish Academy of Sciences, Warsaw, Poland
Abstract: Research into fake news detection has a long history, although it gained significant attention following the 2016 U.S. election. During this time, the widespread use of social media and the resulting increase in interpersonal communication led to the extensive spread of ambiguous and potentially misleading news. Traditional approaches, relying solely on pre-large language model (LLM) techniques and addressing the issue as a simple classification problem, have shown to be insufficient for improving detection accuracy. In this context, LLMs have become crucial, as their advanced architectures overcome the limitations of pre-LLM methods, which often fail to capture the subtleties of fake news. This literature review aims to shed light on the field of fake news detection by providing a brief historical overview, defining fake news, reviewing detection methods used before the advent of LLMs, and discussing the strengths and weaknesses of these models in an increasingly complex landscape. Furthermore, it will emphasize the importance of using multimodal datasets in the effort to detect fake news.
PaperID: 211,
Authors: Preity, Ashish Kumar Bhandari, Akanksha Jha, Syed Shahnawazuddin
Affiliations: Department of Electronics and Communication Engineering, National Institute of Technology Patna, Patna, India
Abstract: Glaucoma is called as the silent thief of eyesight. It is related to the internal damage of optical nerve head (ONH). For early screening, the simplest way is to analyze the subtle variations in structural features such as cup to disc ratio (CDR), disc damage likelihood scale (DDLS), rim width of the inferior, superior, nasal, and temporal (ISNT) regions of ONH. This can be done by accurate segmentation of optic disc (OD) and optic cup (OC). In this work, we have introduced a deep learning framework, called residual dense network (RD-NET), for disc and cup segmentation. Based on the segmentation results, the structural features are calculated. The proposed design differs from the traditional U-Net in that it utilizes filters with variable sizes and an alternative optimization method throughout the up- and down-sampling processes. The introduced method is a hybrid deep learning model that incorporates dense residual blocks and squeeze excitation block introduced within the conventional U-Net architecture. Unlike the classical approaches that are primarily based on CDR calculation, in this work, we first segment OD and OC using RD-Net and then analyze ISNT and DDLS. Once a suspicious case is detected, we then go for CDR calculation. In addition to developing an efficient segmentation model, six distinct kinds of data augmentation techniques have been also used in this study to increase the amount of training data. This, in turn, leads to a better estimation of model parameters. The model is rigorously trained and tested on four benchmark datasets namely DRISHTI, RIMONE, ORIGA, and REFUGE. Subsequently, the structural parameters are calculated for glaucoma prediction. The average accuracies are observed to be 0.9940 and 0.9894 for OD and cup segmentation, respectively. The extensive experiments presented in this article show that our method outperforms other existing state-of-the art algorithms.
PaperID: 212,
Authors: Leena Heistrene, Juri Belikov, Dmitry Baimel, Liran Katzir, Ram Machlev, Kfir Levy, Shie Mannor, Yoash Levron
Affiliations: School of Energy Technology, Pandit Deendayal Energy University, Gandhinagar, India; Tallinn University of Technology, Tallinn, Estonia; Sami Shamoon College of Engineering, Be’er Sheva, Israel; Advanced Energy Industries, Denver, CO, USA; Technion Institute of Technology, Haifa, Israel
Abstract: Forecasting errors in power markets, even as small as 1%, can have significant financial implications. However, even high-performance artificial intelligence (AI) based electricity price forecasting (EPF) models have instances when their prediction error is much higher than those shown by mean performance metrics. To date, explainable AI has been used to enhance the model transparency and trustworthiness of AI-based EPF models. However, this article demonstrates that insights from explainable AI (XAI) techniques can be expanded beyond its primary task of explanatory visualizations. This work presents a XAI-based error compensation approach to improve model performance and identify irregular predictions. The first phase of the proposed approach involves error quantification through a Shapley additive explanations (SHAP) based corrector model that fine-tunes the base predictor's forecasts. Using this corrector model's SHAP explanations, the proposed approach distinguishes high-accuracy predictions from lower ones in the second stage. Additionally, these explanations are more simplified than the base model, making them easier for nonexpert users such as bidding agents. Performance enhancement and insightful user-centric explanations are crucial for real-world scenarios such as price spikes during network congestion, high renewable penetration, and fluctuating fuel costs. Case studies discussed here show the efficacy of the proposed approach independent of model architecture, feature combination, or behavioral patterns of electricity prices in different markets.
PaperID: 213,
Authors: Fangfang Zhang, Gaofeng Shi, Yi Mei, Mengjie Zhang
Affiliations: Centre for Data Science and Artificial Intelligence & School of Engineering and Computer Science, Victoria University of Wellington, Wellington, New Zealand; Emerson, New Plymouth, New Zealand
Abstract: Dynamic flexible job shop scheduling is an important combinatorial optimization problem that has rich real-world applications such as product processing in manufacturing. Genetic programming has been successfully used to learn scheduling heuristics for dynamic flexible job shop scheduling. Intuitively, users prefer small and effective scheduling heuristics that can not only generate promising schedules but also are computationally efficient and easy to be understood. However, a scheduling heuristic with better effectiveness tends to have a larger size, and the effectiveness of rules and rule size are potentially conflicting objectives. With the traditional dominance relation-based multiobjective algorithms, there is a search bias toward rule size, since rule size is much easier to optimized than effectiveness, and larger rules are easily abandoned, resulting in the loss of effectiveness. To address this issue, this article develops a novel multiobjective genetic programming algorithm that takes size and effectiveness of scheduling heuristics for optimization via multitask learning mechanism. Specifically, we construct two tasks for the multiobjective optimization with biased objectives using different search mechanisms for each task. The focus of the proposed algorithm is to improve the effectiveness of learned small rules by knowledge sharing between constructed tasks which is implemented with the crossover operator. The results show that our proposed algorithm performs significantly better, i.e., with smaller and more effective scheduling heuristics, than the state-of-the-art algorithms in the examined scenarios. By analyzing the population diversity, we find that the proposed algorithm has a good balance between exploration and exploitation during the evolutionary process.
PaperID: 214,
Authors: Yang Yang, Chao Wang, Lei Gong, Min Wu, Zhenghua Chen, Xiang Li, Xianglan Chen, Xuehai Zhou
Affiliations: School of Computer Science and Technology, University of Science and Technology of China, Hefei, China; Institute for Infocomm Research (IR) and Centre for Frontier AI Research (CFAR), A*STAR, Singapore; School of Data Science and Engineering, East China Normal University, Shanghai, China
Abstract: Ensemble object detectors have demonstrated remarkable effectiveness in enhancing prediction accuracy and uncertainty quantification. However, their widespread adoption is hindered by significant computational and storage demands, limiting their feasibility in resource-constrained settings. To overcome this, researchers have focused on distilling the knowledge from ensemble object detectors into a single model. In this article, we introduce probabilization based ensemble distillation (ProbED), an innovative ensemble distillation framework that consolidates knowledge from multiple object detectors into a single, resource-efficient model. Unlike traditional ensemble distillation methods that average the outputs of subteachers, ProbED captures comprehensive outcome distributions from all subteachers, providing a more nuanced approach to knowledge transfer. ProbED employs knowledge probabilization to achieve a sophisticated and refined aggregation of teacher knowledge, including feature knowledge, semantic knowledge, and localization knowledge, resulting in dual improvements in prediction accuracy and uncertainty quantification for the student model. In particular, ProED's novel knowledge probabilization-based approach to aggregating teacher knowledge is inspired by our empirical observations, which demonstrate that knowledge probabilization excels in effectively representing uncertainty, improving prediction, and facilitating robust knowledge transfer. Furthermore, we introduce a random smoothing perturbation technique to modify inputs within ProbED, further enhancing the distillation process. Extensive experiments highlight ProbED's ability to significantly enhance the prediction accuracy and uncertainty quantification of various object detectors, demonstrating its superior performance compared to other state-of-the-art techniques.
PaperID: 215,
Authors: Haoran Peng, Jianqiang Li, Wenxiu Cheng, Linna Zhao, Yu Guan, Zhaosheng Li, Li Li, Xi Xu
Affiliations:
Abstract: Retinal diseases, such as glaucoma, age-related macular degeneration, and high myopia, are major contributors to global vision loss, emphasizing the need for early detection and intervention. Current deep learning approaches for diagnosing retinal diseases using fundus images primarily focus on single-disease classification due to the scarcity and expense of diverse datasets. This limitation restricts their generalization across multiple ocular diseases and impedes transfer learning to untrained disease types. In this article, we introduce a novel model-agnostic meta-learning framework, called mirror meta-learning (MML), which incorporates an autoencoder module to supervise the backpropagation path in few-shot learning, enhancing model initialization and adaptation. MML’s effectiveness is validated using four publicly available retinal disease binary classification datasets and a proprietary high myopia dataset. In addition, MML demonstrates robustness when tested on three well-established few-shot learning datasets. Our results show the proposed model’s superiority in terms of performance and generalizability in ocular disease classification tasks.
PaperID: 216,
Authors: Zihan Zhao, Yiyang Jiang, Heyang Liu, Yu Wang, Yanfeng Wang
Affiliations: Cooperative Medianet Innovation Center, Shanghai Jiao Tong University, Shanghai, China; Shanghai AI Laboratory, Shanghai, China
Abstract: While large language models (LLMs) have demonstrated impressive performance across various domains and tasks, they still struggle with multimodal tasks, particularly the spoken question answering (SQA) task, which requires precise alignment and deep interaction between speech and text. In this article, we address the SQA challenge by curating a novel free-form and open-ended SQA dataset, LibriSQA, which is composed of 214k SQA pairs covering a wide range of topics. It consists of two parts. Part I is designed for natural conversational formats and Part II focuses on multiple-choice questions with answers and analytical segments. Considering the limited availability of speech-text LLMs, we propose a lightweight, end-to-end framework to perform the SQA task on the LibriSQA dataset, achieving significant results. By transforming automatic speech recognition (ASR) into the SQA format, we further demonstrate the framework’s capability in handling ASR tasks. Our empirical findings support the idea that LLMs can effectively align and comprehend speech information, paving the way for the development of universal multimodal LLMs. Our LibriSQA dataset can be found at https://github.com/ZihanZhaoSJTU/LibriSQA.
PaperID: 217,
Authors: Zhiqiang Ge, Duxin Chen, Wenwu Yu
Affiliations: School of Mathematics, Southeast University, Nanjing, China
Abstract: Recently, probabilistic latent variable models have played an important role in data analytics in various industrial application scenarios, such as process monitoring, fault diagnosis, and soft sensing. Inspired by the idea of lightweight deep learning, this article proposes a new deep residual learning method for the probabilistic’ partial least squares (PLSs) model. First, layerwise probabilistic modeling is carried out to extract supervised latent variables in different hidden layers of the deep model using a well-designed expectation-maximization algorithm for parameter optimization. Through this layerwise residual learning process, more target-related latent variables can be extracted, which are supervised by the outputs of the predictive model. Next, an additional probabilistic model is constructed for information fusion and further extraction of supervised latent variables which are highly related to the modeling target. In fact, this step can be considered as an ensemble learning strategy, which has great potentials in decreasing modeling error and reducing prediction uncertainty. A soft-sensing strategy is then developed for online prediction of key variables. The performance is evaluated using two industrial examples. Compared to the shallow probabilistic model, the performance of the deep model has been improved by 10%–20%.
PaperID: 218,
Authors: Yi Zheng, Xuanbin Ding, Xiang Zhao, Xiaoqin Pan, Lei Zhou
Affiliations: School of Computer Science and Technology, Southwest University of Science and Technology, Sichuan, China
Abstract: The K-nearest neighbors (kNNs) algorithm, a cornerstone of supervised learning, relies on similarity measures constrained by real-number-based distance metrics. A critical limitation of traditional kNN research lies in its confinement to the real-number domain, which inherently restricts its ability to model nonlinear feature interactions in high-dimensional data and amplifies sensitivity to feature redundancy and class imbalance. These limitations arise from the inherent linearity and unidimensional nature of real-number representations, which restrict their ability to model complex feature interdependencies. To transcend these limitations, this article proposes ordered pairs of normalized real numbers (OPNs)-kNN, a novel framework grounded in OPNs. Departing from the conventional real-number paradigm, OPNs-kNN constructs feature pairs as multidimensional OPNs tuples and employs a generalized OPNs-valued metric to explicitly model nonlinear relationships, thereby addressing the inherent shortcomings of real-number-based kNN. Extensive experiments on nine University of California, Irvine (UCI) benchmark datasets (e.g., glass, wines, and seeds) demonstrate that OPNs-kNN achieves statistically significant improvements in classification accuracy, precision, recall, and F1-score compared with traditional kNN and its enhanced variants. This work pioneers a nonreal-number computational framework, proving that moving beyond real-number constraints enables more expressive representations of data relationships, opening new directions for designing robust machine learning models in complex domains.
PaperID: 219,
Authors: Hung-Min Sun, Chao-Yen Chung, Zong-Han Lin, Qi-Xian Huang
Affiliations: Department of Computer Science, National Tsing Hua University, Hsinchu, Taiwan; Institute of Information Systems and Applications, National Tsing Hua University, Hsinchu, Taiwan
Abstract: Recent studies indicate that traditional classification models often emphasize the most distinctive parts of an object, overlooking its overall structure. To address this, the look-into-object (LIO) framework was developed, but it relies on supervised learning with labeled data for initial image representation, requiring pretraining with annotated datasets. We propose an enhancement to the LIO framework by replacing its supervised learning classifier with a self-supervised learning (SSL) strategy, enabling the framework to learn comprehensive object structures without labeled data. Additionally, we introduce a warm-up strategy to reduce reliance on pretrained models. Experimental results show that our enhanced model consistently focuses on the entire object, improving classification accuracy (Acc) by integrating object structure knowledge. This approach is adaptable across various computer vision applications, including semantic segmentation, demonstrating its broad applicability. GitHub link: https://github.com/maikurufeza/Self-supervised-with-object-structure-information.
PaperID: 220,
Authors: Masoud Karimi, Mojtaba Ahmadi
Affiliations: Department of Mechanical and Aerospace Engineering, Carleton University, Ottawa, ON, Canada
Abstract: This article introduces the intelligent learning assistive devices (iLeAD) framework, a shared control architecture for an elbow exoskeleton that adapts in real time to changing external conditions using deep reinforcement learning (RL). iLeAD employs a latent guidance encoder (LGE) to encode shoulder configurations and external loads into latent variables, guiding the exoskeleton control policy (ExoCoP) to provide adaptive torque assistance. An online latent estimator (OLE), trained via knowledge distillation, enables the exoskeleton to continuously infer these latent factors from its own observations. To model human arm motion, a separate RL-based musculoskeletal control policy (MusCoP) generates muscle activations, which we validate against static optimization (SO) and computed muscle control (CMC) in a high-fidelity musculoskeletal simulation. All experiments are performed in this simulation environment, demonstrating that iLeAD achieves precise elbow tracking and robust adaptation to dynamic loads and shoulder configurations. These results highlight a promising approach for intuitive, effective human-exoskeleton interaction and advance the potential for practical human power augmentation.
PaperID: 221,
Authors: Sourav Malakar, Saptarsi Goswami, Bhaswati Ganguli, Amlan Chakrabarti
Affiliations: Department of A. K. Choudhury of Information Technology, University of Calcutta, Kolkata, West Bengal, India; Department of Computer Science, Bangabasi Morning College, Kolkata, West Bengal, India; Department of Statistics, University of Calcutta, Kolkata, West Bengal, India
Abstract: Wind flow can be highly unpredictable suffer substantial fluctuations in speed and direction due to the shape and height of hills, mountains, and valleys, making accurate wind speed (WS) forecasting essential in complex terrain. Hourly WS data at 50 meters above ground, from MERRA-2, NASA (2015–2021), collected from five Indian wind stations for plain and complex terrain. This article presents a novel and adaptive model for short-term WS forecasting. The article's key contributions are as follows. (a) the partial auto correlation function (PACF) is utilized to minimize the dimension of the set of intrinsic mode functions (IMF), hence reducing training time; (b) The sample entropy (SampEn) was used to calculate the complexity of the reduced set of IMFs. Since a particular deep learning (DL) model-feature-combination was selected based on complexity, the proposed method is adaptive; (c) a novel bidirectional feature-LSTM framework for complicated IMFs has been suggested, resulting in improved forecasting accuracy; (d) the proposed model shows 55.94% superior forecasting performance compared to the persistence, hybrid, ensemble empirical mode decomposition (EEMD), complete ensemble empirical mode decomposition with adaptive noise (CEEMDAN), and variational mode decomposition (VMD)-based DL models. It has achieved the lowest prediction variance between simple and complex terrain at 0.70%, ensuring robust forecasting performance. Dimension reduction of IMF's and complexity-based model-feature selection helps reduce the training time by 68.77%, additionally forecasting quality is improved by 58.58% on average. These benefits highlight the model's adaptability, effectiveness, and resilience in addressing WS forecasting challenges on complex terrain.
PaperID: 222,
Authors: Gang-Feng Ma, Xuhua Yang, Haixia Long, Yujiao Huang
Affiliations: College of Computer Science and Technology, Zhejiang University of Technology, Hangzhou, China; College of Zhijiang, Zhejiang University of Technology, Shaoxing, China
Abstract: Complementary recommendation, which aims to recommend frequently copurchased items to users, has gained significant attention. Unlike traditional similarity-based recommendations, complementary recommendation focus on items that are related but not necessarily similar (e.g., computers and keyboards), that aligns with users’ purchasing habits. However, most of current complementary recommendation systems fail to effectively differentiate or measure these two types of relationships. In this article, we propose similar or related: spectral-based item relationship mining with graph convolutional network for complementary recommendation (SR-Rec). First, we design two spectral-based filters to fully mine the similarity and relevance information of items, thereby achieving effective discrimination between the two types of relationships. Then, we compute similarity and relevance scores between items separately, and employ a pairwise self-attention mechanism to measure the impact of these relationships on the final recommendations. Experimental results on three public open-source datasets demonstrate that SR-Rec outperforms state-of-the-art performance in complementary recommendation.
PaperID: 223,
Authors: Shankey Garg, Pradeep Singh
Affiliations: Department of Computer Science and Engineering, National Institute of Technology, Raipur, Chhattisgarh, India
Abstract: Deep models have been successful in almost every research field, and they are capable of handling complex problem statements. But most of the deep neural networks are huge in size with millions/billions of parameters requiring heavy resources and computations to be installed in edge devices. In this article, we present an efficient co-teaching strategy consisting of multiple small networks performing mutually at runtime to consistently improve the efficiency and generalization ability of neural networks. Unlike existing distillation mechanism, that utilizes large capacity pre-train teacher model to transfer knowledge to a smaller network unidirectionally, proposed framework treats all the networks as ‘teacher’ (student-sized) and co-teach them allowing them to compute concurrently and quickly with better generalizations. We have carefully divided the backbone network into small network using depth scaling with regularizations. Multiple small networks are used during the co-teaching process, and the proposed AdaCoRCE loss is used to make the network learn from each other. During training, these networks are provided with the two different views of same data to increase their diversity. Co-teaching scheme allows model to fetch stronger and unique representation of knowledge by using different data views and AdaCoRCE loss. This article provides a generalized framework that could be applied to various network structures (e.g., MobileNets, ResNet, MixNet, etc.) and it demonstrates efficient performance on variety of histology image datasets. In this article, we have used four different publicly available histology dataset on two types of diseases to evaluate the performance of proposed technique. Analysis on colorectal cancer and breast cancer histology images suggests that the proposed model enhances the overall performance of the model in terms of accuracy, GFLOPs and inference time. Further, the proposed framework is also analyzed using benchmark cifar-10 dataset and comparison of our result is done with several state-of-the-art results on mutual/collaborative learning. To the best of our knowledge, we analyzed that the proposed model outperformed these recent models in terms of accuracy, GFLOPs and inference time. Extensive result analysis on different histology benchmark datasets and benchmark cifar-10 dataset suggests that the proposed model is a generally applicable model that could be used for various computer vision-based tasks.
PaperID: 224,
Authors: Pharvesh Salman Choudhary, L. N. Sharma, Samarendra Dandapat
Affiliations: Department of Electronics and Electrical Engineering, Indian Institute of Technology Guwahati, Guwahati, Assam, India
Abstract: The electrocardiogram (ECG) is the most widely used diagnostic tool for the characterization of heart function. Although automated methods of ECG interpretation can improve clinical care, but most methods are designed on signal-based data. In this work, we consider images of paper-based representations of multichannel ECG to develop intelligent methods for its analysis. Cardiovascular abnormalities are manifested in ECG through either morphological alterations, rhythmic variations, or a combination of both. To effectively classify these cardiac abnormalities, we formulate a multitask learning framework comprising two primary tasks relating to the classification of morphological and rhythmic abnormalities and an auxiliary task on delineating regions pertaining to the primary tasks. We employ a dynamic task weighting approach based on homoscedastic uncertainty to balance the task-specific losses in the multitask framework. We evaluate our method on two databases: an internal database containing clinical ECG images obtained from multiple medical centres in Assam, India, and the other comprising ECG images extracted from a publicly available 12-lead ECG dataset. Experimental evaluation shows that our proposed deep architecture outperforms single-task learning counterparts and achieves promising performance for both morphological ailments and rhythm classification tasks. Results also demonstrate superior performance compared to other image-based state-of-the-art methods. Moreover, analysis of the post-hoc interpretation in the form of saliency maps verifies the model's performance and provides clinically meaningful inferences to its predictions.
PaperID: 225,
Authors: Kai Zhang, Qi Yu, Sen Kuang
Affiliations: Department of Automation, University of Science and Technology of China, Hefei, China; School of Systems & Computing, University of New South Wales, Canberra, ACT, Australia
Abstract: High-fidelity quantum control is one of the key elements in quantum computing and information processing. In view of possible inaccuracies in quantum system modeling and inevitable errors in control fields, the design of robust control fields is of great importance. In this article, we propose a neural network-based robust control strategy that incorporates physics-informed neural networks (PINNs) and sampling-based learning control techniques for uncertain closed and open quantum systems. We employ the gradient descent algorithm with momentum for the network training, where two methods including direct calculation and automatic differentiation are used to compute the gradient of the loss function with respect to network weights. The direct calculation method demonstrates the internal mechanism of the gradient computation, while the automatic differentiation technology is easier to utilize. We provide some guidelines for the parameter selection of the sampling learning algorithm in the PINN robust control scheme to ensure good control performance. In particular, for open quantum systems with uncertainties, we point out the necessity of fast control. Some simulation experiments are conducted on closed and open systems with uncertainties and the results show the effectiveness of the proposed PINN control scheme in achieving high-fidelity state transfer of uncertain quantum systems.
PaperID: 226,
Authors: Debarun Chakraborty, Bhabesh Deka
Affiliations: Department of Electronics and communication Engineering, Tezpur University, Tezpur, Assam, India
Abstract: In the field of precision agriculture, accurate crop detection is crucial for crop yield estimation, and health monitoring using photogrammetric measurements. Achieving high precision requires advance object detection models and multiscale feature fusion. This article addresses key research gaps in litchi crop monitoring, including the lack of a suitable dataset for litchi detection in natural environment and the limitations of conventional deep learning models in handling challenges such as occlusion, overlapping, and background complexities. First, we prepare high-resolution litchi dataset called “UAVLitchi” of 5000 images that include both RGB and multispectral images and next, we propose a selective feature fusion (SFF)-based architecture for litchi detection. By utilizing both RGB and multispectral images, this architecture effectively mitigates the challenges of visual detection arising from the complex cluster growth structure of litchis, offering a robust solution for accurate detection. The integration of SFF within a dual-channel mask-region based convolutional neural network (Mask-RCNN) leading to significant improvements in feature extraction for litchi detection. Experimental results demonstrate impressive performance, achieving an mean average precession (mAP50) of 94.65%, mAP75 of 89.23%, recall of 90.16%, and F1-score of 91.44%.
PaperID: 227,
Authors: Haodong Zhou, Shaocheng Tong
Affiliations: Navigation College, Dalian Maritime University, Dalian, China; College of Science, Liaoning University of Technology, Jinzhou, China
Abstract: This article studies the neural network (NN) output-feedback distributed formation control problem of nonlinear multiagent systems (NMASs) under communication delays and jointly connected switching network. Since the communication between agents is affected by time-varying delay and some agents cannot access the leader's information under jointly connected switching network, a communication-delay-related distributed formation observer is designed to estimate the leader's information and simultaneously mitigate the effects of communication delays. NNs are adopted to identify unknown functions, and an NN state observer is established to reconstruct unmeasurable states. Then, based on the designed distributed formation observer and NN state observer, an NN output-feedback distributed formation control algorithm is proposed by the backstepping control theory. It is proven that the designed communication-delay-related distributed formation observer errors converge to zero exponentially. Meanwhile, the proposed distributed NN formation control approach ensures the NMAS is stable, and the formation tracking errors converge to a small neighborhood around zero. Finally, we apply the output-feedback distributed formation control scheme to unmanned surface vehicles (USVs), the simulation results verify its effectiveness.
PaperID: 228,
Authors: Dongshu Wang, Qi Liu, Yihai Duan
Affiliations: School of Electrical and Information Engineering, Zhengzhou University, Zhengzhou, Henan, China; China Information Technology Design and Consulting Institute Company Ltd., Zhengzhou, Henan, China
Abstract: In unknown environments, behavioral decision-making of mobile robots is a crucial research topic in the field of robotics applications. To address the low learning ability and the difficulty of learning from the unknown environments for mobile robots, this work proposes a new learning model that integrates the supervised learning of the cerebellum, reinforcement learning of the basal ganglia, and memory consolidation of the hippocampus. First, to reduce the impact of noise on inputs and enhance the network's efficiency, a multineuron winning strategy and the refinement of the top-k competition mechanism have been adopted. Second, to increase the network's learning speed, a negative learning mechanism has been designed, which allows the robot to avoid obstacles more quickly by weakening the synaptic connections between error neurons. Third, to enhance the decision ability of cerebellar supervised learning, simulating the hippocampal memory consolidation mechanism, memory replay during the agent's offline state enables autonomous learning in the absence of real-time interactions. Finally, to better adjust the roles of cerebellar supervised learning and basal ganglia reinforcement learning in robot behavioral decision-making, a new similarity indicator has been designed. Simulation experiments and real-world experiments validate the effectiveness of the proposed model in this work.
PaperID: 229,
Authors: Gurinder Singh, Kapil Rana, Puneet Goyal, Sathish A. P. Kumar
Affiliations: Electrical Engineering and Computer Science, Cleveland State University, Cleveland, OH, USA; Indian Institute of Technology Ropar, Rupnagar, Punjab, India
Abstract: Ensuring the authenticity and integrity of digital images is a major concern in multimedia forensics, driving research on universal schemes for detecting diverse image manipulations (or processing operations). Although some prior works have addressed general-purpose image manipulation detection, they have been evaluated under constrained environments. Developing an approach that effectively identifies multiple manipulations in real-world scenarios remains a challenge. To address this issue, in this article, we have designed a novel constrained noise-view based multiscale network (NVMS-Net) that jointly exploits constrained noise-view and multiscale feature learning for multiple image processing operation detection. Our NVMS-Net includes four stages: constrained noise-view, generalizable feature learning, multiscale feature learning, and classification. First, a noise extraction layer (NEL) is employed to suppress the image content information for the extraction of noise features. The statistical modeling of these noise features is further improved by statistical modeling layer (SML) to achieve a better noise-view of image tampering artifacts. Then, we use multiple convolution-batch normalization-ReLU (CBR) blocks to learn generalizable noise features that are sensitive to image manipulations. Further, a multiscale aggregation module (MSAM) is proposed that leverages image tampering features at multiple scales through the aggregation of low and high-level features. The extensive experimental results show that the NVMS-Net consistently outperforms the existing approaches on different dataset settings. Importantly, NVMS-Net shows better performance in real-world scenarios, particularly against antiforensic techniques and adversarial attacks. The proposed NVMS-Net provides an overall accuracies of 98.21% and 98.60% on BOSSBase and Dresden datasets, respectively.
PaperID: 230,
Authors: Xiao-Cheng Liao, Xiao-Min Hu, Xiang-Ling Chen, Yi Mei, Ya-Hui Jia, Wei-Neng Chen
Affiliations: Centre for Data Science and Artificial Intelligence and School of Engineering and Computer Science, Victoria University of Wellington, Wellington, New Zealand; School of Computer Science and Technology, Guangdong University of Technology, Guangzhou, China; School of Future Technology, South China University of Technology, Guangzhou, China; School of Computer Science and Engineering and the State Key Laboratory of Subtropical Building and Urban Science, South China University of Technology, Guangzhou, China
Abstract: Genetic programming hyperheuristic (GPHH) has recently become a promising methodology for large-scale dynamic path planning (LDPP) since it can produce reusable heuristics rather than disposable solutions. However, in this methodology, the extracted local and decentralized heuristic for agents that lack a global systemic view sometimes may be problematic. Therefore, a new challenge is to strike a balance between conciseness to improve generalization ability and incorporation of more global information to obtain better performance. In this work, we target the LDPP problem and propose a communication learning mechanism (ComLGP) for GPHH to address the above difficulties. In ComLGP, a communication function is introduced to serve as a communication protocol and exist in the form of an extra terminal in GPHH. Compared to the classic terminals which are fixed in genetic programing, this communication function undergoes optimization along with the evolutionary process of GPHH. In this way, the communication function can be learned which enables agents to communicate without a predefined communication protocol. Then, a caching and lazy updating mechanism for ComLGP is presented to accelerate the calculation of communication content. Last, we verified our method on 22 scenarios including two real world road networks. The experimental results demonstrate that the proposed ComLGP can successfully learn to communicate. Although in the absence of any manually designed communication features, ComLGP is capable of achieving performance competitive to the state-of-the-art method that employs a predefined communication protocol and outperforms the remaining compared methods in most scenarios.
PaperID: 231,
Authors: Zhipeng Chen, Xinyi Wang, Ling Shen, Jinshi Liu, Jianjun He, Jilin Zhu, Weihua Gui
Affiliations: School of Automation, Central South University, Changsha, China; College of Information Science and Engineering, Hunan Normal University, Changsha, China
Abstract: Accurate acquisition of the 3-D topography of the blast furnace (BF) burden surface is crucial for optimizing the ironmaking process. However, traditional methods struggle in the high temperature, high pressure, and dusty environment of the BF top, and even advanced industrial endoscopes only capture monocular images, limiting multiview stereoscopic reconstruction. To address these challenges, we propose a novel 3-D reconstruction framework featuring a virtual–real multiview endoscope array for capturing multiview images and a cross-domain point cloud generation self-supervised network (XGSN). The XGSN leverages a progressive multimodal self-attention mechanism and ray-tracing projection to compensate for the lack of 3-D labels, producing a high-fidelity 3-D point cloud. Experimental results show that the proposed method achieves a significant improvement in burden surface reconstruction accuracy, delivering high-quality 3-D mapping with enhanced real-time processing capabilities, demonstrating its potential for challenging industrial environments.
PaperID: 232,
Authors: Le-yang Gao, Rui Wang, Zhao-hong Jia, Chuang Liu
Affiliations: School of Computer Science and Technology, Anhui University, Hefei, P.R. China; College of System Engineering, National University of Defense Technology, Changsha, P.R. China; School of Internet, Anhui University, Hefei, P.R. China
Abstract: A wide range of real applications can be modelled as the multiobjective traveling salesman problem (MOTSP), one of typical combinatorial optimization problems. Meta-heuristics can be used to address MOTSP. However, due to involving iteratively searching large solution space, they often entail significant computation time. Recently, deep reinforcement learning (DRL) algorithms have been employed in generating approximate optimal solutions to the single objective traveling salesman problems, as well as MOTSPs. This study proposes a multiobjective optimization algorithm based on DRL, called multiobjective pointer network (MOPN), where the input structure of the pointer network is redesigned to be applied to MOTSP. Furthermore, a training strategy utilizing a representative model and transfer learning is introduced to enhance the performance of MOPN. The proposed MOPN is insensitive to problem scale, meaning that a trained MOPN can address MOTSPs with different scales. Compared to meta-heuristics, MOPN takes much less time on forward propagation to obtain the pareto front. To verify the performance of our model, extensive experiments are conducted on three different MOTSPs to compare the MOPN with two state-of-the-art DRL models and two multiobjective meta-heuristics. Experimental results demonstrate that the proposed MOPN obtains the best solution with the least training time among all the compared DRL methods.
PaperID: 233,
Authors: Dandan Li, Jiaxing Xia, Jiangfeng Li, Changjiang Xiao, Vladimir Stankovic, Lina Stankovic, Qingjiang Shi
Affiliations: School of Computer Science and Technology, Tongji University, Shanghai, China; Artificial Intelligence Research Institute, China University of Mining and Technology, Xuzhou, Jiangsu, China; College of Surveying and Geo-Information, Tongji University, Shanghai, China; Department of Electronic and Electrical Engineering, University of Strathclyde, Glasgow, Scotland, U.K.
Abstract: Predicting the electricity consumption of individual appliances, known as appliance-level energy consumption (ALEC) prediction, is essential for effective energy management and conservation. Despite its importance, research in this area is limited and faces several challenges: 1) the correlation between the usage of different appliances has rarely been considered for ALEC prediction; 2) a learnable strategy for obtaining the optimal correlation between different appliance behaviors is lacking; and 3) it is difficult to accurately quantify the usage relationship among different appliances. To address these issues, we propose a graph-based temporal–spatial network that employs a learnable adjacency matrix for appliance-level load prediction in this work. The network comprises a temporal graph convolutional network (TGCN) and a learnable adjacency matrix that enables us to utilize correlations between appliances and quantify their relationships. To validate our approach, we compared our model with six others: a TGCN model with a fixed adjacency matrix where all elements are set to 0; a TGCN model with a fixed adjacency matrix where all elements are set to 0.5, except for the diagonal; a TGCN model with a randomly generated adjacency matrix, except for the diagonal; an Aug-LSTM model; a model with ResNetPlus architecture; and a feed-forward deep neural network. Five houses in four datasets: AMPDs, REFIT, UK-DALE, and SC-EDNRR are utilized. The metrics used in this study include root mean square error, explained variance score, mean absolute error, F-norm and coefficient of determination. Our experiments have validated the accuracy and practicality of our proposed approach across different datasets.
PaperID: 234,
Authors: Anushikha Singh, Rukhshanda Hussain, Rajarshi Bhattacharya, Brejesh Lall, Bijaya K. Panigrahi, Anjali Agrawal, Anurag Agrawal, Balamugesh Thangakunam, D. J. Christopher
Affiliations: Indian Institute of Technology Delhi, New Delhi, India; Jadavpur University, Kolkata, India; Teleradiology Solutions, Delhi, India; Ashoka University, Haryana, India; Christian Medical College, Vellore, India
Abstract: The bone structure in a chest x-ray creates trouble for a radiologist to examine the organs, manifestation of disease, and hidden tiny abnormalities. Bone suppression in chest x-rays allows better examination of lung fields. This has the potential to improve diagnostic accuracy. Dual-energy subtraction imaging is a standard bone suppression technique that delivers a higher dose of radiation and requires specific hardware. This article proposes a novel multiscale and dual attention-guided generative adversarial network (MDA-GAN) to transform chest x-rays into bone-suppressed x-rays in an unsupervised manner. We incorporate a spatial attention module to generate attention maps that were further concatenated with the coarsely generated bone segmentation mask. This dual attention is introduced to the generator at multiple scales in between the skip connection of the encoder and decoder layer. The proposed dual attention multiscale mechanism helps the generator to learn that only bones need to be removed on the chest x-ray without tempering the remaining parts. The proposed MDA-GAN is trained with adversarial loss combined with deep supervised cycle consistency and structure similarity for unpaired training images. We employ supervision heads in all the decoder layers to convert the activation maps into an output comparable to the scaled-down images and minimize the cycle consistency loss in a deep supervised manner. Experiments are conducted on an unpaired dataset including the public and our in-house Indian dataset and results show that incorporating dual attention at multiple scales and deep cycle consistency in translation networks significantly improves the quality of bone-suppressed images. (https://github.com/rB080/ribsup.git.)
PaperID: 235,
Authors: Harshit Tiwari, Prashant Kumar, Ramakant Prasad, Kamlesh Kumar Saha, Anurag Singh, Hocine Cherifi, Rajni
Affiliations: Department of Applied Sciences, National Institute of Technology Delhi, New Delhi, India; Department of Computer Science and Engineering, National Institute of Technology Delhi, New Delhi, India; ICB UMR CNRS, University of Burgundy, Dijon, France; Jindal Global Business School, O P Jindal Global University, Sonipat, Haryana, India
Abstract: Accurate forecasting of the Indian Ocean Dipole (IOD) and El-Niño-Southern Oscillation (NINO3.4) is crucial for understanding regional weather patterns in the Indian subcontinent. Addressing the challenges associated with IOD and NINO3.4 prediction, a robust multitask autoregressive deep learning (DL) model is introduced for precise forecasting of these indices and key grid projections sea surface temperature (SST), surface-level pressure gradient (SLG), and horizontal wind velocity (U-Comp) over a short to mid-term window (20 months). Utilizing spatiotemporal (SST, SLG, U-Comp) and temporal (IOD and NINO3.4) modalities, the proposed model predicts future IOD and NINO3.4, as well as SST, SLG, and U-Comp, in an autoregressive scheme. The multitask learning component regularizes the model, effectively capturing the evolving dynamics of global patterns conditioned on IOD and NINO3.4. The comprehensive evaluation explores various task settings, including a duo-setting that predicts IOD or NINO3.4 with spatiotemporal information, showcasing notable proficiency. In a multitask environment, where both temporal IOD, NINO3.4, and spatiotemporal SST, SLG, U-Comp are predicted, the model successfully forecasts IOD and NINO3.4 indices alongside grid projections with modest accuracy in root mean square error (RMSE). To enhance the model's interpretability regarding spatiotemporal dynamics, a tailored version of Grad-CAM is employed, providing critical insights for climate prediction. This research advances climate prediction models, offering a comprehensive framework with significant implications for informed decision-making in the Indian subcontinent's climatic context.
PaperID: 236,
Authors: Prachi Dalvi, Dhananjay R. Kalbande, Surendra Singh Rathod, Harshal Dalvi, Amey Agarwal
Affiliations: Bharatiya Vidya Bhavans Sardar Patel Institute of Technology, Department of Computer Engineering, Mumbai, India; Fr. Conceicao Rodrigues College of Engineering, Department of Electronics and Computer Science, Mumbai, India; Dwarkadas J Sanghvi College of Engineering, Department of Information Technology, Mumbai, India
Abstract: Skin health is a critical concern for humans, especially in geographical areas where environmental conditions and lifestyle factors adversely affect their condition, leading to a prevalence of skin diseases. This issue is exacerbated in rural regions, like parts of India, where a notable dermatologist shortage exists, leading to overlooked skin diseases. In response, the use of medicinal plants for dermatological purposes has been a longstanding tradition. However, traditional plant identification often relies on a single attribute, such as leaves or flowers, which can be unreliable due to seasonal variations. This article introduces a novel approach for accurately identifying medicinal plants using a multiattribute deep convolutional neural network. This approach aims to bridge the gap in healthcare access by empowering individuals to recognize and utilize these plants effectively. Our objective is to develop a robust deep CNN model trained on a diverse dataset of images encompassing leaves, trunks, and seeds of medicinal plants associated with skin health. Our findings demonstrate that the model achieves high accuracy in plant identification, effectively addressing the limitations of single-attribute methods. This research not only contributes to the field of medicinal plant classification but also empowers individuals to make informed decisions about their skin health while preserving valuable traditional knowledge.
PaperID: 237,
Authors: Maria Teresa Baldassarre, Danilo Caivano, Berenice Fernández Nieto, Domenico Gigante, Azzurra Ragone
Affiliations: University of Bari “A. Moro”, Bari, Italy
Abstract: The recent rapid development of generative artificial intelligence (AI), and the resulting market growth, has introduced new challenges for social responsibility, an area where companies may need more guidance. In this regard, the literature covers a broad spectrum, from the impact of bias to the potential use of this technology to implement undemocratic surveillance. Another focus area discusses the AI industry's commitment to human rights and social responsibility, examining the diverse actors involved in this commitment and the context-dependent nature of their impact on human rights. This work performs a systematic review and a comparative analysis of the strategies and actions taken by four leading companies—OpenAI, Meta AI Research, Google AI, and Microsoft AI—with respect to five critical dimensions: bias, privacy, cybersecurity, hate speech, and misinformation. Our study analyzes 192 publicly available documents and reveals that depending on the diversity of products and their nature, some companies excel in the research and development of technologies and methodologies for privacy preservation and bias reduction, offering user-friendly tools for managing personal data, establishing expert groups to research the social impact of their technologies, and possessing significant expertise in tackling hate speech and misinformation. Nonetheless, there is an urgent need for greater linguistic, cultural, and geographic diversity in research lines, tools, and collaborative efforts. From this analysis, we draw a set of actionable best practices aimed at supporting the responsible development of AI models, and foundation models, in particular, that are aligned with human rights principles.
PaperID: 238,
Authors: Raghvendra Kumar, Bhargav Goddu, Sriparna Saha, Adam Jatowt
Affiliations: Department of Computer Science and Engineering, Indian Institute of Technology, Patna, India; Department of Computer Science, University of Innsbruck, Innsbruck, Austria
Abstract: In the times of advanced generative artificial intelligence, distinguishing truth from fallacy and deception has become a critical societal challenge. This research attempts to analyze the capabilities of large language models (LLMs) for detecting misinformation. Our study employs a versatile approach, covering multiple LLMs with few- and zero-shot prompting. These models are rigorously evaluated across various fake news and rumor detection datasets. Introducing a novel dimension, we additionally incorporate sentiment and emotion annotations to understand the emotional influence on misinformation detection using LLMs. Moreover, to extend our inquiry, we employ ChatGPT to intentionally distort authentic news as well as human-written fake news, utilizing zero-shot and iterative prompts. This deliberate corruption allows for a detailed examination of various parameters such as abstractness, concreteness, and named entity density, providing insights into differentiating between unaltered news, human-written fake news, and its LLM-corrupted counterpart. Our findings aspire to furnish a refined framework for discerning authentic news, human-generated misinformation, and LLM-induced distortions. This multifaceted approach, utilizing various prompt techniques, contributes to a comprehensive understanding of the subtle variations shaping misinformation sources.
PaperID: 239,
Authors: Luyao Zhu, Fangfang Zhang, Xiaodong Zhu, Ke Chen, Mengjie Zhang
Affiliations: School of Electrical and Information Engineering, Zhengzhou University, Zhengzhou, China; Centre for Data Science and Artificial Intelligence & School of Engineering and Computer Science, Victoria University of Wellington, Wellington, New Zealand
Abstract: Genetic programming (GP) has been widely applied to evolve scheduling heuristics for dynamic flexible job shop scheduling (DFJSS). However, the evaluation of GP individuals is computationally expensive, especially in large scale DFJSS scenarios. A k-nearest neighbor (KNN) based surrogate has been successfully used to reduce individual evaluation time for GP by predicting the fitness of an individual with the most similar sample in KNN. Particularly, the phenotypes of GP individuals have been utilized to generate samples for KNN-based surrogates with a precondition that the fitness of individuals with the same phenotype is the same or similar. However, their real fitness may differ greatly due to different input decision situations for fitness calculations in DFJSS. Thus, only considering phenotypes of GP individuals to extract samples could decrease the accuracy of KNN surrogates. This article proposes a KNN-based surrogate assisted GP algorithm by considering both the phenotype and genotype of GP individuals to generate samples. Specifically, a genotypic characterization based on terminal frequency is designed to measure the similarity of individual genotypes. The results show that with the same training time, the proposed algorithm can converge fast and achieve better scheduling heuristics than the state-of-the-art algorithms in most examined scenarios. With the same number of generations, the proposed algorithm can obtain comparable performance but only needs about one third of the training time of baseline GP. The effectiveness of the proposed algorithm is also verified from different aspects, e.g., relation between genotype correlation and fitness difference of individuals, and population diversity.
PaperID: 240,
Authors: Neenu Sharma, Deepak Joshi
Affiliations: Centre for Biomedical Engineering, Indian Institute of Technology, New Delhi, India
Abstract: The advancements in telehealth monitoring technology have enabled the collection of vast quantities of electro-physiological signals, including the electrocardiogram (ECG) which contains critical diagnostic information about cardiac diseases. There are two main key challenges in the automatic classification of cardiac rhythms. First, addressing the specific characteristics of irregular heartbeats is critical for accurate classification. Second, the low frequency of ECG signals combined with noise interference makes it particularly difficult to efficiently detect abnormal electrical activity in the heart. To solve this issue, this article proposes an ensemble deep-learning model, ECG_DEEPNet architecture to enhance the delineation of ECG signals with improved accuracy for better diagnosis in telemedicine monitoring systems. The presented technique consists of a feature extraction stage using a convolutional neural network (CNN) and a sequence processing stage using a combination of gated recurrent units (GRU) and bidirectional long short-term memory (BiLSTM) networks. The proposed method is divided into four parts: first, the signal preprocessing, second waveform segmentation, third classification of ECG signals and lastly results are evaluated on the proposed model. The proposed technique was tested and trained using standard Lobachevsky University Electrocardiography Database (LUDB) and QT database (QTDB) containing annotation of a waveform for accurate classification of ECG wave components. The presented technique shows the average accuracy of 99.82%, 98.50%, and 97.42% for QRS, P, and T on the QTDB database, and 99.96%, 98.82%, and 99.47% on LUDB dataset, respectively, for classification and delineation of ECG signals. The proposed technique achieves better performance compared to state-of-the-art methods, which results in a better diagnosis of heart-related problems.
PaperID: 241,
Authors: Dongfang Ma, Zhaoyang Ma, Chengying Wu, Jianmin Lin
Affiliations: State Key Laboratory of Ocean Sensing & Ocean College, Zhejiang University, Zhoushan, China
Abstract: Tropical cyclones (TCs) are destructive weather systems, and the accurate prediction of the trajectory of TCs is crucial. Previous studies have focused mainly on trajectory prediction for individual TCs, which cannot take into account the interaction between different TCs, affecting the prediction performance. To address this problem, this study proposed an innovative method for multi-TC trajectory prediction based on a density map. Instead of predicting the location of a TC directly, the article first predicts the density map of a sea area, and then obtain TC centers from the predicted density maps. In the first step, a relation extraction module (REM) is proposed in order to analyze the interaction between multiple TCs. Further, a 3-D cloud feature extraction module was designed to enhance the ability to use 3-D cloud structural information on TCs via feature extraction and the fusion of density maps, satellite images, and environmental data. In addition, a long short-term memory (LSTM) fusion module was designed to adaptively select important historical information, which improves the ability to extract long-term spatiotemporal dependencies. In the second step, those density map pixels with extreme values are identified as TC centers. The proposed method was verified by experiments using Gridsat, IBTrACS, and ERA5 datasets. The results show that the mean distance error of TC trajectory prediction is reduced by 10.0%, 10.7%, 10.5%, and 11.7% for overall performance, and 21.5%, 18.0%, 19.1%, and 19.8% for multi-TC scenario in the 6-, 12-, 18-, and 24-h predictions compared with state-of-the-art prediction models.
PaperID: 242,
Authors: Tiankuo Yu, Hui Yang, Qiuyan Yao, Zhiwei Wang, Jie Zhang, Athanasios V. Vasilakos, Mohamed Cheriet
Affiliations: Beijing University of Posts and Telecommunications, Beijing, China; Center for AI Research (CAIR), University of Agder (UiA), Grimstad, Norway; Automation Engineering Department, Ecole de Technologie Superieure (University of Quebec), Montréal, Canada
Abstract: Automatic driving systems face critical challenges, including limited computational resources, complex data processing demands, and disruptions caused by high vehicular mobility, all of which hinder real-time decision-making and system accuracy. Existing solutions, such as edge computing and distributed architectures, partially address these issues but often fail to integrate semantic communication and mobility-aware optimizations. To tackle these challenges, we propose a temporal semantic transformer (TSTNet)-based edge computing network architecture (TSTNet) that enhances decision-making accuracy and reduces latency in automatic driving systems. TSTNet overcomes three key challenges in automatic driving. First, it efficiently utilizes limited computational resources by optimizing the processing of large-scale multimodal data through lightweight semantic extractors and attention-based feature integration, significantly reducing computational overhead. Second, it preserves semantic and behavioral continuity by ensuring seamless transitions of vehicle behavior and surrounding scene semantics during mobility and service handovers. This ensures consistent situational awareness even in highly dynamic vehicular environments. Third, TSTNet reduces decision-making latency by leveraging semantic inheritance to minimize redundant computations, enabling real-time performance and improving the reliability of driver-assist systems. Experimental results demonstrate that TSTNet improves task accuracy by over 90% while reducing decision-making latency by over 50% compared to conventional methods. This architecture offers a scalable, efficient, and robust solution to the computational and mobility challenges in automatic driving, enabling enhanced real-time adaptability in complex traffic scenarios.
PaperID: 243,
Authors: Riccardo Pignari, Vittorio Fra, Enrico Macii, Gianvito Urgese
Affiliations: Electronic Design Automation (EDA) Group, Politecnico di Torino, Turin, Italy
Abstract: Spiking neural networks (SNNs) offer an effective approach to solving constraint satisfaction problems (CSPs) by leveraging their temporal, event-driven dynamics. Moreover, neuromorphic hardware platforms provide the potential for achieving significant energy efficiency in implementing such models. Building upon these foundations, we present an enhanced, fully spiking pipeline for solving CSPs on the SpiNNaker neuromorphic hardware platform. Focusing on the use case of Sudoku puzzles, we demonstrate that the adoption of a constraint stabilization strategy, coupled with a neuron idling mechanism and a built-in validation process, enables this application to be realized through a series of additional layers of neurons capable of performing control logic operations, verifying solutions, and memorizing the network's state. Simulations conducted in the GPU-enhanced neuronal networks (GeNN) environment validate the contributions of each pipeline component before deployment on SpiNNaker. This approach offers three key advantages: 1) Improved success rates for solving CSPs, particularly for challenging instances from the hard class, surpassing state-of-the-art SNN-based solvers. 2) Reduced data transmission overhead by transmitting only the final activity state from SpiNNaker instead of all generated spikes. 3) Substantially decreased spike extraction time. Compared with previous work focused on the same use case, our approach achieves a significant reduction in the number of extracted spikes (54.63% to 99.98%) and extraction time (88.56% to 96.41%).
PaperID: 244,
Authors: Xinyu Dong, Qi Wang, Hongyu Deng, Zhenguo Yang, Weijian Ruan, Wu Liu, Liang Lei, Xue Wu, Youliang Tian
Affiliations: State Key Laboratory of Public Big Data, college of computer science, Guizhou University, Guiyang, China; Guangdong University of Technology, Guangzhou, China; Shenzhen Institute of Advanced Technology, Chinese Academy of Sciences, Shenzhen, China; AI Research of JD.com, Beijing, China
Abstract: Computer vision is the science that aims to enable computers to emulate human visual perception, and it encompasses various techniques and methods for extracting and interpreting information from two-dimensional images. Supervised deep 2-D image feature representation is a fundamental problem in computer vision that applies deep learning techniques to extract and process information from a given 2-D image under supervised settings. The goal is to obtain a feature vector that can be utilized for various downstream computer vision applications. The quality of supervised deep 2-D image feature representation algorithms directly affects the performance of downstream applications. However, most of the existing vision research only explores supervised deep 2-D image feature representation for specific subtasks. Therefore, a comprehensive discussion on this topic is needed. In this article, we propose a taxonomy of supervised deep 2-D image feature representation methods based on four categories: global representation, region representation, hash representation, and hybrid representation, and we introduce their typical approaches. Furthermore, we perform a comparative analysis of the representative methods on three fundamental tasks: image classification, object detection, and semantic segmentation, as well as other common tasks. We also discuss the limitations of supervised deep 2-D image feature representation and investigate future directions in image representation to facilitate the advancement of computer vision through image representation.
PaperID: 245,
Authors: Kun Jiang, Min Hua, Xu He, Lu Dong, Quan Zhou, Hongming Xu, Changyin Sun
Affiliations: School of Automation, Southeast University, Nanjing, China; School of Engineering, University of Birmingham, Birmingham, U.K.; School of Cyber Science and Engineering, Southeast University, Nanjing, China
Abstract: Cooperative adaptive cruise control (CACC) is regarded as a promising technology for achieving efficient and safe collaboration among connected and automated vehicles (CAVs) in a platoon, and multiagent reinforcement learning (MARL) methods are emerging as an effective approach to implementing the CACC technology. However, most MARL methods do not sufficiently tackle the prevalent string stability problem, even when integrating communication mechanisms to improve agents’ understanding of CACC scenarios. This limitation arises because these methods typically learn communication mechanisms based solely on the information directly observable by the agents, neglecting potentially valuable information present in the environment. In this article, we propose a multiagent actor–critic with a potential-driven motivation (MAACPM) approach, which utilizes variational inference theory to infer the potential motivation representation space in the CACC task, providing a more favorable opportunity for adjusting driving behavior within the platoon. Furthermore, we quantify the specific impact of potential motivation on each vehicle by measuring the difference between policies with and without potential motivation. We then utilize this difference as a potential reward signal to incentivize the agent to grasp effective potential motivation. The proposed method was validated in two typical CACC scenarios, where we compared the performance of our MAACPM algorithm with other state-of-the-art MARL methods to demonstrate its effectiveness. Furthermore, we illustrate potential real-world applications of our method by comparing it with actual vehicle driving data.
PaperID: 246,
Authors: Weihao Li, Lei Shi, Mengji Shi, Jiangfeng Yue, Boxian Lin, Kaiyu Qin
Affiliations: School of Aeronautics and Astronautics, University of Electronic Science and Technology of China, Chengdu, China; School of Artificial Intelligence, Henan University, Zhengzhou, China
Abstract: Inspired by the group phenomenon of biological populations in nature, swarm intelligence has been derived and has further advanced the research of coordinated control of networked agent systems (NASs). With this in mind, this article delves into the problem of secure synchronous tracking control for high-order NASs subject to antagonistic interactions, particularly under the threat of denial-of-service (DoS) attacks. First, a novel distributed secure control scheme is crafted to address the complex dynamics of NASs that encompass both cooperative and antagonistic interactions among agents. This scheme is pivotal as it enables follower agents to synchronize their tracking with the leader agent, even amidst the disruptive influence of DoS attacks, transcending the conventional bipartite tracking consensus approach. Subsequently, a dynamic, time-varying closed-loop system is generated, which is intrinsically linked to the intermittent nature of DoS attacks, characterized by periods of dormancy and activity. Based on the infinite matrix product convergence analysis method, some essential algebraic conditions are formulated, which hinge on the parameters of DoS attacks, the underlying network structure, and the gain of the controller. These conditions are critical for guaranteeing the attainment of robust synchronous tracking. Finally, some numerical simulation examples are provided to verify the effectiveness of the proposed secure synchronous tracking control scheme for high-order NASs with signed networks. That is, all followers are able to achieve synchronous tracking of the leader when the corresponding topology, as well as control parameter conditions, are satisfied, and the opposite is not possible.
PaperID: 247,
Authors: Jia Liu, Jiapeng Liu, Qing-Guo Wang, Jinpeng Yu
Affiliations: School of Automation, Qingdao University, Qingdao, China; Institute of AI and Future Networks, Beijing Normal University, Zhuhai, China
Abstract: Finite-time command-filter event-trigger control based on adaptive neural network is presented in this article for a class of output-feedback stochastic nonlinear system (SNS) with output time-varying constraints and unmeasured states. The adaptive neural network combined with backstepping is utilized to approximate the unknown nonlinear functions of the system. The finite-time command-filter is employed to reduce the difficulty of complex calculation caused by backstepping technique. An adaptive observer is developed to estimate unmeasured states, and a controller is designed to be triggered only when the event-triggered condition is met. The time-varying barrier Lyapunov function is utilized to ensure the output time-varying constraint. The control method proposed in this article not only guarantees the finite-time stability of the system but also meets the output constraint. The effectiveness of the method is demonstrated on the ship maneuvering system with three degrees of freedom.
PaperID: 248,
Authors: Siwen Liu, Yi Zuo, Tieshan Li, Huanqing Wang, Xiaoyang Gao, Yang Xiao
Affiliations: Navigation College, Dalian Maritime University, Dalian, China; School of Automation Engineering, University of Electronic Science and Technology of China, Chengdu, China; College of Mathematical Sciences, Bohai University, Jinzhou, China; Department of Computer Science, The University of Alabama, Tuscaloosa, AL, USA
Abstract: In the article, an adaptive fixed-time reinforcement learning (RL) optimized control policy is given for nonlinear systems. Radial basis function neural networks (RBFNNs) are exploited to fit uncertain nonlinearities appeared in the considered systems and RL is applied under the critic-actor architecture by using RBFNNs. Specifically, a novel fixed-time smooth estimation system is proposed to improve the estimating performance of RBFNNs. The introduction of the hyperbolic tangent function effectively avoids the singularity problem of the derivative of the virtual controller. The stability analysis shows that the tracking error inclines to an adjustable region near the origin in a fixed-time interval and the boundedness of all signals is obtained. Finally, the intelligent ship autopilot is simulated to prove the utilizability of the obtained control way.
PaperID: 249,
Authors: Xiao Yang, Zhan-Li Sun, Mengya Liu, Zhigang Zeng, Kin-Man Lam, Xin Wang
Affiliations: School of Microelectronics, Hefei University of Technology, Hefei, China; School of Electrical Engineering and Automation, Anhui University, Hefei, China; School of Computer Science and Technology, Anhui University, Hefei, China; School of Artificial Intelligence and Automation, Huazhong University of Science and Technology, Wuhan, China; Department of Electronic and Information Engineering, The Hong Kong Polytechnic University, Hong Kong, China
Abstract: Due to the significant differences between the structural and sequence information of RNA, accurately predicting RNA-small molecule binding sites by utilizing these two attributes remains a challenging task. This study introduces a novel network for predicting RNA-small molecule binding sites, employing a two-stage approach that integrates feature extraction and fusion processes. On one hand, in order to capture the diverse characteristic information of RNA, a dual-path feature extraction module is proposed to extract features from both short-range and long-range perspectives, by incorporating convolutional and attention networks. On the other hand, a one-dimensional multiscale feature fusion module, consisting of parallel one-dimensional convolutional kernels, is proposed to extract feature information at multiple granularities and to effectively integrate the features of nucleotides on the RNA chain and their neighboring nucleotides. Experimental results demonstrate that RNA-small molecule binding sites prediction by dual-path feature extraction and one-dimensional multiscale feature fusion network (RSMBSP-DON) is competitive with some recently reported methods.
PaperID: 250,
Authors: Jinchao Han, Yan Yan, Baoxian Zhang
Affiliations:
Abstract: With the increasing utilization of unmanned aerial vehicles (UAVs) in military operations, multi-UAV air combat has been emerging as one of the most important modes for future warfare. How to achieve intelligent cooperative maneuver policies subject to limited information sharing caused by the communication constraints among UAVs is crucial for winning air combat. In this article, we formulate the communication-constrained multi-UAV air combat problem as a Markov game and propose a novel sparse inferred intention sharing multiagent reinforcement learning (SIIS-MARL) algorithm for improving the winning rate of multi-UAV air combat. Our proposed algorithm contains the following designs: An intention inference module that enables each UAV to infer the intentions of teammates through the theory of mind (ToM) network for improved cooperation among teammates, and an attention-based sparse transmission mechanism which utilizes the inferred intentions and encoded embeddings to learn communication weights of teammates for enabling efficient sparsity in communication without causing performance penalty. Simulation results validate the effectiveness of our proposed algorithm as compared with existing work.
PaperID: 251,
Authors: Jacob Sanderson, Hua Mao, Wai Lok Woo
Affiliations: Department of Computer and Information Sciences, Northumbria University, Newcastle, U.K.
Abstract: Explainable Artificial Intelligence (XAI) is increasingly essential as AI systems are deployed in critical fields such as healthcare and finance, offering transparency into AI-driven decisions. Two major XAI paradigms, counterfactual explanations (CFX) and feature attribution (FA), serve distinct roles in model interpretability. This study introduces GradCFA, a hybrid framework combining CFX and FA to improve interpretability by explicitly optimizing feasibility, plausibility, and diversity—key qualities often unbalanced in existing methods. Unlike most CFX research focused on binary classification, GradCFA extends to multiclass scenarios, supporting a wider range of applications. We evaluate GradCFA’s validity, proximity, sparsity, plausibility, and diversity against state-of-the-art methods, including Wachter, DiCE, CARE for CFX, and SHAP for FA. Results show GradCFA effectively generates feasible, plausible, and diverse counterfactuals while offering valuable FA insights. By identifying influential features and validating their impact, GradCFA advances AI interpretability.
PaperID: 252,
Authors: Mohsen Saffari, Mahdi Khodayar, Mohammad E. Khodayar, Seyed Saeed Fazlhashemi
Affiliations: Department of Electrical and Computer Engineering, Purdue University Northwest, Hammond, IN, USA; Department of Computer Science, University of Tulsa, Tulsa, OK, USA; Department of Electrical and Computer Engineering, Southern Methodist University, Dallas, TX, USA
Abstract: Accurate fault classification and location are critical to ensure the reliability and resilience of large-scale power distribution systems (PDSs). The existing data-driven works in this area struggle to capture essential space-time correlations of PDS measurements and often rely on deterministic and shallow neural architectures. Furthermore, they encounter challenges such as over-smoothing and the inability to capture deep correlations. To overcome these limitations, a novel deep space-time generative graph convolutional autoencoder (SGGCA) is proposed. First, the PDS is modeled as a space-time graph where the nodes and edges show the bus measurements and line impedance values, respectively. The proposed SGGCA's encoder captures deep correlations of the space-time graph using a new graph convolution with early connections and identity transformations to mitigate the over-smoothing. Our encoder encompasses a new recurrent method to adjust graph convolution parameters without relying on node embeddings on the temporal dimension. Additionally, it incorporates generative modeling by capturing the probability distribution function of the latent representation through a conditional normalizing flow model. The extracted generative space-time features are enhanced by a multi-head attention mechanism to better capture task-relevant characteristics of the PDS measurements. The extracted features are fed to sparse decoders to classify and locate the faults in the PDS. The feature sparsity of decoders ensures a high generalization capacity and avoids overfitting. The proposed method is evaluated on the IEEE 69-bus and 123-bus systems. It achieves substantial improvements in fault classification accuracy by 3.33% and 6.26% and enhances fault location accuracy by 6.33% and 5.73% for the respective PDSs compared with state-of-the-art models.
PaperID: 253,
Authors: Surya Majumder, Aishik Paul, Friedhelm Schwenker, Ram Sarkar
Affiliations: Computer Science and Engineering, Heritage Institute of Technology, Kolkata, India; CMATER Research Lab, Jadavpur University, Jadavpur, India
Abstract: Addressing the formidable challenges posed by the diagnosis and management of various types of cancer, including breast, colon, lung, and colorectal cancer, demands innovative solutions to streamline histopathological analysis processes. In this study, we propose a novel lightweight convolutional neural network (CNN) called statistical attentions and wavelet aided lightweight network (SAWL-Net) architecture based on MobileNetV2 equipped with hybrid statistical similarity and wave format-aided attention mechanisms, specifically tailored to the demands of cancer histopathology. By leveraging the capabilities, our model incorporates a lightweight design while ensuring high-performance outcomes. We introduce a unique combination of Pearson correlation coefficient, Spearman rank correlation, and cosine similarity metrics, alongside a specialized wave conversion technique to enhance the detection of similarities across different channels of histopathological data, while providing a holistic approach to the model. In this study, we have considered breast, colorectal, and lung & colon cancer datasets for experimentation. Notably, our model surpasses prevailing state-of-the-art methodologies, showcasing its efficacy in optimizing diagnostic accuracy and expediting treatment strategies for varied cancer types. Our codes are publicly available at the GitHub repository.
PaperID: 254,
Authors: Leonidas Boutsikaris, Spyros E. Polykalas
Affiliations: Digital Media and Communication (DMC), Ionian University, Kefalonia, Greece
Abstract: This article provides a review of classification methods for irony and sarcasm in textual data. It explores different approaches to detecting irony and sarcasm, their definitions, distinguishing features, and detection methodologies. The study examines a range of datasets used in irony and sarcasm detection research, including short-text datasets from social media platforms and long-text datasets from product reviews and discussion forums. Additionally, the article discusses the various features employed in sarcasm detection experiments, such as lexical, pragmatic, hyperbole, semantic, syntactic, sentiment, and contextual features. It also explores the classification methodologies used. The article concludes by analyzing each classification method and highlighting the latest trends in irony and sarcasm detection.
PaperID: 255,
Authors: Supparesk Rittikulsittichai, Thitirat Siriborvornratanakul
Affiliations: Graduate School of Applied Statistics, National Institute of Development Administration, Klong-Chan, Bangkapi, Bangkok, Thailand
Abstract: This study explores an innovative approach to improving printed circuit board (PCB) manufacturing through an intelligent chatbot assistant. Our chatbot leverages the retrieval-augmented generation (RAG) technique within the Langchain framework, integrating the capabilities of large language models (LLMs) ChatGPT and Llama 2. This combined approach empowers the chatbot to deliver not only accurate but also nuanced and detailed responses to user queries, enhancing troubleshooting and knowledge dissemination. We employ a comprehensive evaluation strategy that incorporates both quantitative and qualitative assessments. While quantitative evaluations reveal no significant differences between the models, qualitative feedback overwhelmingly favors the ChatGPT-based model. The positive user feedback, coupled with the ChatGPT chatbot's superior performance in subjective evaluations, highlights its potential to transform PCB manufacturing by minimizing delays and elevating performance standards.
PaperID: 256,
Authors: Gaurav R. Hirani, Kevin I-Kai Wang, Waleed H. Abdulla
Affiliations: Department of Electrical, Computer, and Software Engineering, The University of Auckland, Auckland, New Zealand
Abstract: The field of computer vision is predominantly driven by supervised models, which, despite their efficacy, are computationally expensive and often intractable for many applications. Recently, research has expedited alternative avenues such as self-organizing maps (SOM)-based architectures, which offer significant advantages such as tractability, the absence of back-propagation, and feed-forward unsupervised learning. However, these SOM-based approaches frequently suffer from lower accuracy and limited generalization capabilities. To address these shortcomings, we propose a novel model called split and concur SOM (SACSOM). SACSOM overcomes the limitations of closely related SOM-based algorithms by utilizing multiple parallel branches, each equipped with its own SOM modules that process data independently with varying patch sizes. Furthermore, by creating groups of classes and using respective training samples to train independent subbranches in each branch, our approach accommodates datasets with a large number of classes. SACSOM employs a simple yet effective labeling technique requiring minimal labeled samples. The outputs from each branch, filtered by a threshold, contribute to the final prediction. Experimental validation on MNIST-digit, Fashion-MNIST, CIFAR-10, and CIFAR-100 demonstrates that SACSOM achieves competitive accuracy with significantly reduced computation time. Furthermore, it exhibits superior performance and generalization capabilities, even in high-noise scenarios. The weights of the single-layered SACSOM provide meaningful insights into the patch-based learning pattern, enhancing its tractability and making it ideal from the perspective of explainable AI. This study addresses the limitations of current clustering techniques, such as K-means and traditional SOMs, by proposing a lightweight, manageable, and fast architecture that does not require a GPU, making it suitable for low-powered devices.
PaperID: 257,
Authors: Pranab Das, Dilwar Hussain Mazumder
Affiliations: Department of Computer Science and Engineering, National Institute of Technology Nagaland, Dimapur, India; Department of Computer Science, Kumar Bhaskar Varma Sanskrit and Ancient Studies University, Nalbari, India
Abstract: Due to the worldwide COVID-19 pandemic, developing a specific drug to combat the Coronavirus disease (COVID) has been essential. However, pinpointing potential adverse reactions to these drugs pose challenges in the quest for efficacious COVID treatment. Recent improvements in computational models employed in pharmaceutical production have opened novel avenues for detecting such adverse reactions. In response to the pressing demand for developing effective COVID drugs, this research introduces a methodology that combines a multilabel convolutional neural network and long short-term memory (MLCNN-LSTM-COV). The experimental evaluations here use COVID drug “ball and stick” chemical conformers. The distinctive features of the chemical conformers are represented through the RGB color channel, and features are extracted by employing a convolutional neural network, MaxPooling2D, and long short-term memory (LSTM) layers. The results showcase the superior efficiency of the MLCNN-LSTM-COV model, surpassing the performance of the previous study. Notably, the proposed model achieves the highest accuracy of 95.33% and a co-occurrence adverse drug reaction detection rate of 78.12%. This research represents a notable advancement in modeling adverse drug reactions (ADR), especially in COVID treatment.
PaperID: 258,
Authors: Erfaan Rezvanfar, Jing Wang, Clarence W. de Silva
Affiliations: Department of Mechanical Engineering, The University of British Columbia, Vancouver, BC, Canada
Abstract: Precise modeling of dynamical systems can be crucial for engineering applications. Traditional analytical models often struggle when capturing real-world complexities due to challenges in system nonlinearity representation and model parameter determination. Data-driven models, such as deep neural networks (DNNs), offer better accuracy and generalization but require large quantities of high-quality data. The present article introduces a novel method called the synthesized-data neural network (SDNN), which integrates analytical models, which represent physics, with DNNs to enhance the dynamic model. The main steps of the present method are as follows. The first three degrees of freedom (DOF) of a Kinova Gen3 Lite manipulator are formulated using the Euler–Lagrange equations of motion. The experimental data are recorded from the manipulator. Simulated data from the analytical model are combined with experimental data to train the neural network. The model’s performance is evaluated using the mean squared error (MSE) in real-time experiments with the Kinova Gen3 Lite manipulator. Training datasets represent 14 trajectories, with the MSE calculated for four testing trajectories. The obtained results have led to the following conclusions. The SDNN model has shown improved performance in predicting joint torques when compared to the purely analytical model or the purely data-driven model. The SDNN, when trained with synthesized data from 14 trajectories (SDNN-14), achieved the lowest MSE of 2.14, outperforming the analytical model (MSE of 2.81) and the neural network trained solely on experimental data (MSE of 3.05).
PaperID: 259,
Authors: P. S. Arun, Bibin Francis, Varun P. Gopi
Affiliations: Department of Electronics and Communication Engineering, National Institute of Tiruchirappalli, Tiruchirappalli, Tamil Nadu, India
Abstract: Optical coherence tomography (OCT), a noninvasive diagnostic technology for identifying and treating various ocular diseases, encounters a loss of image quality due to the introduction of speckles during the image creation process, compromising the precision of disease diagnosis. Researchers have proposed numerous deep convolutional networks to address speckle artifacts in OCT images. This article presents a novel deep convolutional encoder–decoder framework called NL-CoWNet for speckle elimination in OCT images. This despeckling architecture consists of an encoder network having the topology of ResNet34, whose certain feature vectors are passed through nonlocal (NL) neural network blocks and a novel subband modulated dual-tree complex wavelet (CoW) transform (DT-CWT) blocks, followed by a decoder unit with upsampling layers and channel-wise squeeze and excitation (CSE) convolutional blocks. Our network architecture has been validated after numerous ablation studies. Qualitative and quantitative assessments with contemporary and established methodologies have proven that NL-CoWNet excels conspicuously in speckle removal while preserving the structural features of the image.
PaperID: 260,
Authors: Amandeep Kaur
Affiliations: Department of Management Studies, ABV-Indian Institute of Information Technology and Management, Gwalior, Madhya Pradesh, India
Abstract: The rapid growth of industrial Internet of Things (IIoT) applications generates massive amount of heterogeneous data that are prone to cyberattacks. The imperative is to secure industrial data from adversarial attacks and develop a robust and secure framework capable of withstanding sophisticated attacks. Toward this machine learning (ML) algorithms are used for intrusion detection by analyzing the devices’ network traffic. However, classical ML models work on entire datasets that are located on a central server and are not a suitable choice for a secure intrusion detection framework. We propose the federated learning (FL)-based network intrusion detection model for IIoT scenarios which only share learned parameters with the central server and keep the data intact to local servers only. The proposed model is assisted with gated recurrent units (GRUs) for FL training to extract temporal dependencies of network traffic attacks in order to improve intrusion detection accuracy. Additionally, to increase the model aggregation rate of FL, we integrate deep reinforcement learning (DRL) to select of IIoT devices with high quality while keeping data privacy and energy-efficiency as main concerns. In contrast to earlier approaches, we consider nonindependent and identically distributed (non-IID) data over recent IIoT datasets. Experimental findings indicate that the proposed framework outperforms state-of-the-art FL and non-FL intrusion detection models in terms of accuracy, precision, recall, F1-score, and receiver operating characterstics (ROC).
PaperID: 261,
Authors: Mohd Aquib, Nishchal K. Verma, M. Jaleel Akhtar
Affiliations: Department of Electrical Engineering, Indian Institute of Technology Kanpur, Kanpur, India
Abstract: Facial expression recognition (FER) is a complex task, hindered by subtle distinctions between expression classes, significant variability within each class, and external influences such as identity, pose, age, and ethnicity. As a result, achieving pure expression encodings that are resilient to exogenous factors proves elusive, thereby compromising the downstream classification tasks. This study presents a novel intelligent FER scheme that mitigates the impact of external confounders by integrating disentangled representation learning with fuzzy logic. Building on Adaptive \beta-variational autoencoder (VAE) [1] as a backbone, we develop a semisupervised guided adaptive \beta variational autoencoder (GA-\beta-VAE) capable of isolating expression features from exogenous factors. Specifically, the adaptive \beta-VAE is augmented with two additional branches: a deformable PCA-based secondary decoder that disentangles expression-irrelevant transformations from the core expression content, and an adversarial excitation–inhibition branch that forces the “target” (expression) latent variables to be informative only of expressions. This yields well separated, expression-centric embeddings that are subsequently processed by an interval type-2 (IT2) fuzzy classification unit to predict the corresponding expression classes. By avoiding reliance on paired data or explicit annotations, this approach offers a scalable and flexible solution for FER. Experimental evaluations on benchmark datasets [extended Cohn–Kanade (CK+), facial expression recognition plus (FER+), and real-world affective faces database (RAF-DB)] demonstrate the framework’s effectiveness in addressing the challenges posed by exogenous factors, achieving superior accuracy and interpretability compared to state-of-the-art methods.
PaperID: 262,
Authors: Nabasmita Phukan, M. Sabarimalai Manikandan, Ram Bilas Pachori
Affiliations: Department of Electrical Engineering, Indian Institute of Technology Indore, Indore, India; Department of Electrical Engineering, Indian Institute of Technology Palakkad, Palakkad, India
Abstract: Atrial fibrillation (AF) is a cardiac arrhythmia which leads to ischemic stroke. This article presents a real-time AF detection method with reduction in energy consumption and false alarms for wearable devices. The method is designed with a 1-D-convolutional neural network (CNN), RR interval (RRI), and P-wave features. The training dataset contains the Fourier magnitude spectrum (FMS) and RRI of 10-s electrocardiogram (ECG) segments from five benchmark ECG databases (1-lead, 2-lead, and 12-lead). The 1-D-CNN-based AF detection methods are tested with two untrained datasets (2-lead and 12-lead) and 20% of the trained dataset. The optimal trade-off between performance and computational complexity is achieved using 5-layer-CNN model (activation function: exponential linear unit and kernel size: 4 × 1) with a model size of 4.33 MB and processing time of 0.100 ms. The CNN-RRI-FMS based AF detection method has an overall accuracy, sensitivity, and specificity of 99.44%, 98.76%, and 99.81%, respectively. The method is validated on Raspberry-Pi. The method has an average latency and energy consumption of 3.52 ms and 10.76 mJ for a 10-s ECG segment on Raspberry Pi. Comparative analysis with prior studies and existing deep-learning networks signifies the superiority of the method in terms of performance, computational complexity, and energy efficiency. The experimental results emphasize its suitability for real-time implementations in cardiac health monitoring devices.
PaperID: 263,
Authors: Anindita Mohanta, Sourav Dey Roy, Niharika Nath, Abhijit Datta, Mrinal Kanti Bhowmik
Affiliations: Department of Computer Science and Engineering, Tripura University (A Central University), Suryamaninagar, Tripura, India; Department of Biological and Chemical Sciences, New York Institute of Technology, New York, NY, USA; Department of Pathology, Agartala Government Medical College (AGMC), Tripura, India
Abstract: Cancer is one of the most severe diseases, affecting the lives of many people in the modern world. Among the various types of cancer, cervical cancer is one of the most frequently occurring cancers in the female population. In most cases, doctors and practitioners can typically only identify cervical cancer in its latter stages. Planning cancer therapy and increasing patient survival rates become very difficult as the disease progresses. As a result, diagnosing cervical cancer in its initial stages has become imperative to arrange proper therapy and surgery. In this article, we present a survey of automatic computerized methods for diagnosing cervical abnormalities based on microscopic imaging modalities. The present survey was conducted by defining a novel taxonomy of the surveyed techniques based on the approaches they used. We also discuss the challenges and subchallenges associated with an automatic cervical cancer diagnosis based on microscopic imaging modalities. Additionally, surveys on various public and private datasets used by the research community for developing new methods are presented. In this article, the performances of published papers are compared. The article concludes by suggesting possible research directions in these fields.
PaperID: 264,
Authors: Yaganteeswarudu Akkem, Saroj Kumar Biswas
Affiliations: National Institute of Technology, Silchar, India
Abstract: This article introduces an innovative crop recommendation system that leverages an attention-based cascaded deep learning network (AACNet) optimized by an improved migration algorithm (IMA). The system is designed to address the inefficiencies of traditional crop recommendation methods by providing precise, real-time suggestions tailored to specific agricultural factors such as weather, soil type, and time. The AACNet employs recurrent neural networks (RNN) and gated recurrent units (GRU) to analyze time-sensitive agricultural factors, such as weather patterns and soil conditions, while the attention mechanism prioritizes the most significant features for accurate crop recommendations. The IMA optimizes the deep learning network, enhancing the system’s accuracy, precision, recall, and execution time. Experimental results demonstrate that the proposed system outperforms traditional methods, marking a significant advancement in precision agriculture. The system’s potential to revolutionize farming decision-making processes by optimizing resource allocation, reducing costs, and increasing crop yields underscores its importance in global agricultural challenges. This research represents a transformative step towards informed, efficient, and sustainable farming practices.