Articles published on fine-tuning-approaches
Authors
Select Authors
Journals
Select Journals
Duration
Select Duration
389 Search results
Sort by Recency
- Research Article
4
- 10.1145/3735129
- Jan 21, 2026
- ACM Transactions on Software Engineering and Methodology
- Boyang Yang + 7 more
Within the realm of software engineering, specialized tasks on code, such as program repair, present unique challenges, necessitating fine-tuning Large language models (LLMs) to unlock state-of-the-art performance. Fine-tuning approaches proposed in the literature for LLMs on program repair tasks generally overlook the need to reason about the logic behind code changes, beyond syntactic patterns in the data. High-performing fine-tuning experiments also usually come at very high computational costs. With MORepair , we propose a novel perspective on the learning focus of LLM fine-tuning for program repair: we not only adapt the LLM parameters to the syntactic nuances of the task of code transformation (objective ➊), but we also specifically fine-tune the LLM with respect to the logical reason behind the code change in the training data (objective ➋). Such a multi-objective fine-tuning will instruct LLMs to generate high-quality patches. We apply MORepair to fine-tune four open-source LLMs with different sizes and architectures. Experimental results on function-level and repository-level repair benchmarks show that the implemented fine-tuning effectively boosts LLM repair performance by 11.4% to 56.0%. We further show that our fine-tuning strategy yields superior performance compared to the state-of-the-art approaches, including standard fine-tuning, Fine-tune-CoT, and RepairLLaMA.
- Research Article
- 10.65521/ijaece.v15i1s.1379
- Jan 19, 2026
- International Journal on Advanced Electrical and Computer Engineering
- Akanksha Nagaraj Nayak + 2 more
Dementia is a progressive neurodegenerative disease that is a major challenge to healthcare systems around the world and hence there is the need to have accurate and automated means of diagnosis. SMRI has become a useful modality for detecting neuroanatomical changes during the development of dementia, and yet, manual interpretation is tedious and prone to error. This paper will discuss a deep learning-based method of multiclass dementia classification based on a transfer learning model on the VGG-16 convolutional neural network. A big publicly available Kaggle data set comprising of about 44,000 T1-weighted brain MRI images was used, which comprised of four clinically relevant classes such as Non-Demented, Very Mild Demented, Mild Demented as well as Moderate Demented. All pictures were downsampled to the constant resolution size at 224 x 224 pixels and categorized as grayscale inputs to retain structural information and making them computationally efficient. A fine-tuning approach that was under a controlled strategy was used by unfreezing convolutional layers consecutively, allowing the detailed examination of convolutional layers parameter adaptation and generalization behaviours. The evaluation of the model performance was conducted based on accuracy metrics, learning curves, and analysis of the confusion matrix to present both quantitative and class-wise information. The final training accuracy of the proposed model was 89 percent and a validation accuracy of 76 percent which showed that the model converged well and the generalization was also good. The confusion matrix showed that Non-Demented cases were highly specific with potential difficulties likely to arise in making a distinction between the early stages of dementia since there were minor neuroanatomical overlaps.
- Research Article
- 10.1145/3788680
- Jan 19, 2026
- ACM Transactions on Computing for Healthcare
- Ziyun Zeng + 5 more
Dental plaques are biofilms formed by microorganisms and extracellular matrix in the oral cavity. The most common oral diseases, including dental caries and periodontal diseases, are initiated by dental plaque accumulating on tooth surfaces. We develop an AI-based algorithm (AI-Plaque) to automatically segment dental plaque areas in intraoral images, enabling automatic plaque detection and quantitative severity assessment. To mitigate the limited segmentation capabilities of existing models and dataset limitations, we introduce a data preprocessing procedure, a specialized fine-tuning approach, and a novel self-training pipeline that leverages synthesized plaque images. Our approach demonstrates significant improvements in plaque segmentation and high effectiveness in plaque assessment, over several baseline methods, as evaluated by both image segmentation metrics and a custom-designed quantitative Visual Plaque Index. The AI-Plaque algorithm could empower individuals to receive timely, personalized feedback on their oral hygiene practices for dental plaque control, such as brushing and flossing, and ultimately reduce the risk of developing oral diseases.
- Research Article
2
- 10.1073/pnas.2529073123
- Jan 9, 2026
- Proceedings of the National Academy of Sciences
- Zohar Rosenwasser + 4 more
Adenosine-to-inosine (A-to-I) RNA editing by ADAR enzymes shapes transcript fate and underpins emerging RNA editing therapeutics, yet predicting which adenosines are edited remains difficult. We introduce ADAR-GPT, a model-agnostic fine-tuning framework that adapts a GPT-class language model to classify editing at candidate sites using sequence context in standardized 201 nt windows with the target adenosine explicitly marked. We train and evaluate on GTEx liver data ([Formula: see text] samples) at a clinically relevant 15% editing threshold, using a two-stage continual fine-tuning approach where lower thresholds serve as curriculum data to progressively sharpen decision boundaries. Using sequence data, ADAR-GPT demonstrates competitive or superior performance when benchmarked against established computational approaches, including convolutional and foundation model architectures, achieving a better balance of recall, precision, and specificity alongside stronger operating-curve metrics. The approach is reproducible and portable across GPT backbones without architectural changes. Beyond accurate site classification, ADAR-GPT provides practical adenosine scoring to prioritize experimental targets and inform guide RNA design, with a framework adaptable to new datasets and model architectures.
- Research Article
- 10.1093/bib/bbaf718
- Jan 7, 2026
- Briefings in Bioinformatics
- Can Shi + 8 more
Recent advances in spatial omics technologies have enabled transcriptome profiling at subcellular resolution. By performing cell segmentation on nuclear or membrane staining images, researchers can acquire single cell level spatial gene expression data, which in turn enables subsequent biological interpretation. Although deep learning-based segmentation models achieve high overall accuracy, their performance remains suboptimal for whole-tissue analysis, particularly in ensuring consistent segmentation accuracy across diverse cell populations. Existing fine-tuning approaches often require extensive retraining or are tailored to specific model architectures, limiting their adaptability and scalability in practical settings. To address these challenges, we present CSRefiner, a lightweight and efficient fine-tuning framework for precise whole-tissue single-cell spatial expression analysis. Our approach incorporates support for fine-tuning widely used segmentation models in the field of spatial omics, while achieving high accuracy with very limited annotated data. This study demonstrates CSRefiner’s superior performance across various staining types and its compatibility with multiple mainstream models. Combining operational simplicity with robust accuracy, our framework offers a practical solution for real-world spatial transcriptomics applications.
- Research Article
- 10.1109/access.2026.3679277
- Jan 1, 2026
- IEEE access : practical innovations, open solutions
- Payel Bhattacharjee + 7 more
Large Language Models (LLMs) are being widely adopted in different domains including education, healthcare, and finance. In healthcare domain, LLMs are used in disease diagnosis, abnormality classification, remedy suggestions etc. Multi-abnormality classification of radiology reports is essential in healthcare, medical decision-making, and drug discovery. LLMs are increasingly utilized for such tasks because of their remarkable Natural Language Processing (NLP) capabilities, which streamline medical report processing and reduce administrative burden. To enhance the predictive accuracy, LLMs are often fine-tuned on private, locally available datasets, such as medical reports. However, this practice raises significant privacy concerns, as LLMs are prone to memorizing training data, making them susceptible to data extraction attacks even through query-based access. Additionally, sharing fine-tuned models and weights poses adversarial risks, because they may inadvertently reveal sensitive information about the training data. Despite the growing application of LLMs to medical text classification, privacy-preserving fine-tuning for multi-abnormality classification remains underexplored. To bridge this gap, we propose a differentially private (DP) fine-tuning approach that preserves privacy while enabling multi-abnormality classification from text radiology reports through Low Rank Adaptation (LoRA). Our framework leverages DP optimization techniques to fine-tune LLMs on local patient data while mitigating data leakage risks. To our knowledge, this is the first study to incorporate DP fine-tuning of LLMs for multi-abnormality classification using text-based radiology reports. We used labels generated by a larger LLM to fine-tune a smaller LLM, accelerating inference while maintaining privacy constraints. We conducted extensive experiments on the MIMIC-CXR, and CT-RATE datasets to evaluate DP fine-tuning method across varying privacy regimes, analyzing the privacy-utility trade-off and demonstrating the efficacy of our approach. For instance, on the MIMIC-CXR dataset, our proposed DP-LoRA framework achieves weighted F1-scores of up to 0.89 under moderate privacy budgets (), approaching the performance of non-private LoRA (0.90) and full fine-tuning (0.96). These results demonstrate that strong privacy protection can be achieved with only moderate performance degradation.
- Research Article
- 10.1109/tgrs.2025.3649271
- Jan 1, 2026
- IEEE Transactions on Geoscience and Remote Sensing
- Shen Guo + 4 more
With the increasing frequency of port trade activities, oil spill incidents pose severe threats to marine ecosystems. The complex port environments, characterized by diverse land cover types and intricate land-water interfaces, present significant challenges for oil spill detection (OSD). To address this, we propose a parameter-efficient fine-tuning (PEFT) approach based on the segment anything model (SAM) for port OSD tasks utilizing unmanned aerial vehicle (UAV) remote sensing imagery. The proposed DADS-SAM freezes most parameters of SAM and performs PEFT only on adapters. Dynamic adaptive low-rank adaptation (DALoRA) enhances the model’s adaptability to port OSD tasks by incorporating dynamic adaptive low-rank matrices into the self-attention modules of the SAM encoder, while dual scale convolutional adapter (DSCA) improves the model’s capability to capture local features and spatial dependencies in oil spill regions. Since the original SAM model lacks class-specific segmentation capabilities, we further design a multi-class segmentation head (MCSH) for oil spill segmentation. This head obtains the output masks from the SAM decoder, adjusts their dimensions, and transforms them through two linear layers to generate class-specific segmentation results. To the best of our knowledge, this study is the first to apply a PEFT approach to port OSD tasks. The proposed method was evaluated on both publicly available port oil-spill datasets and marine oil-spill datasets acquired via synthetic-aperture radar (SAR). Quantitative comparisons demonstrate that DADS-SAM outperforms conventional approaches and achieves state-of-the-art performance across all evaluated metrics. Models and data are publicly available at https://github.com/PetrichorAsh/DADS-SAM.
- Research Article
- 10.1109/tnnls.2026.3655172
- Jan 1, 2026
- IEEE transactions on neural networks and learning systems
- Yiming Shi + 6 more
The rapid growth of model scale has necessitated substantial computational resources for fine-tuning. Existing approach such as low-rank adaptation (LoRA) has sought to address the problem of handling the large updated parameters in full fine-tuning (FT). However, LoRA utilize random initialization and optimization of low-rank matrices to approximate updated weights, which can result in suboptimal convergence and an accuracy gap compared to full fine-tuning (FT). To address these issues, we propose low-rank LDU (LoLDU), a parameter-efficient fine-tuning (PEFT) approach that significantly reduces trainable parameters by 2600 times compared to regular PEFT methods while maintaining comparable performance. LoLDU leverages lower-diag-upper (LDU) decomposition to initialize low-rank matrices for faster convergence and nonsingularity. We focus on optimizing the diagonal matrix for scaling transformations. To the best of our knowledge, LoLDU has the fewest parameters among all PEFT approaches. We conducted extensive experiments across 4 instruction-following datasets, six natural language understanding (NLU) datasets, eight image classification datasets, and image generation datasets with multiple model types [LLaMA2, RoBERTa, ViT, and stable diffusion (SD)], providing a comprehensive and detailed analysis. Our open-source code can be accessed at https://anonymous.4open.science/r/LoLDU-B5A6.
- Research Article
- 10.59717/j.xinn-med.2026.100212
- Jan 1, 2026
- The Innovation Medicine
- Shiyu Wang + 2 more
<p>T-cell receptor-engineered T (TCR-T) cell therapy stands out as an innovative and promising approach in cancer immunotherapy, particularly for the treatment of solid tumors. This therapy differs from the well-established chimeric antigen receptor (CAR)-T therapy, which has revolutionized the treatment of hematologic malignancies. TCR-T therapy holds a unique edge in its capacity to recognize and target intracellular antigens, thereby broadening the spectrum of potential tumor-specific antigens that can be harnessed for therapeutic purposes. The recent FDA approval of afami-cel for synovial sarcoma marks a significant milestone in the journey of TCR-T therapy. This approval underscores the clinical potential of TCR-T in targeting solid tumors and opens up new avenues for therapeutic interventions. However, the broader clinical translation of TCR-T therapy is constrained by several critical barriers: the inherent requirement for HLA matching, the potent immunosuppressive tumor microenvironment, antigen heterogeneity leading to immune escape, and the risk of fatal on-target/off-tumor toxicities. In this review, we delineate the distinctive mechanistic advantages of TCR-T cells and provide a comprehensive analysis of the biological and technical hurdles encountered in solid tumor treatment. We synthesize findings from recent clinical trials and evaluate emerging optimization strategies, including TCR affinity fine-tuning and combinatorial approaches to modulate the immune landscape. Addressing these challenges is essential to provide a roadmap for enhancing the efficacy and safety of TCR-T therapies, ultimately facilitating their widespread adoption to improve survival outcomes for patients with refractory solid malignancies.</p>
- Research Article
- 10.1039/d5nr04040j
- Jan 1, 2026
- Nanoscale
- Shengjun Zhang + 5 more
Direct ethanol fuel cells (DEFCs) have attracted much attention due to their high energy density and readily available fuels, but their development is limited by the poor performance of anode catalysts. Although Pd-based catalysts exhibit excellent activity in the ethanol oxidation reaction (EOR), their active site density is low, and they are easily poisoned by strong adsorption of CO* intermediates. Herein, we designed unique nanoflower-like AuPdCu nanoparticles (NPs) through a liquid-phase reflux process. Compared to conventional nanoflowers, their petals consist of numerous converging nanowires. Furthermore, the electronic structure of Pd-based catalysts can be finely tuned by alloying with Au and Cu to regulate the adsorption and desorption of CO* intermediates. As a result, the designed AuPdCu NPs demonstrated exceptional catalytic activity for the EOR, achieving a mass activity (MA) of 6.89 A mgPd-1, surpassing commercial Pd/C and some recently reported catalysts. After a 5000 s chronoamperometric stability test, they maintained a current density of 34.81 mA cm-2. Density functional theory (DFT) calculations confirm that the adsorption of the CH3CO* intermediate on AuPdCu NPs is enhanced, thereby promoting the EOR process along the C1 pathway. This ternary metal fine-tuning alloying approach presents a viable route for fabricating highly active and durable EOR materials.
- Research Article
- 10.1109/tce.2025.3650288
- Jan 1, 2026
- IEEE Transactions on Consumer Electronics
- Tai Peng + 1 more
In this paper, we introduce a simple but effective training-free pipeline for handling the task of text-to-video object segmentation. Our approach leverages open-source Multimodal Large Language Models (MLLMs) for segmenting objects in videos based on language descriptions. We design three multimodal reasoning agents that decompose the task into semantic, temporal, and spatial reasoning stages: a Video Summarization Agent to provide concise semantic context, a Keyframe Selection Agent employing a Binary-Logit Frame Scoring mechanism to identify informative frames, and an Object Grounding Agent predicting bounding boxes for the described objects. Finally, by providing high-quality prompts to a semantic-free segmentation tool, our method effectively handles spatiotemporal variations and reduces segmentation errors. Extensive experiments show that our training-free method significantly reduces resource requirements while achieving comparable or even better performance than supervised fine-tuning approaches.
- Research Article
- 10.1109/tmm.2026.3651067
- Jan 1, 2026
- IEEE Transactions on Multimedia
- Hanyi Wang + 6 more
The malicious misuse and widespread dissemination of AI-generated images pose a significant threat to the authenticity of online information. Current detection methods often struggle to generalize to unseen generative models, and the rapid evolution of generative techniques continuously exacerbates this challenge. Without adaptability, detection models risk becoming ineffective in real-world applications. To address this critical issue, we propose a novel three-stage domain continual learning framework designed for continuous adaptation to evolving generative models. In the first stage, we employ a strategic parameter-efficient fine-tuning approach to develop a transferable offline detection model with strong generalization capabilities. Building upon this foundation, the second stage integrates unseen data streams into a continual learning process. To efficiently learn from limited samples of novel generated models and mitigate overfitting, we design a data augmentation chain with progressively increasing complexity. Furthermore, we leverage the Kronecker-Factored Approximate Curvature (K-FAC) method to approximate the Hessian and alleviate catastrophic forgetting. Finally, the third stage utilizes a linear interpolation strategy based on Linear Mode Connectivity, effectively capturing commonalities across diverse generative models and further enhancing overall performance. We establish a comprehensive benchmark of 27 generative models, including GANs, deepfakes, and diffusion models, chronologically structured up to August 2024 to simulate real-world scenarios. Extensive experiments demonstrate that our initial offline detectors surpass the leading baseline by +5.51% in terms of mean average precision. Our continual learning strategy achieves an average accuracy of 92.20%, outperforming state-of-the-art methods.
- Research Article
1
- 10.1016/j.phro.2026.100921
- Jan 1, 2026
- Physics and imaging in radiation oncology
- Nicolas Côté + 8 more
Accurate segmentation of organs-at-risk is critical for adaptive Magnetic Resonance guided radiotherapy (MRgRT) in upper gastrointestinal (GI) treatments. Large anatomical variations pose challenges for automated segmentation methods, requiring considerable manual editing. Our goal was to develop and evaluate the effectiveness of patient-specific (PS) fine-tuning of a pretrained transformer model for segmenting upper GI structures. A PS fine-tuning approach was implemented by adapting a pretrained transformer model called Self-distilled Masked Image Transformer (SMIT). SMIT was trained using T2-weighted MR images from 30 patients with pancreatic cancers who underwent MRgRT to create a general model (GM). This GM was subsequently adapted to each new individual patient using data from their first treatment fraction, producing a PS model. Its performance was evaluated across the subsequent treatment fractions in 10 patients using Dice similarity coefficient (DSC), Hausdorff distance (HD95), and added path length (APL) by comparing against expert delineations. PS model outperformed the GM across all structures, with the largest improvements for duodenum-stomach (DSC: 0.84 to 0.90, HD95: 15.9 to 4.9 mm). This approach reduced potential contour editing efforts, decreasing median APL by 4%, 7% and 26% for large bowel, small bowel, and duodenum-stomach. PS fine-tuning was most effective for scans with low soft-tissue contrast and challenging anatomy. This method provides a practical, computationally feasible approach to enhance online adaptive workflow by improving segmentation accuracy and potentially reducing the need for manual editing that overall improves on-table treatment times.
- Research Article
- 10.1016/j.epsr.2025.112461
- Jan 1, 2026
- Electric Power Systems Research
- Hongying He + 4 more
Photovoltaic power forecasting based on large language models: A prompt-learning and two-stage fine-tuning approach
- Research Article
- 10.47852/bonviewaia52025957
- Dec 31, 2025
- Artificial Intelligence and Applications
- Subah Karnine + 2 more
Machine learning models, especially neural networks, are vulnerable to adversarial attacks, where inputs are purposefully altered to induce incorrect predictions. These adversarial inputs closely resemble benign (unaltered) inputs, making them difficult to detect, and pose significant security risks in critical applications, such as autonomous vehicles, medical diagnostics, and financial transactions. Several methods exist to improve the model’s performance against these adversarial attacks, which typically modify the network architecture or training procedure. Often times, these adversarial training techniques only provide robustness against specific attack types and/or require substantial computational resources, making them impractical for real-world applications with limited resources. In this work, we propose a computationally-efficient adversarial fine-tuning approach to enhance the robustness of Convolutional Neural Networks (CNNs) against adversarial attacks and attain the same level of performance as the conventional adversarial training. More specifically, we propose to identify specific parts of the neural network model that are more vulnerable to adversarial attacks. Our analysis reveals that only a small portion of these vulnerable components accounts for a majority of the model’s errors caused by adversarial attacks. As such, we propose to selectively fine-tune these vulnerable components using different adversarial training methods to develop an effective and resource-efficient approach to improve model robustness. We empirically validate our proposed approach with varying dataset and algorithm parameters. We demonstrate that our approach can achieve similar performance as the more resource-intensive conventional adversarial training method. Received: 18 April 2025 | Revised: 4 September 2025 | Accepted: 12 November 2025 Conflicts of Interest The authors declare that they have no conflicts of interest to this work. Data Availability Statement The data that support the findings of this study are openly available in github.io at https://doi.org/10.1109/5.726791, reference number [3]. Author Contribution Statement Subah Karnine: Software, Validation, Formal analysis, Investigation, Resources, Data curation, Writing – original draft, Writing – review & editing, Visualization. Sadia Afrose: Software, Validation, Formal analysis, Investigation, Resources, Data curation, Writing – original draft, Writing – review & editing, Visualization. Hafiz Imtiaz: Conceptualization, Methodology, Formal analysis, Resources, Writing – original draft, Writing – review & editing, Supervision, Project administration.
- Research Article
- 10.63878/cjssr.v3i4.1707
- Dec 26, 2025
- Contemporary Journal of Social Science Review
- Noor Ul Ain Liaqat + 3 more
Recent breakthroughs in large-scale speech models such as Whisper, Wav2Vec 2.0, and HuBERT have greatly enhanced speech processing tasks. Full fine-tuning comes at a prohibitive cost, though, which restricts their application to low- resource or real-time settings. The parameter-efficient fine-tuning (PEFT) approaches—e.g., LoRA, QLoRA, adapters, and prompt tuning—allow for compact adaptation by fine-tuning only a small subset of parameters. We review 33 studies (2021–2025) using PEFT for applications such as ASR, speaker verification, and emotion recognition. We organize methods by task, compare efficiency and accuracy, and determine prominent trends. Results indicate PEFT produces competitive results with reduced cost, enabling scalable deployment in resource-poor environments.
- Research Article
- 10.1186/s12880-025-02116-y
- Dec 26, 2025
- BMC Medical Imaging
- Cristian Minoccheri + 6 more
BackgroundAneurysmal subarachnoid hemorrhage (SAH) is a life-threatening neurological emergency with mortality rates exceeding 30%. While deep learning techniques show promise for automated SAH segmentation, their clinical application is limited by the scarcity of labeled data and challenges in cross-institutional generalization. Transfer learning from related hematoma types represents a potentially valuable but underexplored approach. Although Unet architectures remain the gold standard for medical image segmentation due to their effectiveness on limited datasets, Low-Rank Adaptation (LoRA) methods for parameter-efficient transfer learning have been rarely applied to convolutional neural networks in medical imaging contexts. The importance of SAH diagnosis and the time-intensive nature of manual annotation would benefit from automated solutions that can leverage existing multi-institutional datasets from more common conditions.MethodsWe implemented a Unet architecture pre-trained on computed tomography scans from 124 traumatic brain injury patients across multiple institutions, then fine-tuned on 30 aneurysmal SAH patients from the University of Michigan Health System using 3-fold cross-validation. We developed a novel CP-LoRA method based on tensor canonical polyadic (CP) decomposition and introduced DoRA variants (DoRA-C, convDoRA, CP-DoRA) that decompose weight matrices into magnitude and directional components. We compared these approaches against existing LoRA methods (LoRA-C, convLoRA) and standard fine-tuning strategies across different modules on a multi-view Unet model. Performance was evaluated using Dice scores stratified by hemorrhage volume, with additional assessment of predicted versus annotated blood volumes.ResultsTransfer learning from traumatic brain injury to aneurysmal SAH demonstrated feasibility with all fine-tuning approaches achieving superior performance compared to no fine-tuning (mean Dice 0.410 ± 0.26). The best-performing traditional approach was decoding module fine-tuning (Dice 0.527 ± 0.20). LoRA-based methods consistently outperformed standard Unet fine-tuning, with DoRA-C at rank 64 achieving the highest overall performance (Dice 0.572 ± 0.17). Performance varied by hemorrhage volume, with all methods showing improved accuracy for larger volumes (Dice 0.682–0.694 for volumes > 100 mL vs. Dice 0.107–0.361 for volumes < 25 mL). CP-LoRA achieved comparable performance to existing methods while using significantly fewer parameters. Over-parameterization with higher ranks (64–96) consistently yielded better performance than strictly low-rank adaptations.ConclusionsThis study demonstrates that transfer learning between hematoma types is feasible and that LoRA-based methods significantly outperform conventional Unet fine-tuning for aneurysmal SAH segmentation. The novel CP-LoRA method offers parameter efficiency advantages, while DoRA variants provide superior segmentation accuracy, particularly for small-volume hemorrhages. The finding that over-parameterization improves performance challenges traditional low-rank assumptions and suggests clinical applications may benefit from higher-rank adaptations. These results support the potential for automated SAH segmentation systems that leverage large multi-institutional traumatic brain injury datasets, potentially improving diagnostic speed and consistency when specialist expertise is unavailable.
- Research Article
- 10.3390/app16010170
- Dec 23, 2025
- Applied Sciences
- Xiaochun Zhang + 1 more
Although Convolutional Neural Networks (CNNs) have delivered state-of-the-art accuracy in plant disease classification, their deployment is still hindered by data scarcity, computational cost, and architectural heterogeneity. Transfer learning from large-scale pre-trained datasets alleviates these issues, yet generic feature extraction suffers from domain shift, while indiscriminate fine-tuning risks over-fitting and elevated training budgets. To address the identified limitations, PlantClassiNet is implemented as a unified framework. This framework facilitates systematic comparative analysis of six CNN architectures, AlexNet, ResNet50, InceptionV3, MobileNetV3Small, DenseNet121 and EfficientNetB0, across three publicly available datasets: PlantVillage, PlantLeaves and Eggplant. Two alternative fine-tuning approaches are proposed: Adaptive Fine-tuning (AdapFitu), which adaptively determines the depth of unfrozen layers, learning rates, and reinitializes selected layers, and a fixed-parameter baseline, which trains only the newly added classifier while keeping the convolutional backbone frozen and unfreezes a fixed number of network layers for retraining. Extensive experiments demonstrate that large models AlexNet, ResNet50, and Inceptionv3 achieve test accuracy exceeding 98.74% on the sizable PlantVillage dataset, whereas lightweight counterparts MobileNetV3Small, DenseNet121, and EfficientNetB0 achieve high accuracy of 99.79% ± 0.21% on the smaller Eggplant collection after fine-tuning.
- Research Article
- 10.3390/buildings16010036
- Dec 22, 2025
- Buildings
- Yuchen Liu + 2 more
This study aims to establish a method-integrative framework for emotion-oriented architectural image generation. The framework combines Stable Diffusion with targeted LoRA (Low-Rank Adaptation), a lightweight and parameter-efficient fine-tuning approach, together with ControlNet-based structural constraints, to examine how controllable design-element manipulations influence emotional responses. The methodology follows a closed-loop “generation–evaluation” workflow, with each LoRA module independently targeting a single design element. Guided by the relaxation–arousal emotional dimension, the framework is evaluated using subjective ratings and electroencephalogram (EEG) measures. Twenty-seven participants viewed six architectural space categories, each comprising four conditions (baseline, color, material, and form modification). EEG α/β power ratio (RAB) served as the primary neurophysiological marker of arousal. Statistical analysis indicated that LoRA-based modifications of design elements produced distinct emotional responses: color and material changes induced lower arousal, whereas changes in form elicited a bidirectional pattern involving relaxation and arousal. The right parietal P4 electrode site showed the most sensitive emotional response to design element changes, with consistent statistical significance. P4 is a human scalp EEG location associated with cortical activity related to visuospatial processing. Descriptive results suggested opposite directional effects with similar intensity trends; however, linear mixed-effects model (LMM) inference did not support significant group-level linear coupling, indicating individual variation. This study demonstrates the feasibility of emotion-guided architectural image generation, showing that controlled manipulation of color, material, and form can elicit measurable emotional responses in human brain activity. The findings provide a methodological basis for future multimodal, adaptive generative systems and offer a quantitative pathway for investigating the relationship between emotional states and architectural design elements.
- Research Article
1
- 10.1142/s0218194025500962
- Dec 12, 2025
- International Journal of Software Engineering and Knowledge Engineering
- Yi Fan + 3 more
Airworthiness directives contain rich, standardized information critical for diagnosing aircraft faults. However, the complexity, domain specificity and heterogeneous data characteristics of these texts make it difficult to extract and structure this knowledge into an organized fault knowledge graph (KG), thereby limiting progress toward intelligent civil aviation maintenance and management. To address this challenge, we propose a large language model (LLM) fine-tuning approach that integrates domain knowledge to mine fault knowledge from Chinese Airworthiness Directive (CAD) texts. After comprehensive text preprocessing and expert-guided manual annotation, we constructed a specialized dataset for aircraft fault knowledge discovery, encompassing named entity recognition (NER) and relation extraction (RE) tasks. The LLM was fine-tuned through parameter-efficient adaptation methods (Freeze, P-tuning and LoRA), with domain knowledge incorporated via tailored prompt templates to enable intelligent knowledge extraction from CAD texts. Experimental results demonstrate that the domain-enhanced LLM achieves F1 scores of 81.64% on NER and 88.30% on RE — improvements of 12.76% and 3.97%, respectively, over conventional pretrained language models (PLMs). These results confirm the effectiveness of the proposed knowledge-embedded LLM framework in constructing aircraft fault KGs and advancing expert systems for civil aviation safety and airworthiness management.