Applied and Computational Engineering

Open access

Print ISSN: 2755-2721

Online ISSN: 2755-273X

About ACE

The proceedings series Applied and Computational Engineering (ACE) is an international peer-reviewed open access series that publishes conference proceedings from various methodological and disciplinary perspectives concerning engineering and technology. ACE is published irregularly. The series contributes to the development of computing sectors by providing an open platform for sharing and discussion. The series publishes articles that are research-oriented and welcomes theoretical and applicational studies. Proceedings that are suitable for publication in the ACE cover domains on various perspectives of computing and engineering.

Aims & scope of ACE are:
·Computing
·Machine Learning
·Electrical Engineering & Signal Processing
·Applied Physics & Mechanical Engineering
·Chemical & Environmental Engineering
·Materials Science and Engineering

View full aims & scope

Editors View full editorial board

Anil Fernando
University of Strathclyde
United Kingdom
Editor-in-Chief
anil.fernando@strath.ac.uk
Yilun Shang
Northumbria University
United Kingdom
Associate Editor
yilun.shang@northumbria.ac.uk
Ella Haig
University of Portsmouth
Portsmouth, UK
Associate Editor
ella.haig@port.ac.uk
Moayad Aloqaily
Mohamed Bin Zayed University of Artificial Intelligence
The United Arab Emirates
Associate Editor
moayad.aloqaily@mbzuai.ac.ae

Latest articles View all articles

Research Article
Published on 30 March 2026 DOI: 10.54254/2755-2721/2026.AS32421
Mingrui Yang

Fixed-time and conventional actuated sig- nal control often perform poorly under unbalanced de- mand, leading to long queues, wasted green time, and spillback risk. This paper proposes an intelligent traffic-signal control framework that adapts phase selection and green splits using multi-source intersection data. The system combines signal sensors with vision-based perception (YOLOv11n) to estimate traffic states for vehicles and pedestrians, and can incorporate GPS data from connected terminals to improve observability under occlu- sion. All measurements are transmitted through a wireless network and fused for real-time decision making. A state- aware controller ranks phase priorities and computes adaptive timing plans that target lower average delay and higher throughput while avoiding inefficient all-red or idle-green intervals. We evaluate the approach in simulation on representative Shanghai intersection geometries under normal, warning, and emergency demand levels, and val- idate feasibility with an ESP32-based prototype. Results show reduced average vehicle delay and shorter queues compared with fixed-time baselines, indicating improved intersection efficiency and robustness.

Show more
View pdf
Yang,M. (2026). Traffic Signal Intelligent Control and System Optimization—Intelligent Traffic Signal Design Based on Machine Learning and Signal Sensors. Applied and Computational Engineering,230,68-86.
Export citation
Research Article
Published on 30 March 2026 DOI: 10.54254/2755-2721/2026.AS32438
Yuhao Bi

Today’s deep learning field is developing rapidly, and its focus is no longer limited to pursuing the ultimate accuracy of models on large servers, but paying more and more attention to how to improve model efficiency in order to deploy it to edge devices. In this study, we focus on how adjusting the two key knobs of network depth and numerical precision affects the performance of neural networks. We used the classic MNIST dataset as a test benchmark to examine fully connected neural networks with depths ranging from 2 to 10 layers.In the experimental part, we compared traditional FP32 training with FP16 mixed-precision training, and further studied the impact of introducing INT8 dynamic quantization after training. The results show that FP16 mixed-precision training is very effective: compared with the FP32 model, its accuracy loss is minimal (usually less than 0.2%) and can benefit from hardware acceleration. At the same time, in the simulated deployment experiment, we found that INT8 dynamic quantization can greatly reduce the model size by about 70–75%, while the decrease in accuracy is very limited (only about 0.5–1.2%). This result confirms our conjecture: in resource-constrained environments such as Internet of Things devices or mobile processors, reducing numerical precision is not only practical, but also an efficient means for large-scale applications.

Show more
View pdf
Bi,Y. (2026). Comprehensive Analysis of Network Depth and Numerical Precision on MNIST Classification:Training Dynamics and Deployment Efficiency. Applied and Computational Engineering,230,60-67.
Export citation
Research Article
Published on 30 March 2026 DOI: 10.54254/2755-2721/2026.AS32499
Randy Zhu

License plate recognition (LPR) systems have been widely used for traffic violation monitoring, stolen vehicle detection, and business security purposes; however, they are rarely installed for homeowners due to some significant challenges. Cameras are typically mounted on private property (e.g., garage pillars, lawns, or windows), observe traffic at oblique angles (≈30–40°), need to recognize license plates at long standoff distances (≈100–150 ft), and must operate on low-cost edge hardware. With these constraints, plate crops are often small, motion-blurred, and perspective-distorted. Additionally, with edge hardware usually low on memory and computation power, existing optical character recognition (OCR) solutions either do not support such settings or give low or suboptimal accuracy. This paper presents a robust and efficient OCR model that is tailored for home-deployment settings - the MultiPath Mobile Vision Transformer (MobileViT). The proposed model adopts a MobileViT backbone that combines local feature extraction through convolutional neural network (CNN) layers with global context modeling using lightweight transformer encoders. This structure is well suited to data constrained and compute-constrained settings. A MultiPath, template-aware decoding head is then used to predict each character position independently based on the plate format. In edge deployment experiments, the proposed model achieves 88.59% plate-level accuracy and less than 40 milliseconds per-plate crop inference latency, and costs only 131MB of GPU memory. Evidence also shows that accuracy can exceed 95% as training data increases. Beyond license plate recognition, the proposed architecture illustrates a general approach to structured, data-limited vision tasks operating under strict memory, latency, and power constraints on embedded hardware.

Show more
View pdf
Zhu,R. (2026). MultiPath Mobile Vision Transformer for Home-Deployed License Plate Recognition. Applied and Computational Engineering,230,48-59.
Export citation
Research Article
Published on 30 March 2026 DOI: 10.54254/2755-2721/2026.AS32439
Junqi Yang

This project studies how far a small medical language model can be improved with a staged alignment pipeline under limited compute. Starting from Qwen3-0.6B, I first contin-ued pretraining on a Traditional Chinese Medicine (TCM) corpus to add domain vocabulary and clinical-style text patterns. I then trained an SFT model on Chinese TCM instruction-response data and built two follow-up branches: an RLHF-style branch with a reward model and PPO, and a preference-only branch with DPO followed by KTO. All models were evaluated on shared category-level scores from MedBench. In my ex-periments, the SFT model remained competitive on factual and reasoning-heavy tasks, while the DPO+KTO branch produced more conservative responses and showed better behavior on open-ended prompts. The PPO branch was harder to stabilize on a small backbone and did not consistently outperform SFT on the categories reported here. These results suggest that for a 0.6B medical model, preference alignment is useful, but its effect depends strongly on how the preference data are constructed and how much capacity the base model has.

Show more
View pdf
Yang,J. (2026). Building a Domain-Specialized Medical LLM: Pretraining and Multi-Stage Alignment (SFT, PPO, DPO, KTO) for Chinese Medicine. Applied and Computational Engineering,230,38-47.
Export citation

Volumes View all volumes

Volume 230March 2026

Find articles

Proceedings of CONF-SEML 2026 Symposium: Importance of Machine Learning Methods and Analysis in Engineering

Conference website: https://2026.confseml.org/Astana/Home.html

Conference date: 20 March 2026

ISBN: 978-1-80590-709-1(Print)/978-1-80590-710-7(Online)

Editor: Mian Umer Shafiq

Volume 229March 2026

Find articles

Proceedings of CONF-MSS 2026 Symposium: Advanced Composite Materials and Polymer Chemistry

Conference website: https://www.confmss.org/Adana/Home.html

Conference date: 19 June 2026

ISBN: 978-1-80590-667-4(Print)/978-1-80590-668-1(Online)

Editor: Mustafa Istanbullu

Volume 228March 2026

Find articles

Proceedings of the 4th International Conference on Software Engineering and Machine Learning

Conference website: https://www.confseml.org/index.html

Conference date: 26 June 2026

ISBN: 978-1-80590-533-2(Print)/978-1-80590-534-9(Online)

Editor: Mustafa İSTANBULLU

Volume 227March 2026

Find articles

Proceedings of CONF-SEML 2026 Symposium: Computational Analysis and Modeling in Complex Intelligent Systems

Conference website: https://www.confseml.org/guildford.html

Conference date: 26 June 2026

ISBN: 978-1-80590-469-4(Print)/978-1-80590-470-0(Online)

Editor: Mustafa İSTANBULLU , Roman Bauer

Indexing

The published articles will be submitted to following databases below: