https://publikasi.dinus.ac.id/jimat/issue/feed Journal of Multiscale Materials Informatics 2026-10-31T00:00:00+00:00 Editor-in-Chief Journal of Multiscale Materials Informatics editorial.jimat@gmail.com Open Journal Systems <ul> <li data-section-id="178nfgz" data-start="652" data-end="682"><strong data-start="654" data-end="669"><strong data-start="654" data-end="669">Journal Title </strong></strong>: Journal of Multiscale Materials Informatics (JIMAT)</li> <li data-section-id="178nfgz" data-start="652" data-end="682"><strong data-start="654" data-end="669">Online ISSN </strong>: <a href="https://portal.issn.org/resource/ISSN/3047-5724">3047-5724</a> </li> <li data-section-id="1cophpi" data-start="683" data-end="746"><strong data-start="685" data-end="710">Publication Frequency </strong>: Twice a year (April and October)</li> <li data-section-id="hvzwrv" data-start="747" data-end="781"><strong data-start="749" data-end="763">DOI Prefix </strong>: 10.62411/jimat</li> <li data-section-id="14slcsv" data-start="782" data-end="847"><strong data-start="784" data-end="800">Publisher </strong>: Universitas Dian Nuswantoro</li> </ul> <p data-start="220" data-end="702">JIMAT is a peer-reviewed international journal covering the foundations, theories, and applications of computer science and materials science. All accepted articles are published online, assigned a <strong>DOI via CrossRef</strong>, and made <strong>freely accessible under an Open Access</strong> model with <strong>no article processing charges (APC)</strong>.</p> <h2 data-section-id="1gm9c2a" data-start="197" data-end="218"> </h2> <h2 data-section-id="1gm9c2a" data-start="197" data-end="218"><span role="text"><strong data-start="200" data-end="218">Aims and Scope</strong></span></h2> <p data-start="220" data-end="702">JIMAT publishes high-quality, interdisciplinary research in <strong>artificial intelligence</strong>, <strong>data science</strong>, and <strong>computational methods</strong> and welcomes original research papers in, but not limited to, the following areas:</p> <p>Artificial Intelligence and Intelligent Systems<br />Big Data Analytics and Knowledge Discovery<br />Data Science and Data Mining <br />Machine Learning and Deep Learning</p> <p>Computer Vision and Image Processing<br />Natural Language Processing and Speech Processing<br />Pattern Recognition and Signal Processing</p> <p>Cloud Computing and Distributed Systems<br />Cybersecurity, Cryptography, and Information Security<br />Internet of Things and Smart Systems</p> <p>Information Systems and Data Infrastructure<br />Quantum Computing and Quantum Information<br />Soft Computing and Computational Science</p> <p>Bioinformatics and Computational Biology<br />Chemoinformatics and Data-Driven Chemistry<br />Materials Informatics and Scientific Data Analysis</p> <p data-start="790" data-end="1031"><span style="font-family: 'Noto Sans', 'Noto Kufi Arabic', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;">Special emphasis is placed on emerging, interdisciplinary research that</span><strong style="font-family: 'Noto Sans', 'Noto Kufi Arabic', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;" data-start="1593" data-end="1828"> integrates artificial intelligence, advanced computational methods, and domain knowledge </strong><span style="font-family: 'Noto Sans', 'Noto Kufi Arabic', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;">to address complex real-world challenges in science and engineering.</span></p> https://publikasi.dinus.ac.id/jimat/article/view/17109 A novel quantum circuit-based adaptive quantum convolutional neural network for image classification 2026-07-03T05:35:10+00:00 Reza Pamungkas Putra Sukanli sukanli.rpp@gmail.com Muhamad Akrom m.akrom@dsn.dinus.ac.id <p>This study explores Quantum Convolutional Neural Network (QCNN) starting from foundational quantum operations, such as the Rx gate for encoding MNIST image data into quantum states. We implemented quantum convolutional and pooling layers using one_unitary and two_unitary circuits, enabling effective feature extraction and dimensionality reduction while preserving critical information. Expressibility analysis revealed varying capabilities across different one_unitary circuits, with Rx, Ry, and Rz combinations demonstrating promising results akin to Haar random states. The proposed QCNN model exhibited robust performance metrics (accuracy: 95.98%, precision: 94.44%, recall: 96.59%, F1-score: 0.9551, AUC: 0.9604) in classification tasks, supported by efficient convergence during optimization. Future directions include expanding QCNN applications to handle more complex datasets and optimizing architectures to enhance quantum machine learning capabilities, particularly in image processing. This study underscores the potential of QCNNs in advancing quantum computing applications in neural network architectures.</p> <p>&nbsp;</p> 2026-07-25T00:00:00+00:00 Copyright (c) 2026 Journal of Multiscale Materials Informatics https://publikasi.dinus.ac.id/jimat/article/view/17734 Resource-Constrained Perception: Deploying Quantized Deep Learning Models on Microcontrollers for Real-Time Robotic Vision 2026-08-03T10:17:17+00:00 Enjoy Bhodra ri_hrm16@yahoo.com Md Nahiduzzaman Hridoy ri_hrm16@yahoo.com M A Shahriar iffatsalimtoaha@jsnu.edu.cn Iffat Salim Toaha ri_hrm16@yahoo.com <p>Robotic vision enables machines to "see" and interpret the world around them. It can help with tasks such as obstacle avoidance, navigation, and object detection. This kind of work is well suited to modern deep learning but requires a lot of memory, power, and processing speed. Most of the small robots do not have a powerful computer. However, they have a low-cost microcontroller. This is a smaller computer. These devices are very resource-constrained. It becomes difficult to run regular deep learning models. This research work proposes to address the above issue with model quantization. When a model number is not a nice integer. It is quantized, i.e., rounded to a simpler integer with 8 bits. Such a reduction reduces memory consumption and increases the computing speed. This work is a comparison of two popular approaches. They are Post-Training Quantization (PTQ) and Quantization-Aware Training (QAT). Researchers construct a small and simple ConvNet that has only 28,069 parameters. It is examined on two popular microcontrollers: ARM Cortex M7 and ESP32. Both methods have been found to be effective. By reducing the use of the flash memory by approximately 71% and RAM by 60%, quantization cuts down memory usage. It doubles the processing speed and reduces power consumption by 35 to 40 percent. QAT retains 99% of the original model accuracy. The advantages of PTQ are that it is faster to set up, but with slightly less accuracy. The model performs well in real time on both platforms, with no assistance from the clouds. This work shows deep learning can run well on low-power devices. It helps make smart, low-cost robots more widely available.</p> 2026-08-31T00:00:00+00:00 Copyright (c) 2026 Journal of Multiscale Materials Informatics