Open Access. Powered by Scholars. Published by Universities.®
- Institution
-
- China Simulation Federation (3880)
- TÜBİTAK (3106)
- Wright State University (1960)
- Old Dominion University (937)
- Singapore Management University (884)
-
- Washington University in St. Louis (730)
- Embry-Riddle Aeronautical University (590)
- Air Force Institute of Technology (443)
- Missouri University of Science and Technology (440)
- Neutrosophic Systems with Applications (375)
- University of Nebraska - Lincoln (274)
- Chulalongkorn University (235)
- University of Central Florida (188)
- Portland State University (158)
- University of Nevada, Las Vegas (152)
- University of Arkansas, Fayetteville (149)
- University of South Carolina (125)
- Purdue University (118)
- Chapman University (114)
- University for Business and Technology in Kosovo (114)
- University of Kentucky (111)
- University of South Florida (104)
- Technological University Dublin (100)
- California Polytechnic State University, San Luis Obispo (79)
- University of New Haven (77)
- University of Dar es Salaam (74)
- New Jersey Institute of Technology (63)
- Michigan Technological University (61)
- University of Texas at El Paso (59)
- University of Malaya (56)
- Keyword
-
- Machine learning (392)
- Computer Science (351)
- Deep learning (301)
- Department of Computer Science and Engineering (285)
- Engineering (253)
-
- Simulation (216)
- Machine Learning (185)
- Artificial intelligence (169)
- Optimization (164)
- Technical writing (158)
- College of Engineering and Computer Science (157)
- Newsletters (157)
- Science news (157)
- Classification (130)
- Genetic algorithm (120)
- Cybersecurity (115)
- Security (108)
- Reinforcement learning (102)
- Computer Engineering (101)
- Computer vision (101)
- Deep Learning (101)
- Neural networks (99)
- Artificial Intelligence (92)
- Path planning (91)
- Particle swarm optimization (88)
- Algorithms (85)
- Clustering (79)
- Image processing (78)
- Robotics (78)
- Virtual reality (77)
- Publication Year
- Publication
-
- Journal of System Simulation (3880)
- Turkish Journal of Electrical Engineering and Computer Sciences (3106)
- Computer Science & Engineering Syllabi (1312)
- Research Collection School Of Computing and Information Systems (857)
- All Computer Science and Engineering Research (683)
-
- Theses and Dissertations (503)
- Neutrosophic Systems with Applications (375)
- Browse all Theses and Dissertations (308)
- Journal of Digital Forensics, Security and Law (300)
- Electrical and Computer Engineering Faculty Research & Creative Works (282)
- Electronic Theses and Dissertations (249)
- Chulalongkorn University Theses and Dissertations (Chula ETD) (235)
- Electrical & Computer Engineering Theses & Dissertations (217)
- Computer Science and Engineering Faculty Publications (184)
- Annual ADFSL Conference on Digital Forensics, Security and Law (174)
- BITs and PCs Newsletter (157)
- School of Computing: Dissertations, Theses, and Student Research (154)
- Faculty Publications (150)
- Electrical & Computer Engineering Faculty Publications (137)
- Dissertations (121)
- Computer Science Faculty Publications (107)
- USF Tampa Graduate Theses and Dissertations (94)
- Computer Science Faculty Publications and Presentations (83)
- Engineering Faculty Articles and Research (81)
- UBT International Conference (73)
- Electrical & Computer Engineering and Computer Science Faculty Publications (71)
- Graduate Theses and Dissertations (69)
- Tanzania Journal of Engineering and Technology (TJET) (69)
- UNLV Theses, Dissertations, Professional Papers, and Capstones (64)
- Doctoral Dissertations (59)
- Publication Type
Articles 751 - 780 of 17307
Full-Text Articles in Computer Sciences
Input Structure Based Optimization For Privacy Preserving Ai Systems, Feng Yizhou
Input Structure Based Optimization For Privacy Preserving Ai Systems, Feng Yizhou
Electrical & Computer Engineering Theses & Dissertations
As Artificial Intelligence (AI) systems become increasingly integrated into critical domains, ensuring privacy-preserving model design and system deployment has become a pressing priority. Safeguarding both sensitive user data and proprietary model parameters is critical throughout the AI model and system, from data acquisition and pre-processing to model inference and deployment. However, existing privacy-preserving frameworks face several limitations, including fragmented data ownership, incomplete protection across system stages, substantial computational overhead, and poor scalability to modern architectures such as large language models. This dissertation explores a unifying optimization strategy centered on input structure design to address these challenges. The core idea is …
Traffic Prediction For Research And Education Networks: Anomaly-Aware Deep Learning And Benchmarking, Mohammad Arafath Uddin Shariff
Traffic Prediction For Research And Education Networks: Anomaly-Aware Deep Learning And Benchmarking, Mohammad Arafath Uddin Shariff
School of Computing: Dissertations, Theses, and Student Research
Research and Education Networks (RENs) and High-Performance Computing (HPC) environments are critical infrastructures for modern scientific discovery, demanding sustained high-throughput and low-latency data transfers. Unlike commercial networks, RENs exhibit unique traffic characteristics, including predominant “elephant flows,” inherent burstiness, and complex temporal-spatial dynamics often decoupled from human-driven cycles. Traditional traffic forecasting methods, tailored for commercial Wide Area Networks (WANs), consistently fail to capture these distinct REN dynamics, leading to inefficient resource management and potential impediments to scientific progress.
This thesis addresses this critical gap by developing and validating a robust, scalable, and anomaly-aware traffic forecasting framework specifically tailored for REN/HPC networks. …
Effective Transformer Networks For Undersampled Magnetic Resonance Image Reconstruction, Tahsin Rahman
Effective Transformer Networks For Undersampled Magnetic Resonance Image Reconstruction, Tahsin Rahman
Open Access Theses & Dissertations
The proliferation of data-driven tools for solving problems in every possible domain, coupled with rapid advances in computing technology, has led to an arms race of AI development and application research in industry and academia. One field of research that stands to gain immeasurably from this revolution is medical imaging. It is a critical part of modern diagnostics, and advancements in this area can directly benefit the average person by making healthcare more accessible, accurate, and affordable. Breakthroughs in mainstream image processing and computer vision have long fueled development in medical imaging, and it is now common to see cutting …
Robustness Investigation, Detection, And Defense Of Deep Learning Models Against False Data Injection, Amirhossein Nazeri
Robustness Investigation, Detection, And Defense Of Deep Learning Models Against False Data Injection, Amirhossein Nazeri
All Dissertations
This dissertation addresses the critical challenge of adversarial robustness in deep learning systems, focusing on two fundamental domains: time-series prediction and object detection. As these AI systems become increasingly deployed in safety-critical applications from power grid management to autonomous vehicles their vulnerability to adversarial attacks poses significant risks to infrastructure and human safety.
The first contribution introduces a novel stealthy black-box False Data Injection (FDI) attack specifically designed for quasi-periodic time-series data. Unlike existing attacks that produce easily detectable anomalies, our method generates adversarial perturbations that preserve the underlying periodicity and statistical properties of the data, effectively bypassing traditional anomaly …
How Developers Use Type-System Related Programming Language Features, Samuel W. Flint
How Developers Use Type-System Related Programming Language Features, Samuel W. Flint
School of Computing: Dissertations, Theses, and Student Research
Optional type annotations are a popular feature of programming languages that allow developers to omit explicit type information in code while, in some cases, retaining many of the benefits of static typing, such as in-code documentation, improved detection of type errors, or enforcement of code properties. However, how developers use and understand optional type annotations is not clear. The focus of this dissertation is to understand the use and comprehension of optional type annotations.
Optional type annotations are examined through four lenses: first, by examining the evolution of usage in a statically typed programming language (Kotlin, the default language for …
Study Of Ai Applications In Biomedical Data Acquisition, Communication, And Analysis: Cest Mri Acceleration And Ecg Transmissions, Adarsha Bhattarai
Study Of Ai Applications In Biomedical Data Acquisition, Communication, And Analysis: Cest Mri Acceleration And Ecg Transmissions, Adarsha Bhattarai
Dissertations and Doctoral Documents, University of Nebraska-Lincoln, 2023–
This dissertation investigates the application of artificial intelligence in biomedical data acquisition, communication, and analysis to advance neurological research and to enable the early detection of cardiovascular conditions. Despite significant advances in imaging and physiological modalities, challenges persist. Imaging modalities, such as the chemical exchange saturation transfer magnetic resonance imaging (CEST MRI) technique are challenged by a prolonged data acquisition time and high operational costs. In addition, physiological modalities such as electrocardiogram (ECG) sensors face constraints in providing uninterrupted signal monitoring which is crucial for the timely detection of premature cardiac abnormalities. The primary goal of this work is to …
Decoding Anisotropic Porous Medium: A Synergy Of Lattice Boltzmann Modelling And Operator Learning To Predict Permeability As A Function Of Orientation, Soumya Shouvik Bhattacharjee
Decoding Anisotropic Porous Medium: A Synergy Of Lattice Boltzmann Modelling And Operator Learning To Predict Permeability As A Function Of Orientation, Soumya Shouvik Bhattacharjee
Open Access Theses & Dissertations
Understanding the directional properties of porous media is essential for accurately predicting flow behavior, reactive transport, and fluid-solid interactions in systems ranging from geothermal reservoirs to energy storage devices and biological tissues. Directional variations in permeability - reflecting a medium's response to flow at different angular orientations - are particularly important for complex, inherently anisotropic geometries. In this study, we employ a Lattice Boltzmann (LBM) model to calculate directional permeabilities from porous media images subjected to varying flow inlet angles. Three classes of porous media were investigated: (1) synthetic media with circular grains, serving as isotropic baselines; (2) synthetic media …
A Digital Engineering Framework For Ai-Driven Trade-Off Evaluation And Predictive Component Classification, Alejandro Silva Au
A Digital Engineering Framework For Ai-Driven Trade-Off Evaluation And Predictive Component Classification, Alejandro Silva Au
Open Access Theses & Dissertations
This thesis introduces a digital engineering tool designed to help engineers make smarter decisions when choosing actuators. At its core, the system brings together machine learning (specifically XGBoost) and a decision-making method called Multi-Utility Attribute Theory (MUAT). The goal is to support engineers in picking components based on what really matters for their designs, whether that's speed, cost, durability, or any other performance factor. What makes this tool stand out is its user-friendly interface that lets people interact with the system directly. It takes a set of actuator performance data, classifies each one into a relevant use category, and then …
Laser Scan Path Design For Controlled Microstructure In Additive Manufacturing With Integrated Reduced-Order Phase-Field Modeling And Deep Reinforcement Learning, Augustine Twumasi
Laser Scan Path Design For Controlled Microstructure In Additive Manufacturing With Integrated Reduced-Order Phase-Field Modeling And Deep Reinforcement Learning, Augustine Twumasi
Open Access Theses & Dissertations
Laser Powder Bed Fusion (L-PBF) is a well-established additive manufacturing technique for fabricating intricate metal components with exceptional precision. A significant challenge in L-PBF is the formation of complex microstructures that influence final material properties. We propose a physics-guided, machine learning-aided approach to optimize scan paths for desired microstructure outcomes, such as equiaxed grains. We employed a phase-field method (PFM) to model the evolution of the crystalline grain structure. To reduce computational costs, we trained a surrogate machine learning model, a 3D U-Net convolutional neural network, using single-track phase-field simulations with varying laser powers to predict crystalline grain orientations based …
Human Activity Recognition And Identification Driven Automated Deep Learning For Time-Series Classification, Justin Alan Gamble
Human Activity Recognition And Identification Driven Automated Deep Learning For Time-Series Classification, Justin Alan Gamble
Engineering Management & Systems Engineering Theses & Dissertations
The growing emphasis on Digital Engineering (DE) within the U.S. Department of Defense (DoD) demands advanced methods for leveraging vast time-series data generated by sensor-rich environments. Deep learning models offer promising solutions for complex timeseries classification tasks, however their design and optimization remain highly resource intensive, requiring specialized expertise. This dissertation addresses this challenge by developing and evaluating an Automated Machine Learning (AutoML) framework specifically tailored for the time-series classification task of Human Activity Recognition and Identification (HARI).
A systematic investigation was conducted using the Design Science Research Methodology (DSRM) comparing traditional search strategies of grid search and random search …
Low-Level Memory Attacks On Edge Assisted Robotic Applications, William Arnold
Low-Level Memory Attacks On Edge Assisted Robotic Applications, William Arnold
Master of Engineering Theses
This thesis investigates how low-level memory faults can undermine edge-assisted robotic systems that rely on memory optimization. As robots are utilized in real world applications, the ability to operate safely and successfully in mission critical deployment becomes important. To help achieve these goals, developers are increasingly starting to place computation nodes at network edges to meet latency and reliability requirements. Edge nodes, however, are resource-constrained and resources conservation techniques such as Kernel Same-page Merging (KSM) are enabled to deduplicate identical pages across processes or virtual machines. This thesis shows that this optimization technique quietly widens the attack surface and can …
Machine Learning Based Medical Ultrasound Image Classification And Grad-Cam Interpretation, Victoria C. Hemphill
Machine Learning Based Medical Ultrasound Image Classification And Grad-Cam Interpretation, Victoria C. Hemphill
All Theses
This work takes a step in creating a diagnostic tool for the classification decision process of Achilles tendinopathy using ultrasound images. An attention-based multiple instance learning model is developed to classify the images. Typically, doctors capture multiple ultrasound images of the Achilles tendon during a study to determine a complete diagnosis. Multiple instance models adopt this behavior by providing a single label for a set of instances (images). The images are grouped into ”bags” at the study level and passed into the model. The MIL model then uses its attention property to assign an importance score to each image to …
Autoregressive Temporal Modeling For Advanced Tracking-By-Diffusion, Pha Nguyen, Rishi Madhok, Bhiksha Raj, Khoa Luu
Autoregressive Temporal Modeling For Advanced Tracking-By-Diffusion, Pha Nguyen, Rishi Madhok, Bhiksha Raj, Khoa Luu
Electrical Engineering and Computer Science Faculty Publications and Presentations
Object tracking is a widely studied computer vision task with video and instance analysis applications. While paradigms such as tracking-by-regression,-detection,-attention have advanced the field, generative modeling offers new potential. Although some studies explore the generative process in instance-based understanding tasks, they rely on prediction refinement in the coordinate space rather than the visual domain. Instead, this paper presents Tracking-by-Diffusion, a novel paradigm for object tracking in video, leveraging visual generative models via the perspective of autoregressive models. This paradigm demonstrates broad applicability across point, box, and mask modalities while uniquely enabling textual guidance. We present DIFTracker, a framework that utilizes …
Assessing The Robustness Of Test Selection Methods For Deep Neural Networks, Qiang Hu, Yuejun Guo, Xiaofei Xie, Maxime Cordy, Wei Ma, Mike Papadakis, Lei Ma, Yves Le Traon
Assessing The Robustness Of Test Selection Methods For Deep Neural Networks, Qiang Hu, Yuejun Guo, Xiaofei Xie, Maxime Cordy, Wei Ma, Mike Papadakis, Lei Ma, Yves Le Traon
Research Collection School Of Computing and Information Systems
Regularly testing deep learning-powered systems on newly collected data is critical to ensure their reliability, robustness, and efficacy in real-world applications. This process is demanding due to the significant time and human effort required for labeling new data. While test selection methods alleviate manual labor by labeling and evaluating only a subset of data while meeting testing criteria, we observe that such methods with reported promising results are simply evaluated, e.g., testing on original test data. The question arises: are they always reliable? In this article, we explore when and to what extent test selection methods fail. First, we identify …
Advancing Real-World Implementation Of The Well Optimized Linear Finder (Wolf) High-Speed Atmospheric Turbulence Compensation Method, Timothy Evan Coon
Advancing Real-World Implementation Of The Well Optimized Linear Finder (Wolf) High-Speed Atmospheric Turbulence Compensation Method, Timothy Evan Coon
Theses and Dissertations
This dissertation advances the real-world implementation of the Well Optimized Linear Finder (WOLF) method for high-speed Atmospheric Turbulence Compensation (ATC). Atmospheric turbulence introduces phase aberrations into optical wavefronts and degrades image quality in terrestrial imaging systems. Traditional phase diversity methods are computationally intensive and poorly suited to real-time operation. The WOLF method addresses these limitations through a novel, point-wise formulation of the optical transfer function (OTF) as a structured autocorrelation of the generalized pupil function (GPF). This formulation enables the estimation of phase aberrations at individual spatial coordinates with distributed computational complexity.
The research begins by developing a MATLAB-based simulation …
A Three-Stage Matheuristic For The Blood Stochastic Inventory Routing Problem, Vincent F. Yu, Nabila Salsabila, Aldy Gunawan, Aldy Gunawan, Nurhadi Siswanto
A Three-Stage Matheuristic For The Blood Stochastic Inventory Routing Problem, Vincent F. Yu, Nabila Salsabila, Aldy Gunawan, Aldy Gunawan, Nurhadi Siswanto
Research Collection School Of Computing and Information Systems
This research introduces a blood distribution system under vendor-managed inventory that considers uncertain supply and demand. We present it as the Blood Stochastic Inventory Routing Problem, formulating it as a two-stage stochastic programming model. To solve this problem, this study proposes a three-stage matheuristic that combines a perturbation heuristic, Adaptive Large Neighborhood Search, and an exact approach. From historical data of Surabaya Blood Center in Indonesia, six sets of new instances are generated under different settings. Computational results show that our proposed three-stage matheuristic outperforms CPLEX and a two-stage matheuristic by gaining optimal or better solutions within a significantly shorter …
Network Intelligence For Next-Generation Wireless Networks: Advancing Distribution And Coordination, Yonatan Melese Worku
Network Intelligence For Next-Generation Wireless Networks: Advancing Distribution And Coordination, Yonatan Melese Worku
Electrical and Computer Engineering ETDs
Next-generation wireless networks, encompassing 6G and beyond, face rigorous demands for ultra-low latency, ubiquitous connectivity, exceptionally high data rates, and robust security, necessitating innovative approaches to resource optimization and network protection. This dissertation proposes a pioneering framework that synergizes advanced methodologies—deep reinforcement learning, deep learning, blockchain, and multi-agent systems—to address these challenges. Distributed architectures, underpinned by AI-driven multi-agent systems, form the backbone of this framework, enabling seamless integration and intelligent orchestration across diverse domains. The research advances IoT-based systems leveraging machine learning for resource efficiency in healthcare applications, develops reinforcement learning-driven frameworks to optimize energy and coverage for Unmanned Aerial …
Rescon: Residual Consistency For Real-World Super-Resolution, Erdi̇ Saritaş, Hazim Kemal Ekenel
Rescon: Residual Consistency For Real-World Super-Resolution, Erdi̇ Saritaş, Hazim Kemal Ekenel
Turkish Journal of Electrical Engineering and Computer Sciences
Real-world super-resolution is a highly challenging problem in the field of computer vision. Besides enhancing image resolution and improving visual details, information loss due to complex real-world degradations is desired to be restored. One of the primary hardness of this problem is finding sufficiently large paired datasets for training. Researchers have developed techniques that generate synthetic low-resolution pairs using high-resolution images with a generative adversarial network-based degradation generator to address this issue. In these approaches, the degradation generator is trained by utilizing real-world low-resolution images as the target domain, generating a degraded low-resolution counterpart of the high-resolution input. However, in …
Optimization And Model Averaging Of Histogram-Based Place Cell Firing Rate Maps Using The Point Process Framework, Murat Okatan
Optimization And Model Averaging Of Histogram-Based Place Cell Firing Rate Maps Using The Point Process Framework, Murat Okatan
Turkish Journal of Electrical Engineering and Computer Sciences
The firing rate of hippocampal place cells depends on the spatial position of the organism in an environment. This position dependence is often quantified by constructing spike-in-location and time-in-location histograms, the ratio of which yields a firing rate map. The purpose of this study is to present a new method for optimizing the spatial resolution of histogram-based firing rate maps. It is pointed out that histogram-based firing rate maps are conditional intensity functions of inhomogeneous Poisson process models of neural spike trains, and, as such, they can be optimized through model selection within the point process framework. The point process …
Isar Imaging Of Drone Swarms At 77 Ghz, Remzi̇ye Büşra Çoruk, Ali̇ Kara, Eli̇f Aydin
Isar Imaging Of Drone Swarms At 77 Ghz, Remzi̇ye Büşra Çoruk, Ali̇ Kara, Eli̇f Aydin
Turkish Journal of Electrical Engineering and Computer Sciences
The proliferation of easily available, internet-purchased drones, coupled with the emergence of coordinated drone swarms, poses a significant security threat for airspace. Detecting these swarms is crucial to prevent potential accidents, criminal misuse, and airspace disruptions. This paper proposes a novel inverse synthetic aperture radar (ISAR) imaging technique for high-resolution reconstruction of drone swarms at 77 GHz millimeter wave (mmWave) frequency, offering a valuable tool for military and defense anti-drone systems. The key parameters affecting down-range and cross-range resolution (0.05 m), ultimately enabling the generation of detailed ISAR images are discussed. Here, we create diverse scenarios encompassing various swarm formations, …
Magnetic Macro Pendulum Design And Real-Time Control Application: Simulation And Experiment, Hüseyi̇n Yildiz, Serdar Yilmaz, Yasemi̇n Poyraz Koçak, Erol Uzal
Magnetic Macro Pendulum Design And Real-Time Control Application: Simulation And Experiment, Hüseyi̇n Yildiz, Serdar Yilmaz, Yasemi̇n Poyraz Koçak, Erol Uzal
Turkish Journal of Electrical Engineering and Computer Sciences
Over the last decade, the number of studies in the field of magnetic micro robots has significantly increased due to expectations of performing microsurgery, drug delivery, and similar medical procedures. Magnetic micro robots have advantages over other types of micro robots in terms of having independent designs for rotor and stator structures. Magnetic micro robots can be controlled by magnetic fields and can be programmed to move in certain directions and to perform various functions. This paper implements the computer-aided real-time control of a single-arm micro-pendulum structure to (eventually) perform cell manipulation tasks. The mechanical structure, mathematical model, control circuit …
Adaptive Backstepping Control With Real-Time Fuzzy Logic Parameter Selection Of A Field- Oriented Control-Based Permanent Magnet Synchronous Motor Driver, Fati̇h Bayir, Erkan Zergeroğlu
Adaptive Backstepping Control With Real-Time Fuzzy Logic Parameter Selection Of A Field- Oriented Control-Based Permanent Magnet Synchronous Motor Driver, Fati̇h Bayir, Erkan Zergeroğlu
Turkish Journal of Electrical Engineering and Computer Sciences
This study proposes an adaptive backstepping control approach integrated with a real-time fuzzy logic parameter selection algorithm to enhance the robustness and stability of a permanent magnet synchronous motor (PMSM) controller under parametric uncertainties and external disturbances. Although backstepping control performs well under varying disturbances, it must be supported by an adaptive control algorithm to effectively handle both variable disturbances and parameter uncertainties. Moreover, because the fixed parameters of the adaptive backstepping controller limit the dynamic performance of the velocity tracking loop, this study incorporates fuzzy logic control—a soft computing algorithm capable of real-time parameter adjustment—to achieve more robust outcomes. …
Excitation Of Synchronous Machine By Contactless Power Transfer - Review From The Perspective Of Electric Vehicles, Erhan Tuncel, Emi̇n Yildiriz
Excitation Of Synchronous Machine By Contactless Power Transfer - Review From The Perspective Of Electric Vehicles, Erhan Tuncel, Emi̇n Yildiriz
Turkish Journal of Electrical Engineering and Computer Sciences
Electrically excited synchronous machines (EESMs) are one of the best choices for propulsion motor appli cation in electric vehicles (EVs) due to their wide torque-speed characteristics. Moreover, the air gap flux density can be easily controlled by varying the excitation current. Despite these advantages, it is difficult to transfer the current required by the rotating excitation winding into the motor under conventional methods, so it is not widely used in EVs. In this study, the emerging literature on contactless power transfer methods is reviewed for applicability to an EESM that can operate as an EV propulsion motor. Design criteria such …
Investigating The Impact Of Agent Openness On Planning In Multi-Agent Systems, Bala Subramanyam Duggirala
Investigating The Impact Of Agent Openness On Planning In Multi-Agent Systems, Bala Subramanyam Duggirala
School of Computing: Dissertations, Theses, and Student Research
Multi-agent systems (MAS) possess significant potential for modeling real-world scenarios requiring coordinated actions (like wildfire fighting or ridesharing) among autonomous entities or agents (e.g., wildfire fighting agents) in complex, dynamic environments. Effective decision-theoretic planning (where each agent must carefully consider both the immediate and the future situations or states, and coordinate with the other agents (neighbors) to evaluate what needs to be done at present) within MAS, especially multiagent planning, where the planning agent directly models its neighbors in order to estimate their optimal actions, is critical, yet challenged by factors like partial observability, openness, and diverse agent types with …
A Longitudinal Analysis Of Morphological Shape Variation Of Spleen In Patients With Fontan Surgery, Varatharajan Nainamalai, Håvard Bjørke Jenssen, Mostafa Rezaeitaleshmahalleh, Djinaud Prophete, Jordan Gosnell, Sarah Khan, Marcus Haw, Jingfeng Jiang, Joseph Vettukattil
A Longitudinal Analysis Of Morphological Shape Variation Of Spleen In Patients With Fontan Surgery, Varatharajan Nainamalai, Håvard Bjørke Jenssen, Mostafa Rezaeitaleshmahalleh, Djinaud Prophete, Jordan Gosnell, Sarah Khan, Marcus Haw, Jingfeng Jiang, Joseph Vettukattil
Michigan Tech Publications
Background: Splenic size serves as a surrogate biomarker for predicting portal vein hyper-tension and liver abnormalities in subjects with Fontan Associated Liver Disease (FALD). We analyze the long-term shape variation of the spleen in FALD subjects using morphological shape features of radiomic features. Methods: We used 154 (84 from computed tomography and 70 from magnetic resonance) image volumes obtained from 36 individuals who underwent stage 3 Fontan procedure and 145 computed tomography images from controls to assess splenomegaly. To understand the splenomegaly, thirteen shape features of the spleen over three 10-year intervals, and variations between controls and FALD subjects were …
Research On Policy Representation In Deep Reinforcement Learning, Zhen Chen, Zhuoyi Wu, Lin Zhang
Research On Policy Representation In Deep Reinforcement Learning, Zhen Chen, Zhuoyi Wu, Lin Zhang
Journal of System Simulation
Abstract: Deep reinforcement learning (DRL) has achieved remarkable success in various domains. Nevertheless, existing policy networks in DRL still face significant challenges in areas such as generalizability, multi-task adaptability, and sample efficiency. Policy representation, as a crucial research direction for enhancing DRL capabilities, aims to improve an agent's adaptability to environmental changes and novel tasks by constructing more efficient and generalizable forms of policy expression. This paper provided a concise overview of key research advances in the field of policy representation. It introduced diverse policy architectures, ranging from traditional multi-layer perceptron (MLP) -based policies to those based on pointer networks, …
Thinking On Simulation Science And Engineering In The Era Of Artificial Intelligence, Wenhui Fan, Yuan Jiang
Thinking On Simulation Science And Engineering In The Era Of Artificial Intelligence, Wenhui Fan, Yuan Jiang
Journal of System Simulation
Abstract: With the rapid advancement of artificial intelligence and computing technologies, simulation technologies have leapfrogged, propelling the discipline of simulation toward greater maturity. Research progress in computer simulation technologies both in China and abroad was reviewed, and the definition and connotation of simulation were clarified. It was proposed that the Chinese terms "仿真" "仿效"and " 模拟" be unified under a single term " 仿真" with corresponding "Simulation" "Emulation" and "Analog" in English translated uniformly as "Simulation". Simulation science and engineering discipline was delineated, which was grounded in three core theoretical foundations: analogical theory,computational theory, and model validation theory. The first-level …
Research Review Of Intelligent Navigation Simulation Technology And Its Applications, Tao Liu, Hanxi Li, Yong Yin, Jialun Liu
Research Review Of Intelligent Navigation Simulation Technology And Its Applications, Tao Liu, Hanxi Li, Yong Yin, Jialun Liu
Journal of System Simulation
Abstract:Navigation simulation develops models of ship navigation environments and behavior to simulate ship responses under various scenarios, enabling the prediction of ship behavior under complex and disturbing conditions. With the development of computer graphics, virtual reality, and artificial intelligence technologies in recent years, especially the development of unmanned ship technology, new research topics and applications have emerged in navigation simulation technology. This paper introduced the current research status and development trends of navigation simulation technology and reviewed it from three aspects: typical scenarios, key technologies, and development trends. The development trends and key points of multi-dimensional electronic navigation charts, …
Current Situation Of Simulation Course Offerings In Colleges And Universities In China And Abroad, Xiaogang Qiu, Zhengqiu Zhu, Kai Xu, Guanghong Gong
Current Situation Of Simulation Course Offerings In Colleges And Universities In China And Abroad, Xiaogang Qiu, Zhengqiu Zhu, Kai Xu, Guanghong Gong
Journal of System Simulation
Abstract: As fundamental teaching units, courses serve as vital carriers of disciplinary knowledge transmission and critical bridges for converting research outcomes into educational content. The construction of simulation courses plays a pivotal role in developing the simulation discipline. The inaugural "Intelligence+ " symposium on simulation discipline and specialty construction focused on exploring the current state of simulation courses and pedagogy in China while examining future development directions. This report presented the key findings and discussions from the symposium regarding simulation courses and pedagogy. The analysis covered four parts: first, an overview of simulation course offerings and characteristics at European and …
Research On Requirements And Methods For Intelligent Assessment Of Simulation Credibility, Bingheng Wang, Tingrui Liu, Fan Yang, Huan Zhang, Wei Li, Ping Ma, Ming Yang
Research On Requirements And Methods For Intelligent Assessment Of Simulation Credibility, Bingheng Wang, Tingrui Liu, Fan Yang, Huan Zhang, Wei Li, Ping Ma, Ming Yang
Journal of System Simulation
Abstract: The accuracy of simulations in representing real-world systems is a critical concern for users. Simulation credibility assessment ensures trustworthiness by evaluating the correctness and effectiveness of simulations to meet application requirements. As simulation technologies are widely adopted, and new simulation paradigms emerge, traditional assessment methods are increasingly showing limitations in their dependence on experts, data processing capabilities, and assessment efficiency. This paper systematically reviewed the research demands, current progress, new technologies, and future trends of intelligent simulation credibility assessment. Based on the simulation credibility assessment process and problem analysis, the requirements for intelligent credibility assessment were discussed. Intelligent technologies …