paper-with-me

홈 › Papers

Resource-Aware Evolutionary Neural Architecture Search for Cardiac MRI Segmentation

2026-05-07 · Farhana Yasmin, Mahade Hasan, Haipeng Liu, Amjad Ali, Ghulam Muhammad, Yu Xue arxiv

Cardiac magnetic resonance (CMR) segmentation underpins quantitative assessment of ventricular structure and function, yet reliable delineation remains difficult due to low tissue contrast, fuzzy boundaries, and inter scan variability. We present CardiacNAS, an evolutionary neural architecture search (NAS) framework that couples a UNet like supernet with a cardiac aware search space spanning depth width, kernel size, filter size, attention, fusion, activation, dropout, and residual scaling. The search is explicitly resource aware, jointly optimizing dice similarity coefficient (DSC) and 95th percentile Hausdorff distance (HD95) versus model size and floating point operations (FLOPs) under fixed compute budgets. Candidate architectures are instantiated from the supernet, trained with proxy budgets, and evolved through crossover, mutation, and elitist selection. We evaluate on the ACDC dataset and compare against six state of the art methods, using qualitative comparisons, learning curve analyses, and design factor correlation studies. The resulting model attains 93.22% average DSC and 4.73 mm HD95 with 3.58M parameters and 14.56 GFLOPs, demonstrating a favorable accuracy efficiency trade off. Analyses indicate that searched attention and fusion choices, together with residual scaling, contribute to improved boundary fidelity and stability. CardiacNAS offers a principled, resource aware approach to deployable CMR segmentation with transparent reporting of architectural complexity and compute budgets.

📄 PDF Abstract BibTeX arXiv:2605.08238

Code (0)

등록된 구현이 없습니다.

Tasks

Neural Architecture Search

Similar Papers 제목 키워드 기반

RAM-NAS: Resource-aware Multiobjective Neural Architecture Search Method for Robot Vision Tasks

2025-09-25 · Shouren Mao, Minghao Qin, Wei Dong, Huajian Liu 외 arxiv

Neural architecture search (NAS) has shown great promise in automatically designing lightweight models. However, conventional approaches are insufficient in training the supernet and pay little attention to actual robot …

Neural Architecture SearchKnowledge Distillation

Towards Cardiac Intervention Assistance: Hardware-aware Neural Architecture Exploration for Real-Time 3D Cardiac Cine MRI Segmentation

2020-08-17 · Dewen Zeng, Weiwen Jiang, Tianchen Wang, Xiaowei Xu 외

Real-time cardiac magnetic resonance imaging (MRI) plays an increasingly important role in guiding various cardiac interventions. In order to provide better visual assistance, the cine MRI frames need to be segmented on-…

MRI segmentationNeural Architecture SearchSegmentation

Hardware Aware Evolutionary Neural Architecture Search using Representation Similarity Metric

2023-11-07 · Nilotpal Sinha, Abd El Rahman Shabayek, Anis Kacem, Peyman Rostami 외

Hardware-aware Neural Architecture Search (HW-NAS) is a technique used to automatically design the architecture of a neural network for a specific task and target hardware. However, evaluating the performance of candidat…

Hardware Aware Neural Architecture SearchNeural Architecture Search

Evolutionary Algorithms in Approximate Computing: A Survey

2021-08-16 · Lukas Sekanina

In recent years, many design automation methods have been developed to routinely create approximate implementations of circuits and programs that show excellent trade-offs between the quality of output and required resou…

Evolutionary AlgorithmsNeural Architecture SearchSurvey

Evolutionary-Neural Hybrid Agents for Architecture Search

2018-11-24 · Krzysztof Maziarz, Mingxing Tan, Andrey Khorlin, Marin Georgiev 외

Neural Architecture Search has shown potential to automate the design of neural networks. Deep Reinforcement Learning based agents can learn complex architectural patterns, as well as explore a vast and compositional sea…

Deep Reinforcement LearningEvolutionary AlgorithmsGeneral Classificationimage-classification+4