Maintained by Difan Deng and Marius Lindauer.
The following list considers papers related to neural architecture search. It is by no means complete. If you miss a paper on the list, please let us know.
Please note that although NAS methods steadily improve, the quality of empirical evaluations in this field are still lagging behind compared to other areas in machine learning, AI and optimization. We would therefore like to share some best practices for empirical evaluations of NAS methods, which we believe will facilitate sustained and measurable progress in the field. If you are interested in a teaser, please read our blog post or directly jump to our checklist.
Transformers have gained increasing popularity in different domains. For a comprehensive list of papers focusing on Neural Architecture Search for Transformer-Based spaces, the awesome-transformer-search repo is all you need.
5555
Zhu, Huijuan; Xia, Mengzhen; Wang, Liangmin; Xu, Zhicheng; Sheng, Victor S.
A Novel Knowledge Search Structure for Android Malware Detection Journal Article
In: IEEE Transactions on Services Computing, no. 01, pp. 1-14, 5555, ISSN: 1939-1374.
@article{10750332,
title = { A Novel Knowledge Search Structure for Android Malware Detection },
author = {Huijuan Zhu and Mengzhen Xia and Liangmin Wang and Zhicheng Xu and Victor S. Sheng},
url = {https://doi.ieeecomputersociety.org/10.1109/TSC.2024.3496333},
doi = {10.1109/TSC.2024.3496333},
issn = {1939-1374},
year = {5555},
date = {5555-11-01},
urldate = {5555-11-01},
journal = {IEEE Transactions on Services Computing},
number = {01},
pages = {1-14},
publisher = {IEEE Computer Society},
address = {Los Alamitos, CA, USA},
abstract = {While the Android platform is gaining explosive popularity, the number of malicious software (malware) is also increasing sharply. Thus, numerous malware detection schemes based on deep learning have been proposed. However, they are usually suffering from the cumbersome models with complex architectures and tremendous parameters. They usually require heavy computation power support, which seriously limit their deployment on actual application environments with limited resources (e.g., mobile edge devices). To surmount this challenge, we propose a novel Knowledge Distillation (KD) structure—Knowledge Search (KS). KS exploits Neural Architecture Search (NAS) to adaptively bridge the capability gap between teacher and student networks in KD by introducing a parallelized student-wise search approach. In addition, we carefully analyze the characteristics of malware and locate three cost-effective types of features closely related to malicious attacks, namely, Application Programming Interfaces (APIs), permissions and vulnerable components, to characterize Android Applications (Apps). Therefore, based on typical samples collected in recent years, we refine features while exploiting the natural relationship between them, and construct corresponding datasets. Massive experiments are conducted to investigate the effectiveness and sustainability of KS on these datasets. Our experimental results show that the proposed method yields an accuracy of 97.89% to detect Android malware, which performs better than state-of-the-art solutions.},
keywords = {},
pubstate = {published},
tppubtype = {article}
}
Zhang, Feifei; Li, Mao; Ge, Jidong; Tang, Fenghui; Zhang, Sheng; Wu, Jie; Luo, Bin
Privacy-Preserving Federated Neural Architecture Search With Enhanced Robustness for Edge Computing Journal Article
In: IEEE Transactions on Mobile Computing, no. 01, pp. 1-18, 5555, ISSN: 1558-0660.
@article{10742476,
title = { Privacy-Preserving Federated Neural Architecture Search With Enhanced Robustness for Edge Computing },
author = {Feifei Zhang and Mao Li and Jidong Ge and Fenghui Tang and Sheng Zhang and Jie Wu and Bin Luo},
url = {https://doi.ieeecomputersociety.org/10.1109/TMC.2024.3490835},
doi = {10.1109/TMC.2024.3490835},
issn = {1558-0660},
year = {5555},
date = {5555-11-01},
urldate = {5555-11-01},
journal = {IEEE Transactions on Mobile Computing},
number = {01},
pages = {1-18},
publisher = {IEEE Computer Society},
address = {Los Alamitos, CA, USA},
abstract = {With the development of large-scale artificial intelligence services, edge devices are becoming essential providers of data and computing power. However, these edge devices are not immune to malicious attacks. Federated learning (FL), while protecting privacy of decentralized data through secure aggregation, struggles to trace adversaries and lacks optimization for heterogeneity. We discover that FL augmented with Differentiable Architecture Search (DARTS) can improve resilience against backdoor attacks while compatible with secure aggregation. Based on this, we propose a federated neural architecture search (NAS) framwork named SLNAS. The architecture of SLNAS is built on three pivotal components: a server-side search space generation method that employs an evolutionary algorithm with dual encodings, a federated NAS process based on DARTS, and client-side architecture tuning that utilizes Gumbel softmax combined with knowledge distillation. To validate robustness, we adapt a framework that includes backdoor attacks based on trigger optimization, data poisoning, and model poisoning, targeting both model weights and architecture parameters. Extensive experiments demonstrate that SLNAS not only effectively counters advanced backdoor attacks but also handles heterogeneity, outperforming defense baselines across a wide range of backdoor attack scenarios.},
keywords = {},
pubstate = {published},
tppubtype = {article}
}
Zhang, Yu-Ming; Hsieh, Jun-Wei; Lee, Chun-Chieh; Fan, Kuo-Chin
RATs-NAS: Redirection of Adjacent Trails on Graph Convolutional Networks for Predictor-based Neural Architecture Search Journal Article
In: IEEE Transactions on Artificial Intelligence, vol. 1, no. 01, pp. 1-11, 5555, ISSN: 2691-4581.
@article{10685480,
title = { RATs-NAS: Redirection of Adjacent Trails on Graph Convolutional Networks for Predictor-based Neural Architecture Search },
author = {Yu-Ming Zhang and Jun-Wei Hsieh and Chun-Chieh Lee and Kuo-Chin Fan},
url = {https://doi.ieeecomputersociety.org/10.1109/TAI.2024.3465433},
doi = {10.1109/TAI.2024.3465433},
issn = {2691-4581},
year = {5555},
date = {5555-09-01},
urldate = {5555-09-01},
journal = {IEEE Transactions on Artificial Intelligence},
volume = {1},
number = {01},
pages = {1-11},
publisher = {IEEE Computer Society},
address = {Los Alamitos, CA, USA},
abstract = {Manually designed CNN architectures like VGG, ResNet, DenseNet, and MobileNet have achieved high performance across various tasks, but design them is time-consuming and costly. Neural Architecture Search (NAS) automates the discovery of effective CNN architectures, reducing the need for experts. However, evaluating candidate architectures requires significant GPU resources, leading to the use of predictor-based NAS, such as graph convolutional networks (GCN), which is the popular option to construct predictors. However, we discover that, even though the ability of GCN mimics the propagation of features of real architectures, the binary nature of the adjacency matrix limits its effectiveness. To address this, we propose Redirection of Adjacent Trails (RATs), which adaptively learns trail weights within the adjacency matrix. Our RATs-GCN outperform other predictors by dynamically adjusting trail weights after each graph convolution layer. Additionally, the proposed Divide Search Sampling (DSS) strategy, based on the observation of cell-based NAS that architectures with similar FLOPs perform similarly, enhances search efficiency. Our RATs-NAS, which combine RATs-GCN and DSS, shows significant improvements over other predictor-based NAS methods on NASBench-101, NASBench-201, and NASBench-301.},
keywords = {},
pubstate = {published},
tppubtype = {article}
}
Chen, X.; Yang, C.
CIMNet: Joint Search for Neural Network and Computing-in-Memory Architecture Journal Article
In: IEEE Micro, no. 01, pp. 1-12, 5555, ISSN: 1937-4143.
@article{10551739,
title = {CIMNet: Joint Search for Neural Network and Computing-in-Memory Architecture},
author = {X. Chen and C. Yang},
url = {https://www.computer.org/csdl/magazine/mi/5555/01/10551739/1XyKBmSlmPm},
doi = {10.1109/MM.2024.3409068},
issn = {1937-4143},
year = {5555},
date = {5555-06-01},
urldate = {5555-06-01},
journal = {IEEE Micro},
number = {01},
pages = {1-12},
publisher = {IEEE Computer Society},
address = {Los Alamitos, CA, USA},
abstract = {Computing-in-memory (CIM) architecture has been proven to effectively transcend the memory wall bottleneck, expanding the potential of low-power and high-throughput applications such as machine learning. Neural architecture search (NAS) designs ML models to meet a variety of accuracy, latency, and energy constraints. However, integrating CIM into NAS presents a major challenge due to additional simulation overhead from the non-ideal characteristics of CIM hardware. This work introduces a quantization and device aware accuracy predictor that jointly scores quantization policy, CIM architecture, and neural network architecture, eliminating the need for time-consuming simulations in the search process. We also propose reducing the search space based on architectural observations, resulting in a well-pruned search space customized for CIM. These allow for efficient exploration of superior combinations in mere CPU minutes. Our methodology yields CIMNet, which consistently improves the trade-off between accuracy and hardware efficiency on benchmarks, providing valuable architectural insights.},
keywords = {},
pubstate = {published},
tppubtype = {article}
}
Lv, Hao; Zhang, Lei; Wang, Ying
In-situ NAS: A Plug-and-Search Neural Architecture Search framework across hardware platforms Journal Article
In: IEEE Transactions on Computers, no. 01, pp. 1-14, 5555, ISSN: 1557-9956.
@article{11003207,
title = { In-situ NAS: A Plug-and-Search Neural Architecture Search framework across hardware platforms },
author = {Hao Lv and Lei Zhang and Ying Wang},
url = {https://doi.ieeecomputersociety.org/10.1109/TC.2025.3569161},
doi = {10.1109/TC.2025.3569161},
issn = {1557-9956},
year = {5555},
date = {5555-05-01},
urldate = {5555-05-01},
journal = {IEEE Transactions on Computers},
number = {01},
pages = {1-14},
publisher = {IEEE Computer Society},
address = {Los Alamitos, CA, USA},
abstract = {Hardware-aware Neural Architecture Search (HW-NAS) has garnered significant research interest due to its ability to automate the design of neural networks for various hardware platforms. Prevalent HW-NAS frameworks often use fast predictors to estimate network performance, bypassing the time-consuming actual profiling step. However, the resource-intensive nature of building these predictors and their accuracy limitations hinder their practical use in diverse deployment scenarios. In response, we emphasize the indispensable role of actual profiling in HW-NAS and explore efficiency optimization possibilities within the HW-NAS framework. We provide a systematic analysis of profiling overhead in HW-NAS and identify many redundant and unnecessary operations during the search phase. We then optimize the workflow and present Insitu NAS, which leverages similarity features and exploration history to eliminate redundancy and improve runtime efficiency. In-situ NAS also offers simplified interfaces to ease the user’s effort in managing the complex device-dependent profiling flow, enabling plug-and-search functionality across diverse hardware platforms. Experimental results show that In-situ NAS achieves an average 10x speedup across different hardware platforms while reducing the search overhead by 8x compared to predictor-based approaches in various deployment scenarios. Additionally, In-situ NAS consistently discovers networks with better accuracy (about 1.5%) across diverse hardware platforms compared to predictor-based NAS.},
keywords = {},
pubstate = {published},
tppubtype = {article}
}
Siddique, Ayesha; Hoque, Khaza Anuarul
Explainable AI-Guided Neural Architecture Search for Adversarial Robustness in Approximate DNNs Journal Article
In: IEEE Transactions on Sustainable Computing, no. 01, pp. 1-15, 5555, ISSN: 2377-3782.
@article{10966055,
title = { Explainable AI-Guided Neural Architecture Search for Adversarial Robustness in Approximate DNNs },
author = {Ayesha Siddique and Khaza Anuarul Hoque},
url = {https://doi.ieeecomputersociety.org/10.1109/TSUSC.2025.3561603},
doi = {10.1109/TSUSC.2025.3561603},
issn = {2377-3782},
year = {5555},
date = {5555-04-01},
urldate = {5555-04-01},
journal = {IEEE Transactions on Sustainable Computing},
number = {01},
pages = {1-15},
publisher = {IEEE Computer Society},
address = {Los Alamitos, CA, USA},
abstract = {Deep neural networks are lucrative targets of adversarial attacks and approximate deep neural networks (AxDNNs) are no exception. Searching manually for adversarially robust AxDNN architectures incurs outrageous time and human effort. In this paper, we propose XAI-NAS, an explainable neural architecture search (NAS) method that leverages explainable artificial intelligence (XAI) to efficiently co-optimize the adversarial robustness and hardware efficiency of AxDNN architectures on systolic-array hardware accelerators. During the NAS process, AxDNN architectures are evolved layer-wise with heterogeneous approximate multipliers to deliver the best trade-offs between adversarial robustness, energy consumption, latency, and memory footprint. The most suitable approximate multipliers are automatically selected from an open-source Evoapprox8b library. Our extensive evaluations provide a set of Pareto optimal hardware efficient and adversarially robust solutions. For example, a Pareto-optimal DNN AxDNN for the MNIST and CIFAR-10 datasets exhibits up to 1.5× higher adversarial robustness, 2.1× less energy consumption, 4.39× reduced latency, and 2.37× low memory footprint when compared to the state-of-the-art NAS approaches.},
keywords = {},
pubstate = {published},
tppubtype = {article}
}
Dong, Yukang; Pan, Fanxing; Gui, Yi; Jiang, Wenbin; Wan, Yao; Zheng, Ran; Jin, Hai
Comprehensive Architecture Search for Deep Graph Neural Networks Journal Article
In: IEEE Transactions on Big Data, no. 01, pp. 1-15, 5555, ISSN: 2332-7790.
@article{10930718,
title = { Comprehensive Architecture Search for Deep Graph Neural Networks },
author = {Yukang Dong and Fanxing Pan and Yi Gui and Wenbin Jiang and Yao Wan and Ran Zheng and Hai Jin},
url = {https://doi.ieeecomputersociety.org/10.1109/TBDATA.2025.3552336},
doi = {10.1109/TBDATA.2025.3552336},
issn = {2332-7790},
year = {5555},
date = {5555-03-01},
urldate = {5555-03-01},
journal = {IEEE Transactions on Big Data},
number = {01},
pages = {1-15},
publisher = {IEEE Computer Society},
address = {Los Alamitos, CA, USA},
abstract = {In recent years, Neural Architecture Search (NAS) has emerged as a promising approach for automatically discovering superior model architectures for deep Graph Neural Networks (GNNs). Different methods have paid attention to different types of search spaces. However, due to the time-consuming nature of training deep GNNs, existing NAS methods often fail to explore diverse search spaces sufficiently, which constrains their effectiveness. To crack this hard nut, we propose CAS-DGNN, a novel comprehensive architecture search method for deep GNNs. It encompasses four kinds of search spaces that are the composition of aggregate and update operators, different types of aggregate operators, residual connections, and hyper-parameters. To meet the needs of such a complex situation, a phased and hybrid search strategy is proposed to accommodate the diverse characteristics of different search spaces. Specifically, we divide the search process into four phases, utilizing evolutionary algorithms and Bayesian optimization. Meanwhile, we design two distinct search methods for residual connections (All-connected search and Initial Residual search) to streamline the search space, which enhances the scalability of CAS-DGNN. The experimental results show that CAS-DGNN achieves higher accuracy with competitive search costs across ten public datasets compared to existing methods.},
keywords = {},
pubstate = {published},
tppubtype = {article}
}
Yan, J.; Liu, J.; Xu, H.; Wang, Z.; Qiao, C.
Peaches: Personalized Federated Learning with Neural Architecture Search in Edge Computing Journal Article
In: IEEE Transactions on Mobile Computing, no. 01, pp. 1-17, 5555, ISSN: 1558-0660.
@article{10460163,
title = {Peaches: Personalized Federated Learning with Neural Architecture Search in Edge Computing},
author = {J. Yan and J. Liu and H. Xu and Z. Wang and C. Qiao},
doi = {10.1109/TMC.2024.3373506},
issn = {1558-0660},
year = {5555},
date = {5555-03-01},
urldate = {5555-03-01},
journal = {IEEE Transactions on Mobile Computing},
number = {01},
pages = {1-17},
publisher = {IEEE Computer Society},
address = {Los Alamitos, CA, USA},
abstract = {In edge computing (EC), federated learning (FL) enables numerous distributed devices (or workers) to collaboratively train AI models without exposing their local data. Most works of FL adopt a predefined architecture on all participating workers for model training. However, since workers' local data distributions vary heavily in EC, the predefined architecture may not be the optimal choice for every worker. It is also unrealistic to manually design a high-performance architecture for each worker, which requires intense human expertise and effort. In order to tackle this challenge, neural architecture search (NAS) has been applied in FL to automate the architecture design process. Unfortunately, the existing federated NAS frameworks often suffer from the difficulties of system heterogeneity and resource limitation. To remedy this problem, we present a novel framework, termed Peaches, to achieve efficient searching and training in the resource-constrained EC system. Specifically, the local model of each worker is stacked by base cell and personal cell, where the base cell is shared by all workers to capture the common knowledge and the personal cell is customized for each worker to fit the local data. We determine the number of base cells, shared by all workers, according to the bandwidth budget on the parameters server. Besides, to relieve the data and system heterogeneity, we find the optimal number of personal cells for each worker based on its computing capability. In addition, we gradually prune the search space during training to mitigate the resource consumption. We evaluate the performance of Peaches through extensive experiments, and the results show that Peaches can achieve an average accuracy improvement of about 6.29% and up to 3.97× speed up compared with the baselines.},
keywords = {},
pubstate = {published},
tppubtype = {article}
}
Sun, Genchen; Liu, Zhengkun; Gan, Lin; Su, Hang; Li, Ting; Zhao, Wenfeng; Sun, Biao
SpikeNAS-Bench: Benchmarking NAS Algorithms for Spiking Neural Network Architecture Journal Article
In: IEEE Transactions on Artificial Intelligence, vol. 1, no. 01, pp. 1-12, 5555, ISSN: 2691-4581.
@article{10855683,
title = { SpikeNAS-Bench: Benchmarking NAS Algorithms for Spiking Neural Network Architecture },
author = {Genchen Sun and Zhengkun Liu and Lin Gan and Hang Su and Ting Li and Wenfeng Zhao and Biao Sun},
url = {https://doi.ieeecomputersociety.org/10.1109/TAI.2025.3534136},
doi = {10.1109/TAI.2025.3534136},
issn = {2691-4581},
year = {5555},
date = {5555-01-01},
urldate = {5555-01-01},
journal = {IEEE Transactions on Artificial Intelligence},
volume = {1},
number = {01},
pages = {1-12},
publisher = {IEEE Computer Society},
address = {Los Alamitos, CA, 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 for 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 (LIF) neurons with variable thresholds as candidate operations. It encompasses 15,625 candidate architectures, rigorously evaluated on CIFAR10, CIFAR100 and Tiny-ImageNet datasets. This paper 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 paper 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 the promise to release all code and datasets post-acceptance, aiming to catalyze further exploration and innovation within the SNN domain. SpikeNAS-Bench is open source at https://github.com/XXX (hidden for double anonymous review).},
keywords = {},
pubstate = {published},
tppubtype = {article}
}
Li, Changlin; Lin, Sihao; Tang, Tao; Wang, Guangrun; Li, Mingjie; Li, Zhihui; Chang, Xiaojun
BossNAS Family: Block-wisely Self-supervised Neural Architecture Search Journal Article
In: IEEE Transactions on Pattern Analysis & Machine Intelligence, no. 01, pp. 1-15, 5555, ISSN: 1939-3539.
@article{10839629,
title = { BossNAS Family: Block-wisely Self-supervised Neural Architecture Search },
author = {Changlin Li and Sihao Lin and Tao Tang and Guangrun Wang and Mingjie Li and Zhihui Li and Xiaojun Chang},
url = {https://doi.ieeecomputersociety.org/10.1109/TPAMI.2025.3529517},
doi = {10.1109/TPAMI.2025.3529517},
issn = {1939-3539},
year = {5555},
date = {5555-01-01},
urldate = {5555-01-01},
journal = {IEEE Transactions on Pattern Analysis & Machine Intelligence},
number = {01},
pages = {1-15},
publisher = {IEEE Computer Society},
address = {Los Alamitos, CA, USA},
abstract = {Recent advances in hand-crafted neural architectures for visual recognition underscore the pressing need to explore architecture designs comprising diverse building blocks. Concurrently, neural architecture search (NAS) methods have gained traction as a means to alleviate human efforts. Nevertheless, the question of whether NAS methods can efficiently and effectively manage diversified search spaces featuring disparate candidates, such as Convolutional Neural Networks (CNNs) and transformers, remains an open question. In this work, we introduce a novel unsupervised NAS approach called BossNAS (Block-wisely Self-supervised Neural Architecture Search), which aims to address the problem of inaccurate predictive architecture ranking caused by a large weight-sharing space while mitigating potential ranking issue caused by biased supervision. To achieve this, we factorize the search space into blocks and introduce a novel self-supervised training scheme called Ensemble Bootstrapping, to train each block separately in an unsupervised manner. In the search phase, we propose an unsupervised Population-Centric Search, optimizing the candidate architecture towards the population center. Additionally, we enhance our NAS method by integrating masked image modeling and present BossNAS++ to overcome the lack of dense supervision in our block-wise self-supervised NAS. In BossNAS++, we introduce the training technique named Masked Ensemble Bootstrapping for block-wise supernet, accompanied by a Masked Population-Centric Search scheme to promote fairer architecture selection. Our family of models, discovered through BossNAS and BossNAS++, delivers impressive results across various search spaces and datasets. Our transformer model discovered by BossNAS++ attains a remarkable accuracy of 83.2% on ImageNet with only 10.5B MAdds, surpassing DeiT-B by 1.4% while maintaining a lower computation cost. Moreover, our approach excels in architecture rating accuracy, achieving Spearman correlations of 0.78 and 0.76 on the canonical MBConv search space with ImageNet and the NATS-Bench size search space with CIFAR-100, respectively, outperforming state-of-the-art NAS methods.},
keywords = {},
pubstate = {published},
tppubtype = {article}
}
2025
Wang, Weiqi; Bao, Feilong; Xing, Zhecong; Lian, Zhe
A Survey: Research Progress of Feature Fusion Technology Journal Article
In: 2025.
@article{wangsurvey,
title = {A Survey: Research Progress of Feature Fusion Technology},
author = {Weiqi Wang and Feilong Bao and Zhecong Xing and Zhe Lian},
url = {http://poster-openaccess.com/files/ICIC2024/862.pdf},
year = {2025},
date = {2025-12-01},
keywords = {},
pubstate = {published},
tppubtype = {article}
}
(Ed.)
MACHINE-GENERATED NEURAL NETWORKS FOR SHORT-TERM LOAD FORECASTING Collection
2025.
@collection{nokey,
title = { MACHINE-GENERATED NEURAL NETWORKS FOR SHORT-TERM LOAD FORECASTING},
author = {Gergana Vacheva and Plamen Stanchev and Nikolay Hinov
},
url = {https://unitechsp.tugab.bg/images/2024/1-EE/s1_p143_v1.pdf},
year = {2025},
date = {2025-12-01},
urldate = {2025-12-01},
booktitle = {International Scientific Conference UNITECH`2024},
journal = {International Scientific Conference UNITECH`2024},
keywords = {},
pubstate = {published},
tppubtype = {collection}
}
Lan, Guojun; Shi, Mingshan; Tang, Jian; He, Yiqiong; Ji, Yunbo
An efficient safety prediction and control strategy using fuzzy neural network architecture search in islanded microgrids Journal Article
In: Discover Computing , 2025.
@article{lan-dc2025a,
title = {An efficient safety prediction and control strategy using fuzzy neural network architecture search in islanded microgrids},
author = {Guojun Lan and Mingshan Shi and Jian Tang and Yiqiong He and Yunbo Ji
},
url = {https://link.springer.com/article/10.1007/s10791-025-09562-w},
year = {2025},
date = {2025-05-26},
urldate = {2025-05-26},
journal = {Discover Computing },
keywords = {},
pubstate = {published},
tppubtype = {article}
}
Rahman, Md Hafizur; Haider, Zafaryab; Chakraborty, Prabuddha
An automated multi parameter neural architecture discovery framework using ChatGPT in the backend Journal Article
In: Scientific Reports, 2025.
@article{Rahman-sr25a,
title = {An automated multi parameter neural architecture discovery framework using ChatGPT in the backend},
author = {Md Hafizur Rahman and Zafaryab Haider and Prabuddha Chakraborty
},
url = {https://www.nature.com/articles/s41598-025-97378-5},
year = {2025},
date = {2025-05-15},
urldate = {2025-05-15},
journal = {Scientific Reports},
keywords = {},
pubstate = {published},
tppubtype = {article}
}
Boukela, Lynda; Branlard, Julien; Eichler, Annika
Exploring NAS for anomaly detection in superconducting cavities of particle accelerators Journal Article
In: Front. Phys., 2025.
@article{nokey,
title = {Exploring NAS for anomaly detection in superconducting cavities of particle accelerators},
author = {Lynda Boukela and Julien Branlard and Annika Eichler},
url = {https://www.frontiersin.org/journals/physics/articles/10.3389/fphy.2025.1553993/full},
doi = {10.3389/fphy.2025.1553993},
year = {2025},
date = {2025-05-02},
journal = {Front. Phys.},
keywords = {},
pubstate = {published},
tppubtype = {article}
}
(Ed.)
CG-CANTS-N: A Versatile Graph-Based Framework for Scalable and Adaptive Problem Solving Across Domains Collection Forthcoming
Forthcoming.
@collection{nokey,
title = {CG-CANTS-N: A Versatile Graph-Based Framework for Scalable and Adaptive Problem Solving Across Domains},
author = {AbdElRahman ElSaid and Travis Desel },
url = {https://people.uncw.edu/elsaida/publications_files/cg_cants_n.pdf},
year = {2025},
date = {2025-05-02},
urldate = {2025-05-02},
booktitle = {GECCO ’25 },
keywords = {},
pubstate = {forthcoming},
tppubtype = {collection}
}
Rubbani, Syeda
Neuroevolutionary Optimization of Shannon’s Capacity in Edge AI Protocols for M2M Communication Technical Report
2025.
@techreport{nokey,
title = {Neuroevolutionary Optimization of Shannon’s Capacity in Edge AI Protocols for M2M Communication},
author = {Syeda Rubbani},
url = {https://www.researchsquare.com/article/rs-6621997/v1},
year = {2025},
date = {2025-05-02},
urldate = {2025-05-02},
keywords = {},
pubstate = {published},
tppubtype = {techreport}
}
Gupta, Rajat; Jindal, Rakesh
Impact of Too Many Neural Network Layers on Overfitting Journal Article
In: International Journal of Computer Science and Mobile Computing, 2025.
@article{gupta-ijcsmc25a,
title = {Impact of Too Many Neural Network Layers on Overfitting},
author = {Rajat Gupta and Rakesh Jindal},
url = {https://ijcsmc.com/docs/papers/May2025/V14I5202502.pdf},
year = {2025},
date = {2025-05-02},
urldate = {2025-05-02},
journal = {International Journal of Computer Science and Mobile Computing},
keywords = {},
pubstate = {published},
tppubtype = {article}
}
Randive, Pallavi; Bhagat, Madhuri S.; Bhorkar, Mangesh P.; Bhagat, Rajesh M.; Vinchurkar, Shilpa M.; Shelare, Sagar; Sharma, Shubham; Beemkumar, N.; Hemalatha, S.; Kumar, Parveen; Kedia, Ankit; Massoud, Ehab El Sayed; Gupta, Deepak; Lozanovic, Jasmina
Adaptive optimization of natural coagulants using hybrid machine learning approach for sustainable water treatment Journal Article
In: nature scientific reports , 2025.
@article{nokey,
title = {Adaptive optimization of natural coagulants using hybrid machine learning approach for sustainable water treatment},
author = {
Pallavi Randive and Madhuri S. Bhagat and Mangesh P. Bhorkar and Rajesh M. Bhagat and Shilpa M. Vinchurkar and Sagar Shelare and Shubham Sharma and N. Beemkumar and S. Hemalatha and Parveen Kumar and Ankit Kedia and Ehab El Sayed Massoud and Deepak Gupta and Jasmina Lozanovic
},
url = {https://www.nature.com/articles/s41598-025-96750-9},
year = {2025},
date = {2025-05-02},
urldate = {2025-05-02},
journal = {nature scientific reports },
keywords = {},
pubstate = {published},
tppubtype = {article}
}
Alagoz, Baris Baykant; Keles, Cemal; Ates, Abdullah; Özdemir, Edanur; Alkhulaifi, Nasser
Optimal deep neural network architecture design with improved generalization for data-driven cooling load estimation problem Journal Article
In: Neural Computing and Applications, 2025.
@article{nokey,
title = {Optimal deep neural network architecture design with improved generalization for data-driven cooling load estimation problem},
author = {
Baris Baykant Alagoz and Cemal Keles and Abdullah Ates and Edanur Özdemir and Nasser Alkhulaifi
},
url = {https://link.springer.com/article/10.1007/s00521-025-11212-7},
year = {2025},
date = {2025-05-02},
urldate = {2025-05-02},
journal = {Neural Computing and Applications},
keywords = {},
pubstate = {published},
tppubtype = {article}
}
Meyer-Lee, Gabriel
Towards Practical Automation of Neural Architecture Design PhD Thesis
2025.
@phdthesis{nokey,
title = { Towards Practical Automation of Neural Architecture Design},
author = {Gabriel Meyer-Lee},
url = {https://scholarworks.uvm.edu/graddis/2067/},
year = {2025},
date = {2025-05-01},
keywords = {},
pubstate = {published},
tppubtype = {phdthesis}
}
Melo, Thadeu Pezzin; Andrade, Jefferson Oliveira; Komati, Karin Satie
A Pipeline for Multivariate Time Series Forecasting of Gas Consumption in Pelletization Process Journal Article
In: CLEIej, 2025.
@article{nokey,
title = { A Pipeline for Multivariate Time Series Forecasting of Gas Consumption in Pelletization Process },
author = { Thadeu Pezzin Melo and Jefferson Oliveira Andrade and Karin Satie Komati },
url = {https://doi.org/10.19153/cleiej.28.3.2 },
year = {2025},
date = {2025-05-01},
urldate = {2025-05-01},
journal = {CLEIej},
keywords = {},
pubstate = {published},
tppubtype = {article}
}
Ranjan, Vivek; Pal, Riya; Saini, Prashant; Nirala, Divyanshu Raj
Neural Architecture Search: Designing Automated AI Models Miscellaneous
2025.
@misc{vivek_ranjan_2025_15423210,
title = {Neural Architecture Search: Designing Automated AI Models},
author = {Vivek Ranjan and Riya Pal and Prashant Saini and Divyanshu Raj Nirala},
url = {https://doi.org/10.5281/zenodo.15423210},
doi = {10.5281/zenodo.15423210},
year = {2025},
date = {2025-05-01},
urldate = {2025-05-01},
publisher = {Institute for Interdisciplinary and Venture Publication},
keywords = {},
pubstate = {published},
tppubtype = {misc}
}
M, V T Ram Pavan Kumar; Shieh, Chin-Shiuh; S, Siva Shankar; Chakrabarti, Prasun
PNASFH-Net: Parallel NAS forward harmonic Network for colon cancer detection using CT images Journal Article
In: Future Technology, vol. 4, no. 2, pp. 76–91, 2025.
@article{KumarM_Shieh_ShankarS_Chakrabarti_2025,
title = {PNASFH-Net: Parallel NAS forward harmonic Network for colon cancer detection using CT images},
author = {V T Ram Pavan Kumar M and Chin-Shiuh Shieh and Siva Shankar S and Prasun Chakrabarti},
url = {https://fupubco.com/futech/article/view/317},
year = {2025},
date = {2025-05-01},
urldate = {2025-05-01},
journal = {Future Technology},
volume = {4},
number = {2},
pages = {76–91},
keywords = {},
pubstate = {published},
tppubtype = {article}
}
Chang, Lei; Rani, Shalli; Akbar, Muhammad Azeem
ChampionNet: a transformer-enhanced neural architecture search framework for athletic performance prediction and training optimization Journal Article
In: Discover Computing , 2025.
@article{nokey,
title = {ChampionNet: a transformer-enhanced neural architecture search framework for athletic performance prediction and training optimization},
author = {
Lei Chang and Shalli Rani and Muhammad Azeem Akbar
},
url = {https://link.springer.com/article/10.1007/s10791-025-09560-y},
year = {2025},
date = {2025-05-01},
urldate = {2025-05-01},
journal = {Discover Computing },
keywords = {},
pubstate = {published},
tppubtype = {article}
}
alshahrani, Rami Ayied; Khanzada, Tariq Jamil Saifullah
Improved Crime Prediction using Hybrid Neural Architecture Search together with Hyper-parameter Tuning Technical Report
2025.
@techreport{nokey,
title = {Improved Crime Prediction using Hybrid Neural Architecture Search together with Hyper-parameter Tuning},
author = {Rami Ayied alshahrani and Tariq Jamil Saifullah Khanzada},
url = {https://www.researchsquare.com/article/rs-6079106/v1},
year = {2025},
date = {2025-05-01},
urldate = {2025-05-01},
keywords = {},
pubstate = {published},
tppubtype = {techreport}
}
Lan, Guojun; Tang, Jian; Chen, Jie; Xing, Jingshu; Zhao, Lijun
An effective dual-predictor controller mechanism using neural architecture search for optimization of residential energy hub system Journal Article
In: Discover Computing , vol. 28, 2025.
@article{nokey,
title = {An effective dual-predictor controller mechanism using neural architecture search for optimization of residential energy hub system},
author = {Guojun Lan and Jian Tang and Jie Chen and Jingshu Xing and Lijun Zhao
},
url = {https://link.springer.com/article/10.1007/s10791-025-09533-1},
year = {2025},
date = {2025-04-09},
urldate = {2025-04-09},
journal = {Discover Computing },
volume = {28},
keywords = {},
pubstate = {published},
tppubtype = {article}
}
Castagnetti, Andrea; Pegatoquet, Alain; Miramond, Benoit; Montfort, Olivier; Huard, Vincent
Hardware-Aware Neural Architecture Search for~Memory constrained Embedded~Neural Networks~Accelerators Proceedings Article
In: 7th IEEE International Conference on Artificial Intelligence Circuits and Systems (AICAS 2025), pp. 5, Bordeaux, France, 2025.
@inproceedings{castagnetti:hal-05052083,
title = {Hardware-Aware Neural Architecture Search for~Memory constrained Embedded~Neural Networks~Accelerators},
author = {Andrea Castagnetti and Alain Pegatoquet and Benoit Miramond and Olivier Montfort and Vincent Huard},
url = {https://hal.science/hal-05052083},
year = {2025},
date = {2025-04-01},
urldate = {2025-04-01},
booktitle = {7th IEEE International Conference on Artificial Intelligence Circuits and Systems (AICAS 2025)},
pages = {5},
address = {Bordeaux, France},
keywords = {},
pubstate = {published},
tppubtype = {inproceedings}
}
Wu, Yue; Huang, Lin; Yang, Tiejun
Breast Ultrasound Image Segmentation Using Multi-branch Skip Connection Search Journal Article
In: Journal of Imaging Informatics in Medicine , 2025.
@article{wu-jiim25a,
title = {Breast Ultrasound Image Segmentation Using Multi-branch Skip Connection Search},
author = { Yue Wu and Lin Huang and Tiejun Yang
},
url = {https://link.springer.com/article/10.1007/s10278-025-01487-6},
year = {2025},
date = {2025-04-01},
urldate = {2025-04-01},
journal = {Journal of Imaging Informatics in Medicine },
keywords = {},
pubstate = {published},
tppubtype = {article}
}
CAPELLO, ALESSIO
An End-to-End Edge-Computing Framework for IoT-enabled Monitoring PhD Thesis
2025.
@phdthesis{nokey,
title = {An End-to-End Edge-Computing Framework for IoT-enabled Monitoring},
author = { CAPELLO, ALESSIO },
url = {https://tesidottorato.depositolegale.it/handle/20.500.14242/199679?mode=simple},
year = {2025},
date = {2025-04-01},
urldate = {2025-04-01},
keywords = {},
pubstate = {published},
tppubtype = {phdthesis}
}
Toe, Seb Gregory Dal; Tiddeman, Bernard; Zarges, Christine
Evolutionary Neural Architecture Search using Random Weight Distributions Proceedings Article
In: Ochoa, Gabriela (Ed.): Proceedings of the Genetic and Evolutionary Computation Conference Companion, GECCO 2025, Málaga, Spain, July 14-18, 2025, Association for Computing Machinery (ACM), United States of America, 2025, (GECCO 2025 : The Genetic and Evolutionary Computation Conference, GECCO ; Conference date: 14-07-2025 Through 18-07-2025).
@inproceedings{581d1ec7c5934c3db7cf4e0f5c2b67f1,
title = {Evolutionary Neural Architecture Search using Random Weight Distributions},
author = {Seb Gregory Dal Toe and Bernard Tiddeman and Christine Zarges},
editor = {Gabriela Ochoa},
url = {https://gecco-2025.sigevo.org/HomePage},
doi = {10.1145/3712255.3726664},
year = {2025},
date = {2025-03-19},
urldate = {2025-03-19},
booktitle = {Proceedings of the Genetic and Evolutionary Computation Conference Companion, GECCO 2025, Málaga, Spain, July 14-18, 2025},
publisher = {Association for Computing Machinery (ACM)},
address = {United States of America},
abstract = {We consider the problem of efficiently searching for high-performing neural architectures whilst simultaneously favouring networks of reduced complexity. It is theorised that a complementary set of proxies can be employed for multi-objective optimisation to balance model performance with the size of the network. We demonstrate that a low-cost proxy for the test accuracy of a candidate architecture can be derived from a series of inferences alone. The proxy is paired with a complexity metric based on the number of parameters in the model and the two properties are used in a multi-objective setting. A Pareto Archived Evolutionary Strategy is used to optimise the two objectives simultaneously and deliver a diverse collection of solutions as output. This method is shown to successfully discover low-complexity architectures with minor loss of accuracy as compared to the global optima and does so with statistical reliability. This work offers a proof-of-concept Neural Architecture Search algorithm that removes training from the process entirely. The proposed approach is examined in terms of search behaviour and the complexity reduction that can be achieved by comparing discovered solutions to the top-performing architectures in the search space.},
note = {GECCO 2025 : The Genetic and Evolutionary Computation Conference, GECCO ; Conference date: 14-07-2025 Through 18-07-2025},
keywords = {},
pubstate = {published},
tppubtype = {inproceedings}
}
Tran, Thanh Hai; Nguyen, Dac Tam; Ngo, Minh Duc; Doan, Long; Luong, Ngoc Hoang; Binh, Huynh Thi Thanh
Kernelshap-nas: a shapley additive explanatory approach for characterizing operation influences Journal Article
In: Neural Computing and Applications , 2025.
@article{nokey,
title = {Kernelshap-nas: a shapley additive explanatory approach for characterizing operation influences},
author = {Thanh Hai Tran and Dac Tam Nguyen and Minh Duc Ngo and Long Doan and Ngoc Hoang Luong and Huynh Thi Thanh Binh
},
url = {https://link.springer.com/article/10.1007/s00521-025-11071-2},
year = {2025},
date = {2025-03-05},
urldate = {2025-03-05},
journal = {Neural Computing and Applications },
keywords = {},
pubstate = {published},
tppubtype = {article}
}
Ju, Moran; Niu, Buniu; Li, Mulin; Mao, Tengkai; Jin, Si-nian
Toward Better Accuracy-Efficiency Trade-Offs for Oriented SAR Ship Object Detection Bachelor Thesis
2025.
@bachelorthesis{ju-jstaeors,
title = {Toward Better Accuracy-Efficiency Trade-Offs for Oriented SAR Ship Object Detection},
author = {Moran Ju and Buniu Niu and Mulin Li and Tengkai Mao and Si-nian Jin},
url = {https://ieeexplore.ieee.org/stamp/stamp.jsp?arnumber=10944503},
year = {2025},
date = {2025-03-01},
urldate = {2025-03-01},
journal = { IEEE Journal of Selected Topics in Applied Earth Observations and Remote Sensing. },
keywords = {},
pubstate = {published},
tppubtype = {bachelorthesis}
}
Liu, Guoqing; Qian, Yuhua; Liang, Xinyan; Fu, Pinhan
Core structure-guided multi-modal classification via Monte Carlo Tree Search Journal Article
In: International Journal of Machine Learning and Cybernetics , 2025.
@article{liu-ijmlc25a,
title = {Core structure-guided multi-modal classification via Monte Carlo Tree Search},
author = { Guoqing Liu and Yuhua Qian and Xinyan Liang and Pinhan Fu
},
url = {https://link.springer.com/article/10.1007/s13042-025-02606-z},
year = {2025},
date = {2025-03-01},
urldate = {2025-03-01},
journal = {International Journal of Machine Learning and Cybernetics },
keywords = {},
pubstate = {published},
tppubtype = {article}
}
HERNANDEZ, ESAU ALAIN HERVERT; CAO, YAN; KEHTARNAVAZ, NASSER
Computationally Efficient Neural Architecture Search for Image Denoising Bachelor Thesis
2025.
@bachelorthesis{nokey,
title = {Computationally Efficient Neural Architecture Search for Image Denoising},
author = {ESAU ALAIN HERVERT HERNANDEZ and YAN CAO and NASSER KEHTARNAVAZ},
url = {https://ieeexplore.ieee.org/stamp/stamp.jsp?arnumber=10948435},
year = {2025},
date = {2025-03-01},
urldate = {2025-03-01},
journal = {IEEE Access},
keywords = {},
pubstate = {published},
tppubtype = {bachelorthesis}
}
Naayini, Prudhvi; Kamatala, Srikanth; Myakala, Praveen Kumar
Transforming Performance Engineering with Generative AI Journal Article
In: Journal of Computer and Communications , vol. 13, no. 3, 2025.
@article{Naayini-jcc25a,
title = { Transforming Performance Engineering with Generative AI },
author = { Prudhvi Naayini and Srikanth Kamatala and Praveen Kumar Myakala},
url = {https://www.scirp.org/journal/paperinformation?paperid=141454},
year = {2025},
date = {2025-03-01},
urldate = {2025-03-01},
journal = {Journal of Computer and Communications },
volume = {13},
number = {3},
keywords = {},
pubstate = {published},
tppubtype = {article}
}
Xu, Dikai; Cao, Bin
Adaptive Multiobjective Evolutionary Generative Adversarial Network for Metaverse Network Intrusion Detection Journal Article
In: Science Partner Journals, 2025.
@article{nokey,
title = {Adaptive Multiobjective Evolutionary Generative Adversarial Network for Metaverse Network Intrusion Detection},
author = {Dikai Xu and Bin Cao},
url = {https://spj.science.org/doi/pdf/10.34133/research.0665},
year = {2025},
date = {2025-03-01},
urldate = {2025-03-01},
journal = {Science Partner Journals},
keywords = {},
pubstate = {published},
tppubtype = {article}
}
Li, Yuangang; Ma, Rui; Zhang, Qian; Wang, Zeyu; Zong, Linlin; Liu, Xinyue
Neural architecture search using attention enhanced precise path evaluation and efficient forward evolution Journal Article
In: scientific reports , 2025.
@article{nokey,
title = {Neural architecture search using attention enhanced precise path evaluation and efficient forward evolution},
author = {Yuangang Li and Rui Ma and Qian Zhang and Zeyu Wang and Linlin Zong and Xinyue Liu
},
url = {https://www.nature.com/articles/s41598-025-94187-8},
year = {2025},
date = {2025-03-01},
urldate = {2025-03-01},
booktitle = {scientific reports },
journal = {scientific reports },
keywords = {},
pubstate = {published},
tppubtype = {article}
}
(Ed.)
HPE-DARTS: Hybrid Pruning and Proxy Evaluation in Differentiable Architecture Search Collection
2025.
@collection{lin-,
title = {HPE-DARTS: Hybrid Pruning and Proxy Evaluation in Differentiable Architecture Search},
author = {Hung-I Lin and Lin-Jing Kuo and Sheng-De Wang},
url = {https://www.scitepress.org/Papers/2025/131487/131487.pdf},
year = {2025},
date = {2025-03-01},
urldate = {2025-03-01},
booktitle = {Proceedings of the 17th International Conference on Agents and Artificial Intelligence (ICAART 2025)},
journal = {Proceedings of the 17th International Conference on Agents and Artificial Intelligence (ICAART 2025)},
keywords = {},
pubstate = {published},
tppubtype = {collection}
}
(Ed.)
2025.
@collection{Friderikos-dte25a,
title = {OPTIMIZED LSTM NEURAL NETWORKS VIA NEURAL ARCHITECTURE SEARCH FOR PREDICTING DAMAGE EVOLUTION IN COMPOSITE LAMINATES},
author = {O. Friderikos and A. Mendoza and Emmanuel Baranger and D. Sagris and C. David},
url = {https://congressarchive.cimne.com/dte_aicomas_2025/abstracts/b8d1d10a96b711efba01000c29ddfc0c.pdf},
year = {2025},
date = {2025-03-01},
urldate = {2025-03-01},
booktitle = {Digital Twins in Engineering & Artificial Intelligence and Computational Methods in Applied Science, DTE - AICOMAS 2025},
keywords = {},
pubstate = {published},
tppubtype = {collection}
}
Fang, Xuwei; Xie, Weisheng; Li, Hui; Zhou, Wenbin; Hang, Chen; Gao, Xiangxiang
DARTS-EAST: an edge-adaptive selection with topology first differentiable architecture selection method Journal Article
In: Applied Intelligence , 2025.
@article{fang-ai25a,
title = {DARTS-EAST: an edge-adaptive selection with topology first differentiable architecture selection method},
author = {Xuwei Fang and Weisheng Xie and Hui Li and Wenbin Zhou and Chen Hang and Xiangxiang Gao
},
url = {https://link.springer.com/article/10.1007/s10489-025-06353-0},
year = {2025},
date = {2025-03-01},
urldate = {2025-03-01},
journal = {Applied Intelligence },
keywords = {},
pubstate = {published},
tppubtype = {article}
}
(Ed.)
Neural Architecture Search: Tradeoff Between Performance and Efficiency Collection
2025.
@collection{nokey,
title = {Neural Architecture Search: Tradeoff Between Performance and Efficiency},
author = {Tien Dung Nguyen and Nassim Mokhtari and Alexis Nédélec},
url = {https://www.scitepress.org/Papers/2025/132969/132969.pdf},
year = {2025},
date = {2025-03-01},
urldate = {2025-03-01},
booktitle = {Proceedings of the 17th International Conference on Agents and Artificial Intelligence (ICAART 2025)},
keywords = {},
pubstate = {published},
tppubtype = {collection}
}
(Ed.)
PQNAS: Mixed-precision Quantization-aware Neural Architecture Search with Pseudo Quantizer Collection
2025.
@collection{gao-icassp25a,
title = {PQNAS: Mixed-precision Quantization-aware Neural Architecture Search with Pseudo Quantizer},
author = {Tianxiao Gao and Li Guo and Shihao Wang and Shiai Zhu and Dajiang Zhou},
url = {https://ieeexplore.ieee.org/stamp/stamp.jsp?arnumber=10888233},
year = {2025},
date = {2025-03-01},
urldate = {2025-03-01},
booktitle = {2025 IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP)},
keywords = {},
pubstate = {published},
tppubtype = {collection}
}
He, Zhimin; Chen, Hongxiang; Zhou, Yan; Situ, Haozhen; Li, Yongyao; Li, Lvzhou
Self-supervised representation learning for Bayesian quantum architecture search Journal Article
In: Phys. Rev. A, vol. 111, iss. 3, pp. 032403, 2025.
@article{PhysRevA.111.032403,
title = {Self-supervised representation learning for Bayesian quantum architecture search},
author = {Zhimin He and Hongxiang Chen and Yan Zhou and Haozhen Situ and Yongyao Li and Lvzhou Li},
url = {https://link.aps.org/doi/10.1103/PhysRevA.111.032403},
doi = {10.1103/PhysRevA.111.032403},
year = {2025},
date = {2025-03-01},
urldate = {2025-03-01},
journal = {Phys. Rev. A},
volume = {111},
issue = {3},
pages = {032403},
publisher = {American Physical Society},
keywords = {},
pubstate = {published},
tppubtype = {article}
}
Feng, Shiyang; Li, Zhaowei; Zhang, Bo; Chen, Tao
DSF2-NAS: Dual-Stage Feature Fusion via Network Architecture Search for Classification of Multimodal Remote Sensing Images Journal Article
In: IEEE Journal of Selected Topics in Applied Earth Observations and Remote Sensing. , 2025.
@article{feng-ieeejstoaeors25a,
title = {DSF2-NAS: Dual-Stage Feature Fusion via Network Architecture Search for Classification of Multimodal Remote Sensing Images},
author = {Shiyang Feng and Zhaowei Li and Bo Zhang and Tao Chen},
url = {https://ieeexplore.ieee.org/stamp/stamp.jsp?arnumber=10904332},
year = {2025},
date = {2025-03-01},
urldate = {2025-03-01},
journal = { IEEE Journal of Selected Topics in Applied Earth Observations and Remote Sensing. },
keywords = {},
pubstate = {published},
tppubtype = {article}
}
(Ed.)
TinyDevID: TinyML-Driven IoT Devices IDentification Using Network Flow Data Collection
2025.
@collection{Rushikesh-csp25a,
title = {TinyDevID: TinyML-Driven IoT Devices IDentification Using Network Flow Data},
author = {Priyanka Rushikesh Chaudhary and Anand Agrawal and Rajib Ranjan Maiti},
url = {https://ieeexplore.ieee.org/stamp/stamp.jsp?arnumber=10885715},
year = {2025},
date = {2025-02-01},
urldate = {2025-02-01},
booktitle = {COMSNETS 2025 - Cybersecurity & Privacy Workshop (CSP)},
keywords = {},
pubstate = {published},
tppubtype = {collection}
}
Yu, Sixing
2025.
@phdthesis{yu-phd25a,
title = {Scalable and resource-efcient federated learning: Techniques for resource-constrained heterogeneous systems},
author = {Sixing Yu},
url = {https://www.proquest.com/docview/3165602177?pq-origsite=gscholar&fromopenview=true&sourcetype=Dissertations%20&%20Theses},
year = {2025},
date = {2025-02-01},
urldate = {2025-02-01},
keywords = {},
pubstate = {published},
tppubtype = {phdthesis}
}
Fu, Jintao; Cong, Peng; Xu, Shuo; Chang, Jiahao; Liu, Ximing; Sun, Yuewen
Neural architecture search with Deep Radon Prior for sparse-view CT image reconstruction Journal Article
In: Med Phys , 2025.
@article{Fu-medphs25a,
title = { Neural architecture search with Deep Radon Prior for sparse-view CT image reconstruction },
author = {Jintao Fu and Peng Cong and Shuo Xu and Jiahao Chang and Ximing Liu and Yuewen Sun
},
url = {https://pubmed.ncbi.nlm.nih.gov/39930320/},
year = {2025},
date = {2025-02-01},
urldate = {2025-02-01},
journal = { Med Phys },
keywords = {},
pubstate = {published},
tppubtype = {article}
}
Zhao, Yi-Heng; Pang, Shen-Wen; Huang, Heng-Zhi; Wu, Shao-Wen; Sun, Shao-Hua; Liu, Zhen-Bing; Pan, Zhi-Chao
Automatic clustering of single-molecule break junction data through task-oriented representation learning Journal Article
In: Rare Metals , 2025.
@article{zhao-rarem25a,
title = {Automatic clustering of single-molecule break junction data through task-oriented representation learning},
author = {
Yi-Heng Zhao and Shen-Wen Pang and Heng-Zhi Huang and Shao-Wen Wu and Shao-Hua Sun and Zhen-Bing Liu and Zhi-Chao Pan
},
url = {https://link.springer.com/article/10.1007/s12598-024-03089-7},
year = {2025},
date = {2025-02-01},
urldate = {2025-02-01},
journal = { Rare Metals },
keywords = {},
pubstate = {published},
tppubtype = {article}
}
Huang, Tao
Efficient Deep Neural Architecture Design and Training PhD Thesis
2025.
@phdthesis{nokey,
title = {Efficient Deep Neural Architecture Design and Training},
author = { Huang, Tao },
url = {https://ses.library.usyd.edu.au/handle/2123/33598},
year = {2025},
date = {2025-02-01},
urldate = {2025-02-01},
keywords = {},
pubstate = {published},
tppubtype = {phdthesis}
}